@prefix this: <https://w3id.org/np/RAHI6O2HeLosl6WbOlG96tfV9RRPkoX-PQ4UGs999Ncc0> .
@prefix sub: <https://w3id.org/np/RAHI6O2HeLosl6WbOlG96tfV9RRPkoX-PQ4UGs999Ncc0#> .
@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 dce: <http://purl.org/dc/elements/1.1/> .
@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 {
  <https://n2t.net/ark:/27023/242c2b6a2681f7123b0f2d20b250c58a#name> a <http://www.w3.org/ns/oa#SpecificResource> ;
    <http://www.w3.org/ns/oa#hasSource> <https://n2t.net/ark:/27023/242c2b6a2681f7123b0f2d20b250c58a> .
  sub:_1 a <http://www.w3.org/ns/oa#Annotation> ;
    rdfs:comment "Test"@nl ;
    <http://www.w3.org/ns/oa#hasBody> sub:_2 ;
    <http://www.w3.org/ns/oa#hasTarget> <https://n2t.net/ark:/27023/242c2b6a2681f7123b0f2d20b250c58a#name> .
  sub:_2 dce:format "text/plain" ;
    dce:language "nl" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    rdf:value "Test"@nl .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <http://orcid.id/123456788900> .
}
sub:pubinfo {
  <http://orcid.id/123456788900> dct:isPartOf <https://n2t.net/ark:/27023/1ee2809a48d37bb90937d894f2d106c5> ;
    rdfs:label "T. Ester" .
  <https://app.colonialcollections.nl/> a npx:SoftwareTool ;
    rdfs:label "Colonial Collections" .
  <https://n2t.net/ark:/27023/1ee2809a48d37bb90937d894f2d106c5> rdfs:label "My Community" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtbfvQVdu3W4us0nNMl3Wt1sr6PWIqCa9LyDAR+4tHt+/QM8zErnj47qisoO20AZt7RWqpce9i68QooAy9JK9u4QuEEtIM0vEvFjS/+cclugQvZFxN97gmxIeUwMMArB4Mx/Z4kthSVpI8rVo0i8Apvq7VmPJ00wRKYjPOcGWNSwIDAQAB" ;
    npx:hasSignature "kwfZovl/ghvW+XGB/HuZ1Z4vjcy6QI6P/XaCjTUH3xPABpsrz/oSn/EnSSlr22mQS6m3sZCAAFZKzCXVpSblAZcWPJfOyLoLFYt8zf/wTnqdAh8+TuRxsC0QqsVTPFz/VZHc2Ya94QPWb5a1qGj5sRhu1ezYyxTmS3VJHje4m/I=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://orcid.id/123456788900> .
  this: dct:created "2024-04-19T10:54:12.855Z"^^xsd:dateTime ;
    dct:creator <http://orcid.id/123456788900> ;
    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#NameVersion1> , <https://data.colonialcollections.nl/schemas/nanopub#Nanopub> .
}