Nanopublication

< Home

ID

https://w3id.org/np/RAKhyqm2PXJygFWsrjdGed2WnktZ7iJQwh7Og_rLqKNm4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAKhyqm2PXJygFWsrjdGed2WnktZ7iJQwh7Og_rLqKNm4> .
@prefix sub: <https://w3id.org/np/RAKhyqm2PXJygFWsrjdGed2WnktZ7iJQwh7Og_rLqKNm4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiu0RYBmk+dTPDbJU2uKHCoFB9K0Vp662gbw22UZ/fXbrkZaux0ZitmQLROODjRy9gIyGvxO67fPxu/bJC1kNiMK7wW44AsvVRER7BlBeP+3FW0fl6c73yq5k9s+e/qKbg6k94Yioh2AQI8yCmtYTA5HnMHRjXxrpJLfJdXDfZ7PkhbBZkE6ehftNKpPTeP77yziqa8r7z+kS7eOiH8pr0ZazBaB9wvAT9WuCpZNvTvkHukEPDTEm0bJz75S+vgPiQMETWSLusDzuCyPl0I9AOaC7edE8akTa6jG4x4s7Eo//76iYfobZwLw2KNTlDW6mEsX6a/i0d/Kb5LKLUsJEvwIDAQAB";
    npx:hasSignature "dI3Ux7vzf0DR6a/Pn7BKBAu+JTPvNuFu/fOHMSnurJcL4W+/wQz3OD7vdSAVPD/2T8pgMyGg+1niyKu/8+cCZ07t8SSAYKTvICUeabv73+Q3MYNYnFj+G87qxQ2z3fmHb75pYO/r/Mmrungi++EVxC/USyXg7OS5Ixzmxw0ShICkrLQvW0lNOLRMDW7uznRn2fxrY2rZGAvk8MGuwKqNOWyejykBNuqXEPmtd5hey2PlRZiO8yTl0aN+mjeqduhpZYvBUTKmA785UL455wK7pgbpmCWjuyi0wl9usjAChiGii3YaMBNHUWoIIKuWsG5GxyUQHgC140BrhDwH1Cr5gA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}