https://w3id.org/np/RAciH_Qp3U4qTLoI6geUBipAVVzczH_kxhkbs9zh9iTcw
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAciH_Qp3U4qTLoI6geUBipAVVzczH_kxhkbs9zh9iTcw> .
@prefix sub: <https://w3id.org/np/RAciH_Qp3U4qTLoI6geUBipAVVzczH_kxhkbs9zh9iTcw/> .
@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-05-25T23:45:37.668Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0000-0000-0000 .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4Dfzjq30pHLz1QL6QBhmxQLQVdIphG2P8k0P3G7Fno4QS7+kYhi1TzozIPZF47ZOGLaF0WLGxkRnvQeTlG7EwZXspbPAutgecsDvuSTLwhQCRP5sxsMY5eZiLLBZxRAEmh2AN2/uE3sUk+sRkAtNwNJf/H/dtatE23MY8XB+byBwe4paqA5ZyLEn5FaRu1i6pGwE8/DNaDJxw7lnKCYLJcp3AHlVh7omZX2XDvg3H49IyoWEY9fhCgbp9+9MqfOYApnDcL+3J6r/0As2C5icm8y9t93Zsv62vg+qZh8W6ANFmC7n7Hint8TCNBzbCRguA6Vm9bdIslm+jkN28P3HGwIDAQAB";
npx:hasSignature "wQ8f2yPalNcM6Sz5CIah4F0v0CseS17RMHX7eJxIrLINvMQJl6AteLOr/zMFgNPAvqo7Pgw1KfWk0b8iCL+57UiYhpqg6//bciKsEdRJ8+N8dgB8c+YZrw8uGAIz7+LV8fWTxSSc8F60QUXze7U5nEGlBOCsrxtaig/cMZ8HQZXqm15QM7nCa3AhCB4xNBkyvQMT22LGOXF89RXRGuZmvD8u01evDhcZyXdVRmxMklwhjM+OIQaM8guP8zuBlNJ1iNJi6UuBwDx4hjJZPYtQbIeahV3qEmS/fvHXhbR/9Vg2dJE5HiVIIb0OsM+eljQIFQEc7c9SBerG/1ZvCUd93Q==";
npx:hasSignatureTarget this: .
}