@prefix this: <
https://w3id.org/np/RAH-N2_JYAE58_MTc7a1ictLvI7mlQnp5YPuf4bh_ebak
> .
@prefix sub: <
https://w3id.org/np/RAH-N2_JYAE58_MTc7a1ictLvI7mlQnp5YPuf4bh_ebak#
> .
@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/object1
> ;
a
<
http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody
> .
}
sub:provenance
{
sub:assertion
prov:wasAttributedTo
<
http://example.com/person
> .
}
sub:pubinfo
{
<
http://example.com/person
>
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
"KKj7fUrCxkfh0PHHCJ85kWI1yt5LGGmxaqpqHQbyNqWdgSIf1LVi2r1Nvzfcp1p4icXFSH9EyQRukJcj7sgxfYAqyWirK7IJAfNOIrY+6A/tbs3BW9g8gxK4aGi2HlUhw+8G7myF5lzhXPPxOK3zBAMN2N0ITYRRrgF87N/o1Xw=" ;
npx:hasSignatureTarget
this:
;
npx:signedBy
<
http://example.com/person
> .
this:
dct:created
"2024-04-18T09:37:13.803Z"^^
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
> .
}