@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 { a ; . sub:_1 a ; sub:_2; . sub:_2 dce:format "text/plain"; dce:language "en"; a ; rdf:value "Narrative written by an automated test, identifier: 1718364107165"@en; rdfs:comment "End to end test"@en . } sub:provenance { rdfs:label "End-to-end Test test-1-1718364016896" . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCHi9csQNdh+E8hcw7a2pgb4bdBxzeAG88zGUJf10jkur+yUKMxh33HywZtQ5MOaZZJp2nzYpT902jzeoxVwoUSoZSjw1BYO74VVvzAwwdLz/nT3uHCGQXMJ5ezAqrFpVufWLQgNLHc1E3iYP5W/X4tMiRn6Nl2mr5YZ9rclc/v/QIDAQAB"; npx:hasSignature "KEwdHFr8dyArUN2ROUh4h1qF6pVjGeg6lD9qNJKXqBO1maUTiDVl07tsfAuJo+x4Mmx8r2rEkqXMBUTOaA4lncGRuwy85LuAvWwQXkM1HxMl+kDLD8nWEUbfKZbsy6YWgjDbq477yNKC14qDB7Plw1Z0jVOi/gN1ouX1IxVWXBc="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-14T11:21:56.776Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }