https://w3id.org/np/RAW7QJUF277DhncUiBo8oGCeDWi7XiOGqS7FivwqKJyyY
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAW7QJUF277DhncUiBo8oGCeDWi7XiOGqS7FivwqKJyyY> .
@prefix sub: <https://w3id.org/np/RAW7QJUF277DhncUiBo8oGCeDWi7XiOGqS7FivwqKJyyY/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm0bK/bxKBqLcXsviLs/nnh4KLPLLJMr0YSJd/PbX+Csfw2r2gmtVb7F5MtoFbm4gAQO6+wqOirszstHXMHz1HMufgmqxFqB1rQEvc9IQleVcByd4At4ZL47Wjg9L7w8XVEbzKr3sjsP9ysJMD8tv0N+fweHjT8+HqNk2UGJboB1+F+ytTmuw0ziBR8gSDK1RT4woRDapYB/RL+18epFKCKa6QHvXMsP+QbbUo/gqmarWIb5Cwj76j/YU15faAl93XOdPryUpQDj7O8Q5TMJN6bcATAEodyiOtkcVsRAUWmZiC2RaQzeYI4IzwnlXbtKnp/173sdm2COu0mEROLGWOwIDAQAB";
npx:hasSignature "EASfJHNArVKEMLN5ahpi+D+UftqWoemXtYHYwYGaz9HCYODgpxLx3GTVNR2JAFRteLWJtmntQk34Q7DlLILLewbbd1pwK7EmL9Wv0LylmsO3kP22F4qCA6CupIYHpSVHRFeJ29GMWJE52nx/D/FiNA+/C8CQj6rVWG9C4JbtPeGjIryfTLjLntih31VmxGZFni06N6oT2DzD9VLNqYEP3yIkKbZNYgIF+4SkaTH67C5BRmu0JyeMlQYI7dkn7me6NGwLH+c1cbxg6BIyGZ/P7LFaGIxLjELgyk8ksdS2WqAu0BreYrSEb3lbaE7YzcbKN3gJBFwd7Uc2nEe/TRR4wg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}