@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:assertion rdfs:label "Yet another test..." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "smRP+Y7kn/MsL+YHQ1R30q8Vk22PoCYa86+pzxl7KTvwV7ZSLtSdcL+pZX4ZYbAjA5TRyG5uscWalFa+TRckOn9C6FNSJ0M8VQWigNsuBTyswq1CSDDCwNEREDukvb2ASzAX0ySZ5+vgXV5ghRqopdQX+WsIN9S//9ir6jTuyvc="; npx:hasSignatureTarget this: . this: dct:created "2023-10-03T06:48:29.533Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; a npx:ExampleNanopub; rdfs:label "Yet another test..."; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }