@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:Rocky dct:description "a very lazy and fatuous individual with a laid-back personality(when first introduced in the film)."; a , ; rdfs:label "Rocky"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { nt:hasLabelFromApi "rooster - male chicken" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCBZdI+UxpgOoLTg2wvWpxw6r+tZW2Gh1jt1PtBIDWC59VTKhwdAVMcGqUAOW3e5JOiL7Wemur7fxzP41a7bxIbgRpRfg+nFF5eVj6oqC9RTPQGecJof9/+mSGFck2t4YqDn+cs34R6nS8IfFzFai1qvUNfmfStX6epS2Yij7mcOwIDAQAB"; npx:hasSignature "OspU3Pb38OYL/mEEytvQD1NEWwDXw+SOr5aCTSlRWH5NDaZhVcDQO8L7GHEJRbCXty11sqTyc2ipzy0jQ3OWY+bKqIqFpr0r0MlLJBrojswH0QpvGYBzpkl9TkbWcUcAbEtgXwI1+R/Pr4zdDXq/83tITnvUUpkenrhXjBzTx+M="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0003-7775-6420 . this: dct:created "2024-10-05T22:42:33.675Z"^^xsd:dateTime; dct:creator orcid:0009-0003-7775-6420; dct:license ; npx:introduces sub:Rocky; npx:wasCreatedAt ; rdfs:label "Rocky"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }