Nanopublication

< Home

ID

https://w3id.org/np/RAWOYvOVq0PwagEIIa-4H3NBDBYNq48FepPecTnM3fsZ8

Formats

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

Content

@prefix this: <https://w3id.org/np/RAWOYvOVq0PwagEIIa-4H3NBDBYNq48FepPecTnM3fsZ8> .
@prefix sub: <https://w3id.org/np/RAWOYvOVq0PwagEIIa-4H3NBDBYNq48FepPecTnM3fsZ8/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ItilNW4r/1D9hp92vTgJsArJ0X5LbF3kxCUFI0QvtTJUKeKFq7GR33r4dhZwaEZKhtNIXSe8ugFtedsV9bOdoOoAlrvhDVg5ADOr1FjnptMsY1yJw168m2yTWB49c9jMVt6Q089KU8bSQxzW+IzyO+XkGcJg3J1u5ik4QG0Mim1VP0NwzAqAP5qC1xzTtX/vXk5OcMJ14M28Kq8oZa50wZ3oeH3v+FVeUrHaKwK9NK+9uOUgi1/wZPqRrNfsRMOg1aOzy2KSwB6kMWmGA41E+rIYtEgI3F7h8lLqrt9L8NdFYJ9RSYRQXXOOKdy/L+C2aJ3jKuUcEDeueIzJNTPpQIDAQAB";
    npx:hasSignature "v44h89MW64yGdgxEEytpDif6fK/bDs6JnPqCwMd0e0xM22ZJmB5wa4XnOLnLXxr5YROsVHklfcQOjpRgAM4hUA5TLEEMdJPpMdBoRL+ldOXtdcDsMgyPNz1P64wwMmQ5M2JoCAt7R04ZDVJZ3iOs/dZ4KM7KfccfkBKhcrMW9cG9PrH5vpiImfuWLncpb17HFGCvnAsgz4RUiaiUQrG/mGk3XMF8m6ZwHUuU2kEqxerZsOto+Nm+mTqY6EVih7hfzEv3OnQN5/uE95Lbd/ZdtAm3D35K+z70V+9JylJY2l/MqdtnsK/JKj4XGLnrTAD5VOv79wGRBP2RYKO+btmSpA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}