@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 "-001000-01"^^xsd:date; "-000901-12"^^xsd:date; a . sub:_3 "test 4"@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 "UFliXxiNR3T5VLYEMKF+H8K3o6r9abtCjgMtsV2BDKo9/WmJwm4/Hb/yRczcYB9i/9nbadXI0pdB0Bucb8R9vrvDCtQwRNYYLm+tLjL9Tbua0n/iHVVOU6ff7kbVGJKNWZ3BFMlSZA40ZHyH2JTHLgkXaGsIaMLqWoaHV24+wTA="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-04-19T08:49:32.083Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }