Nanopublication

< Home

ID

https://w3id.org/np/RAe2CO4Jz3t_FnexXnCIvKFyAf1xULYeU9y0-LkaNJE9Y

Formats

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

Content

@prefix this: <https://w3id.org/np/RAe2CO4Jz3t_FnexXnCIvKFyAf1xULYeU9y0-LkaNJE9Y> .
@prefix sub: <https://w3id.org/np/RAe2CO4Jz3t_FnexXnCIvKFyAf1xULYeU9y0-LkaNJE9Y/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjJsGprRaXtFdQMB6+PuCbYoSd7fbNXdOFsQmXZrEL2SvOE3/DyZVUHz9xTninyBlF4sEQZ6uRfA3rxbKTvtx0u5+4gZIVa4ps5gSV3ZK6zu8TgEaEaE7sTHp25OBbTywXwkF2nNv/H5CTBa7gpaaYoLH/YwKdahvkkYlWrBy9RiCFedO9L9CDbLFdrB0GjEV1I0w1mbePUd3mDwXC/YSE8S966r0KPGFtjqimeo9NxfBnPqP9x9kYMfjIYyJ7HLZUZYkseddSvoTgbd7iTHrYt5Qn+21VxORJDVzUyQ3B4dj/oztMhqgJohAkZO1cN5RTSkLW9Kyu1Vhm4qAhXcWSQIDAQAB";
    npx:hasSignature "S6alehDUSCmbYACa1oX1twM0ByylR139eee2ld3QbEejzzzE3t/njUAx3CulCOfTxnLGCBvyixy4sGzvrnxe7J0pAjL4qzmx7TprwQp+UeQANb9t/VtctWLINlWbbPxm7WVS/ugriw5mMYmMjDRamt2L64HTvuhuE46oLozn5ExYHI4QyuLvPtMJ/zv/q6Q3rhyNe68SlhgploaVt/VuXn8LS6v6esqGSmSVHxkPGNIF9gQkc088n/mU0PXEQTzHBvJN9SVqit9/ne98fy81xlXvCObsG1AaGBwRFCj5fsq/jcFnZDQg1bLXcc5KtesDwLOr1uGGdOYm0ZFonNF/mw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}