@prefix this: <https://w3id.org/np/RAxDrSkoCQM9O0LpLkF5FR6M9YP-WJw8PHE8YBJgHTCLI> .
@prefix sub: <https://w3id.org/np/RAxDrSkoCQM9O0LpLkF5FR6M9YP-WJw8PHE8YBJgHTCLI#> .
@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"@en ;
    <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 "en" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    rdf:value "Xyz"@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 "Fm+vrToxJdKZpTsg89GmrugaxT0k2I6V4w7B3qmHdPFkFhrEvwgyDtHeHtJfO8InRvCvz7l+IRCly7+fP2rXS3rq66C1yeLw3eDEcl59OYFOAiSjyUy+5eLPx9DE87uusr+7krGKMzGegTLqSDezziTohwU7r+gSOzMkEfQwCZ0=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://orcid.id/1234567889> .
  this: dct:created "2024-04-11T04:09:36.209Z"^^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#NameVersion1> , <https://data.colonialcollections.nl/schemas/nanopub#Nanopub> .
}