@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 "This narrative is for functional testing, and can therefore be ignored."@nl; rdfs:comment "This narrative is for functional testing, and can therefore be ignored."@nl . sub:_3 ; . } sub:provenance { rdfs:label "Consortium Bureau" . 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 "TCaXHodCu3e8pYUcR2pf/OLz347C987BYhkcBSl73QsAqD2Sd3ZeII94/lOeG5b2LMhJLPVG+dPmsQXYCZwAYTMEgiRblj3hhsunP5IRssjhXOG92wEereinWGchCYmgR2cUAGFVOSvuIOA35eF5jyYFCVr+qGSoFMqDhRVBvwY="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2025-02-18T12:26:09.941Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }