@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @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:xyz rdfs:comment "books can be found in libraries" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0009-0005-5723-3950 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCXJxzzG4HdMnehgr3X7KuOTi20Hj6rWwl6XK11IlaOa55uq5D8vD6NofARhv+6Q+K5iOf/LfGAvLsUpNYeRJqRoF0hZNZm/tmjfWz5rpRn6BDDHVG1RyJj36FawYjKORkP+ZNcDkPzkerszHM/WpgROEzu/RtvRsyEcT7bjXCVRwIDAQAB"; npx:hasSignature "MYjvFG9TYpO8ZHNld/681AdwyoS6MvvVaRXGsJQCtAR3LyM/yU+8tD/i8oq38rfpjOwdND7fkk5aF6R6KIpb8I+Gvca1h9IFuuqj3V9G0L82ygADG1mz2WAe3c3o7tTIsX+4qf6uqgt3jYnW89YlUY+sQMktkqYg8tJU+nvwHR8="; npx:hasSignatureTarget this: . this: dct:created "2023-10-10T10:42:50.779Z"^^xsd:dateTime; dct:creator orcid:0009-0005-5723-3950; dct:license ; rdfs:label "Comment on: xyz"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }