https://w3id.org/np/RAD9UP6Giw1n4ADW37LAF2Th-h4FJzgnGrNl8suE4awik
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAD9UP6Giw1n4ADW37LAF2Th-h4FJzgnGrNl8suE4awik> .
@prefix sub: <https://w3id.org/np/RAD9UP6Giw1n4ADW37LAF2Th-h4FJzgnGrNl8suE4awik/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhx2rfoiXCVU2zs7qFrTJ6uTPqUMkc6xZOJxKAgbwQdMWLC8QrkJP1OPTZrAnFeI/lFB9zak0K5dll7Bwb/eyIgAqfCyFVbyKp92UKFLPKRzpBcgaB5wQ75Ix9jacqeRRtENtS0IoG6/U9urwQoHKR2BHNPC5gD4cocb5BuV8lHADy1b/ZNXJmSsRqk4dtaIlQZC+tyn5QV4Gy5aysFoJ6lg2q+uBF+LT6aCFfKZNlVnHKLpFITRZurlXJIzyUIKtJQtUIdW3B/nL5pGGQiyvdYPVvZosJ0aeO+OXQdN42jbRhSxBrmB07qlAB33ewoDVCoGxNNTjyQt29pINRXj19wIDAQAB";
npx:hasSignature "J2qwucEPBNkcqspRxfN3QudKtG+06TOTsvTYdlnPRSjhnxZt1n9mMEQPUgKQ3ra9ebPZ3vq0ttqeDw74Pa34RDwOWEtu3Sy4aA8r/50fzstxT5gZgazAMG24GkWxTyKWnYMfOfb1Z34J94KQ6ZSv9zRMgZ1Ej4LcgqtmuVwjoTf73U4sGHPbD+TohFfwdGSbwHKVkX4jbBnRMDyZBUBmVnDlrZTkeiRxXDWfm1i+gZm3ZbIE4qzzvbW0RoqZVR3DC4hpOV0//dyWJEHdfo3In5w0gUlmTvlM9j3BHOtY1Cy/wjXzAbaEcGYQX+JayutFyeGU3smjQFQtyeJl5tw0kw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}