Nanopublication

< Home

ID

https://w3id.org/np/RAhKfoqhvMUhdAPKEHuXkWMm8bMSFZ8l_KRYLe0vt4EeM

Formats

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

Content

@prefix this: <https://w3id.org/np/RAhKfoqhvMUhdAPKEHuXkWMm8bMSFZ8l_KRYLe0vt4EeM> .
@prefix sub: <https://w3id.org/np/RAhKfoqhvMUhdAPKEHuXkWMm8bMSFZ8l_KRYLe0vt4EeM/> .
@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-10T15:22:20.068Z"^^xsd:dateTime;
    dcterms:creator orcid:0000-0000-0000-0000 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5kGceDHoBoQQU9Gw7LBUj5UW6bhMD+JVLj/vNOJkBnizdHF4zLxsZu71xdRUSry/nzd3C0Dn3lE+5Z52O6ZKSqWmbaIs3sPf1j1zQKpWbwfKhT+h2XcElLWRfAZHLV9UyvSEBYL1wwZmBinx13+ip5kVDPziEbwkoGOoC7clsIgPFfXPJfRnht8OSDr2xZQW2pWh/ctUziM1e/xunUlMuKMLZfIFhaTaRr04Yd6hOZuS9pDkPht1iPumBcoTnAyO3ArJ82ts2i96IOW5sHkPiAyYQ7NSBckJhZwmBJU+hAAQ7fB/nXHKxWK4qDGoHTIjBH2dIiobu19j3sWgWAD0OQIDAQAB";
    npx:hasSignature "s/nWwHLw47HAuwm0LDeiFS/veBkwhrS4opOH/EG4Agw1S1lym1r/I4GxorMMryvHP1QeeVpMWdmmLhvaGMHg81vl9vsqC3bGhp+P640M2GGsWEsuU9LMz6PaGNIIC6ibQ32otKTzvfMpJ+rVtaHszL1X1O06dalN2Xr2GYwlF4Doq7zeTx3qpSxf3L6OAZgxnrY2Qlb3fJtPllfeNV2dwTiuxG8QXz3AYWZIfDkejH/W/+2U40/XTxpdbBHdRxChqFvVkvLEHyuCC/GV1fMEteRbdzlZFMolPvbcQ/+NOIMvZabes74yWIah6BlVLSA68mNZFh9Lz/gII2kV8HMhAQ==";
    npx:hasSignatureTarget this: .
}