Nanopublication

< Home

ID

https://w3id.org/np/RAO0uUaOesB-y5E0rPdsgsQQTriOOk2_H7NCsv-5hh2b4

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAO0uUaOesB-y5E0rPdsgsQQTriOOk2_H7NCsv-5hh2b4> .
@prefix sub: <https://w3id.org/np/RAO0uUaOesB-y5E0rPdsgsQQTriOOk2_H7NCsv-5hh2b4/> .
@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:20.954Z"^^xsd:dateTime;
    dcterms:creator orcid:0000-0000-0000-0000 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApk/cfuZV6U7Y8wLQe+A3Qj4mrN9F7SqEE1qh0S0pJuCee3BHJLopvbqvhobqX9AEUIoKAYRwQ+avzBsAIbVUiPUNgXs9F7OFn0qDWB9e/L+z/n08UcuIzK1fDkw5N3XMYb3dAW1I8OpW6SMwgm585Mx5oew2rdL3APuDdwC2WLf861lYYUlgGNNkvhUg8KfeyLoe44hPe6RIcuFNwPysRPo+M86gNuM3uhuEH0F2n+bRAxYVKlL07ixiH8p/+a5PzD0elKk3COEi0uDLhwPWU625MSTlr/cpc2Pv8lnUNyM37rnI3FwIpkmeKkCzM0z3RSIHYBFkozcpiEIY+CPt9wIDAQAB";
    npx:hasSignature "aQIlHjkMHoJXxKS2/70A04jbWYp+USRuG3H3elGp9OQovh437IBk8GPAR1SA6EMcE5SmMaKKkvodgL2Yuo/x2AO2uVbERRALYCebqHTuzWtl0oFZoXkU6pObDAqu8JidWjIxWESidEpiHaM3HPLm4l1AuXwK6Pa01VOkFEsT+Xco1YKRxW23MQ1Z5ZhfJDoZnG5orkQ9yAm0DGZt4thqhDg5KJpVeiW5zL1gECacn9pYKNP/cSCeo5znD7g7m/CzLiZxOxYay8OY7AJQbf2nBltTl6nPncyQdXP9eOzbqI1t76t0WaS1v4t3muCGIWGDvGYtDLz558FGDxrp9sf9iA==";
    npx:hasSignatureTarget this: .
}