Difference between revisions of "OBF:Global taxonomies"

From Open Food Facts wiki
Jump to navigation Jump to search
obf>Stephane
(Created page with "== Introduction == For some types of fields such as categories and labels, we maintain a global taxonomy of possible values. For each value, we can specify synonyms, parent a...")
 
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
 
 
For some types of fields such as categories and labels, we maintain a global taxonomy of possible values. For each value, we can specify synonyms, parent and child values, and the corresponding value in all other languages.
 
For some types of fields such as categories and labels, we maintain a global taxonomy of possible values. For each value, we can specify synonyms, parent and child values, and the corresponding value in all other languages.
  
 
For more details, see http://en.wiki.openfoodfacts.org/Global_taxonomies
 
For more details, see http://en.wiki.openfoodfacts.org/Global_taxonomies
 +
 +
== Format ==
 +
 +
<pre>
 +
# stopwords
 +
stopwords:en: some,stopwords
 +
stopwords:fr: word,that,are,removed,when,matching
 +
 +
# synonyms that are not field values but that are contained in field values
 +
synonyms:en: global,international
 +
 +
en: value, a synonym value, another synonym value
 +
fr: valeur, une valeur synonyme, une autre valeur synonyme
 +
 +
<en: value
 +
en: a child value, a synonym for a child value
 +
fr: une valeur enfant, un synonyme d'une valeur enfant
 +
 +
<en: value
 +
en: another child value
 +
 +
<en: a child value
 +
<en: another child value
 +
en: a grand-child value
 +
 +
# properties
 +
en: value
 +
fr: valeur
 +
description:en: a property of value
 +
description:fr: french version of the property
 +
country_code:en: a property that is the same for all languages -> use English suffix en:
 +
wikidata:en:Q89
 +
 +
</pre>
  
 
== Taxonomies ==
 
== Taxonomies ==
Line 9: Line 42:
 
* [[OBF:Global categories taxonomy]]
 
* [[OBF:Global categories taxonomy]]
 
* [[OBF:Global ingredients taxonomy]]
 
* [[OBF:Global ingredients taxonomy]]
 +
* [[OBF:Global ingredients test taxonomy]]
 +
* [[OBF:Global INCI functions taxonomy]]
 
* [[OBF:Global labels taxonomy]]
 
* [[OBF:Global labels taxonomy]]
 +
* [[OBF:Global brands taxonomy]]
 +
* [[OBF:Global abbreviations taxonomy‎]]
 +
* [[OBF:Global warning taxonomy]]
 +
* [[OBF:Global properties taxonomy]]
 +
* [[OBF:Global body parts taxonomy]]
 +
* [[OBF:Global periods after opening taxonomy]]
 +
 +
=== Duplicates ===
 +
* [[OBF:Global safety taxonomy]]
 +
* [[OBF:Global Safety taxonomy]]
 
* [[OBF:Global risks taxonomy]]
 
* [[OBF:Global risks taxonomy]]
 +
* [[OBF:Global Risks taxonomy]]
 +
[[Category:Open Beauty Facts]]

Latest revision as of 14:19, 23 February 2023

Introduction

For some types of fields such as categories and labels, we maintain a global taxonomy of possible values. For each value, we can specify synonyms, parent and child values, and the corresponding value in all other languages.

For more details, see http://en.wiki.openfoodfacts.org/Global_taxonomies

Format

# stopwords
stopwords:en: some,stopwords
stopwords:fr: word,that,are,removed,when,matching

# synonyms that are not field values but that are contained in field values
synonyms:en: global,international

en: value, a synonym value, another synonym value
fr: valeur, une valeur synonyme, une autre valeur synonyme

<en: value
en: a child value, a synonym for a child value
fr: une valeur enfant, un synonyme d'une valeur enfant

<en: value
en: another child value

<en: a child value
<en: another child value
en: a grand-child value

# properties
en: value
fr: valeur
description:en: a property of value
description:fr: french version of the property
country_code:en: a property that is the same for all languages -> use English suffix en:
wikidata:en:Q89

Taxonomies

Duplicates