vivo-project / VIVO

VIVO is an extensible semantic web application for research discovery and showcasing scholarly work
http://vivoweb.org
BSD 3-Clause "New" or "Revised" License
205 stars 128 forks source link

VIVO-1291: Add language tags to text literals in ontology files #2882

Open chenejac opened 7 years ago

chenejac commented 7 years ago

Mike Conlon (Migrated from VIVO-1291) said:

Best practice is to have a language tag on all text literals that are language dependent. Some text literals are not language dependent (identifiers). These should be marked as xsd:string

By adding language tags, we position the ontology files for internationalization. Additional text values can be added for other languages with appropriate language tags. Software can then choose the appropriate language to display, given local context.

This issue is also https://github.com/openrif/vivo-isf-ontology/issues/700

chenejac commented 2 years ago

This issue addresses #2379