Nanopublication

< Home

ID

https://w3id.org/np/RAB9t-E7D5Jwk92eaFDk7aTm7mlz-h8g0-xhCJ8Z8fJLI

Formats

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

Content

@prefix this: <https://w3id.org/np/RAB9t-E7D5Jwk92eaFDk7aTm7mlz-h8g0-xhCJ8Z8fJLI> .
@prefix sub: <https://w3id.org/np/RAB9t-E7D5Jwk92eaFDk7aTm7mlz-h8g0-xhCJ8Z8fJLI/> .
@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:created "2026-03-05T08:23:00.367Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx0O/9HzjC2Fw6ygkpLbbKnL7lsHbVlqwQECb5d09MnJl3v0sHztlM15VsfWZkxyz6dxBWNnv7y/lAq/8/2IR2f9SnAQlSpAkV6SAeyf3OLkTr2rpZDbPIX28UR08/0rKd/6lBjNcyVUxb136w/QG5i+z8Lu3apuTCvqbr3WljhImJ+X1Mv708Q+BP+gIS9Fz2l4ooA13ErAk6F4RcX5ioRMCSMOfHQk/O/JKwAAQLNQOh2FictBKQnF7bjr0jAO7cbnDkNah43V28iOuj05LrXAkDavjVhBENv8ouWDZHOk/wU/KdlBIouKGjajK/IvXPb1P6y0YTvXD4UnbEv6hvQIDAQAB";
    npx:hasSignature "UvKMqqs2iBr01N9vlFkPsuUz/lyJ7LOItBxUiLlX24LZl2NZZ/+nWSleBAa07ir5djOw5xR4yDw8aUK0KrrQaONLLcjCqWeFUm325X9aJqfA4rb2eixRUD3sN/csfIV2PLMhKKQnYWPTX7OrGXC/Ue1vJBgfcoxiEfRHtQV8MgD+yuWoqWtfvOE7VNV+A+jbQZou4ZgrBR+HNsEc2kFYW3cpoJo0znbRF4ot4kXf5anQtIBX48fOzS355SMgV2oSlrQ1RjIbT7uQ5BthC6Z07RvUsUXAVW2ZQpIr5haslcrwKW97JzSMd4TrF8YX5zIDH0XC04FYpbv8hf1vmfDcKQ==";
    npx:hasSignatureTarget this: .
}