@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: 1718216870990"@en; rdfs:comment "End to end test"@en . } sub:provenance { rdfs:label "End-to-end Test test-1-1718216743125" . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJBX96qgf6C71qi5bgktZPErF+QpOOE6y0ryugiUqNOAT+nZlUiVx9azDwJW1GOXqUh7zohHPbdtRb8kvWc17IjEEIlKwD7HHgtb2kVWy1IXcvhuX3BIUYZhaO4Lpt6jDiQSitNZ1E2PLsVVFpgfgaFwxj/4S1AklH4bh/fPgxkQIDAQAB"; npx:hasSignature "df7KxfRsTKUE8Kh6q6UvrQLfmDs/ap+wnnJfvCXb8xcLcF82vj42hgwLeGyvonA9kMGVqCUvJd0q2adMPdP/BfYjKCehci2tfQBGRTWzH6N0j6CaEgFduSFmUmptq9pBEYg8qkSjrrSc5sTJcWW+c4iv9Y9+kuNDhviQFcAHTww="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-12T18:28:00.275Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }