@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:Ronaldo dct:description "Ronaldo is a former Brazilian footballer"; a , ; rdfs:label "R9" . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { nt:hasLabelFromApi "human - any member of Homo sapiens, unique extant species of the genus Homo, from embryo to adult" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCObeHcYgqny0v5TTQmPQ19Gn/vxeCHkiDIgJRktCTBnaqZp3gtawZuh2+wen0JBHfggA39uJbZ8wGfwyKjL28rG9RncV7x8S47xty4blu8RB8ZEDeqgTawQinxldVl5qEY5E/DEgy2tUAhGgZQpAJV4q69M6h3NTq/7LEg0i9xmwIDAQAB"; npx:hasSignature "TVH6LFSjm5wmCXwRx9MbRbSW2VMXk7/LISw33vw8uzl7MraePj738yZ75hOu49lqIvY6mCyxLqheOPMQE6ti/eDKsXbztH77pe9yND/1plKlCghUscFdTyXitK01TySNF0dXijILXEOLk4lIXRf4g+pC4pD6ZkjZvb/crwnp8JM="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0007-3015-8705 . this: dct:created "2024-10-06T14:34:33.215Z"^^xsd:dateTime; dct:creator orcid:0009-0007-3015-8705; dct:license ; npx:introduces sub:Ronaldo; npx:wasCreatedAt ; rdfs:label "R9"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }