@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: 1718887182756"@en; rdfs:comment "End to end test"@en . sub:_3 ; . } sub:provenance { rdfs:label "End-to-end Test test-2-1718887112070" . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCWEC2Qh6/gWczyfnTlhVVPCgjvm4jTxm/Rdf2LPTc2SsrIwzCqKJwLtdk9msCR7EDQhg6TKw+09FAu4/QI4ubMpEWE+YmdC6ha6hhv51b1QEfglpVUxnlfDODz7ioS2rhIWmMBgpA5Dze7w9kVtZmoao44OfC/LC+Zj9Y+dBj3lQIDAQAB"; npx:hasSignature "jARTXb+NY2TZJI8UAiWhG9JIPxPuLnKfW0MbIlNq8+cJjVscz/JTiPuIhe0pdFQUK3j7toGWk7fmWlNq204txbVgnG2vP0YAh9oeoBRpxSSqLvo9RgW2tamalgIa2BdXn9XPqImbKa5tUvoHGl8nYPuwCmgJoxwv5o5z2VnRPqk="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-20T12:39:49.509Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }