https://w3id.org/np/RAixN47tfEedUVkzFBdJkfB3guv-mLr4eZ8fY1QWkJE-s
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAixN47tfEedUVkzFBdJkfB3guv-mLr4eZ8fY1QWkJE-s> .
@prefix sub: <https://w3id.org/np/RAixN47tfEedUVkzFBdJkfB3guv-mLr4eZ8fY1QWkJE-s/> .
@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-10T01:12:50.527Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqGRJK+bj0lwCllgd7bEwNLhOroPkoPOygo18H3ne/LzHKYoI3KU06csIJmsWnYygQEXQCCKE/qlFCVvBIdIkIIAW+5m/niI9SYS8vhAGYwMvED5hR5+TjBAMccLbo1D3PfpZQh/U7o9HemqQz6eNF6154mNFiiJ/yB2yFYIgp6AMM6OXmCE93zlEY+ZTxifeV/kDmY3o+HbghB79GtIjGKDwGkm31Xo93Nl4ivuIH9HqBCXt+1klrUChZS25DiSmoidKgpB2usefFHGVw3hdMWWt03ydua1XEDAPZQA/ePaDXco3PmnYQr9hw1g7w15/1CvLrPCLxRzmeKor2++6pQIDAQAB";
npx:hasSignature "MW3gHnxXT0DdyajU/dVaD11w/chMJ3JQyGyRhC89gJdW4Y9YvHeyVpKt8dhYK2bFOPaOcNJKwXRZAuvfcTsN2T/JLz+bXuLhsnInVbqS17M2rN/pv5/409++qCHw72cczI8l3r+fvwSYIbhOWdshfYlFHfCfQvMMa5OmKM/BSNy6pyXfjcy86p/0n9i90A+6esUuLOsGAvrVYAO3Fe6x2UBG8FEHi462BiIMW9xwGxUBY+B0WlW8xw80jct2iR0PdnmQZ8dSVeh6SMCy8Cdt4PoR7afi/OCUCv6ldBotiXdon4Rc6/+J3ScfIGa8qMRdkVwUoSaCo7rr9yZmSdT+Mg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}