https://w3id.org/np/RANoFZFM_XaugZWzDdkaT9gD_VGkyoKByYHNKpZyMpxaQ
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RANoFZFM_XaugZWzDdkaT9gD_VGkyoKByYHNKpZyMpxaQ> .
@prefix sub: <https://w3id.org/np/RANoFZFM_XaugZWzDdkaT9gD_VGkyoKByYHNKpZyMpxaQ/> .
@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/RA5wXbGRfKSFCoPScGCYeRUE0zvBhJNT-24izzQvYKcVI/faq-entry> a schema:Question;
dct:isPartOf <https://w3id.org/spaces/nanopub/r/faq>;
rdfs:label "Which tooling is available to import or export nanopublications?";
gen:hasContent """<p>Nanopublications are RDF, so they can be exported and re-imported in any standard RDF serialization (TriG, N-Quads, TriX, JSON-LD, Turtle, RDF/XML) without loss, using whatever RDF library is at hand. Beyond that, dedicated tooling is available in several languages: the <a href=\"https://github.com/Nanopublication/nanopub-java\">nanopub Java library</a>, which also runs as a command-line tool for checking, signing, publishing, and format conversion; a <a href=\"https://github.com/fair-workflows/nanopub\">Python library</a>; a <a href=\"https://github.com/Nanopublication/nanopub-js\">JavaScript library</a>; and a <a href=\"https://github.com/vemonet/nanopub-rs\">Rust library</a>. These cover loading nanopubs from local files or URLs, signing and verifying, and submitting to the registry.</p>
<p>For interactive use, <a href=\"https://github.com/knowledgepixels/nanodash\">Nanodash</a> provides a web interface that exposes individual nanopublications in any of these RDF formats via direct download links. Programmatic access is provided by the <a href=\"https://github.com/knowledgepixels/nanopub-registry\">Nanopub Registry</a>'s HTTP REST API and by <a href=\"https://github.com/knowledgepixels/nanopub-query\">Nanopub Query</a>'s SPARQL endpoints, which together are well suited for bulk export.</p>""" .
}
sub:provenance {
sub:assertion prov:wasDerivedFrom <https://w3id.org/np/RA5wXbGRfKSFCoPScGCYeRUE0zvBhJNT-24izzQvYKcVI> .
}
sub:pubinfo {
this: dct:created "2026-05-13T11:37:03Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
npx:introduces <https://w3id.org/np/RA5wXbGRfKSFCoPScGCYeRUE0zvBhJNT-24izzQvYKcVI/faq-entry>;
rdfs:label "FAQ: Which tooling is available to import or export nanopublications?";
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 "mfZSFqLwGMfuAObmkfUb4xKXPnA86j0h2xRQSUO2WHfjp8bZdmQrkPs/ZDqFXhMnEzDBPeSkmHOGvR7masEB7sXZQDqyEYIUA8dIqwS3ByNTfPCGzn4HePMH+uMLpGQjqaO43bsel0v/klu1f4usFZtP/LuymdOmqTNElhVcOic=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}