Nanopublication

< Home

ID

https://w3id.org/np/RAPJVhxTmzfYvAqRZcVIkPRt-t9V0FzIqymXCTaAeC4fs

Formats

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

Content

@prefix this: <https://w3id.org/np/RAPJVhxTmzfYvAqRZcVIkPRt-t9V0FzIqymXCTaAeC4fs> .
@prefix sub: <https://w3id.org/np/RAPJVhxTmzfYvAqRZcVIkPRt-t9V0FzIqymXCTaAeC4fs/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnV7FD6qAJk5J2DMzwL00JcPq1yct5KnlZxbVNOOJhmIAdgGJ5PxWOx9W1pRCotU1tYmxT78iNTomVSefJ588YYWjCyyz3LRRONKntKADt2XFz812Xx/4lv/0MRJ2toSAKG6aISTfzoAdmtOPAMUP+1hMOyvr4DpeUkFhmBVKEDVElxyM3iDBgFzlp4xxXG986208csBgKS4gnb2z0drchMzHAxVGmjlOPjfFzfWN0+9YQw5uIiqFek0H2EpOfFIWhiLDs71G+kTod3TtLnZbWyGv8tPfm+PrQzQjfvdeB1VV4WJAZ9/pIMEA2MDrdNXxskzHFy2i7FDwISr5SMARpwIDAQAB";
    npx:hasSignature "ERAfsC0XT1q6MfBxmyXJmNI5fKiO6ntFEArwcZJGz2aH31ZOKh1C3cGpdJMpuC/m1P4hVmxXEYnYE9anNnDihBSe3VuPjJCJ7ZJ6+E4MVih+5sONG3pNLRG2Sd8gNmd2HMkEQbCI87xRPP7msdLy/Mxt4Leo/L5up8o990TBeV6J94HOSqZThl34l6R+fn5KkbKFjVNAB+XmqstmqYIaiGme2S8MCr61rWRJFUa4ox1AVhR0DcFPFFUiKJzo2vkkBh9WmgDmrhWi55Mutmt1cAcA4BrAa81qAjwt4bTDkRqqPLv2KspPAu5NXHWiGfygeICcCJw/COGVTDXFTGGj7w==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}