https://w3id.org/np/RAx3VRvKPh8eA76fFFUPUcZrwjxzo8mHYwlul8q-2wkg4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAx3VRvKPh8eA76fFFUPUcZrwjxzo8mHYwlul8q-2wkg4> .
@prefix sub: <https://w3id.org/np/RAx3VRvKPh8eA76fFFUPUcZrwjxzo8mHYwlul8q-2wkg4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4ZMTcg9JGazbEaUayTk6FxjvvTlty0mt7p+89DqlxgTRJFQknWnUavEqH/QJih7EK8ZdU0uoBuev9/Cktp05hN5vG+33u9ovxcIVRDyyxJ0uo2CR+riS3lObX70+YmMDuY+hIHVAnm1TJfydk/YtKZPmcsTXPN7ZRPrf2AflvbONc7x0rj5oWcQNnU86vlZMwnlIkWozXwaWslagO6aI++Q0D5MwuefrtI1MaC/fVJUYB7rFnHwzETfiaOL/HP9I/deokxVmiFfmlBZIBs36WCIER3FdXujzU7rwgLo9OI4JDms+pK6T3Jru1a6TYOKBB0RyJacaEDtQ8YVJCXZgnwIDAQAB";
npx:hasSignature "11RKewxaAAAnf3rRo81zpGFmXH7brwgU69Z38kJuLjSVWmx/X71PmsEULY0ntGciypTFV6bb+Egnbw1kOcuqfcjDfEfeO6KZp/PA63U3PMQH3Ua5ebU4sz7Ut0lG/ck00TdQBHiww3HAkLLKnQ8R3cXJ4zN4AnjjwYlo8PKp3VFdQ0unxNrXmKhzmzL9JzoaTrnsOdhhGSP5qd1zWFOnZWi00PAJvDfW/waqD2gPJs0tnuT7en2pUXgzQCmx2AU6eEkTqwREom2Slue1ji0lKSF22jEedczNWG6X6Ow/Os6IOmN4W7kDKgWKdpOlBnem23/dIR7+ur10CvrQz0gt7A==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}