@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 "en"; a ; rdf:value "Narrative written by an automated test, identifier: 1719580694671"@en; rdfs:comment "End to end test"@en . sub:_3 ; . } sub:provenance { rdfs:label "End-to-end Test test-7-1719580694211"; prov:actedOnBehalfOf ; prov:qualifiedDelegation sub:delegation . rdfs:label "End-2-end Community test-7-1719580694211" . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDgjca94vDZ1d9VlTBaGFm2ONH4+qoVeVmP07+Z7UsaOrjMelhZ5v2bbt2CFyjqa0fs8Y8RSf2Z5RuKLQYm3kG/FzFoGbYsmpA1O0vGCOIq93iFDpaZNdbMwWqfvetoBxogbDwTHM2Mq4bR4owcyc5j3E2zqAXWUUposw/Qx2v3IQIDAQAB"; npx:hasSignature "SkWKoAxWqYQPQEsegG4X+IT5o4GWwnidyyuOCkBus8geFkx39ChKYU8I7pxei40IdS063myMJDoBqZzz1XUvDQKGfn3mKo/vyIEy731qtR2ev1iS3B1B5npe0f04xQbBNk3zsV0I62wOILsCyQ4PescZ/KBcIlMvjy7sFsjXJvE="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-28T13:18:21.200Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }