@prefix this: <https://w3id.org/np/RAQNQ2KytHtKaZ8dEjgWLsUONY6C8KWynEBKHsLY_f8cA> .
@prefix sub: <https://w3id.org/np/RAQNQ2KytHtKaZ8dEjgWLsUONY6C8KWynEBKHsLY_f8cA#> .
@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/296569cffde8f4732cbd1083cf580110#creator> a <http://www.w3.org/ns/oa#SpecificResource> ;
    <http://www.w3.org/ns/oa#hasSource> <https://n2t.net/ark:/27023/296569cffde8f4732cbd1083cf580110> .
  sub:_1 a <http://www.w3.org/ns/oa#Annotation> ;
    rdfs:comment "My mind."@en ;
    <http://www.w3.org/ns/oa#hasBody> sub:_2 ;
    <http://www.w3.org/ns/oa#hasTarget> <https://n2t.net/ark:/27023/296569cffde8f4732cbd1083cf580110#creator> .
  sub:_2 dce:format "text/plain" ;
    dce:language "en" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    rdf:value "Test by Philipp von Essen :)"@en .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://orcid.org/0000-0003-3709-9000> .
}
sub:pubinfo {
  <https://app.colonialcollections.nl/> a npx:SoftwareTool ;
    rdfs:label "Colonial Collections" .
  <https://orcid.org/0000-0003-3709-9000> rdfs:label "Philipp von Essen" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOVNvJVOWggt1eOmd2gq08AmD4QJNpW/3gOrC2uqQmob63jVYyoanYGExgF5LEtD4mVZydZHqSpnySmecGlzoLXtLFTeaV9LarLNTSK2C9X90sZEwSOgy7SPWwWVm36N9LtcfmMUJTM0f3ifGKSBfUSXredRBWwhHZP4mD82/sxwIDAQAB" ;
    npx:hasSignature "UeiN8ljks0jbVh2liwubbwnKq3rexGSvc2vQNkv1TBhixNvJMEprrCwQN0gsqYoA6zDmiPn194RU2YW6+03+fUXF7HJ/w94sTixOJ2QsfjeEVtX5cs4jI/E6otFFId8x+B7GEKb3BX/6YF3jME/zFhs1i18ZJyUByFSHvgmfRPI=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://orcid.org/0000-0003-3709-9000> .
  this: dct:created "2024-04-08T08:05:05.054Z"^^xsd:dateTime ;
    dct:creator <https://orcid.org/0000-0003-3709-9000> ;
    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#CreatorVersion1> , <https://data.colonialcollections.nl/schemas/nanopub#Nanopub> .
}