Nanopublication

< Home

ID

https://w3id.org/np/RACqGeWj5pJr_4wYcf2V9o1S0QCmW1ds4EuESZ3IoVc5U

Formats

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

Content

@prefix this: <https://w3id.org/np/RACqGeWj5pJr_4wYcf2V9o1S0QCmW1ds4EuESZ3IoVc5U> .
@prefix sub: <https://w3id.org/np/RACqGeWj5pJr_4wYcf2V9o1S0QCmW1ds4EuESZ3IoVc5U/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnWYNpTSwtUfkAVKY5tj15+sN7T5RNm02xz0UVW+a5JZwyHIIoHhgSBn1DDWPS4Z8RCfXc6F+mwC0E91oymi6qn9oPoLwXzSlvGcylnZ3+ELXQnenhydylTZLfN/gto1JJqf54vNaeIn2WfcHIcWrYlVzoqdPC066+aa4q5h+9DNsQK85rR2ybIXR4hSnyCrCeMcOO7pW5eXcYw+iOUGjIKqKeLtKAJ8F3HTwVgoGwEujANnsskjITb8NWhXotrwl3xGJq+bJS79EdHej1HY/hurdx+Yum4gaMPgDMiKZdEZC3GSd/M+w8zPCYF422B3cn6MFzmhWllGxpyAPgRglfwIDAQAB";
    npx:hasSignature "SIiCSWyHO1l6s0QuG6G7G9TPtdDX1FcmABuVqkKPOJHLw9pp0+kXYiOUv2iMGStCJ1DbWodPIh3tANMdx6I6m1GMY7c7Uz0/fuULqS29/UUVgf70vShjZl98BiIX4lQYAkBW8mq+gGngNWp/SnLJidScxafEwWwZXEZZA4wKWvrb99Z9Af16Lk+NNHqjMdENeB6hxfQr7am6jU7S2IzLiMKiN8pyo3ic0LBWgWzEM4zBL0l24weBf3UeQRYF9KgFjTSuXA+D2iWxnjCwirNGIYzHpix+946CeAJDBWveOr/AWLed37RcJj4wi54qiw682pO7f9tb5AF/vMNqAmb8Qw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}