https://w3id.org/np/RA54jFfA61Awg--0TseCr-fI410Hv7DdJI5PXsWEC2LpU
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA54jFfA61Awg--0TseCr-fI410Hv7DdJI5PXsWEC2LpU> .
@prefix sub: <https://w3id.org/np/RA54jFfA61Awg--0TseCr-fI410Hv7DdJI5PXsWEC2LpU/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsAVQg+Iu+bdG0SbkmABwtq88IAin4obu2JEioZUpuZcdhdRC091edD1oDGyb7cVjpUrQ+QMfd8F/OddePNoCz4HMxeeHEH6KqOUiHbTHQnPFFH/KmJIpB5NRY9M4F9exm28GrIF1U5lHkpEndvycKNgoSjVYu2lRAbPrOEpp9LRyANCboWEi+t90C+hxBhrX3swMSf4nYZItHMVoP1FRxuLV2YS2OlLSODXZAxC3G6vMgCT3SLUviUZ0oup3DU7ou+T50h4UbsH5SS+PTRMB5SsZO/fdpBx8IRNvbP/M9TDGDfTlnxYEatav9QHMhfB1b5Ued8x92zhpq3tFwXgDYQIDAQAB";
npx:hasSignature "P20TXtiIkt0bGhrzfu3qF+H16UF7Fi6n71Uh/PVPXAJAaWEOo+Txb0gjDESzv7hI51rO9jgP24adcvOA9pZomjtz4I4NPCxLsFUe/sDj6EJ6ZEF3lw0Z9g+93Fb+93mxqTmD7dIHXsSaK6bj50p7Mqp/2d80BN80qOGtK2ULsAnUiFT43uG2aOaenYomtHjyh5qa4IwJIyJD5gI3XnrUclqPYAoJsR297256lSnL5g5msaflPZEuw9nGWwrfvR81Q7i3zxHqCsnmbS8uu86uz5Go6voHVPyD5GfoL8jLBbG8c0cTbLMK2I+TDmGlvlclqIrG6hQ3dGwzJTkuhfosEQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}