https://w3id.org/np/RAstuyPXCHBYVlf1MAFV3aQW3MQXu9avEtXFsCgaKJtbg
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAstuyPXCHBYVlf1MAFV3aQW3MQXu9avEtXFsCgaKJtbg> .
@prefix sub: <https://w3id.org/np/RAstuyPXCHBYVlf1MAFV3aQW3MQXu9avEtXFsCgaKJtbg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh2gqsaw4AReCzn5GKDz+3yOp4ydkYze00s2Y5/Rgwi8AMw7bDMCDT9IsXeEk0FOTNq/BeJSugnr5CppzyvttpF54OT2Oy0R33Zb/Mzl6ayUwVfPWOsUXlpiAL3P7Xye6dWALjdL+M7klc3S9IRXDQWaaTzz/VcX2IdXudmpHg6U1BxrCcRAc7vGfjoLNEj/7F+01k1b0oTo7pTU4gwOKwgFmsFSI4jHhz4sYIUWJ/3ZaZWEnRc/PbLaE6aqkSu3wt2iaooipIP94mw0noTf8wDYgepOhVm0r4hWCS/avZTsbjTZIPLzMmcbBNNUKR1H2Xvm9334cu8CSnMseyYZxEQIDAQAB";
npx:hasSignature "FGtSrtMkz6yNNzTnsDi+HoEr1zDJnaX2TsSg6z4RXOkClvrtex9J40uP2QXZGBaLGmYm8d6s9Y0xytS20eB1vG9Q0+PsQnIFKVKmwgnjlv0jvmEALBwJtmo9c2US9kMccDqjblSNv8fg86mIT0trIUU5cheRcebqhEfKAmMDEP5r2zZDy8IYHa9qXwNd3NlpAECr/IKiHVhFx+bWvl+jimvpqfeLyWA/lQCKDB4z6uWOdUNttBx/B7qWOEbIJYkXPyMbiYwNVNTShBxdXmqgQ3Fp3+xN+Yrcjba1jYzfmDX+HMtwJ9x83nbj0unk2d8IcbPLdbmHH2TnPyPHVvTzTA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}