@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 "Rf7ca+V0BsD3vAQls9qwe4j4FVPH+FNb0DbPJE+SkEQ/ulz4n5ptyl+Sp+nhSjyRf4TkemM4dEpIqTbkwu1BcFad2CqS6UfIspwcA8A7wD2vZQ8+Eidc33UbBef9FZaYRKtoIpUmtpGttYP3sGOE6pN8Y4SUW1pYKu21wGy9XY8="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-04-22T10:12:38.120Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }