https://w3id.org/np/RAGO6L0jdlckjrxExrceqYu_7K7Kp1NXAgu6qXQQ_N-PI
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAGO6L0jdlckjrxExrceqYu_7K7Kp1NXAgu6qXQQ_N-PI> .
@prefix sub: <https://w3id.org/np/RAGO6L0jdlckjrxExrceqYu_7K7Kp1NXAgu6qXQQ_N-PI/> .
@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/> .
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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}
sub:pubinfo {
this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAztNodWobmkvLbQE5qZ59D1f291NWojKwn/DxPhAGFaVmyk1rUoEpvHZhdQ4t62iwgR80CzYDPbnKJE6HD/aQw1QmkkNJpKggS+kfZdm4i2YUM1lQkr7oOV7yuN8SopZ/1W57PIdQ77GCivja9/JK2FXPE6wEd7PbeGjjQvBCv09T6zKOe36htjszXw28mJ+agJ73DBcvVOhSmxxmNb3VsAH8ntWiAD5HfmrJTpCPS+MyKy5zdMCXwGGqCl7xEeA6jq6m5lloXY+NoF2QQrVlgaAIIX34kfiNj3rE38HZo2BmlpMmLE5yYRIy3SSd3PEEc8PPGyPFODxXLlHPx3Nk2QIDAQAB";
npx:hasSignature "p/wmKOjIus6KX44OWsHagqdC4geKcWoWl7S+JzdNeYwY47kA7qcQ/InhSpAcT5ekU7nVKVIWHajzW6MBDoulsFjR5KA8DoQPyybfoiwEA9npV1d3DMK4ICkaQC56z3zIMMpmTNEjlJBfAzDXpkprQFyHcDPlMOtoZSBVEBP3GNMm3X+XBgwdqvfVtAKJSTkpx8mfRGJQVTDvz6gwCk/umbEu+lb5URbLNr+ssmgZ+3WC3Slkq6YVGj3TFF2DHNEq7pmHzWiO+JGCrX9V9/5nm9t17igbfTW9Hu/cDryXpZw8mNmMzwDxHFbJdAagp5MdYc0izgxV9VfwwGoW8v2eLg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}