@prefix this: <https://w3id.org/np/RA_V5PZBOdrX6HXZhmCqh-Flzo9LWZ321EtI2V7U8IC-I> .
@prefix sub: <https://w3id.org/np/RA_V5PZBOdrX6HXZhmCqh-Flzo9LWZ321EtI2V7U8IC-I#> .
@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/f449ac3a8a50149f917613564f830e3a#name> a <http://www.w3.org/ns/oa#SpecificResource> ;
    <http://www.w3.org/ns/oa#hasSource> <https://n2t.net/ark:/27023/f449ac3a8a50149f917613564f830e3a> .
  sub:_1 a <http://www.w3.org/ns/oa#Annotation> ;
    rdfs:comment "test"@id ;
    <http://www.w3.org/ns/oa#hasBody> sub:_2 ;
    <http://www.w3.org/ns/oa#hasTarget> <https://n2t.net/ark:/27023/f449ac3a8a50149f917613564f830e3a#name> .
  sub:_2 dce:format "text/plain" ;
    dce:language "id" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    rdf:value "test"@id .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://123.456.nl> .
}
sub:pubinfo {
  <https://123.456.nl> rdfs:label "Camiel" .
  <https://app.colonialcollections.nl/> a npx:SoftwareTool ;
    rdfs:label "Colonial Collections" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCQI9MYTyAIkpnp/3Jgjpnbx6ELUKRrug3G7vBj3tzHGwR3iRNaqRi0knAoiAorXRg0/iPrertjoV4/e/0zIXHMLsMBbVZgLdIrMyHU7KSdwdwp4KwmahbG5lbyZ3Hk5QXrZjeszepebXb7ySQaSutNHDPCM5U9YlXyRxBk4be6XQIDAQAB" ;
    npx:hasSignature "gbrYi9wwB0j5q895Fp3rJQx2YpsLfwr2EmvICX0Ir0tNCf8Zhh/qNJcEw/dROkbmtt9E8wP7CyfZQ2je0vsh4HT+7p//adzeq3DN63R2LRLcBhUUc3dA+aTv7bN1GMsrFtgaiXcGB6sYO/UDit1rY0I3+qBS97PEQ2se2oGDmc0=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://123.456.nl> .
  this: dct:created "2024-05-06T09:52:37.428Z"^^xsd:dateTime ;
    dct:creator <https://123.456.nl> ;
    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> .
}