@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: 1718199063390"@en; rdfs:comment "End to end test"@en . } sub:provenance { rdfs:label "End-to-end Test test-1-1718198960991" . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCHF68GnJyxRDCZXmfXrPHKXtT1wyOhnIsBKJK8P5Wga9cm5M7P1YofaenxgWa9X78vpxVQ4tgF6Ugv+5cnd+XqcHsJt82VFImOeDz2QvXv5opoHbMcwW00++oJX9zUbkyPvVa+1fpel9bLD0L1/zGC0p8wSGySz6Y15pXqXjChqwIDAQAB"; npx:hasSignature "Wou1sn4MHARrvutGymUwHq9ArQQ+Ex8RBtknjPFxv1hrijPGOY5cG8wNs0X+jCHrkoo9PJ+EHD3sEc3J8gZ0uWlS9MMkm6LNoWNA8FmxJTKAFsTK0GiXQvVsKeRJh6KALb7+ZZoTkX+DAg+MCQiIQ+Qj6pS+4FZtYv7LExEI1HA="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-12T13:31:12.876Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }