@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: 1718203907657"@en; rdfs:comment "End to end test"@en . } sub:provenance { rdfs:label "End-to-end Test test-2-1718203822187" . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDI7EIqG7CI9YrPPGedxp/YH3rGCrAEq3uiL3rWhH1BZnKZoCTbSe3APVPoL9lCjm47/NVZGCGGMRxtJRkqXCJN/iw0Qrpv3PsoUcSPW3wg+HpClZNQ1ENBtMdP+F7v0Q0BLvP+zKavW/1Pb45+II9t8U8fUnNwfGm7pw95ItQjqwIDAQAB"; npx:hasSignature "icUmhqT2tghBtFxzpvV8mQsIGRpv5ejwzUXFVXYvF85Ggvedsy+004E1B1mZtEgGIztvofXyEfoHlm2x6HS/sIkgJf6i/k6Rbtg5+msxQwjBaP2wmfylaZyfFJZPBMHEVROu5n95p9KTnqkgbNnWrhFAgGWiPXnSK5xtBPKD+Ho="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-12T14:51:57.473Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }