https://w3id.org/np/RAx08GYS6H4_yIeK0AoUoB4xvCWma_6R7qeYYFuav7CgQ
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAx08GYS6H4_yIeK0AoUoB4xvCWma_6R7qeYYFuav7CgQ> .
@prefix sub: <https://w3id.org/np/RAx08GYS6H4_yIeK0AoUoB4xvCWma_6R7qeYYFuav7CgQ/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6XLV8rvfoAGkXgjc0QxbCWeAex1fpLEYn6E/AvlT7B+d0Tk3af63sCZ4evsCn6OiT9ILVYWNgpB/vS0VUSsl1SkgDlrm4tYI1VWHH3W2EenIqVImOAfad90zDWVzz18Cou3lv6NtujVNTzQeWtkveF8gBQpus//3p/UvJBVqKzOAoJTcdftkAp4I6xcHeqsT3niHXvmFOc5asiBCaR2VyCbtWg+4fQGWZJD8BliuhsVuLzv5Rwbx4TIxi5KcDfPycDy3B6QSak7NWlTHBLeM42f84yutXQ/wNjZY0xNsJX00LfFK8JvozrqMmjpttFtMRufhsw+eKxeOCvk0N6ihDwIDAQAB";
npx:hasSignature "YW4JMgPwZ6/TzKToWyvxqyV3grbrQn6vFte/+d0jEfgUCd9RXEsDU228o9AXglpGpnx2n1+06stvpNn7X447IfMeWvtbAuKUeJ8zMosUmHMlVaaeaiZ2+xQ8Rs4ESEKx7SyPFLLcw46jrQovtTpae2AUwkAxfukb+osURZR+IXh7yBPE4MsjdKEOY/QhDKD0BV/6pZzSNkRDzQA09sGxBYVSWALHtsG3k9KVZquvUfkfZJFtmshumQ9VEGA2X7Tfy7CabljND9fzLM+obMGkEitnCBT7UdTyoionizhG7Y6RZ1tNMtz4QO4Mq1/ZZQCPrq2KjMo6lSuUEfVUOJWt5g==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}