https://w3id.org/np/RAlg9WYdM3oAYX5xHsr9QESgo2kfP7BqbcWXEmi0ZuMlc
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAlg9WYdM3oAYX5xHsr9QESgo2kfP7BqbcWXEmi0ZuMlc> .
@prefix sub: <https://w3id.org/np/RAlg9WYdM3oAYX5xHsr9QESgo2kfP7BqbcWXEmi0ZuMlc/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsr5DTda89EBaQwJ7mm2qLDlR7ogJBK1DqYqLrxxHKmMhT0Miviwxxe6PGnnhWHP0y1gzgSlaJb4YfHwb40vHgHIdrpRKdTFSZ5BQQU8A4OVN2sVlucLcbnZjurxnVHLBQeiZBEFEN1ze2sZOuERuC6h9nJbQgU3cna8WirR+Bc646sJ9HqvbajWS8X/kZsmTErUevSRQt9ZrQ0b47JkmOvCYXI2BzRIO3JuwhAOGcMKM24yzjKHWp2Y2D8nwzrCHeKRI4jiAOfwQcF570CtqnB5GjXk22cf4Q+nzX4G2zWmM6Wx03PcAAiUG7zkuNwaNjLP3fxFAIz5TdRXconoGRQIDAQAB";
npx:hasSignature "OAAvnOE/A+ItDtEucRc6GZTs8CUaMuflkSIvk/uazlwxaR9MWPkG4clUgfO4sPQ6a1PVq55uBaxpBP5JP3w9dAZ5oKAaqomr02LST5s9fJ9AsOhGCDpUZ0DrbfpbTsNqLsk45OW3CqvKcRPw3SJlSpjPs6FFQtbNU4SfsrGBrfJ5lUfiJqhKuR12NmZuvsWhq/GsHlVLOwKHXvKYRy0uQ2QRnrf7b37CVOpz8t5jmW7vybl1vwMyDbS6WLZ0YE9i5Mn7/IU/ScLgpPDpvaY8nRbac6LHehlEXIAG3LJHpXAPonqCUPsNmXnXhyHc2dJKoLSvve8PRb362nDdZhPrmg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}