Nanopublication

< Home

ID

https://w3id.org/np/RAbktSwDecSM300PuRcOsbQiLcaz1sSDJsSwA7mhIHlCw

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAbktSwDecSM300PuRcOsbQiLcaz1sSDJsSwA7mhIHlCw> .
@prefix sub: <https://w3id.org/np/RAbktSwDecSM300PuRcOsbQiLcaz1sSDJsSwA7mhIHlCw/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4F62IusXZYb98PjP67EzvuHvR1WewnjNhRMssInYJYeLVUelitPy9x8YQJaiXzakh6z+4PGJAyk9Z9HVObs51qZ/qRpDXoXzHe4vJLCiWfVh+ld7byVKCWepoo3Y8EGLFjtnL1mEzeFE2J6jCssWA6fsMVDL784NUtVU6vtl3mKrlQ8k+2tTh9+lz7jXv761zdyORNrJmBpWYi0dz6pYFsRQx1lKFodMkI2nqHuCzuXAVNkS2NoqSvo8Ul6bx9GQxgSp7xbohcnLJq5nNF67y4HttmtixNL+PsFWJCGjLom0Iukac4JZ61QzpI+KZSfmhrpiHKjSjFM6JkgesxR5GQIDAQAB";
    npx:hasSignature "O4RNoNIMvmkbo6n8UqwDElZACREkIWg597RgfFDmiyy5DUO9IpDdkO5rfRbn1dKNebqeZwF4oT61OwDp1g2Noq+BMsY7TPth+AfPrixr4Ou1O2Zm2ID3f8Byvxv2wh2IFawE9AoV2DdpBBlVcBdcZYPUiOLKNEP0p2VXmSt7tHQJDWH/IH/+GNz8KnO3oZOqgM0O3lutWgjoc5k8mw58t9q+fTMDlBz9OlHgEOf79KaG7kWCkmGb3HOleqbjt/qrJ6qdrKc9JKRdfvD1wnu7EH8X+GohA1mbfTUIZ2LjuVu/eBamPU7QzN1F4QKgN2Kp1Nw+gqy9CqHdd9yvxlwUdQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}