gbif / rs.gbif.org

GBIF machine-readable resources
https://rs.gbif.org
11 stars 13 forks source link

Add translated values to DWC cores/extensions #123

Open MattBlissett opened 7 months ago

MattBlissett commented 7 months ago

Via Crowdin, translations of Darwin Core are now appearing in https://github.com/tdwg/rs.tdwg.org/blob/master/terms/terms-translations.csv

122 handles the vocabularies, which are straightforward as the schema already supports translations.

For the core/extensions, the schema does not support translation. We either need to extend the schema (ensuring old IPTs continue to work) or use a different method — for example, there's an RDF file from an old attempt to get translations here, see https://github.com/gbif/ipt/issues/892.

Also see https://github.com/gbif/ipt/issues/1729