Nanopublication

< Home

ID

https://w3id.org/np/RAuvVsSdCHVOGtiiIfFti20wgYmi0AXVxfBFPbJqollvA

Formats

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

Content

@prefix this: <https://w3id.org/np/RAuvVsSdCHVOGtiiIfFti20wgYmi0AXVxfBFPbJqollvA> .
@prefix sub: <https://w3id.org/np/RAuvVsSdCHVOGtiiIfFti20wgYmi0AXVxfBFPbJqollvA/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkRbnp71QxAAxao+PbvEoXKGDrzLa01YIHV/EXyEp3pHBdw85D0XiUYNfFGZi4BP4g1e0WmEp0BMeFMqyaCooPbqWLfPV3+QN8J8AIVmf/WtCAPlFpno7RxreQPygLzWX6l2jtFnalk8coWVH5E7SS3dQIpkCnGNPgxOrjTFjA3C9/WTwMJSwI79/g4VL8jCQSSSlbSq+lyYhM+gC6YqzByubBFvlKii9vK7icjXotuIiri9OY7f5csLLlfENYN8kL1HVxRnXt+aApYrfH8ch288min43Pd5M4N6MJkdZoxgW9+93LQeGlVAKnBxksKEeLK0FLpvWi3U22vC/zex8FQIDAQAB";
    npx:hasSignature "OzlJkn6j2ZsOaljh28tkN5XfFHzEf8KLNidJtzhpSW7nUw+R+HD/XNS+6bPzG34CH3ee/xY9ypZtHl1Xzyb/xhKmV1G7A2Q7YZPGzI0O1mIH+E8lbvjqaiENd/LAJNebW7KtFPswgtjFvoO1gglq/S3RoiRFAYZfbQqEdt9P0Hw3gGTV4xvc1ZADZjgX14LggnhtaM/+WL1+Vv19ZJKS/vg6FCJdi/h6NdxRXtLs7xzIwehuqGl+NDLdoro2yJL3CZd7TyFxoUH4HlxdTkjgY83HllbndDKurLWd3/U2p5cPKrABj9lHpf/+HAgyRzxSqLCEnpxTPcX4tgFKY+KyJg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}