@prefix this: <https://w3id.org/np/RA6b0C92QhEJAFVWzfd9p6uSI7i5X9qjnQim1TR-RUKtg> .
@prefix sub: <https://w3id.org/np/RA6b0C92QhEJAFVWzfd9p6uSI7i5X9qjnQim1TR-RUKtg#> .
@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#description> 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"@en ;
    <http://www.w3.org/ns/oa#hasBody> sub:_2 ;
    <http://www.w3.org/ns/oa#hasTarget> <https://n2t.net/ark:/27023/242c2b6a2681f7123b0f2d20b250c58a#description> .
  sub:_2 dce:format "text/plain" ;
    dce:language "en" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    rdf:value "Test"@en .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <http://orcid.id/1234567889> .
}
sub:pubinfo {
  <http://orcid.id/1234567889> rdfs:label "T. Ester" .
  <https://app.colonialcollections.nl/> a npx:SoftwareTool ;
    rdfs:label "Colonial Collections" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCNqvKMA0vHNZnsfxe7ZMEnw/xMgxSHWGVIam89WkarceJ1QEXm9+uPrHuTBkFCpWOgwODLgmN5UgSB6L8xVV5QJ1oxtFkVhdAd5rQQ2Gp6O9Ih3dD21oYttcWzX64kqY0FQnSgu+G2LgW/LIrgdhgK9keI8OAFO/0or4+iXLn2WwIDAQAB" ;
    npx:hasSignature "NuhoFrTwVeQrsKbD3Ep2N9/yOUF3AMNBpzkY3A516OApNVbktp4e1x/s+7tXrVjiBn/atPR5B3Jcn/nuEGzEbkriSINe6bBdXtF+kkRoJRju1I0zkEjxID+r3HC1GpMeCYkbq5k5FbrXM5blz7DNdyCyr+PgeB5+fg2kOFVBSnk=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://orcid.id/1234567889> .
  this: dct:created "2024-04-16T09:58:27.443Z"^^xsd:dateTime ;
    dct:creator <http://orcid.id/1234567889> ;
    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#DescriptionVersion1> , <https://data.colonialcollections.nl/schemas/nanopub#Nanopub> .
}