@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: 1719557892971"@en; rdfs:comment "End to end test"@en . sub:_3 ; . } sub:provenance { rdfs:label "End-to-end Test test-1-1719557768117"; prov:actedOnBehalfOf ; prov:qualifiedDelegation sub:delegation . rdfs:label "End-2-end Community test-1-1719557768117" . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrGNBxWz9MqenENMIaCb9tCqNAMDt0ZmEeG4JKFARdlp6MoA6Xa0wNi73jPQQu2VQZlfhfxJVwZ0Tre+uq6W8xAWiVTBGOiuUXD7x7We7oUH/NdacHcIncjfELCYbJ5wiubJbXbrdtV2GhcJ0UPjqXNn06OVMeemiGfN5fQbb79QIDAQAB"; npx:hasSignature "ZAs0Ja7ICxwR18BiZCyfgAB9OZQeQ0luAxUNk7eekikD+ZUL8ieYBG5vU8UbaOsio1naLOeowqnChpI/Wd2b8BblRyrCvW3YVGqAfF1sNXzmEJhz+W4SWS7zwRn7v9mLmYOF7PQ0E9Mbi9Ue0ykYq+dChMgqDGBcdCbQD6qWbCY="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-28T06:58:22.766Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }