@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: 1718638341520"@en; rdfs:comment "End to end test"@en . sub:_3 ; . } sub:provenance { rdfs:label "End-to-end Test test-1-1718638217843" . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCi+HSK8qVNOWhBtbLnK9BKokfnBItkSmMX+40QS2kPmxKWlS9fJwCob8rGn9gyPJTonz8nxLRb26kJ798HvNj8ODLLKax9IQvka8ARwPuNmVqK876f24LXtoMZBb8NXTRhoVXnqeUxEK1yveBMFOQRE/e0zCz9+iilUWZqvMsHCQIDAQAB"; npx:hasSignature "ZZoIltEd2hK9twhHrr27LyruJgb2h80uDfGbuwQ9Cx2pFjEzYRKb2vhm/Z2oV46ntvO5EDRwL9rgBmD7t6sN1kdJHs8Yks2ntjGBcqZJxUaqRA1AKQlQ713Y0IEiLKZ9o7w080bnnATNZG9LZUno72tANHZiFybqc8PozFasHlo="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-17T15:32:29.524Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }