@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 "en"; a ; rdf:value "test 3"@en; . } sub:provenance { rdfs:label "test Bassie" . rdfs:label "Bas Doppen"; 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDA8gnA42UaIqpPsR9oEt69I5NZ46+3TrSUG1Xmg41OXGTCu6rJsyX+Qtsm3VfkVjJBQKQcaqPGYfVyDQyNJPBKIIGms6us5+lvdwxRSTUiTKgkrPDs64Ji0lgIeLluZ2R72TsOGZ9DU4r7t6001fXhk3sAk/CqXXXVDGnnN54WbwIDAQAB"; npx:hasSignature "W+KvWVME8GjdQmO72ofnTCXF2DclfpZrheOIi4UEiGRTc9G+bwJ+lsiFPqtyTEiYIPOe55HPLhdbTix2WmQrh3SExOiqmy8TJeM/5gnuh35vL7b7Hy+oBL49MaP0FBj8aOJPOta1ylnoI/EP3Z4qT739+wqcrJa/CENyyMchi6U="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-27T10:27:46.120Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }