https://w3id.org/np/RAljE2LZJLc2d7x0dvzdMQdhkNpVWrFlfP_IWTco5rSkg
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAljE2LZJLc2d7x0dvzdMQdhkNpVWrFlfP_IWTco5rSkg> .
@prefix sub: <https://w3id.org/np/RAljE2LZJLc2d7x0dvzdMQdhkNpVWrFlfP_IWTco5rSkg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvrPJFHSYoKKxUY2HG+WwPAo+yMTjZ+4nU0qQrtnSh5Cln+w0iLAY+HuccTDruYXe/rMOM9JfHp1HKgNJKFfmkjTHjhXV/C0HYZnkEi22Kgt9uzuBbuURhsgxmteJ7fBzqF7DpS9g6TVIaNcU3J1ROKDmVpezJm8qLgDxVLf1idEGiKSJ4jjnb4HUqsvUHwj/KNrjC9cuWRuRk4dcjVftEpbhrJ6SwTO8+utLQJbc/g4UqIOlSPPpcBohLvskoFDiYIBY1wKVhsKdOBOVv/PdppdZkSjyJIQxkfeVeYSaJiJiKVAw6wfbBNTKU3fc+i0stNTEWu+6bmkLKM9K4BQx8wIDAQAB";
npx:hasSignature "WLXzDBqGdOnJoERAcJyuCYUcew+PaVOIKiQGBTBm/pZ+wotkcaDBsaa5lCwoyLJYDIc2ezAhslzKUy7DUZEJ1U3HcfscbpM7qWUsN7D3Plceittter4IDhtsEXqWPN8DLoNTx8jsdQwE1P9y3EmdmvsD9l9hlYl+PXfylmY+XWL/DFphpfsJV3uQMD2AJAaY574cwB+qLxHl9UXUPbSBVDzhDh0tA0KvOp+FpqhY+G9P7Fsrr1ywpwtFYBSsEiK2t+CfdCN2J/pPCM3RgfynMo8Y6iFz+CnrAuCDOcxLhGXfSVsK0qdy+1wd9DTuS6E8vkBmSZjOyQnDoiDh6dNLKw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}