@prefix this: <https://w3id.org/np/RA73i4cUDsxV2l81YS4iqRtFToTLF2aFs8Mj-U9Z1bpYo> .
@prefix sub: <https://w3id.org/np/RA73i4cUDsxV2l81YS4iqRtFToTLF2aFs8Mj-U9Z1bpYo#> .
@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/P30_transferred_custody_of> <http://example.org/1713433389048> ;
    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 "GbG3w4wM7iM+xDrIA1SU5sKeIO+QijEdLNXm/yWRk+EHgCcW6n3VWI7pQtgPYeP+c4o2S+pcAq9nXqWyRCtJqWj8fiFrKhNKzuZ0dga++Tg5LWGdFLxzoCpogQSd1NntAQEBX1isdhtxbA+lkWHj+KG1dyWthrU/cWsEzcf2/LA=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://example.com/person2> .
  this: dct:created "2024-04-18T09:43:09.419Z"^^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> .
}