@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix dce: . @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 { a ; . sub:_1 a ; rdfs:comment "Zie hierboven"@nl; sub:_2; . sub:_2 dce:format "text/plain"; dce:language "nl"; a ; rdf:value "tekst is onvolledig"@nl . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { a npx:SoftwareTool; rdfs:label "Colonial Collections" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCHsZExEFW5IORhf2kruDLgbG8crNJiBRybsw1gCxdtmhKm8PRES0cuu+G2fIcvIWQDibs7jK6gqJxQ0dHYc16DlHhYqufO6q6dwwqA3vjIKH6G+ux1FQJ4HXyV0tlnLs0WZlcZS492hkZ48KJ6VXErOsrG/cb3S9vBYAAN3afMdQIDAQAB"; npx:hasSignature "aDeyMyb3fFKYDVwhBALUeWfhlpUrabyqQIWHUDthtmSa1+jFMiIbSaqwLU5CrBok5DAF5e7jRoHhq6ihfaN9DI5saOd3zigrsa0J6/85aDaA811uOfQFPriSYCGayfqlarOyAwPd5bs16q2IBwsHGVqe5GIu/ed0Z855BSmineY="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-04-25T13:44:23.309Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . rdfs:label "Hanna Pennock" . }