@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:_2 dce:format "text/plain"; dce:language "da"; a ; rdf:value "This is for viewing only"@da; . } sub:provenance { rdfs:label "Bas Doppen"; prov:actedOnBehalfOf ; prov:qualifiedDelegation sub:delegation . rdfs:label "Arnhem1" . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDA8gnA42UaIqpPsR9oEt69I5NZ46+3TrSUG1Xmg41OXGTCu6rJsyX+Qtsm3VfkVjJBQKQcaqPGYfVyDQyNJPBKIIGms6us5+lvdwxRSTUiTKgkrPDs64Ji0lgIeLluZ2R72TsOGZ9DU4r7t6001fXhk3sAk/CqXXXVDGnnN54WbwIDAQAB"; npx:hasSignature "O5F7WdXCqzWuX9g21oTWHX8Q2DnF4/YDFAEqnid7qywBkKi1/CFUxhtR4pR3p/UgrysTp/q6sruwW3b3DqRYOud/D7aUmRr2RRfUkbDfITm8pZGh0f3WPLfwJ2DIXwtaLg5b6JwFLgXP/Bskp7qZuXZOKH4OQfYqB5iS+yFF3Y0="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-27T06:22:49.897Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }