https://w3id.org/np/RAxuy9uxGKVQPzEfePP2ixQZ3QvdLzi4GV_UQynXwBd6s
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAxuy9uxGKVQPzEfePP2ixQZ3QvdLzi4GV_UQynXwBd6s> .
@prefix sub: <https://w3id.org/np/RAxuy9uxGKVQPzEfePP2ixQZ3QvdLzi4GV_UQynXwBd6s/> .
@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:created "2026-03-11T07:25:19.641Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsABA7S+jdWuLiGBsHuE/oa+e0U2duy27RHXkKLrmAL/JIvYbyQuiA6BHErjlLsfqLNxUf33p1oya3fvO5HgRuQplfW48NCnqjMnG2hSeyUCSJXhVFJO+8rW/PzIto2XXbQrOY6IwARfUkn2pBShH+JdjGvDSgNiQnjzpn1imLRfmUtySWbH1btfExooEsUJz2XgjMTBSWZ+jdRk4+MEEIEqxWuKUvUSn0nL++gi4LsSrHfbfRMm6qOJokhHE5Vbjfco8JmxPt8IV5QjZYEiqiLAImRxcOmQvFTb50DoRe23OD/NHNLwEJAqbd6x/uoO52D3C/c6tc9+CYw2vrphIaQIDAQAB";
npx:hasSignature "NjX+mRh9MW0+eJ6Uwz1LNEtsD3LlpPS75MF8ocfJQDd8JJtYP/0vRQ/yfv8XPOt761U2iAO5xShrZXo5Erbl3p+ly96E7vrYydlSJkVhesgNAZTNfGVBYa2I2Ys6JvNVdn0qvVXtTQuhra/j4B3qqm6p+PEI6zBs2jXopJh7tD9GkYFUlnM4nvUj9WVMl0CPZAa7qWbDjXo0ywT56YRjsKMPSUjp6/o1Ok8rZoo5KZ2XXdEinSjTHb/WYVcK9bjXdxBll+yiJy5OizkVQl3FkAN9kf5UREXVC20+gBNlgCkIDg0IvjDJPairw7uvNv47YxT1FqhUdvIKEGYBTOParA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}