Nanopublication

< Home

ID

https://w3id.org/np/RAMLBKBSdKxNbr6vXQzEVWPjSdblMn7IINaXHzN3rZMUE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAMLBKBSdKxNbr6vXQzEVWPjSdblMn7IINaXHzN3rZMUE> .
@prefix sub: <https://w3id.org/np/RAMLBKBSdKxNbr6vXQzEVWPjSdblMn7IINaXHzN3rZMUE/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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 dc:created "2024-01-01T00:00:00Z"^^xsd:dateTime .
}

sub:pubinfo {
  this: dc:created "2026-03-11T09:05:36.330Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjSZpun2NKBYFv9gKzZwJRvFaamrN1djXRVBhZTlPLx06arpgNm+3CgPpwIAFyxiv16D3eJef5GIxUrMr6GEZni1tQrpvhwbrUtn7HtrXPL1hjU2t734YvRCODE3fkEnZIAyq9n6q18v1glwgZfAhHBrNb2BkTY2EQLJNpp5eXIHVInTKa1URrlSXdDgtL2TCvjkDC1jM66QYtGYG/0Sbt2ye4xz58o85vD0pWaKOGiob/UqXk7pcPJBRfsFzWFrqCgOPV2fwLZu2dlp714Bmr3aVhQiWJ+0NOLKEGNXPqO6ieWcmxtQpBM5E3kHIPSqlUUGIajx826fo3lPb+xk2kwIDAQAB";
    npx:hasSignature "QA6S4VHiaLfZlcKpgOwJtMYrUbSkfXGyaWNr6L3gnjr0Is6Abv5skXGG59KUH2CEG8WMXVlIrKIXRqpp21R3EMIicYa9yWCXh5SsdEhVq4jZYdjfyGGsCntNIY65qnAXn4UqGtd4bYQ8H2dcskaM9GSqW6Wgx9OHHnAFUyLSENABgTQBKaJvGxOtWv4uKvlsAn6ZxeOj5WtvKF2AyFsgKKJeGuTRwhy7bUgSNRo8pSRSSar3QswFIDfucz3aDvLSjl9cigZnOAa/1P5nCdUO3q8v+ASEerRsjXcShgbPsUDcqDFYgOwZs/6oK6te1Pnw3hb1fEBxbkrsRse4kFs0BA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}