@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:assertion rdfs:comment "Replace this with your assertion content." . } sub:provenance { sub:assertion prov:hadPrimarySource sub:creator . } sub:pubinfo { this: dct:created "2026-04-08T15:08:21.150+02:00"^^xsd:dateTime; dct:creator sub:creator . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "E66DXyS8LAbCZSHVhMJgf6j1ClZYz2fd13EAJchW/ethOYiHYE5gBEmzT2C3cbZiWnAC/tl2Bq+whUt1dGrfivajqSkPifW6KqgLw4eUthG6XURH1lWO0MQOa0Fm6waFA6OtRqnOFQUE4PZ/m5uxFLrpPeQLFzI8oIPjTMMYmlg="; npx:hasSignatureTarget this:; npx:signedBy . }