@prefix this: <
https://w3id.org/np/RA3X0DjmEaLOoFdHvCRL7QA6CfvLkFb5FpRp4AwXbh21k
> .
@prefix sub: <
https://w3id.org/np/RA3X0DjmEaLOoFdHvCRL7QA6CfvLkFb5FpRp4AwXbh21k#
> .
@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/P141_assigned
>
sub:_2
;
<
http://www.cidoc-crm.org/cidoc-crm/P177_assigned_property_of_type
> <
http://www.cidoc-crm.org/cidoc-crm/P30i_custody_transferred_through
> ;
a
<
http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment
> .
sub:_2
<
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
"lS3E0KTgn7hKxbuVLUfOQYCyuvKWNOOoGSeKRJUwBnt4TgIPOqfy+z9maRJAKfZsz+tm0v4UW3y45b4oqlYV/J7CRDFH6dkgh3o+oxP+gYgoEYGLEK5cxZHWjQ8CaC06TaGcbHjEIHhMnhjjoRdA7zdPKlR6wXNW3qHm7ZripxY=" ;
npx:hasSignatureTarget
this:
;
npx:signedBy
<
http://example.com/person
> .
this:
dct:created
"2024-04-25T08:46:07.195Z"^^
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
> .
}