https://w3id.org/np/RAl06FGwzEeRJGlK6uWl3_YvWPZztrV7alcm6pPHVShu4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAl06FGwzEeRJGlK6uWl3_YvWPZztrV7alcm6pPHVShu4> .
@prefix sub: <https://w3id.org/np/RAl06FGwzEeRJGlK6uWl3_YvWPZztrV7alcm6pPHVShu4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqGbVKvO7jNeqhWEdo3rOP2fdQH+TzqPGtwTXfrjqT6KmLfbwtl7toaAm9nf+tATgz65v5JtFe5KYjtMPv3XziO5IvRdvqgP96Xh23rt8JrL2kJXUbbKvnmNU5Hbg6Y4iTL9BP5UIPy29fkmLIMMELFkT526kAtOi7v79ueZSuIV1GOGgMrCte1rxQVDkXk1SmruTlSDXYAPhf1+2Z/TFxZL1aJQiZqbkgBa0nMi4Quj5s53TVco/ylLjGabKNYPNoKPmOw8oCgyWTD7wCmS0DwxqulgfuTMpIaypOtruZQ+0ZQdstS8UiQp5v+1LJSd2vJnpwYc6yUWikxLbF5bM2QIDAQAB";
npx:hasSignature "g+jX1BbWX+T43s99s75wOwuNvwc3zMGS2AeCms5CnuB5PpxDAhWBHSN8bevrzAHnbR5cmDThldnM29rGWYCslEPTzbOF6GsNkT/XwlGcOWzT+kWMNkNnTCThjekPabOdru6Nuym9NeC9JeANTmLLq1tkBgST1SRABi7I7sZ4NIkB464P9DodYyW4jtooBcbRQXCRRQiHLgPVxeynQRfMeJuQU+Ae8eCWy6V9UfrF9Pcz5Out0H30b6pLELmgAQP3oTlf5C/jJIOFKSUvCM3EKB/xMYSC8BOziVlOkEmLGMg8Ss1x+gT5RHQ1MFmmw93bRsttZqx9Gx2RgrBvJvGH2g==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}