Nanopublication

< Home

ID

https://w3id.org/np/RAjt0qpSuXPTdoh_0WxuEkojt_3iy73saNGG8hGOZ-9CU

Formats

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

Content

@prefix this: <https://w3id.org/np/RAjt0qpSuXPTdoh_0WxuEkojt_3iy73saNGG8hGOZ-9CU> .
@prefix sub: <https://w3id.org/np/RAjt0qpSuXPTdoh_0WxuEkojt_3iy73saNGG8hGOZ-9CU/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvrBjakgcZ3MzTdTK0HXD8tnj/zfzC9O5a5Uwj1xPi40bPwzCfTCd3Mm6iHgpuX5vQmcINO2FX2JSVgsE3WQhEkop7TpSGIwoHdeiGmEn1hDBbsulvCXhw8UPVA+DdcRyc6aRLiEbAmvoETCfWa0JMqGmKZlxxAsBauZq3TpoD2hZPZvmeR4psy3L9dm5zTUar04WQWM7HQkfa8HdYLKDNgQNXhT7BPsXcSLInfNybwD+xQsm5UeGg2seaP3fNXcNsSdOdUwBCb1wKPS3v0PU4QdsU9BnKt1MDrzHzj47TKTAaZppUHOfMyHNlSjqxJbLG/vrSS1N6ORi/0TxdyMJbwIDAQAB";
    npx:hasSignature "MxFm9xdtS5w4djIXCJAFVnrOzfIztl7jtzNY3/3zfIhtfSrrmtZlQl9dA0PYfBbjKzgcm4fcxGaXifEPIK0w7ibOMN2pHaC5dH1rj2qHeLrfYE5+s9cu9eQnhwKuTRc45ZchnVkC+SmxrZFj4jMWNos+M5JLlwJRUSWC2ktLYWhZAU9OWaB8tEcxIGn9b5TVGio/RxSGyIpCpZV2yu4IGHtT2y0p3Su0Uj6Ff4IOlKMKCL72goMl371p+VD5cXM/QjFDvF9SAI/gwAIWQQ4kRf8rnAoBEoAbexBJali+uv90LFT0GbF8g/mK0OlFoX04ir+jS+aQrJfJnsQH/cPtZg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}