@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:assertion dct:creator orcid:0000-0002-0866-0535; ; rdfs:comment "This is an important article that is in line with the practices of Open Science." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-0866-0535 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDGycHQPPFiP9zmExo5kZzXUhTT/NFWnMtPhMlXuO5jJM3JRWjr20YXEpDO3Lnta9NS23CkaT2F/5yWALweE4mISjzj0RteXBPP3dfB7TGHn9r7Foe7gF8YDeyekpaN3x+bRtrM6zmPZJ8Z66hwqEVgUolGj6R7CX5SDHVfRgqN8QIDAQAB"; npx:hasSignature "XIxiB4EVLtZUmku5JG0FqW+qeXi0RRP9PVnrANyvGoPdA1A8Ct29tjOjckmyeH+wLkm/b1MQvooMPQttntVkJ11cn6RgFPNePUO5Ho68ZT/L72BEJJWHvDB8cKypLQZ0/qzRzWmMg6eAGN5SK5Ezn08vrVDZn/VC4TS743YAx3k="; npx:hasSignatureTarget this: . this: dct:created "2023-04-18T15:00:15.660Z"^^xsd:dateTime; dct:creator orcid:0000-0002-0866-0535; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ; nt:wasCreatedFromTemplate . }