Nanopublication

< Home

ID

https://w3id.org/np/RAOC0vjRGS1ZERCHp3yqhwhXmhjk7ALe78A0hpd1LYLk4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAOC0vjRGS1ZERCHp3yqhwhXmhjk7ALe78A0hpd1LYLk4> .
@prefix sub: <https://w3id.org/np/RAOC0vjRGS1ZERCHp3yqhwhXmhjk7ALe78A0hpd1LYLk4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsxIItt83d1DuoJ2N5VE6Gw8Ei82o1NFe+S7L9DfkbXrBs6+wL1bjRQph4x0Y+qGQSlWon6G5okMqs+Whw7/IIhNRMzylOSibeeC7IKyfGEcaTTFJa4MvqbrhGSXm41bn+kgv3iA+0ShA2uNV0dsCJiPgvnn9otg/vhUPDaYMroaKbo8OepzZGY7KlqwngYD6UHASrajoPf71osjuQCQzmv4fBSF/yjM7/5meG6GdfxibHytV6taOg9mSmlNyCZ+9TBLVpfoBFbOsMzGzgPdKyIeGxweENz68dxxeFpE+rP1pj7lZxJ/jd5q2yRTVRfKwTcgB8HZ6R+uqLf2UWFcOcQIDAQAB";
    npx:hasSignature "Ovcr8SwtgeuH1/53EP/ztNY2BmTse8FCYMdgOvl47Y4AFrcTE+ypDC/L1YQxhZ1BspwIfvzmgxCMZuVm+e9llKh3BSehSqWBHB/hGB71VAFkvBuUu+rGljGyUFk0vBElvjd3Hm46OmAXabL1LS8TpqydN9RnCNIdmGpTLgqIRPQ9C13Pwg/+cagyMqgHGeVyTdJlrzNphaqAklOrXqXyHc+QBqW7lirFwxToKhOR9WOS5Nnbzo3c1e0jeW68wkIFU139WzsQcCEUL46/biIc3YFGYL5crEYDiw9cnQ6LeLFnkAbg+RCNSOYX63RfLG3Q7IgT2xEGNVbxqrKjAfrfJw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}