@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: 1718806358038"@en; rdfs:comment "End to end test"@en . sub:_3 ; . } sub:provenance { rdfs:label "End-to-end Test test-4-1718806279962" . sub:asserting-activity a prov:Activity . sub:assertion prov:wasAttributedTo ; prov:wasGeneratedBy sub:asserting-activity . } sub:pubinfo { a npx:SoftwareTool; rdfs:label "Colonial Collections" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCYSXDZsYj0aUw73Ljn6ec7BBhAi9cr//Lk+YKqm0Sl0DvA/jcHWhVjoYQxsRZAZ8eI3R/FJcKhMD6jjdF3JbK77qHWrrjHld3ydNBhfugfdTWB3gclHLhk33wB2mtl9C4QCsH3JtC/WhzqXe/JGVC1KB5qCPssaFhFbciuBAaqxwIDAQAB"; npx:hasSignature "fyEhjo4AKxrfPRHHodMQBS59cpEwZKi4+CncTrsKdvTSN+EERcPUGkAx4asDLk4yMKmRNuvdlCKZ5eCkBjM2TBu9p0XrArS2PoqBAiV4MumtwZdl3aD62zfxljGJhQ10mYpFcZU7N8+iAZXfO1dGxWeaHgzfSWtvUD0Py4CeAzI="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-19T14:12:46.081Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }