@prefix this: . @prefix sub: . @prefix xsd: . @prefix rdfs: . @prefix dct: . @prefix prov: . @prefix np: . @prefix orcid: . @prefix nt: . @prefix npx: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { rdfs:comment "interesting research going on" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-8356-6469 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMQ+KbLktdcmyrOumjVTgVGJeJTkqd6nOPqounys/w17IclJQrsfTC49ig0gRZS7ljbPgBmg5NplVdJLKGiDUx6BqmFzOt9AYpaCoRKFd2faQZKRlLxrzG4hs2Qpq2zlcf07IzChtfzNqOxg6NPBA4pHtiSRzBAGMjqajDYrUegQIDAQAB"; npx:hasSignature "YYxQbUEYsx6d4GvyvRC31exCsKnmRnzskd63/5WWrKiq326dz9lqdvlpEdPPjY6qg9rUfcsY5w3BDg/5QgJ548opdSYL6sM3LEC61wPwkRLnSmL1isRqdxUBsoJohi6oaAEyg4i2mg9qbLNKTDdpRhX5R/8M1fuFhK6Je1Jtir0="; npx:hasSignatureTarget this: . this: dct:created "2020-04-08T16:23:43.584+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-8356-6469; nt:wasCreatedFromTemplate . }