@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @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 { rdfs:label "Restitution" . rdfs:label "Napoleon" . sub:_1 sub:_2; ; a . sub:_2 ; ; ; sub:_3; a . sub:_3 "yo"@en; ; a . } sub:provenance { rdfs:label "Bas Doppen"; prov:actedOnBehalfOf ; prov:qualifiedDelegation sub:delegation . rdfs:label "ook test" . 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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDA8gnA42UaIqpPsR9oEt69I5NZ46+3TrSUG1Xmg41OXGTCu6rJsyX+Qtsm3VfkVjJBQKQcaqPGYfVyDQyNJPBKIIGms6us5+lvdwxRSTUiTKgkrPDs64Ji0lgIeLluZ2R72TsOGZ9DU4r7t6001fXhk3sAk/CqXXXVDGnnN54WbwIDAQAB"; npx:hasSignature "o0sW2MQb8slEjHBnUoJJL30Nnq8loyDWK1Rj9VJmzTV3kpG84EvC+Z7yxDS8hph+KArJQUkQ/8PE1Fz/uWbfNeuajtonu5OH36wOkAHQktWQVxjaXrwgFPYXEQVuir0O2Bwr1Bw6j2N68d5Ee5wQb8iRJ5f9+h3+Yrb0a4SNg0o="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-28T09:28:57.561Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }