@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"@id; sub:_2; . sub:_2 dce:format "text/plain"; dce:language "id"; a ; rdf:value "test"@id . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { rdfs:label "Camiel" . a npx:SoftwareTool; rdfs:label "Colonial Collections" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCQI9MYTyAIkpnp/3Jgjpnbx6ELUKRrug3G7vBj3tzHGwR3iRNaqRi0knAoiAorXRg0/iPrertjoV4/e/0zIXHMLsMBbVZgLdIrMyHU7KSdwdwp4KwmahbG5lbyZ3Hk5QXrZjeszepebXb7ySQaSutNHDPCM5U9YlXyRxBk4be6XQIDAQAB"; npx:hasSignature "gbrYi9wwB0j5q895Fp3rJQx2YpsLfwr2EmvICX0Ir0tNCf8Zhh/qNJcEw/dROkbmtt9E8wP7CyfZQ2je0vsh4HT+7p//adzeq3DN63R2LRLcBhUUc3dA+aTv7bN1GMsrFtgaiXcGB6sYO/UDit1rY0I3+qBS97PEQ2se2oGDmc0="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:created "2024-05-06T09:52:37.428Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . }