@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:ginger a . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { orcid:0009-0003-7775-6420 foaf:name "Izzie" . nt:hasLabelFromApi "hen - by Izzie" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCBZdI+UxpgOoLTg2wvWpxw6r+tZW2Gh1jt1PtBIDWC59VTKhwdAVMcGqUAOW3e5JOiL7Wemur7fxzP41a7bxIbgRpRfg+nFF5eVj6oqC9RTPQGecJof9/+mSGFck2t4YqDn+cs34R6nS8IfFzFai1qvUNfmfStX6epS2Yij7mcOwIDAQAB"; npx:hasSignature "Yw6jy3h3s21b7Rgq6SzhW0lFAJVmOazlbRD8Hjw4Ud+jszp00QCBOE6+dW4MCFDwjLToYhQJ8mpYVjRVg1lEVTon7h+qv5jWtXgINcLrGidutaPCuFBpjOOgdGnVqB/5fBfxEAJYoNEJmoROnsaKRbbMZob89222tTJm3FTtsMk="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0003-7775-6420 . this: dct:created "2024-10-05T22:45:04.701Z"^^xsd:dateTime; dct:creator orcid:0009-0003-7775-6420; dct:license ; npx:wasCreatedAt ; rdfs:label "ginger is a hen"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }