https://w3id.org/np/RAH9q8yQRxlH7TS1FmA5D9tWsT84Mcgw3wXa4isVVhViw
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAH9q8yQRxlH7TS1FmA5D9tWsT84Mcgw3wXa4isVVhViw> .
@prefix sub: <https://w3id.org/np/RAH9q8yQRxlH7TS1FmA5D9tWsT84Mcgw3wXa4isVVhViw/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7FbfpqhlH4dPOyjQKzJ3F6FxcsxlC9vrtRLMRmifNkLOFI5sFUlxyr2wSRfuQ7Jum3MQOxicsxNcJqiofK8u3cEB6cyal24cEEhVjbcFfPPhYhE9LHsvOvvNJe0xrqE3UcKpsuO39EvQsE+wbRcyQAHo+IsghomnBt84xUVsDhMyv9yZDWQMGel+z+/e3mHXAcTueN/uSmbb5KItSOZYCML91I+SniehHNa+w0D62yPraghRmmMEcCmNDnb02XjA1mdu6he9FRc1WB9tyD54FZtBULqPn/+94vqE8QzwygO7QlPc6PaCJIhC7+odOxez5D3FxVg6FWMPx3mbwSVH6wIDAQAB";
npx:hasSignature "NDz0gjF1w+3HzQtCsSZ86cqx9HQLuRPcfru73hbvpZ94Wg7MF6ERIa058s2hoYDZVaBrXgZUgMNkiSOek7DiBn/0woR94vQRJNJXSto3SN7JA8FXLFVo0R9/g39nAYDcgP2DKFPp/6+L+buXMMOlJyouu+JI/nPmfIEQopv79YEn58m21WXu3fws37nBgxRR6MtlPSPmigts0HQyo6jdWQF/OYL+lM37P8ESbsWAdb6/w1twjZS/tA9OCXfKKZAfeR5+RR39rz21a7oLQ9JRHrzzfvw+D0pnOwzot81HgxFrS329SX15tsqIwfODEZ+nXQcGiDUQDI0pVJKABW86wQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}