@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 "Oorspronkelijke eigenaar" . rdfs:label "Jansen A Smith" . rdfs:label "Abraham Pietersen" . rdfs:label "Rotterdam" . sub:_1 ; ; ; ; sub:_2; sub:_3; ; a . sub:_2 "0300-01-01"^^xsd:date; "0400-12-31"^^xsd:date; a . sub:_3 "This is a test event!"@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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdCZs220C/XEtkP60sgsfVa8hOYwudVEsgcKzLCnYzTp3mrIzzTOmF0ukIKilT/cJFLj0tSjreWVUIpa8KeRaAfPQ8F/2N/3q85I+OQfLFRxAI58VEknOx8MLK2LAE3tQIV4Zh4o1ZROu1ISjgQr5txdgT6+rrhjLVeX/yXvzlawIDAQAB"; npx:hasSignature "ErWnOl0mUiBky9v5+6j6yIYgqNOw2MwaWU5VL/bF6QbZc0wrsrAf9NOC4WMxMqK8Az9qX86fuzXOkVewHy/LbViFhTu7e8ggtN11+JmriN1NzxRkNEC4xYxtuSBFypG6X7f+3uJTw7nr/osQW8lOn3Edwst/xtBVEu2Yc1+8k0Y="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-04-18T07:30:34.070Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }