https://w3id.org/np/RABefJJ_o-XphcIZH-6iRi5rR5w_uDrDFmlyAIMwXgtqE
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RABefJJ_o-XphcIZH-6iRi5rR5w_uDrDFmlyAIMwXgtqE> .
@prefix sub: <https://w3id.org/np/RABefJJ_o-XphcIZH-6iRi5rR5w_uDrDFmlyAIMwXgtqE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA081vg5Fe81aYj11T0OjMgSdRUzVqT4n1Q7WnPMOHl/gbPWa34PCZN0vZ7Fn83zNQjDy+NiIPsVjGz/oxMK6G3iHaN9a4FL5XZJfSTeu0L2J950MoxtM5PeKfjRSO2NAhFXfIgKeEkHe3RxMl8ZHQj6/n0gZauokxFr43caOvggijQpM3qIWiQhXTNPAYbWrYMcvn1ygYrFVY/32mcaABp2BiIcOyEoY8980ErUPDjcDIWCHi2k5tgigImaIMGUUKgsrud9bwuiBLa0CsBMKylrBSwGGSR1ibm8tf/gxv/rZhS8J1qXlCZXMolBluwghZp2XCgD9yBZ4oFs37dR3YEwIDAQAB";
npx:hasSignature "QJuw2ozct/pjQBokxd+KEfBl8jva3V+agF/Nd3rKBxdWvTkGao1exg1QBfejl1v06X0u0EnNqtKuEVJETrKnwF20RV9Y+lbuP+O+13sYIRU+Er/ElhtnaAW9fdIDfF+fNJvYd9XPDzoAL9VNOayzoOOTEfF6X/K3eUw8HSonOyXGYPuBMTeRx5nMcw+oDHN4zgl/uCU6+2pADEvmFcbC/rU2xpNMA9881ZriyOjeczDsUP5pTL865YCi2yjtSDYF+dXOa0pNWf1b4sKl+qHO9NUGMp+SZrCC2tFcp26VQ17LUE821GLjKaklR4jXEXIaSG2vrIs7r9t153LwvydOtg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}