@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 { a ; . sub:_1 a ; rdfs:comment "A citation or reference to a work that supports the comment"@en; sub:_2; . sub:_2 dce:format "text/plain"; dce:language "en"; a ; rdf:value "A comment about the name of an object"@en . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { rdfs:label "Community" . dct:isPartOf ; rdfs:label "Person" . a npx:SoftwareTool; rdfs:label "Colonial Collections" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJL8+RV1nDEEFzXskHMKcRhptfq9x0ti2bJp702vm4qg4tZpOIv/13XQ+9yHSX19UGBdp0hcFQFodY2l8YYZUUt2C6H50KFECfpcpkUzij+DaObP2xUiJXVfIK3zeRHa4TwfKzoITSW0d0OQv0dDu5SfZ78ieMEQ5cRvtTTmYdiQIDAQAB"; npx:hasSignature "cYJ7MDN5XzYcl7w5ZJ7IZnNNOndLbCQ6nc4NySRrJgxyysavrQAgNA/mopfkIjIOf+lVaQ9jfy3dLC8jsb6H+BfhR+e8sKHyOTQsnHQ0x2EonwrMoEHQ/KT4HRfk06Ziutw72K4Uk+P53yUa/hLS+pKz7Uir1yPq5uDWHpauObQ="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-04-22T10:59:08.242Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }