@prefix this: <
https://w3id.org/np/RAj3pave-I0Rs69-lr_mPG2oJWt-f5HmsVCGJ_2E1vm2c
> .
@prefix sub: <
https://w3id.org/np/RAj3pave-I0Rs69-lr_mPG2oJWt-f5HmsVCGJ_2E1vm2c#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix dct: <
http://purl.org/dc/terms/
> .
@prefix rdf: <
http://www.w3.org/1999/02/22-rdf-syntax-ns#
> .
@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
a
<
http://www.w3.org/ns/oa#Annotation
> ;
<
http://www.w3.org/ns/oa#hasBody
>
sub:_2
;
<
http://www.w3.org/ns/oa#hasTarget
> <
https://example.org/objects/1#description
> .
sub:_2
a
<
http://www.w3.org/ns/oa#TextualBody
> ;
rdf:value
"Dit is nog een verhaal" ;
rdfs:seeAlso
"Dit is nog een bron vermelding" .
}
sub:provenance
{
sub:assertion
prov:wasAttributedTo
<
http://orcid.id/123
> .
}
sub:pubinfo
{
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdCZs220C/XEtkP60sgsfVa8hOYwudVEsgcKzLCnYzTp3mrIzzTOmF0ukIKilT/cJFLj0tSjreWVUIpa8KeRaAfPQ8F/2N/3q85I+OQfLFRxAI58VEknOx8MLK2LAE3tQIV4Zh4o1ZROu1ISjgQr5txdgT6+rrhjLVeX/yXvzlawIDAQAB" ;
npx:hasSignature
"iIC+AvezTCCOVIrg8okn1zZdbda4ku6uiB30XH/8o93d3iPKlWy4sDcpJmaeX52U3aoVEzRdZzL2eoE1KeMRL/LaXn43Q1sr49pdq6KMIvckkKMPBkKoabP4qrsrVCrRwxlg09VtrCZ0VJcmwNw6H2rPtFp2kl1VeoRscyIR1eU=" ;
npx:hasSignatureTarget
this:
;
npx:signedBy
<
http://orcid.id/123
> .
this:
dct:created
"2023-11-16T11:28:44.590Z"^^
xsd:dateTime
;
dct:creator
<
http://orcid.id/123
> ;
dct:license
<
https://creativecommons.org/licenses/by/4.0/deed.en
> ;
a
<
https://colonialcollections.nl/schema#Nanopub
> ;
rdfs:label
"Published via the Data Hub of Colonial Collections"@en .
}