@prefix this: <https://w3id.org/np/RARdA_xez0jpiUN9cuZ069SxwzZEcTc9JKUaaZ6v7THOc> .
@prefix sub: <https://w3id.org/np/RARdA_xez0jpiUN9cuZ069SxwzZEcTc9JKUaaZ6v7THOc#> .
@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/300417641> rdfs:label "Bequest" .
  <http://vocab.getty.edu/aat/300435722> rdfs:label "Possibly" .
  <http://www.wikidata.org/entity/Q103835> rdfs:label "Peter Debye" .
  <http://www.wikidata.org/entity/Q636113> rdfs:label "Cornelis Janssens van Ceulen" .
  <https://sws.geonames.org/2752790/> rdfs:label "Klein Amsterdam" .
  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/P24i_changed_ownership_through> ;
    <http://www.cidoc-crm.org/cidoc-crm/P2_has_type> <http://vocab.getty.edu/aat/300435722> ;
    a <http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment> .
  sub:_2 <http://www.cidoc-crm.org/cidoc-crm/P22_transferred_title_to> <http://www.wikidata.org/entity/Q103835> ;
    <http://www.cidoc-crm.org/cidoc-crm/P23_transferred_title_from> <http://www.wikidata.org/entity/Q636113> ;
    <http://www.cidoc-crm.org/cidoc-crm/P24_transferred_title_of> <https://example.org/objects/5> ;
    <http://www.cidoc-crm.org/cidoc-crm/P2_has_type> <http://vocab.getty.edu/aat/300417641> ;
    <http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span> sub:_3 ;
    <http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by> sub:_4 ;
    <http://www.cidoc-crm.org/cidoc-crm/P7_took_place_at> <https://sws.geonames.org/2752790/> ;
    a <http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition> .
  sub:_3 <http://www.cidoc-crm.org/cidoc-crm/P82a_begin_of_the_begin> "2000-01-01"^^xsd:date ;
    <http://www.cidoc-crm.org/cidoc-crm/P82b_end_of_the_end> "2012-12-31"^^xsd:date ;
    a <http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span> .
  sub:_4 <http://www.cidoc-crm.org/cidoc-crm/P190_has_symbolic_content> "test"@nl ;
    <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/456> .
}
sub:pubinfo {
  <http://orcid.id/456> dct:isPartOf <https://n2t.net/ark:/27023/7ca1467f7cf8e4ec69f9fb387403edb3> ;
    rdfs:label "Barbara Honhoff" .
  <https://app.colonialcollections.nl/> a npx:SoftwareTool ;
    rdfs:label "Colonial Collections" .
  <https://n2t.net/ark:/27023/7ca1467f7cf8e4ec69f9fb387403edb3> rdfs:label "Test Clerk update" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaToOTFFmW8wgoraArHhTibRMYdeJ4Kq0pHKYeJJ1YI6ejOG8aMEgqYStAx1uzDtOxULO/RgXrxkWQxe4FiM51sgFFgdsT4tZHRDegx3UUQBHZlLFKkDT5jtN66442Rc/5vu5pMbV52zE2hgIF/sR0PzVgm242N9tONXq5FSjf7QIDAQAB" ;
    npx:hasSignature "Nebg8coVxrF5hL9kklN6eTMAMp0tjGaHUaNbIUBhX3FrbGNUNPZ+ThWPg0Nm7uR36li9foo55EJTik0MBxHqw79PfMSbSx7Er/Ltsm/eCkZXwwkaWXuQLDB2duK5mBuEVVUr/tv35zj6W0DY9KMNvjbrE+XgaW1N2J1IvnlcMmY=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://orcid.id/456> .
  this: dct:created "2024-04-26T07:34:17.767Z"^^xsd:dateTime ;
    dct:creator <http://orcid.id/456> ;
    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> .
}