https://w3id.org/np/RARf-3KFluOy9T0qgrvoYs44wC3unQ00cL-g1s3BVaytM
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RARf-3KFluOy9T0qgrvoYs44wC3unQ00cL-g1s3BVaytM> .
@prefix sub: <https://w3id.org/np/RARf-3KFluOy9T0qgrvoYs44wC3unQ00cL-g1s3BVaytM/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3amaXW3/2ZaClzMjRRriAojNl47yWUKOixPWg076bvHMCc5uyPXoqPqCc5MdrRYrOL2fTO7ms/jeX4LKYEI6p5sJ++gJkEaJAcWN6hNmGFQ4r+03LOoWo5dZQMI6VGu6vjySIFnBxrwEjJarUBm7ahkEQ9Irl/+/DjOsbKlgNSQnriXJkCcNogQFcCh3NDfVr5Ret0y54OgOXVfpvES3CqIYIiQpsJxm70JOK+oxU0XpWSw2e4fd6Ls57qXBRPUbWL6aShZEWVnHi6rNhI1HZNmAAWdb2Uz3s2atinbbCMWbPw30ou9yxpz9cjX0Z13Eov7t52968ELkcdvbebq+cQIDAQAB";
npx:hasSignature "uvXmPVcCKOp7TvJZFmZXILIZhyk05dmK87lT+jLSq6tK15lpKJiEZ800X9bPZOu5cZMi7NbUq+tJn+gz33UOttIJtfl50whJpTthLoAFQ+Agxx7n5U933vBoEtGLwrWXXi2P1r5W0WOq4EID/AWOty4SRuFtVCzWzTaUiCBCseGFibLe981+1ZU/Nkwi3XyZHihnGJ3PJRB3ApTBgDMIqWDm1ee9uHRzlNuGTiK9G9M0P9Ormegw82G7ABtdY2R3STq5rMd97c93Lpnn15UOKDk6BmpwnMCt8Y0SPaqzZvQyNocHK+ndc/Ac8mGKi9gRds7vP2nKhV1+PnaCzB6S6g==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}