@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix dce: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:_1 a ; sub:_2; sub:_3 . sub:_2 a ; dce:format "text/plain"; dce:language "en"; rdf:value "Paper, velvet, sealing wax"@en; rdfs:comment """(Quist, T. (2022). Provenance report regarding Brief van de sultan van Madura and Kris of King William I [Letter and Kris of the sultan of Madura presented to King William I]. (PPROCE provenance reports; No. 9)."""@en . sub:_3 ; . } sub:provenance { rdfs:label "Antonia Glory"; prov:actedOnBehalfOf ; prov:qualifiedDelegation sub:delegation . rdfs:label "Webinars Colonial Collections Datahub" . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDL7d2uEg8HY+eGV4jJbVqiqia2K/sJ5c5gByv3RTYN7kk94g9nTSexeDdPzwsbQYeYq5t/npake+cMMxPYJAxxmmnDUcTDoG1fUNwvPCt+t+5WzfiEPYB0KXTrwUjKUs1e568P6lQi1SxuonBhU8H3C13zWRXR99pG43fm1HeXywIDAQAB"; npx:hasSignature "r591bqCLgtcGpyXg5avfRKa/emh9avsNekWsSXaBSoBGDqxYhozQUBbjhIehzBho3mGZaSEMJlkWyzdu6HVTjnZPW94AqTXIrDV5/drucoez8f278u8fZa0Sm/Bs9ZEg/9Q7+VFNxxx3IgaNkwjbPmbrU2MiF5eWq1RHc0fUlQs="; npx:hasSignatureTarget this:; npx:signedBy . this: a , ; dct:created "2025-09-30T08:43:35.685Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith . }