https://w3id.org/np/RAibTU1RGJUmGkcbpN7_Wz9jexkK6aMK3hK4fEIA3zgbc
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAibTU1RGJUmGkcbpN7_Wz9jexkK6aMK3hK4fEIA3zgbc> .
@prefix sub: <https://w3id.org/np/RAibTU1RGJUmGkcbpN7_Wz9jexkK6aMK3hK4fEIA3zgbc/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
<http://example.org/s> <http://example.org/p> <http://example.org/o> .
}
sub:provenance {
sub:assertion dc:created "2024-01-01T00:00:00Z"^^xsd:dateTime .
}
sub:pubinfo {
this: dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2OSmi+jOPmc8/3OO+CZiKHD7cbiDgiQFtxCYdDl3LO56IqQtoKVy9zg34cyXVokwxldFkyAMiJLgCNRufLOhalZHgrzzhMxB/HT1xSEkdPQ/PiOQc4LBvdsXkW5ywIlYusEz0n/0cy0MyaZFmSNfW0qRcKUR+pfQ96nTG/1R7mC6D2OH7r4nXauclO6XTFMbyARaM0uzu1rXGheibOszHfeeQjnO0aDsjrzyVFgnI3nxIMgageWlFfGAbYiF2hHSrVmNQWhZstGB517qjj6i2SF1tLVuvV8hmHTSwvoxXwJafWRIqAeJ8fdfPKVGtjeo7gQnLoIbzWY42VE49EUOyQIDAQAB";
npx:hasSignature "TJcqfMIYXSqiEuIl/Ck7sTB8QhSBcSGkAGSq93aE38uGqM+qP2jNF3Nayc2rRZjDe47il2Wv7AL13zeIe/I8zw6Fl454akhHMhMcT1RNA0DcOLTUAVKVFGPDmG2kbKNBbS8C3kWZFvkQpAXa03NkKpExylI6xvg4iEgGuWFFwZewGpKxTzcsM0+EN6RU2EnFQojwh6ggU7A8Dt2vK3gUJPtA39L4oDVy45RtqTdTb1MuHDyPWL+Wc/RIEiC0jcMBnVQA9om+OOelHJLGxfRcSA+AiIHEzEH9XvPOwA0fQbGdQ08Ha2Vgm3V6RK8jGA6CTtRD0PwFbJZr1jd+YWFbQA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}