Nanopublication

< Home

ID

https://w3id.org/np/RAkbrZGkdnSvdkTfRUQlgoC0UMlyFitnyUjw7_2w_ZwTI

Formats

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

Content

@prefix this: <https://w3id.org/np/RAkbrZGkdnSvdkTfRUQlgoC0UMlyFitnyUjw7_2w_ZwTI> .
@prefix sub: <https://w3id.org/np/RAkbrZGkdnSvdkTfRUQlgoC0UMlyFitnyUjw7_2w_ZwTI/> .
@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-11T08:12:56.762Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmZgtbyAxIu7yhKUahROXoGnaMj0izw99tXgS7FSPAOAxBJ89W0QZrl1FRUXRVUyvS+tHAnSWT1Kst5+mcASA1DXNgpaGdlpbkF7T1/GBUrieOjOx6LZRFEwciiIYM4FO05mldKF1LHC08JAPpvoPMr+ILNV+gEeNNhTOPYkKbO+7cgsT3AqBzwTv+fGG9HF0csuD/C9gfbypTwFd7/AnRuBesCtWtmBD0+YhQCtKcabqdOTHaQDnqoNQ3XjBcbYzBtZmlnzXyYDk9Rx25GR3kb6wXzJiQzw8kM5DQA4lbXUKytg7nayN5Nr0Qb4R6JLihvsQ7jeXxg+HcNuKtfQGrwIDAQAB";
    npx:hasSignature "MnlKHnh/THnixIjf6b/+an6VZfFDk7z3BymdZqGkEqP8HLnbFkt/xwXNlBYF0WR+UJ8+AIhyqtJyEOTWmYupAYraQmCU7uuys2M8ZciGB2did7IDXKWR5Gu47/iLJqodzKZ1/sSWW6bGq1bCnQvN4YTvdoRGHIPNPDObhznqgo8avrINOuMVh8VUpC+nOdjmyLjruFnpuJKLZ8Ovlg8UF6oGTPloraAN/UCrenLATi7arL3AKqeeUGyFUwfV44tYgtHlc/Jq3VhcGmwAuxNHd5TqrTH+mgv3rUwJdM4tmJoWyc2mpMqLv2+ldT2VockaQaykYfhljMadLTPdOTYfNg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}