https://w3id.org/np/RACE5IJ_TPShhxmBZBwQKNqxicgkzzDv8IDqd1DMhd9E4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RACE5IJ_TPShhxmBZBwQKNqxicgkzzDv8IDqd1DMhd9E4> .
@prefix sub: <https://w3id.org/np/RACE5IJ_TPShhxmBZBwQKNqxicgkzzDv8IDqd1DMhd9E4/> .
@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/RAN7UvPhtqH_iBXEQbBvVghBiTwe27-idYZt53sVO0xXE/faq-entry> a schema:Question;
dct:isPartOf <https://w3id.org/spaces/nanopub/r/faq>;
rdfs:label "Can I publish nanopublications in languages other than English?";
gen:hasContent """<p>Yes. At the most basic level, RDF triples are language-agnostic — they relate resources identified by URIs, which carry no inherent natural language. For human-readable content (labels, descriptions, and the like), RDF supports language-tagged literals such as <code>\"Hund\"@de</code>, which can appear in the assertion, provenance, or publication info of a nanopublication just as in any other RDF graph. Note, however, that language-tagged literals are not yet fully supported when publishing through <a href=\"https://github.com/knowledgepixels/nanodash\">Nanodash</a>.</p>
<p>In practice, the great majority of nanopublications are in English. This mirrors the reality that scientific communication is overwhelmingly conducted in English — a convention that, despite its drawbacks, brings real benefits in terms of global reach, shared vocabularies, and interoperability. Nanopublications tend to follow the same convention for the same reasons.</p>""" .
}
sub:provenance {
sub:assertion prov:wasDerivedFrom <https://w3id.org/np/RAN7UvPhtqH_iBXEQbBvVghBiTwe27-idYZt53sVO0xXE> .
}
sub:pubinfo {
this: dct:created "2026-05-13T09:40:32Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
npx:introduces <https://w3id.org/np/RAN7UvPhtqH_iBXEQbBvVghBiTwe27-idYZt53sVO0xXE/faq-entry>;
rdfs:label "FAQ: Can I publish nanopublications in languages other than English?";
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 "K61a1QECCEKphAitg9EXgMmrHWa/jFEScfvXn30UNfdbQxDbpPga50ZvaAtReRM5vjS1CorspyOTYECOr7YMWPiulm6+EYtheMzRRLM+NU5tPOnhQjD1ZurfVJhrP/YgIIUwCH3qxWGfMTfBV4iczXlYbb7BRe4w7YmLh4AKCBg=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}