https://w3id.org/np/RAdoFr11cR3rwHjn4tKHIMeNinf_dBb0gjYVGIagkpQr4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAdoFr11cR3rwHjn4tKHIMeNinf_dBb0gjYVGIagkpQr4> .
@prefix sub: <https://w3id.org/np/RAdoFr11cR3rwHjn4tKHIMeNinf_dBb0gjYVGIagkpQr4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs7fadI40C5IHlu71iQDBCekHBJyDVi61bqCeDy+lpJjM4+2D/wQXy3x7aUui67Zhm+ztWvbP3ZUaiTMyovx1rkLFa0eriTirvNxj0OxqXE9lg4VHrTRzayvEyz01w0gJssJCVcdhl8UDVuTPHRM8D02XU1SixA/U5bXbcr1rkQ2qUbN72LmC/y0dUadWBrekaVTslIh+oRGj0jQdX9TBooABdXP3gDn5ZrbZoQHSoeo8Y3qng8OPqbNJsDlajN4g4oyhj3liyYmRK9ClkTNhcMVzNvaJfq4XARWU7nF7pT8AFamvK8K38SsZtUJG+CP86zeaJsTwb3jg9t8e6/wWMwIDAQAB";
npx:hasSignature "q60L8xJmjRRM1fOoK3eryjBCizPamAPFN0nl9wMWy1mkeYHr0wogGc8d22g6e1sgh/s6arzWPO/9AGMPR6qAUYe1rsZjxkpt9RKXGa1ZRBfkFNY44ApOhaK7aO+0gLTjyZelL4J8Tg6p/Kh2vV8uv497/ybhjgtLsUg9lgrOenB6btr9QnjDmZv1q2yOnmAw0y/6DRU2Btszv6RVy0g0WSVlsFUIQ8S2Qy1xaeZB/9fwKfQu/YP9ZF+A3jewryMOXt9Q5b5DLTVXSbyEl83Xlu/8Ftdv09qIL2Wnyi5yzG6PVB5MfeYay+iU0VXr41Vz1UqxvDmbSLh60qP8Sjc8YQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}