@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: 1719576159140"@en; rdfs:comment "End to end test"@en . sub:_3 ; . } sub:provenance { rdfs:label "End-to-end Test test-1-1719576068881"; prov:actedOnBehalfOf ; prov:qualifiedDelegation sub:delegation . rdfs:label "End-2-end Community test-1-1719576068881" . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDH0h6zsp+5GkHBOnAkEjAUUJXqQNptLsAjJQQZDabzev3t4x92Udnq+9IQtZLhFuSYmJjnE8QJKa6W3U6GSBbWUdHsmlVd41L4S3QPz2dvfO5HeRWGMwDx5YQsxCnO6gm0x6UsyAfJ3/kROZ5XEY0Y0DgSUVp/DCkV4V9qtJTOawIDAQAB"; npx:hasSignature "uphg5ACpOlAAz8QFKr1MQ5izKC7GOrwSfM3reISkczcuCxa7UNSunQmGxhv2T8WKihMsPHJDHbOc+RKMHOs6WBdsginWWc0BuEKGACQNmu1ADIaA0n6F5JZWVLVmHmqCa+Q3JxMYKLSIHLGC9qZsMUiVLNUtrn4Jfpw5uksa+ZY="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-28T12:02:44.877Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }