https://w3id.org/np/RAcNJOouFrplVZHzRWuQG3s0-j0fBJRnHaOHinRPX1Lq0
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAcNJOouFrplVZHzRWuQG3s0-j0fBJRnHaOHinRPX1Lq0> .
@prefix sub: <https://w3id.org/np/RAcNJOouFrplVZHzRWuQG3s0-j0fBJRnHaOHinRPX1Lq0/> .
@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:created "2026-03-05T11:09:40.901Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAydkMaWAo7ihJ3qUQ1f/is90YNq5S+hpNYaTBqmkxi0xevDyjNhtLityQW7vHRYoUFjKbvuBPOzjdJMCIDX/O3AdM26yIorsciap7kSNXNnA/G4EEIzyJKJQca/IF3b18/qyfoWPUDbsaqwwPUoGvo8/wd9fULOoLCovRReQXazj69Ti5PI+3yHq6kHKd0Ecluv07c4Jt5RfAhd8+SfSDrZmU1mZgFobJN878Blo3XXOKNm+DUqKoiSEwYRklIMhHDLGLYq4/0XSRphZzqNQg3q9PmnGxQwnwBMmHtU8sXzRnC7+UvjsNAGEe7kZBWW37CXMNShKyLAETw10vmB2j5wIDAQAB";
npx:hasSignature "girqdyXStxVMdZ64Wb9GRzYy4Q/++DqB8Lkf4J2GEu/LlKGIvU7W8RkORO1QEinyb1SyOwpLCh8rFMCl8sVwOkLegj2a2lOMo20oFgqN7klAEhyhHSgjxFvPKtsLeNAe80UdaiFllZK2R8gLCTMjCiETYKQ4d4A0crGQWnLe9dM5xcPOjf788TfLKEebLQIXwuiyzycOlXP5PsGll/hf3yrHXafxJ4wbT8QZWy8Lqqnu0WK3cxuMSvO7j5ZqyqDWsepOa13AM1giLwQqr2Pr3PSoRIE0IDd6jN1Nos00TtdMCUUI0myBp48y3a0edln2OXMZTtZ8WGQ0kgvZ81XF8Q==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}