https://w3id.org/np/RAHQDpG4FJ0u_saOxAFwcLKs_RyqsOLSyQkwI3bczXlHg
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAHQDpG4FJ0u_saOxAFwcLKs_RyqsOLSyQkwI3bczXlHg> .
@prefix sub: <https://w3id.org/np/RAHQDpG4FJ0u_saOxAFwcLKs_RyqsOLSyQkwI3bczXlHg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApiYnt2lKZgGumBMyVb3nmtonEkIZfnzEIIVY3EO4TuRb2KcjpqmtkTTuHzJBcwzK5G7omZcpNDyE+UCrB5vXU93ubG30XsRUrxzP8y2P7WzK53DaLa2YGGPcjaE8zLmW1Hlh3i/rJmx3/1sa42UByZ1sNjg9fyok23Cn8jFSPGMh/6Vpwjt5lWBTwnhe607KDrJvz2Moy0RA1Xsm2hgqb3YewU73QTRr7uUy8R6SfIg1FUHvK/by8UnoSpYNEgdBH480WtLTKo2rdhGPl+ffnyiOvNUo7uA3Mx1gu2hnowWQx0o41b74R6l/RWY3tkZHJJEWXSgQnPc0XgDhwagExQIDAQAB";
npx:hasSignature "FxxlIe8j/U4AhkH/ApqX2a6TNmSMSA+oLrve4NC58MmgCgFji1bbKV5PoZBSn4+g6ptesmBUfLdTXzfrKIqV733rIPtStPccMV7jnCjwc2SyyN8t4zwj+Geo8VD5/hw2UVqsUaa3hjCay4hjtGW+QaEdmni7wJaSGX1DZA/MY8THz/IxJ+VozD+4qno4qFQG6DW93kqUyYaVBXQD8v2WDGBMpW+j604ESyGzYBhOdxpjszrSlDe8xkh6vEwRZpmsjgOtx3vbazU0iHwI+iqXZzXBShTJWV9uiXiBpHtQk4FHVmAUoHJLaKjgtnlI/XxeuFgQzvjmyvpedDlT+GFo9Q==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}