@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 "Test again"@nl; sub:_2; . sub:_2 dce:format "text/plain"; dce:language "nl"; a ; rdf:value "Test again"@nl . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { dct:isPartOf ; rdfs:label "T. Ester" . a npx:SoftwareTool; rdfs:label "Colonial Collections" . rdfs:label "Gelderland" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtbfvQVdu3W4us0nNMl3Wt1sr6PWIqCa9LyDAR+4tHt+/QM8zErnj47qisoO20AZt7RWqpce9i68QooAy9JK9u4QuEEtIM0vEvFjS/+cclugQvZFxN97gmxIeUwMMArB4Mx/Z4kthSVpI8rVo0i8Apvq7VmPJ00wRKYjPOcGWNSwIDAQAB"; npx:hasSignature "Lkye8iQHHzy3ckTzIpunYJ/S6TN7SN+ws1C41RmyCXCcoKPC4iND2drH6T2rbDciSKrbO/Mi3KTOMBiTFh1IlLtOxx21iiCXfW8G/EjBTh+5rKKsLTicbnWrHymjbAdQOh25bEiluVb5Gs5iejW677JiEn1ttHVT2vVynz6MQc8="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-04-19T10:56:03.977Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }