@prefix this: <https://w3id.org/np/RAhL0wwunAQihrMx2d7wte7DEVdU9SQtt4ikYhVgQxqCI> .
@prefix sub: <https://w3id.org/np/RAhL0wwunAQihrMx2d7wte7DEVdU9SQtt4ikYhVgQxqCI#> .
@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/611207ebd454d3dba6d46d6ac9a5a1c2#description> a <http://www.w3.org/ns/oa#SpecificResource> ;
    <http://www.w3.org/ns/oa#hasSource> <https://n2t.net/ark:/27023/611207ebd454d3dba6d46d6ac9a5a1c2> .
  sub:_1 a <http://www.w3.org/ns/oa#Annotation> ;
    rdfs:comment "Zie hierboven"@nl ;
    <http://www.w3.org/ns/oa#hasBody> sub:_2 ;
    <http://www.w3.org/ns/oa#hasTarget> <https://n2t.net/ark:/27023/611207ebd454d3dba6d46d6ac9a5a1c2#description> .
  sub:_2 dce:format "text/plain" ;
    dce:language "nl" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    rdf:value "tekst is onvolledig"@nl .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://www.linkedin.com/in/hanna-pennock-a5b38b1/> .
}
sub:pubinfo {
  <https://app.colonialcollections.nl/> a npx:SoftwareTool ;
    rdfs:label "Colonial Collections" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCHsZExEFW5IORhf2kruDLgbG8crNJiBRybsw1gCxdtmhKm8PRES0cuu+G2fIcvIWQDibs7jK6gqJxQ0dHYc16DlHhYqufO6q6dwwqA3vjIKH6G+ux1FQJ4HXyV0tlnLs0WZlcZS492hkZ48KJ6VXErOsrG/cb3S9vBYAAN3afMdQIDAQAB" ;
    npx:hasSignature "aDeyMyb3fFKYDVwhBALUeWfhlpUrabyqQIWHUDthtmSa1+jFMiIbSaqwLU5CrBok5DAF5e7jRoHhq6ihfaN9DI5saOd3zigrsa0J6/85aDaA811uOfQFPriSYCGayfqlarOyAwPd5bs16q2IBwsHGVqe5GIu/ed0Z855BSmineY=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://www.linkedin.com/in/hanna-pennock-a5b38b1/> .
  this: dct:created "2024-04-25T13:44:23.309Z"^^xsd:dateTime ;
    dct:creator <https://www.linkedin.com/in/hanna-pennock-a5b38b1/> ;
    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/hanna-pennock-a5b38b1/> rdfs:label "Hanna Pennock" .
}