@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 "Bequest" . sub:_1 ; ; sub:_2; sub:_3; a . sub:_2 "1000-01-01"^^xsd:date; "1009-12-31"^^xsd:date; a . sub:_3 "test 5"@en; ; a . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { rdfs:label "Barbara Honhoff" . a npx:SoftwareTool; rdfs:label "Colonial Collections" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaToOTFFmW8wgoraArHhTibRMYdeJ4Kq0pHKYeJJ1YI6ejOG8aMEgqYStAx1uzDtOxULO/RgXrxkWQxe4FiM51sgFFgdsT4tZHRDegx3UUQBHZlLFKkDT5jtN66442Rc/5vu5pMbV52zE2hgIF/sR0PzVgm242N9tONXq5FSjf7QIDAQAB"; npx:hasSignature "lrn5ugxcqQmL3r9+NPywncm/3OAkRsm2cN1CqNwvQVtjJSrHJYWokOWQWPafxl+98pdRmy8KK1chqZXIvm7GKkMOmx6NmBA0MUTOjPZwgPgBnLYQddZbH8Xx5mU0tI8oxP4cfgHlt8QmDloLMHbl+aDVm2ELJiwkA/LUenrqyr4="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-04-19T08:53:46.542Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }