Nanopublication

< Home

ID

https://w3id.org/np/RAXvyfFgoaica7o2fhB5S7p4P6QISjiCO3jJAipGN58bo

Formats

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

Content

@prefix this: <https://w3id.org/np/RAXvyfFgoaica7o2fhB5S7p4P6QISjiCO3jJAipGN58bo> .
@prefix sub: <https://w3id.org/np/RAXvyfFgoaica7o2fhB5S7p4P6QISjiCO3jJAipGN58bo/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <https://w3id.org/np/o/ntemplate/> .
@prefix ns1: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix ns4: <https://w3id.org/kpxl/gen/terms/> .
@prefix ns3: <http://purl.org/nanopub/x/> .

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

sub:assertion {
  <https://w3id.org/np/RAt9S77jks_CAcZYTQ_D-frLSydRag257oKlEzTmkrWJY/faq-entry> a <http://schema.org/Question>;
    dcterms:isPartOf <https://w3id.org/spaces/nanopub/r/faq>;
    rdfs:label "In which programming languages is nanopublication-related tooling available?";
    ns4: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:wasAttributedTo <https://orcid.org/0000-0002-1267-0234> .
}

sub:pubinfo {
  this: dcterms:created "2026-07-16T11:40:38Z"^^xsd:dateTime;
    dcterms:creator <https://orcid.org/0000-0002-1267-0234>;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/>;
    ns3:hasNanopubType <http://schema.org/Question>;
    ns3:introduces <https://w3id.org/np/RAt9S77jks_CAcZYTQ_D-frLSydRag257oKlEzTmkrWJY/faq-entry>;
    ns3:supersedes <https://w3id.org/np/RAN_Ww6rkasog--_hDkpnSFgEGpFHJ8YbiIs1FVcbqFEk>;
    rdfs:label "FAQ: In which programming languages is nanopublication-related tooling available?";
    ns2:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    ns2:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    ns2:wasCreatedFromTemplate <https://w3id.org/np/RAUneCxaT_JQhs4XK8yFhSm5JGmAMgn8k6zBkWB2pp3BI> .
  
  sub:sig ns3:hasAlgorithm "RSA";
    ns3:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    ns3:hasSignature "KVHdEY3GKk0anHUCsxJXD3qFbRdf7GZTrPctfEmsMskhPzeqlNXOAli0uwzBIxfM3x+UUrKTp3oR+P5/8ZxxVkKK0WA24o0kkYHco9vDv6z8szSI9qUKYqNKOTJjShVjuPo03RbJP85jbsF8ZVrCW1SrTHj7TE+BHmXe6q8MiWU=";
    ns3:hasSignatureTarget this:;
    ns3:signedBy <https://orcid.org/0000-0002-1267-0234> .
}