@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: 1779361142466"@en; rdfs:comment "End to end test"@en . sub:_3 ; . } sub:provenance { rdfs:label "End-to-end Test test-2-1779361142120"; prov:actedOnBehalfOf ; prov:qualifiedDelegation sub:delegation . rdfs:label "End-2-end Community test-2-1779361142120" . sub:asserting-activity a prov:Activity . sub:assertion prov:wasAttributedTo ; prov:wasGeneratedBy sub:asserting-activity . sub:delegation a prov:Delegation; prov:agent ; prov:hadActivity sub:asserting-activity . } sub:pubinfo { a npx:SoftwareTool; rdfs:label "Colonial Collections" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCL3pgWDK69LX5F1w+sYtnX0mgGc7ZPwc4hBga6dUjTd82cW30HGC4MEYHXwHGyyHJ9b3uM/gZV+xtZSt1+bkrrCTgTdrRUPwdUhbKhz2Zx54GCii566tltnycs38NijSZKbys5E7QnG+9vK9ZvMXV9kGVd37AP8GQow3Gw87FpTQIDAQAB"; npx:hasSignature "Gw8qxt4ac/Au9WRvFiTruAjfk90xxXtUmBmvdfxwdxHTCwFkMyGgBsh3XHLeBGIWxn2mvHpTPNvM9wBIrxNNeH3G61ub/B435xbfrwAAzwytjZVyQP5OFLBsXV9Th+VQ6f/0T8zbAkMdX0XU/T8CYLH5+Si5TZblY/4I9GAKjRc="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2026-05-21T10:59:16.597Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }