@prefix this: <https://w3id.org/np/RAnjW4QV7WGJ6WwaeY3wnmVAlhjpHe6C6el_j0kVkKQSg> .
@prefix sub: <https://w3id.org/np/RAnjW4QV7WGJ6WwaeY3wnmVAlhjpHe6C6el_j0kVkKQSg#> .
@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 {
  sub:_1 a <http://www.w3.org/ns/oa#Annotation> ;
    <http://www.w3.org/ns/oa#hasBody> sub:_2 ;
    <http://www.w3.org/ns/oa#hasTarget> <https://n2t.net/ark:/27023/bb4b809adfd1f4afd3eba49f1cb5aed0> .
  sub:_2 dce:format "text/plain" ;
    dce:language "en" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    rdf:value "The Authorization Notice is being used to indicate that distinct Tribal or community authorization through consultation needs to be obtained for any reproduction of this item, including for the use in exhibitions and publications in print or online."@en ;
    <https://www.w3.org/ns/activitystreams#context> <https://localcontexts.org/notice/authorization/> .
}
sub:provenance {
  <https://n2t.net/ark:/27023/2921cd68ba8a10fb5596516ff2494265> rdfs:label "Valentin Vogelmann" ;
    prov:actedOnBehalfOf <https://n2t.net/ark:/27023/dc065f61cbf248ef1c7c9b6a39a36061> ;
    prov:qualifiedDelegation sub:delegation .
  <https://n2t.net/ark:/27023/dc065f61cbf248ef1c7c9b6a39a36061> rdfs:label "Samen" .
  sub:asserting-activity a prov:Activity .
  sub:assertion prov:wasAttributedTo <https://n2t.net/ark:/27023/2921cd68ba8a10fb5596516ff2494265> ;
    prov:wasGeneratedBy sub:asserting-activity .
  sub:delegation a prov:Delegation ;
    prov:agent <https://n2t.net/ark:/27023/dc065f61cbf248ef1c7c9b6a39a36061> ;
    prov:hadActivity sub:asserting-activity .
}
sub:pubinfo {
  <https://app.colonialcollections.nl/> a npx:SoftwareTool ;
    rdfs:label "Colonial Collections" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDzlCvlNGBoqwe/qoK4O1Pm3fuSltYmi/hQkgU+OHWjE5v7pd5EdJQRlIOpJf8ra2uTX4de1uHk1TT5Zkg4AIrguexkTdMdMEcCq+8hyfBNL+ABLsN3QcodA1w3CCU92AHtAipbbtv98LhaqJ2+qG5eilnw8m0KX7vRqmNtPozIkQIDAQAB" ;
    npx:hasSignature "KlyOZM0k7GH5Cz26dcDGCgUchIC0o1yYI+AWc3Bf8hEXifMYHsb84GS4fWVTPcETPdD9EISsnr91urIVk62/zVxvIF3r6jBx95yXEMKxLzC5/hOs11QNKTSIEUa55hVK4jLJbTlxo9IBUMVF8S+xkGj5lTOSOn056Yqupws80MI=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://n2t.net/ark:/27023/2921cd68ba8a10fb5596516ff2494265> .
  this: dct:created "2024-06-26T14:35:55.703Z"^^xsd:dateTime ;
    dct:creator <https://n2t.net/ark:/27023/2921cd68ba8a10fb5596516ff2494265> ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:_1 ;
    npx:wasCreatedWith <https://app.colonialcollections.nl/> ;
    a <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#LocalContextsNoticeVersion1> , <https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#Nanopub> .
}