@prefix this: <https://w3id.org/np/RAZR8aXt8aioU8bwVK8k4z8n8f3wwIj675EdBcvpH78d8> .
@prefix sub: <https://w3id.org/np/RAZR8aXt8aioU8bwVK8k4z8n8f3wwIj675EdBcvpH78d8#> .
@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/76d5c44675790ef5fd71a216249381a9#description> a <http://www.w3.org/ns/oa#SpecificResource> ;
    <http://www.w3.org/ns/oa#hasSource> <https://n2t.net/ark:/27023/76d5c44675790ef5fd71a216249381a9> .
  sub:_1 a <http://www.w3.org/ns/oa#Annotation> ;
    rdfs:comment "Somewhere"@en ;
    <http://www.w3.org/ns/oa#hasBody> sub:_2 ;
    <http://www.w3.org/ns/oa#hasTarget> <https://n2t.net/ark:/27023/76d5c44675790ef5fd71a216249381a9#description> .
  sub:_2 dce:format "text/plain" ;
    dce:language "en" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    rdf:value "A nice armband"@en .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://www.linkedin.com/in/bas-doppen-b50a1931/> .
}
sub:pubinfo {
  <https://app.colonialcollections.nl/> a npx:SoftwareTool ;
    rdfs:label "Colonial Collections" .
  <https://n2t.net/ark:/27023/54b3aa28c3e6f596ce139c505ebdb838> rdfs:label "Gelderland" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFeTFIOtcdIHvCUUX9A6NaNhhpdhhBObqcKuG8MOeAtHaLj5gU5CFWa8cF3QYuxUrU8URORfFe+QhuALCNmCNMsECKyLoWbToFjTmgsZ7gO/K/vg2QxlpYxAzXhWsYxYuWYPwXf4IlBvkXesgZRfDBDXbwJ9RUo8tfRC/yrlF/rwIDAQAB" ;
    npx:hasSignature "RuyYO6XEcppaT0qboEAhk5AmQUXKgFKhakWeA0ujvosV/vHBER23VmLJjNnBeDq5zut2Cn6U+0YXJQYBEm4OSv9FRZFVh4bwlEKNYOcTVLulQVu08lNpviw0BRjN9gSoCG9KOB3jHJP66Wt/B5HvoFBO54xtVq1LuoSah8iq+u8=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://www.linkedin.com/in/bas-doppen-b50a1931/> .
  this: dct:created "2024-04-19T08:34:15.543Z"^^xsd:dateTime ;
    dct:creator <https://www.linkedin.com/in/bas-doppen-b50a1931/> ;
    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> .
  <https://www.linkedin.com/in/bas-doppen-b50a1931/> dct:isPartOf <https://n2t.net/ark:/27023/54b3aa28c3e6f596ce139c505ebdb838> ;
    rdfs:label "Bas Doppen" .
}