@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" . rdfs:label "Willem de Kooning" . rdfs:label "Piet Mondrian" . rdfs:label "Amsterdam" . sub:_1 sub:_2; ; a . sub:_2 ; ; ; ; sub:_3; sub:_4; ; a . sub:_3 "1900-01-01"^^xsd:date; "1900-12-31"^^xsd:date; a . sub:_4 "This is a test"@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 "IOq4+wbc30fZDZFtg82guo+RRec73LEit1QL0e7J84OCS9oM/WlJyTGqTX2Tzm7AeB7Gyjg2QBIKCKDNUoj3PSM81huEDr3ZTkO79dFBsFF13+s/vpnRRZv5KrjCZ7za7XuZQdrOh46dgmveAflTC/gpgRUHPdImilE/D7IqWk4="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-04-19T12:45:21.393Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }