@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: 1718887698437"@en; rdfs:comment "End to end test"@en . } sub:provenance { rdfs:label "End-to-end Test test-1-1718887584142" . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCeUWLCHGeiK0CSfVqiF/1Xm4DBNN/UF4Q3lMO3T3O/nn5sNV8AOPVoD78+6MrdHSqtuB+gLp71+pDmc5+V1cb8wozU/QEbrcBM3L4aH5Gdv6kDST01RWOXD3sND811ByzoU/V3lcT+Iercw7VcP2qNLqHyoZeyvu/pOTLflKqIQwIDAQAB"; npx:hasSignature "R1xfpbTPeUyfGHaIiPgILAIxzjkuE3BkFGna2+Ev4Z/uybPmatKyOfCHZPcqZvY9UT0tf1SSLpjAJsbBYwps15xsbwAFTs9ueivbUuL534WCc+ARLqxGMEhmMUScUXeIBTTTtSl+V337XZwkMqHyPwK/tLS3yZt2jVZ292XQ8ks="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-20T12:48:26.323Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }