@prefix this: <https://w3id.org/np/RA4hPlPIMva-3_-C9GOGnpmxAIcdcZKR8CB0evCSjsuqk> .
@prefix sub: <https://w3id.org/np/RA4hPlPIMva-3_-C9GOGnpmxAIcdcZKR8CB0evCSjsuqk#> .
@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/300417642> rdfs:label "Purchase" .
  <http://www.wikidata.org/entity/Q171480> rdfs:label "Joséphine de Beauharnais" .
  <http://www.wikidata.org/entity/Q517> rdfs:label "Napoleon" .
  <https://sws.geonames.org/2988507/> rdfs:label "Paris" .
  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> ;
    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/Q171480> ;
    <http://www.cidoc-crm.org/cidoc-crm/P23_transferred_title_from> <http://www.wikidata.org/entity/Q517> ;
    <http://www.cidoc-crm.org/cidoc-crm/P24_transferred_title_of> <http://example.org/object> ;
    <http://www.cidoc-crm.org/cidoc-crm/P2_has_type> <http://vocab.getty.edu/aat/300417642> ;
    <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 , sub:_5 ;
    <http://www.cidoc-crm.org/cidoc-crm/P7_took_place_at> <https://sws.geonames.org/2988507/> ;
    a <http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition> .
  sub:_3 <http://www.cidoc-crm.org/cidoc-crm/P82a_begin_of_the_begin> "1805-01-01"^^xsd:date ;
    <http://www.cidoc-crm.org/cidoc-crm/P82b_end_of_the_end> "1806-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> "A comment"@en ;
    <http://www.cidoc-crm.org/cidoc-crm/P2_has_type> <http://vocab.getty.edu/aat/300444174> ;
    a <http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object> .
  sub:_5 <http://www.cidoc-crm.org/cidoc-crm/P190_has_symbolic_content> "A citation or reference to a work that supports the information"@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://example.com/person> .
}
sub:pubinfo {
  <http://example.com/community> rdfs:label "Community" .
  <http://example.com/person> dct:isPartOf <http://example.com/community> ;
    rdfs:label "Person" .
  <https://app.colonialcollections.nl/> a npx:SoftwareTool ;
    rdfs:label "Colonial Collections" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCuZe/66Yn1/kZ+TrhkAUez7n3x/dbukNAxprC2I4n/by5dAgSHvnRm7zhEeDyFFHXNm2PBqj3uLOEM6m2lWDsCmTHojgLUBpvhCzvziSjAzBJ4loLaax+Nt1hSY2/MNB0xJKtxQz7xe8gPf6iyckD/H7Mwa9mx5ncYRzg5XUlvvQIDAQAB" ;
    npx:hasSignature "cHQHyYnVYQU7Ue1HtD6ecRYF5e/PM4pTHb9o9I700uXsb62LtiwDeLgj40IhZCPpBm7YlIomTnod9XvyjaBD0AevCpZaYsw06oqYUA92hhQ79W1dT3wKP0DGYFk5f9rPZpENv/7aT8UXsop5BZL0vLI2eWNXkSfShsVwdTRxw3k=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://example.com/person> .
  this: dct:created "2024-04-22T10:12:28.612Z"^^xsd:dateTime ;
    dct:creator <http://example.com/person> ;
    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> .
}