Nanopublication

< Home

ID

https://w3id.org/np/RAlfzoF9Rg29veHceRmm2y8O2fxGJNPrIffHMAEHuoiQ0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAlfzoF9Rg29veHceRmm2y8O2fxGJNPrIffHMAEHuoiQ0> .
@prefix sub: <https://w3id.org/np/RAlfzoF9Rg29veHceRmm2y8O2fxGJNPrIffHMAEHuoiQ0/> .
@prefix schema: <http://schema.org/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/np/RAG5NPnvg1bnedfEZDKIOS7BiExRcDIKtsBvbRszBUvK8/faq-entry> a schema:Question;
    dct:isPartOf <https://w3id.org/spaces/nanopub/r/faq>;
    rdfs:label "What is \"nano\" about nanopublications, and how do they relate to micropublications?";
    gen:hasContent """<p>The \"nano\" refers both to granularity and to formal structure. A nanopublication is the smallest publishable unit of information — a single assertion bundled with its own provenance and metadata — and it is expressed entirely in RDF, with every part machine-readable and individually citable.</p>

<p>Micropublications, introduced by <a href=\"https://jbiomedsem.biomedcentral.com/articles/10.1186/2041-1480-5-28\">Clark, Ciccarese, and Goble (2014)</a>, target a related goal — fine-grained, machine-readable scholarly communication — but with a more narrative, paper-like orientation, mixing natural-language text with semantic annotations within a single document.</p>""" .
}

sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://w3id.org/np/RAG5NPnvg1bnedfEZDKIOS7BiExRcDIKtsBvbRszBUvK8> .
}

sub:pubinfo {
  this: dct:created "2026-05-13T11:09:43Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RAG5NPnvg1bnedfEZDKIOS7BiExRcDIKtsBvbRszBUvK8/faq-entry>;
    rdfs:label "FAQ: What is \"nano\" about nanopublications, and how do they relate to micropublications?";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAWVrrZFodmZwbu78C0jwIcbdPo-GKNsXI5N1Ckroo_u4> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "izF0yrRjb7/7x2CbyZm08j2WOZxNUKAiv+h3mZYp7+mYXsWbie4RJCLOwraB3uBJ8MAUSw6nVYfLwqXS1PuIsREO//DBkvo0k8t4XLXtsXp7UX5lnop0MUM1/rzlVfUSZ9qySXYn3g4aLjtzHOyYxBuhHiFtFjlU7jhQ7NibC6A=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}