Nanopublication

< Home

ID

https://w3id.org/np/RAN_Ww6rkasog--_hDkpnSFgEGpFHJ8YbiIs1FVcbqFEk

Formats

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

Content

@prefix this: <https://w3id.org/np/RAN_Ww6rkasog--_hDkpnSFgEGpFHJ8YbiIs1FVcbqFEk> .
@prefix sub: <https://w3id.org/np/RAN_Ww6rkasog--_hDkpnSFgEGpFHJ8YbiIs1FVcbqFEk/> .
@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/RAt9S77jks_CAcZYTQ_D-frLSydRag257oKlEzTmkrWJY/faq-entry> a schema:Question;
    dct:isPartOf <https://w3id.org/spaces/nanopub/r/faq>;
    rdfs:label "In which programming languages is nanopublication-related tooling available?";
    gen:hasContent """<p>Reference libraries for working with nanopublications are currently available in four programming languages:</p>

<ul>
<li><a href=\"https://github.com/Nanopublication/nanopub-java\">Java</a> — the original and most complete implementation, including the <code>nanopub</code> command-line tool used for validating, signing, publishing, and retracting nanopublications.</li>
<li><a href=\"https://github.com/Nanopublication/nanopub-py\">Python</a> — a client for fetching, creating, signing, and publishing nanopublications.</li>
<li><a href=\"https://github.com/Nanopublication/nanopub-js\">JavaScript / TypeScript</a> — for use in browser-side and Node.js applications.</li>
<li><a href=\"https://github.com/vemonet/nanopub-rs\">Rust</a> — a more recent implementation focused on performance and portability.</li>
</ul>

<p>Beyond these libraries, larger components of the ecosystem are written predominantly in Java, including <a href=\"https://github.com/knowledgepixels/nanodash\">Nanodash</a> (the main web interface), the <a href=\"https://github.com/knowledgepixels/nanopub-registry\">Nanopub Registry</a>, and <a href=\"https://github.com/knowledgepixels/nanopub-query\">Nanopub Query</a>. Since the Registry and Query services expose HTTP REST APIs, nanopublications can also be fetched, queried, and inspected from any programming language with a basic HTTP client — no dedicated library required.</p>""" .
}

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

sub:pubinfo {
  this: dct:created "2026-05-20T14:55:40Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RAt9S77jks_CAcZYTQ_D-frLSydRag257oKlEzTmkrWJY/faq-entry>;
    rdfs:label "FAQ: In which programming languages is nanopublication-related tooling available?";
    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 "o6GxKEonkodfB2Vimrq0s/Uihs1LYU1KQkZKNwkGDGcfOKpXLFtkgEickvXk/zabS9fo6FbSj3MBW3/ud3HDRF1zc4OIlwO8+MU1/HmhgPabQwVzeju5WdLTdbMQ/v95qbEseQK51N7tlsMx5IM02YOtqaFrBSJgqPzRoDhtocI=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}