https://w3id.org/np/RACl28Ie_AtdOpuFUXnDrM-nZQxVWUhuCqkWpSwYqWUDM
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RACl28Ie_AtdOpuFUXnDrM-nZQxVWUhuCqkWpSwYqWUDM> .
@prefix sub: <https://w3id.org/np/RACl28Ie_AtdOpuFUXnDrM-nZQxVWUhuCqkWpSwYqWUDM/> .
@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:26.482Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0000-0000-0000 .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqVaPqf4RP7UZMp8EXR28RLisEw5iBkaJW3pOVJXDB7+WZvv3XNuwKARJMw5Akd3AXFPytHbFbZGAIm/wT8tnc9VX4K2MogWVvQpQNpSJkZlDscWWGNDbmjWS9Qydet+XhEaJ6SWVYmA5m2A/MjPjVOaPDdi9vC6j/WIKs8J7/B15XfqNSif0Hsfmk4hiIjmTxZjTwnpfsB1KkBPtk4Lqzs3M+2kIN+cQeqnLnmFLhw0CTrwD5Pq2RLCxjz7lIwuhgmT8e8uj0bq7c/So/t6fzQGJu5faJimh1IPLLY0KPjH2m9xIMw0chWTJKNymRbu6ZshEP0nMOmjhEKEbpwNnRQIDAQAB";
npx:hasSignature "U4Qaa5w4Aza3IKGcP74AqsjkyG/VonI0qIJvY87OwwQvoglsHmjAO8BIcgC7Qd6wrDs7S5il4zjMfVC+SUNdE01YJ8VKbekMZtU6U397jfC5g9R5paAR0IUazM8c4uBzD8wiz9s1BenQ95WFgtDTUcjGbgq2Qv+ELXgY3XzOoQZijexbhfFlFKim2XolSxdwBntZqCE5D5HCncVinnbOy54nPR6UT1bffonWjXuaZuCVSWYKWYcy6ksJ5ZkDKbsN9NUBC0P58yB6qVqJ8nJh2JZe5jiyHvdFGm2Irk53aFeeuEjzzgNU8rlK6PPwc6VamK+2RbtXH/RlIa6Vfu57pg==";
npx:hasSignatureTarget this: .
}