Nanopublication

< Home

ID

https://w3id.org/np/RArDEf-tjflkUBc1JxE9UQ2OJJ9ethGm0VmuvHYSW46aQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RArDEf-tjflkUBc1JxE9UQ2OJJ9ethGm0VmuvHYSW46aQ> .
@prefix sub: <https://w3id.org/np/RArDEf-tjflkUBc1JxE9UQ2OJJ9ethGm0VmuvHYSW46aQ/> .
@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-12T16:52:08.407Z"^^xsd:dateTime;
    dcterms:creator orcid:0000-0000-0000-0000 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlExOX/TKkc/6XQxb54ckK7oC4rtYz6RQ/JtesJlr34OJ8t0KDpHc1S71UD661a9P0AYDPdr/Qro8bCjtj7bMLiU871/5Fvck30uzlechnHDgwMZFJ1x5TnIXHU1vMXLR5Z847hHPTHAgl6KxsJQmnU06cMpl9yenPCbANSmoncxXy611DIEW+hGQbN4cn91b/+8H0vEY622PpSjNz64KmRfbn1ZWRYU0tk7rk0vnASrVHww8qfb2tqNDcEQEkUTcqAXMMe+pd1ARQfunkX5PW6Hh8EVm+QKuH7jbLowBHxEvZ2e4qxTt6IY1RP7Zk78sXru7UcGlIkrJcyDD5nccvQIDAQAB";
    npx:hasSignature "Kx+44hXPoeZV+RDyrX4s43i+mCcDydzeWh28SRRxI5/CFBIU8/Efrh3Xi0BI/BOLg6wF6GsIKViANYdouO7rzEKSUIgEfP5pCZAhbBn0ofQ5QoAQMjxclbMo/V28Ig+6KWIX/pRTzHA/kFzlCUx1oLg50tJThlAb0Il4w8TDcY38XB6EaQFR7Xz+bF4KEy4JpyWXRZenuiCjPau+c7f4R0Ygt3dqoCknsv9TZf5+1mUYP6MsRt0xl5PTkmSOrbM8PGyihdNSn/OlsMRjOhzOA6T6hIH8bEEcm6TIKoVAgZ96xL43fnMJ6SC07tTSY+h2CYnOvZ+vh+i6LYeumpvkxw==";
    npx:hasSignatureTarget this: .
}