@prefix this: <https://w3id.org/np/RAakvdLg84UnvFhjVSxv1uOlKTGcta3VujPOo3wEAliZw> .
@prefix sub: <https://w3id.org/np/RAakvdLg84UnvFhjVSxv1uOlKTGcta3VujPOo3wEAliZw#> .
@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 {
  <http://vocab.getty.edu/aat/300417637> rdfs:label "Gift" .
  <http://www.wikidata.org/entity/Q108713152> rdfs:label "Pietersen" .
  <https://n2t.net/ark:/27023/e2e1bc08163d2abd1740aa96ed2c93b5> rdfs:label "Abraham Jansen" .
  <https://sws.geonames.org/2747891/> rdfs:label "Rotterdam" .
  sub:_1 <http://www.cidoc-crm.org/cidoc-crm/P22_transferred_title_to> <http://www.wikidata.org/entity/Q108713152> ;
    <http://www.cidoc-crm.org/cidoc-crm/P23_transferred_title_from> <https://n2t.net/ark:/27023/e2e1bc08163d2abd1740aa96ed2c93b5> ;
    <http://www.cidoc-crm.org/cidoc-crm/P24_transferred_title_of> <https://n2t.net/ark:/27023/4abbb96d6b56c329c28ea4af419bf0f6> ;
    <http://www.cidoc-crm.org/cidoc-crm/P2_has_type> <http://vocab.getty.edu/aat/300417637> ;
    <http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span> sub:_2 ;
    <http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by> sub:_3 ;
    <http://www.cidoc-crm.org/cidoc-crm/P7_took_place_at> <https://sws.geonames.org/2747891/> ;
    a <http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition> .
  sub:_2 <http://www.cidoc-crm.org/cidoc-crm/P82a_begin_of_the_begin> "-000500-01"^^xsd:date ;
    <http://www.cidoc-crm.org/cidoc-crm/P82b_end_of_the_end> "0500-12-31"^^xsd:date ;
    a <http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span> .
  sub:_3 <http://www.cidoc-crm.org/cidoc-crm/P190_has_symbolic_content> "Dit is een test"@en ;
    <http://www.cidoc-crm.org/cidoc-crm/P2_has_type> <http://vocab.getty.edu/aat/300435423> ;
    a <http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <http://orcid.id/123> .
}
sub:pubinfo {
  <http://orcid.id/123> rdfs:label "Barbara Honhoff" .
  <https://app.colonialcollections.nl/> a npx:SoftwareTool ;
    rdfs:label "Colonial Collections" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdCZs220C/XEtkP60sgsfVa8hOYwudVEsgcKzLCnYzTp3mrIzzTOmF0ukIKilT/cJFLj0tSjreWVUIpa8KeRaAfPQ8F/2N/3q85I+OQfLFRxAI58VEknOx8MLK2LAE3tQIV4Zh4o1ZROu1ISjgQr5txdgT6+rrhjLVeX/yXvzlawIDAQAB" ;
    npx:hasSignature "KKYytuweiPCx7qhZxLIYXoRkiEjQnlmvTFRbmYYUSwelmGQyU2xYURDSgbWvFs5BpwPCRpCGrDODhvFVQAUuVesar4lIO94AzOhFliKsQmda55t7CS4cqJN2LVXTg756eGtvHWlcV9boLWvB7HKI2yFVyn+X8/0t9KezntGSu0M=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://orcid.id/123> .
  this: dct:created "2024-04-18T08:19:53.731Z"^^xsd:dateTime ;
    dct:creator <http://orcid.id/123> ;
    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> .
}