https://w3id.org/np/RAe5cVTOgx3I81y0ySPP-m9xF4M_MbZIEUccyv_bDJ_gM
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAe5cVTOgx3I81y0ySPP-m9xF4M_MbZIEUccyv_bDJ_gM> .
@prefix sub: <https://w3id.org/np/RAe5cVTOgx3I81y0ySPP-m9xF4M_MbZIEUccyv_bDJ_gM/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApr1E8G2VlOQZ0ZTmLpeTKHM+CxV1dWANf/C4xN/N+dDlM8jzkB8e0eT1j017p0XSCNDYmi8XUSEDOPTn99Tye+sqjr3GcX1lppxFNria/MH9XbDDLRWLCpn8oLxg1gxsK/Bjtwhf7ZvlazUTGTlvwkRtkl7lJob3hQXcOhaOeKsVPSwYhFF9uWA4K5/k0GfmuaCP84PnFoOFPutPPD78k9VrQNw6DmLQPanFlu2zPflXBUgYNxVua6phVUn3qNtwXR42/BtEfZ6CDtMT/M3IK9B3GRSiQIrZBsozml2bTfEKk6HVmFgbZC/OkF65MWBhh64L+ZNFNP/lGAS6MkkJKQIDAQAB";
npx:hasSignature "Q8zWLYLD6A6BBbLb5QWLfhNZLaZfV+LTRMjzA/VB++onBG3Aq0NKMPi6I6TiyIgEzpc6hzW+jROY+DgKbaFdBrgcAd+X1iGAfNF0PWVraxWVJRPBJ2aFjLGWlGYAGHow9U8zNVOAVxxLhfzGHTesJBjFD8hmZTD5Sw+n+EVgluwCW455dQGYZHEoslynrFGcClBYGmOAuC0ltfAQJiZxvGYKImrJ7Hyzi6XB70v5TqohnPZ0x1V44W4/Z6lOJ4hBq2dhlVCS68A42XVdIDiBPUXnfJ/bSXCulre7qWn5FYYrOfA2Z5iOsNWMgMs6W2RkQ5nDOeb1cvumBEwNVu6QdQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}