Nanopublication

< Home

ID

https://w3id.org/np/RAAxQdYH99kApd7QS2jIcLNXjEMkla9gwGoVWaKtadEMU

Formats

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

Content

@prefix this: <https://w3id.org/np/RAAxQdYH99kApd7QS2jIcLNXjEMkla9gwGoVWaKtadEMU> .
@prefix sub: <https://w3id.org/np/RAAxQdYH99kApd7QS2jIcLNXjEMkla9gwGoVWaKtadEMU/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAstYRVwa6jAWkEZuvqj4GWwODFx1L4GUn77bSQHA4B9lhzVpIn1zVXqHV9XZdHqsPyWbKuhfr6Hskz55JZnf+eHW28vyKRdmicscOQiLlyIlIkckrgRirtzrTvhZpksf4rzPaJ10AOH+Sdat7iinfsocBuVc/NnZUt4ZPIo5oOxfMBh3ep2wy1OhThORdvlRAWoLI3nYPU3eTxHAJezEj91pi8kUN2do8irNqeokBTjK7w2zfAaJ8M7GBlBOoTyWJwB4ICRHKa5kMBRvPW8HGW0NwyJslmrWL9QrZh02d/sZoNwN8rYVjsGRhqqcNqS6jVng6l3QHMkTNMFLkKnRiUQIDAQAB";
    npx:hasSignature "KwKQc2TEWjAiaCpkT7zXAUNwHqE8qTNZAAB5BVESbldchZt9o8NIhdWq50RZIgWBSgOm87j6jVsksqq591yS4xQJ7k7kzri+RVyhXvLhN/seK3yd8fgDUGDw+HgNJDHu68F6imKkejS5MrmtznYosYE+OIGTq+XZuQoTfAlGE4sKoFIDkvLTVn5Cd1olEoS8S4nFwx/FaViHDjGfXA0QEl6qDMZ9zN8H4aJYuP07IHhX6ahl9HWDmjD76/N4CFnEXkUiOn66UyyVFpWlyAlREqaBetGrdJS9qfU9S6HExi3ljxIJHUejsG4mVBth/dxhxda3ZgzDKxKGtKpx09SYPw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}