https://w3id.org/np/RAtbaObz4mRxC7MjF7eAH8GRWaSkFn6T6EmMMpODcVqHE
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAtbaObz4mRxC7MjF7eAH8GRWaSkFn6T6EmMMpODcVqHE> .
@prefix sub: <https://w3id.org/np/RAtbaObz4mRxC7MjF7eAH8GRWaSkFn6T6EmMMpODcVqHE/> .
@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-11T08:16:07.789Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuyI+k0FNhExWt7uoSBPLNNCHvgZxqOcR8r4C+fw7Y8SuURRdRiyf5fAu8B9Y6T6+ssPb4oL0ldIEk/Gjzh7o/JpeneT0qjrLx5GJ5I0IyV5EPsZGr2acGCrTDGJY1VltYMC2A541MK41ZujdGAr24R+qsulUwr4FzvFjvL/6iqBzxKZFvEdcbFRTkb3Wh7bcaMe3jkRstdTyOeXpxhPRLwKMQiPTI+fbOepEBbV07o+Ml77Bu/0lm2WHTP6Tx8M3YzrBXE38MwxjFEOVKK2u2q3VyrvtvYm9TbjCFcJ26dCAEe/fMjNsTTzhp678E3088rYlF4HLY7SYN0dqHzUmIQIDAQAB";
npx:hasSignature "UXPuWaTkC/Y01v/WQN61IQg3Lm6q9fdHdcq37jJQEkY+SKY6IIBWLWZ/AyueFmQVXTQdav2SVN0IW4P0kMHz8s6aa5mbp+uRejPUpR3ttOMgxpYKZ2tAXrqdUR3ddVUZMTAAP8p1rXzIdLPMVkd2/Nbw0H1diS2C32GfVOhw3iOQWSDcKUmUqTZrj7LrrklngOUucJoovcIN8EGDksKT0x5EhwzLiOCHB96WCOmbGKGKBy/GV8IisDtqqxZVc1YONAzx+jj59IDfRqOxQSaft67dsT2/aMWaRVl6oGjyOx2xupCEfW/Jzf7zqFvxE1Cnuf7mhYHDmeChjJt2P316Gw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}