@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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCuZe/66Yn1/kZ+TrhkAUez7n3x/dbukNAxprC2I4n/by5dAgSHvnRm7zhEeDyFFHXNm2PBqj3uLOEM6m2lWDsCmTHojgLUBpvhCzvziSjAzBJ4loLaax+Nt1hSY2/MNB0xJKtxQz7xe8gPf6iyckD/H7Mwa9mx5ncYRzg5XUlvvQIDAQAB"; npx:hasSignature "PWVKDXtQPNq0d/2ly4gJUYK9Eo4/f0JNT7ZcxaZZoe+SfDLXjUDQYJeVETFeZm77Nw1tLgnpfiSTfa7LxvEnZDKyscsHvlUtVOhu7MBdz1svoF4CW+h/Ddyrl0t7z1qpsSRw9PF7/xMljBhjz6Z/syPpffWEoPahhsaGOe243vs="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-04-22T10:10:40.021Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }