Nanopublication

< Home

ID

https://w3id.org/np/RAqrjMH1O0hLzl47jK9p9vppaU4699vLfm-uV0fcT9mRE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAqrjMH1O0hLzl47jK9p9vppaU4699vLfm-uV0fcT9mRE> .
@prefix sub: <https://w3id.org/np/RAqrjMH1O0hLzl47jK9p9vppaU4699vLfm-uV0fcT9mRE/> .
@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:20:51.222Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9HalGpOtPKNcX+kL16Luu2JYLgM4udMpbDmhtDKLHrm7rSUNu0o23w0qeJGy6Jv24Wemy6j5P9P/oJmejMYoz4uQZ7du8tuNvPe5RLTq3qeaM4en59sEhzea7+b5itVeNzYWAtV2B9QqupWlPT07iBNvfug94CkWZfkAzH5e3xOpmbNfb/c9AQADKAZZLS48SzJn7yKyly8fEmsuj2oi5dhKbD1z95mZMGy9D7IXkXgps2LGr8swQKrx48nYIyLXS2BasojbasTAfqlfCoSCVie7oUJOUpT2pl3jm8lm5faFHhWR5Ta0Vlg51i73gkAzunDEKOND19p/ZPtRwCkTWQIDAQAB";
    npx:hasSignature "vqF0FV9re/0obNln6SX9deBP+JGehSGowA3jqaZ2zMpKEhBzX6Jbv0E+EYlZ6pXQUxvjW8d/h0F3aQBy2Q99SRHQialJpmplUkOoSQUR+1P+Cxd/09L9fRyZaM5w60bPSKzVA7CrXT7qzPTa60hmzaew1sM9x+hVH47GpOhqJCsoHWiF0q72dltpFnr/vEdFmsEHy4okfzh5GDTDmy3gsu7as/g2LHmn388pw9Ds4fUXn50QqvaXy5DAjaZj25ESdq5r7D03/24hPnfwmBNbMfvkX11gvG6kyDqzYWvy59T9o9BKii2773XdKzC3gOLaE/wJX6O5zU+dEIkJCY74QA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}