@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 { sub:_1 a ; sub:_2; . sub:_2 dce:format "text/plain"; dce:language "nl"; a ; rdf:value "De Bekijkkennisgeving wordt gebruikt om aan te geven dat er beperkingen zijn op wie, hoe en wanneer een item/collectie kan worden bekeken, gedistribueerd en gecirculeerd. Dit omvat bestaande afbeeldingen of representaties van een bestaand of gedeaccesioneerd item binnen een collectie."@nl; . } sub:provenance { rdfs:label "Gertjan Filarski"; prov:actedOnBehalfOf ; prov:qualifiedDelegation sub:delegation . rdfs:label "ook test" . sub:asserting-activity a prov:Activity . sub:assertion prov:wasAttributedTo ; prov:wasGeneratedBy sub:asserting-activity . sub:delegation a prov:Delegation; prov:agent ; prov:hadActivity sub:asserting-activity . } sub:pubinfo { a npx:SoftwareTool; rdfs:label "Colonial Collections" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDaf6xmPHlB/Qs/y+yQ/52o5CoObkg0NijBhrON4ZxOUhzaP3ocucUHg3ibTqsDVcXLwnuM4xysrRcjWLSa2/03lRq+CpWeY+6pGwwmhWG44hnbWeKVVXjRuMUo+HG+xaR7lMMUtzUiqZ4Ul//v0xrlswR8+JOgH+J/avftBTvwmQIDAQAB"; npx:hasSignature "wp3k+xjZJAh20A+fV2J+XD0OnfiMLmvtVKFZcQrlQcCOgG9AbCkHcMWg/2l+T1XEdeW5rsACPSVQWX6JJ9hcaa0P+Sif1ZmhJDAijOPUXZqNtHuOXdnSbVW2/O6i0RAzixDAg7zYXQSSosvNBK8/3QqACyTvuKU9l/O9YyQPtTE="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-06-24T13:22:10.431Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }