https://w3id.org/np/RACX3d9iOtG50-ifYOyMlgYJAPFfACP0MRkDlZXuFkS90
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RACX3d9iOtG50-ifYOyMlgYJAPFfACP0MRkDlZXuFkS90> .
@prefix sub: <https://w3id.org/np/RACX3d9iOtG50-ifYOyMlgYJAPFfACP0MRkDlZXuFkS90/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pav: <http://purl.org/pav/> .
@prefix schema: <https://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix biolink: <https://w3id.org/biolink/vocab/> .
@prefix infores: <https://w3id.org/biolink/infores/> .
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 dcterms:created "2" .
}
sub:pubinfo {
this: dcterms:created "2026-09-14T21:49:08.108Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0000-0000-0000 .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtMyJSQEUT1PUKJz2KY0N7GzHfjpkQMB+tRFbqrKqXISTC10yjWcz4uf05xG//vBDNL/3sg5x04amwE0q6THM5S2U6pnXAJK6DUK6nTH8I0W6oo9PN10WhUpkNetafndr0cjcOStdo1/+mdOBLMvcBkPyPJMeNng51RCUo31+7XMFG153LJITFlbiEKhjSae2QdRy7GhJ3YrK+TcUyNwoMJUkInbDknEC55LsgOqGv5HxZ/NMxg2sAetTwtuGohFcDxQFVPGTw8gQgmI7aelxNPmGrqfS7hfE78FgBnfgObn1o4eNc3EV5UAp7NMoUqwhc6FTMgqGLFW3CPuPPdLl3QIDAQAB";
npx:hasSignature "i0bUSvd4STaQYPQyRxcjTGyN43eEM9ez+6Ev7yv3SXZhwz0fJYEDKfWf27dYKh5p6DM61KAewdqs5rm5JOH9FYObeK6w+7uFWk3mmGbpWHvGwA73ZJCAdCMsEme5LlkWQ7SEvnhJdFnCgS+1QLQfXzdUTmvOF+lKESQ71q7BKl4/vVKT7TVYbXlfKYTEySalkD/y04nh/+iWRXhluqZ3RM2nVmJJ5S6uQ2hSdH53hJrclO7ljTGVUiEP1fUzmGblLSp69V3cTS+T+NJxIJX9QZUCEXB9R4ZGZ8/TIJDVJ8u06igynt4od91hgCBifS6StawIs/jTEQVF1Z+pNYIBug==";
npx:hasSignatureTarget this: .
}