@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: 1719404056070"@en; rdfs:comment "End to end test"@en . sub:_3 ; . } sub:provenance { rdfs:label "End-to-end Test test-6-1719404055644"; prov:actedOnBehalfOf ; prov:qualifiedDelegation sub:delegation . rdfs:label "End-2-end Community test-6-1719404055644" . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPz4Z0cJBinGxjdTAv6JSaj+x3LxZ2ZGh4KKCy92eHUvqz7DWPiDqs9jWC7AaC58GqdZQeWUDy9KSb8TP9T9z3yP+sJqQZEAzckH5wDzBT49HZEkcizbRIptG0hwsruIyXkVWgsDH6DYt88onnXsIay/JRPhNun4dRrcwNLD09uwIDAQAB"; npx:hasSignature "ME6SEV5myNG533tZc8OdPadZ7F8fcaBnjTRtWCwXfbKDZGVVTS5J9C1l3AaCOGXYIrDQ1DGuCqenl4AP2nC5zJ4PW6cufb9c/UoORPaDiy2mEx0x+9uBCu8FUPPfAqMIWypln84D9rMr5H8hDfTqx6Ns5AEfvE6H1K/UnRMGQbQ="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-26T12:14:22.047Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }