@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix dce: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:_1 a ; sub:_2; . sub:_2 dce:format "text/plain"; dce:language "en"; a ; 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; . } sub:provenance { rdfs:label "Valentin Vogelmann"; prov:actedOnBehalfOf ; prov:qualifiedDelegation sub:delegation . rdfs:label "Samen" . sub:asserting-activity a prov:Activity . sub:assertion prov:wasAttributedTo ; prov:wasGeneratedBy sub:asserting-activity . sub:delegation a prov:Delegation; prov:agent ; prov:hadActivity sub:asserting-activity . } sub:pubinfo { 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 . this: dct:created "2024-06-26T14:35:34.278Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }