@prefix this: . @prefix sub: . @prefix schema: . @prefix gen: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a schema:Question; dct:isPartOf ; rdfs:label "Can I publish nanopublications in languages other than English?"; gen:hasContent """

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 \"Hund\"@de, 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 Nanodash.

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.

""" . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-05-13T09:40:32Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces ; rdfs:label "FAQ: Can I publish nanopublications in languages other than English?"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . 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 . }