@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 "testtt"@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 "mbtYlzMF2NbVUTcD6o7JejrX3xxUOihBLVZ4zZ1GZVuq8iDhQZFuw8nAmBCRpgaBaVIKEFVJUqre+nSGmXau5f0Ldem4ilUsetH0az9ERYMZ/6Zexc+YnIJZJujKi9Sde/bTh6ItvN/3kii8hhuyPgzjVIE4XuIZy+QAf+33BXw="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-28T09:23:00.120Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }