Nanopublication

< Home

ID

https://w3id.org/np/RAFYAtpK8WzlgtVJ9QhWjP675hC7ZxWZB8VLbTpYb1pWI

Formats

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

Content

@prefix this: <https://w3id.org/np/RAFYAtpK8WzlgtVJ9QhWjP675hC7ZxWZB8VLbTpYb1pWI> .
@prefix sub: <https://w3id.org/np/RAFYAtpK8WzlgtVJ9QhWjP675hC7ZxWZB8VLbTpYb1pWI/> .
@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-22T01:53:08.352Z"^^xsd:dateTime;
    dcterms:creator orcid:0000-0000-0000-0000 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6yrjPvtn17ocDK6ZONpxs4rF3YdE/YJ6m4cMWyzk86D0Q1jgYXFQbg3jiN8AAf37jCUW48sjqpNd1GahFyHMwoslCSdH2EnLN1mrb3AkLTXbOZuaHWj3/JhYk3SUnhV8AbjHQudfjPsJMdo2S8P3s16j6RS5w+CkrD2mTp+0w1kQLdk/YP+7xrBLoS20+RSomrthT72hMVxH0iJHRuHOt+Gn09xuA9/XGLH6LEGVbyrQ60/Mc8M9X7I9h4jUIFNXLqyUHozPbQ0gr2utfjiWNB9tOkpXyMM8vd8tjBmZNE0X3IdRIFVT89RHT640V65DFXYbE2bIQEYNhcRiMhSYAQIDAQAB";
    npx:hasSignature "eFCIU77vyTLVIbkgSrWrHsG02tSfLjRx9R7XuclwhJS3iCzGMpXoy0f6vPg9s9vJVX3K+Z+lmiCM5P11fIX1WGhj+EoO+67s0yPs8hQEFeAs6kd9Qt8/KFPFvvsqhIY16xPfLeSucg/PyXFBT2p0Baqx4nsN+zbxbbgWR8Dr0/9KnlRNd+eFy9237EgSEUSYyAUbhovU9nRtsutzAfudwvqPrad2YFYWsgiLmh8HTHOi9gU95qCUXVGfRx1Qi0Uek793R9KZ6ugquDSPdFD+s61W3+JbQ5RGFOSVFd+XfmvHhj841xRZ4HK+ibl1h5z+f1FWsNPx3Obhz3Q7z54cmQ==";
    npx:hasSignatureTarget this: .
}