@prefix this: <https://w3id.org/np/RAl52AL1UU8osWrpcVdLSki7OORqSKvwGfJX5tEaa3zmY> .
@prefix sub: <https://w3id.org/np/RAl52AL1UU8osWrpcVdLSki7OORqSKvwGfJX5tEaa3zmY#> .
@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/300445014> rdfs:label "Returning" .
  <http://www.wikidata.org/entity/Q131691> rdfs:label "Arthur Wellesley" .
  <http://www.wikidata.org/entity/Q9439> rdfs:label "Victoria" .
  <https://sws.geonames.org/2643743/> rdfs:label "London" .
  sub:_1 <http://www.cidoc-crm.org/cidoc-crm/P28_custody_surrendered_by> <http://www.wikidata.org/entity/Q131691> ;
    <http://www.cidoc-crm.org/cidoc-crm/P29_custody_received_by> <http://www.wikidata.org/entity/Q9439> ;
    <http://www.cidoc-crm.org/cidoc-crm/P2_has_type> <http://vocab.getty.edu/aat/300445014> ;
    <http://www.cidoc-crm.org/cidoc-crm/P30_transferred_custody_of> <http://example.org/object1> ;
    <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 , sub:_4 ;
    <http://www.cidoc-crm.org/cidoc-crm/P7_took_place_at> <https://sws.geonames.org/2643743/> ;
    a <http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody> .
  sub:_2 <http://www.cidoc-crm.org/cidoc-crm/P82a_begin_of_the_begin> "1850-02-01"^^xsd:date ;
    <http://www.cidoc-crm.org/cidoc-crm/P82b_end_of_the_end> "1850-07-13"^^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> "Returned to the owner"@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:_4 <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 "OEIfilidwM59qjWLGlRDzJdAsgUIvU4WpsVL4FQNOckQuk9BSgRAxyA8usqY8v0xcjP60cxoXl9N3S9YkENbbF9MEkhWDG6f3XdWFQ+nECWcBguh1nRYqZdBYOEcj5Xl0mk4SMUl3x2+IFhrPZZ7FWFkEJUTmYBlkfwoLp9t2/w=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://example.com/person> .
  this: dct:created "2024-04-16T07:27:34.180Z"^^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> .
}