Nanopublication

< Home

ID

https://w3id.org/np/RA-FJMbNmgV5zb_CaQsIZEmcDaq_lW4eIgYlgPmsnph2w

Formats

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

Content

@prefix this: <https://w3id.org/np/RA-FJMbNmgV5zb_CaQsIZEmcDaq_lW4eIgYlgPmsnph2w> .
@prefix sub: <https://w3id.org/np/RA-FJMbNmgV5zb_CaQsIZEmcDaq_lW4eIgYlgPmsnph2w/> .
@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-14T11:48:16.997Z"^^xsd:dateTime;
    dcterms:creator orcid:0000-0000-0000-0000 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs/cLj5R7E3gvJz2Tb7ZGdne0nQBDOH9X/uPU/xW6UDtk1yCLB/Wmw4Xtf8LrZz95cKuL+HiSeyazWimWEmn9TbG4OB9ATogTcV9F9qFvpxC2ZYfhrwfI/PTCrqqne6Ulrk0OXisV84/OnTgD0xhmnR82qNThPC42+yz+LZQMQEcRodqui2nI3KyQdey2FiHI5Jh30tZETgT+hkA9utuylMeD26L7duIGDfiA4Yt6XcnbBfpiroQgN8dBbMprgxA12s4TjFFUeye6PbndxCaxql+AJbEFIzwrakbA3uA7FOHzXggaSHn98fbMrm0JtESgKVZ8Wz34YSq08XtlBoIYlwIDAQAB";
    npx:hasSignature "A2pI5oHM+bMA+asHukW+lJZiI06gQNLwx30cxRKw6btd1rovgtgT/OaV2H5QlTnsqCPXk7cMAwi7WjgX1yiDYaqYwT/LpVWHFJ1SK/1dpORoF23WkA5Ytc+SG5gOleM61pczO0YHc/NvTmIRkTwFa77D3J/n18CWOioHwYo/Cd6X8k1tvdI8y3EEyfjqqAbFoLeBTIAt11EWHr1fiBMaMWcIiw8JPkjjNe9wa2T3sF0jVOFtPDmaiNdwkFXFxydTOijQHcJ0Sj45g003f96YQtemVRuKrlt+Qn6v+f8TMlabFN0sm06z/FKYtjZeOS7cW1nSshLrOH0F9BrEuaL7Qg==";
    npx:hasSignatureTarget this: .
}