@prefix this: <https://w3id.org/np/RAmVouTe60H0AIwCouvUTj9JlyjS2EdAYRyR5EteiZDTk> .
@prefix sub: <https://w3id.org/np/RAmVouTe60H0AIwCouvUTj9JlyjS2EdAYRyR5EteiZDTk#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:_1 <http://www.cidoc-crm.org/cidoc-crm/P141_assigned> sub:_2 ;
    <http://www.cidoc-crm.org/cidoc-crm/P177_assigned_property_of_type> <http://www.cidoc-crm.org/cidoc-crm/P30i_custody_transferred_through> ;
    a <http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment> .
  sub:_2 <http://www.cidoc-crm.org/cidoc-crm/P30_transferred_custody_of> <http://example.org/1713780758639> ;
    a <http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <http://example.com/person2> .
}
sub:pubinfo {
  <http://example.com/person2> rdfs:label "Person 2" .
  <https://app.colonialcollections.nl/> a npx:SoftwareTool ;
    rdfs:label "Colonial Collections" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCW8e6ge56thQRq26uUtumWccRWycLt8MhWePae+wRLaBvPNmceo7XobZRiBXGnht9gBTKT3zyxCSzc7bcXE2UOtuFjFxDwNCSfeQRLWQsCJ9VbuxR0Jyeojdu3EKkz/4ruLSFywLvPOqmyZ83pUWTn4oSxy4f3vzZUWFBi02RDfwIDAQAB" ;
    npx:hasSignature "FKoIzAgtokRJEvnkoj9Ga1IeJZwyWi0enciC6Jn45Z/9RQjZOfwxDcTtFsMVLkEVPzm7nniAakokfwy5T51IwcneipwjVKf0RoaaDTihvcABQgojP0A2a8kKQcbIZpiOSQJoRoGZvxnATR0znkpxOy/2vMRqcSMF4X0T/KicoTk=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://example.com/person2> .
  this: dct:created "2024-04-22T10:12:38.838Z"^^xsd:dateTime ;
    dct:creator <http://example.com/person2> ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:_1 ;
    npx:wasCreatedWith <https://app.colonialcollections.nl/> ;
    a <https://data.colonialcollections.nl/schemas/nanopub#Nanopub> , <https://data.colonialcollections.nl/schemas/nanopub#ProvenanceEventVersion1> .
}