@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:_3 . sub:_2 dce:format "text/plain"; dce:language "nl"; a ; rdf:value "Test"@nl; rdfs:comment "Test"@nl . sub:_3 ; . } sub:provenance { rdfs:label "Gelderland" . rdfs:label "T. Ester"; prov:actedOnBehalfOf ; prov:qualifiedDelegation sub:delegation . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCiGmYGQLyOydXeQHib5P7J+6twe60TwpQWT4G5ocuZqSg4R9fgcrP7iO0t4sfOhWjZP057VP7zWVt7Od5BrwVWAbZocdsWdLX0XUt9xVMCmLj4NdnnGJdxjYE7DjNgjASrHLG7F0QosWRtafTev52PDyTbM6brBdRfFTTOWh71hQIDAQAB"; npx:hasSignature "B3VYuK3OvC790giWzKDV5RkpYzKObaPPg6QKwqvCWCkJdAssuAwUoCG98zbiG5aGkO6uHe6WNeobItb29Oj32blPgEwkirp/aVs36a4jlOx86QVw9jCfxno23yeQQZjU86i34xqCHCsqTzC0N8lODU89rNNDV3Lswg4KX1GkLs0="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-20T12:38:54.960Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }