Nanopublication

< Home

ID

https://w3id.org/np/RAfUVt20R2FrCmI4Z86sjJHyLZxtF1jG-5zEXFcLWOkEA

Formats

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

Content

@prefix this: <https://w3id.org/np/RAfUVt20R2FrCmI4Z86sjJHyLZxtF1jG-5zEXFcLWOkEA> .
@prefix sub: <https://w3id.org/np/RAfUVt20R2FrCmI4Z86sjJHyLZxtF1jG-5zEXFcLWOkEA/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvf+OLar6KJZyGA0cH/INHwFUG0sm50WgNJ3gSzipojVT0lVtsC+580L1mEtq4/YfRxt/OPqMBUj2h3cNbA8jDPneuxtx9h2gfpWUZr0Gn2dQuef6Z2Go7gCvdC7IU9OH3TYKbavSXw9xM7bJEMMeFfh6f2F6nDWUY1d9/HUP9qQGdymQcZg7R0VvnYMmS0wyd1vgZrrphOBQuW7Ly9nGTBL49jtEgCFbvuYsLZe/f1ysroq6llaK7h9OFRL3fzTQvdSYM+SdH5tcymMWXcnqVqHvtpOjZKLL9G1I9bMtvJZvMjtp3OTmm2aSOUoTrXq8WINhae/PxZCnEY6/XICL5wIDAQAB";
    npx:hasSignature "p1Sh9BAi1Bl8g+IfwzVpNlbIeStudm1hHaSOrvslgxiYid4+SK1IBreN3PfRO/ysuOUKFZ3+OEfCPL0F+LNLFbOR2Q6pYnrKwXWFVi171JKqAIhTrwhfoYje4VDKzm2O0hHaCtVNSPsGTKu6b+yfmTkWpSvTJ3NkGN37lKK3pn2Kn1aY5rUDTfj2ORLVPOfjYaJ4VwQK/b8UR7o3U5nhTNU+s/OsiI+fsSB+BDtUAwYQjhsO6RezoWvYMboiljk6oHsxQEJfhAh6G2P5o5ZdDrsru/CbuRUAHnR767G6qGVKsN5zHDUsg2pGQD1mWGeiual3DlLiYxcQ8XViXf67Eg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}