https://w3id.org/np/RA5AjbG-z2BmXo_qjPB3TfwQQICCrwA-1CQQhbJmgq-Lk
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA5AjbG-z2BmXo_qjPB3TfwQQICCrwA-1CQQhbJmgq-Lk> .
@prefix sub: <https://w3id.org/np/RA5AjbG-z2BmXo_qjPB3TfwQQICCrwA-1CQQhbJmgq-Lk/> .
@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-11T02:07:31.167Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxCnFqZHXTqu/mjQmeMmIO6rvN2abx8cgdbgyBc4utUCwj1tap9SeNxRGtwOh2pprOJ9p176O3PEmwjaQPMXhSFgvkIbU9i2dt50EVdPT1Omn45gSEd4fIlukvf/MD4x6IK+grhdLsD2hVmc9zUZFO+6Uw5ykGxNxy0Kvu49s3jHhQvK9ZWDL8oUrFf1+6lH6xrUK5lD/bMHtdPx0/7gk8/GAjTYezKuDxNC1RBEzYVCDT+X63+Y4Q41cRJwXRBmU364cH0kXwPPCfNLN3pgETTuJaSbL0+emgz88H4A6G4W81WJb2MkLlLkNC7f0GzP6IQSba36BBkusjL4ddSmqKwIDAQAB";
npx:hasSignature "XN/2KRLo+4tEhNr7p/WEFRP4tGWso5t6Dpo+mJa6A5MaEuc0hw57Oi3WrBOhSB3cAOqXhDLogmIjk1oighLRko+0j3Xng+/NIW/odcHd6lW314EgS8g/lECy7yF1BonoKKTdUENuWwNhoMB8daYKp0Ocj6A5BN9tNndCvoyLq/qfHDaf+SgrFfGThfYZsMXSYIcQLPZZZ7gYlfBZac2dkkaZqVxyvUYokUL+43thWGUAI85pewONXBcivBu/JMD5hQTy0NPPFtcRWCNASQ8/kXBJlToC2PlhiGBzTg43yKl54uCCgH+YUGyeCTFKIMs41ZK0p/7l5MDx1WMHEhpNaQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}