https://w3id.org/np/RAanXSpmpNbRk_P9YFotWsGOtUlRjygk6bG7O7q8zXG7I
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAanXSpmpNbRk_P9YFotWsGOtUlRjygk6bG7O7q8zXG7I> .
@prefix sub: <https://w3id.org/np/RAanXSpmpNbRk_P9YFotWsGOtUlRjygk6bG7O7q8zXG7I/> .
@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-14T11:48:33.151Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0000-0000-0000 .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwlo/M4b/KgfbRCIxPcpvdXNAc9oPCTPl4U2J4vk+7AiiC7PxyUbD5A+P7iMGV1hG4BP6Ncl0Y4tnZ+06bbtIWvkL/F7afhLfDi+0UCqVgij7m4bjsLulw43LEIggVVX0504esSDgrefl2o9ng5FfITI6dFI+teJj5zXtZA2OzxxfguXNBrX3v8u6RePVvdcNKtg2fEZ/ax/DRIafjJD9DhoMwa15fjtvzaJRVGXZ+86xk856h4u1K8XiY7rwZUux5FaD4eyKqdoyMVuNArZ3FqUKJ9n/bvVapAHarLqGNiUpfw10ECTJre/pqGdm5tFOOE6Lt8r18D6QMLfTPT3vfwIDAQAB";
npx:hasSignature "JnllNCbryDktcEM8ABCITKS/ITZHE911SlXeZ9idjgvYoVAL+pPetmVxndHJKRzZVzEaXtH7z4Pd35R7dW/WLUPZOD8SeD5M4niVwG3X1jvZ/C124eFHYpf/5Bx/tyFr36SPpnUV/JUhHU6rQ3NPNObRU1Myj+D4En3SfG5LOEKKS/C01tJrQ4kXzhuZVpVE2AGSs4hGpxfkehpGslkqdVC38UvyTeIDVCao9bcImLdSg9QIxDn+Hw22bxCQVpqbpG8sVfHBE7yJ/3Sb26DGspFtW65+n1EN7TT0K+idhWNvYYcD99QwJSE0Nxl0wnkCD9q1z3iwmX5hCXwY4MbKLQ==";
npx:hasSignatureTarget this: .
}