@prefix this: <https://w3id.org/np/RAlUbFPPLgfI1UndEq5WGzOpYjp9QUfA8-lIRWRTinFCg> .
@prefix sub: <https://w3id.org/np/RAlUbFPPLgfI1UndEq5WGzOpYjp9QUfA8-lIRWRTinFCg#> .
@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 Caring Notice is being used to indicate that specialized cultural care is required. Care for items or collections will require specific community guidelines for storage and handling."@en ;
    <https://www.w3.org/ns/activitystreams#context> <https://localcontexts.org/notice/caring/> .
}
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 "Ujqhvm/wF2F2rZ9ljeiy4NQWhoRpwfiZ9oOmyOlQJt8SC4WB8hZsFjHed+NWu6ucSWTKYQaHLmRTesD2DJIeh5blj1hyGtWt5T9mUcyAyEf3MhcwwpR/b/p8PpdLqryvvlUX1XumUfo6wVIGBxH+jNqO8judU25oG9rwPhn4GCI=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://n2t.net/ark:/27023/2921cd68ba8a10fb5596516ff2494265> .
  this: dct:created "2024-06-26T14:35:34.278Z"^^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> .
}