Changes

Jump to navigation Jump to search
Recalled products: link to issues
Line 1: Line 1:  
What do [[Folksonomy Engine]] makes possible? We list here some use cases. These ones are a good way to test how Folksonomy Engine can work.
 
What do [[Folksonomy Engine]] makes possible? We list here some use cases. These ones are a good way to test how Folksonomy Engine can work.
   −
For the key (property) names, we use the same convention as OpenStreetMap: minus letters with underscores for spaces. Eg. <code>seen_on_tv</code>
+
For the property names, we use the same convention as OpenStreetMap: minus letters with underscores for spaces. Eg. <code>seen_on_tv</code>
    
== Seen on TV (advertising) ==
 
== Seen on TV (advertising) ==
 
What kind of products are most seen on TV? Can we compare these products with the rest of their category? Is it possible to collect those products without barcode?
 
What kind of products are most seen on TV? Can we compare these products with the rest of their category? Is it possible to collect those products without barcode?
   −
Proposed keys (properties):
+
Proposed properties:
    
{| class="wikitable"  
 
{| class="wikitable"  
 
|- style="background-color:#c0c0c0;"
 
|- style="background-color:#c0c0c0;"
! Key (property)
+
! Property
 
! Values
 
! Values
 
! Description
 
! Description
Line 44: Line 44:  
{| class="wikitable"  
 
{| class="wikitable"  
 
|- style="background-color:#c0c0c0;"
 
|- style="background-color:#c0c0c0;"
! Key (property)
+
! Property
 
! Values
 
! Values
 
! Description
 
! Description
Line 81: Line 81:     
== Recalled products ==
 
== Recalled products ==
Listing products recalls can be an interesting service.
+
Some products need to be recalled for various reasons:
   −
Proposed keys (properties):
+
* an important information is lacking on the packaging: e.g., the existence of an allergen, the product is not suited for children, etc.
 +
* the product is not good for consumption: bacteria, wrong recipe, etc.
 +
* the product does respect local laws
 +
* etc.
 +
 
 +
Producers and authorities are providing this kind of information. Listing products recalls can be an interesting service to provide:
 +
 
 +
* people might want to verify each product they consume
 +
* sometimes people have a vital reason to control each product (severe allergies, etc.)
 +
* people have heard that some lots of their favorite product has been recalled and they just want to check they don't owned one of them
 +
* etc.
 +
 
 +
Proposed properties:
    
{| class="wikitable"  
 
{| class="wikitable"  
 
|- style="background-color:#c0c0c0;"
 
|- style="background-color:#c0c0c0;"
! Key (property)
+
! Property
 
! Values
 
! Values
 
! Description
 
! Description
Line 93: Line 105:  
! Comments
 
! Comments
 
|-
 
|-
| {{Property|recalled_product}}
+
|{{Property|recalled_product}}
| <code>yes</code>, <code>no</code>
+
|<code>yes</code>, <code>no</code>
 
| The product has been recalled or not. No value doesn't mean it can't be yes or no, it's just unknown.
 
| The product has been recalled or not. No value doesn't mean it can't be yes or no, it's just unknown.
 
| closed list (yes or no)
 
| closed list (yes or no)
 
|
 
|
 
|-
 
|-
| {{Property|recalled_product:date}}
+
|{{Property|recalled_product:date}}
 
| Examples:
 
| Examples:
* <code>2020</code>
+
*<code>2020</code>
* <code>2020-01</code>
+
*<code>2020-01</code>
* <code>2020-01/2020-06</code> for an interval
+
*<code>2020-01/2020-06</code> for an interval
 
| The date when it has been recalled.
 
| The date when it has been recalled.
| [https://en.wikipedia.org/wiki/ISO_8601 ISO 8601 format]
+
|[https://en.wikipedia.org/wiki/ISO_8601 ISO 8601 format]
 
| Entered manually or by a date picker
 
| Entered manually or by a date picker
 
|-
 
|-
| {{Property|recalled_product:comments}}
+
|{{Property|recalled_product:comments}}
 
|  
 
|  
 
| Any more information can be put here. Eg. the serial numbers of the product.
 
| Any more information can be put here. Eg. the serial numbers of the product.
Line 114: Line 126:  
|  
 
|  
 
|-
 
|-
| {{Property|recalled_product:link}}
+
|{{Property|recalled_product:link}}
 
| Examples:
 
| Examples:
* <code>https://www.fda.gov/food/alerts-advisories-safety-information/fda-advises-consumers-avoid-green-gorilla-root-juice-due-potentially-harmful-undeclared-ingredient</code>
+
*<code>https://www.fda.gov/food/alerts-advisories-safety-information/fda-advises-consumers-avoid-green-gorilla-root-juice-due-potentially-harmful-undeclared-ingredient</code>
* <code>https://rappel.conso.gouv.fr/fiche-rappel/383/Interne</code>
+
*<code>https://rappel.conso.gouv.fr/fiche-rappel/383/Interne</code>
 
| A link to the official source of the recall.
 
| A link to the official source of the recall.
 
| link
 
| link
Line 128: Line 140:  
* USA:
 
* USA:
 
** FDA RSS: https://www.accessdata.fda.gov/scripts/ires/rss/products/rss_food.xml
 
** FDA RSS: https://www.accessdata.fda.gov/scripts/ires/rss/products/rss_food.xml
 +
See also issues related to product recalls on Open Food Facts server: https://github.com/openfoodfacts/openfoodfacts-server/labels/Products%20Recalls
 +
 
== Annotation ==
 
== Annotation ==
Providing further information about products for other contributors, and even for users in some cases. Here are some proposed keys:
+
Providing further information about products for other contributors, and even for users in some cases. Here are some proposed properties:
 
{| class="wikitable"  
 
{| class="wikitable"  
 
|- style="background-color:#c0c0c0;"
 
|- style="background-color:#c0c0c0;"
! Key (property)
+
! Property
 
! Values
 
! Values
 
! Description
 
! Description
Line 138: Line 152:  
! Comments
 
! Comments
 
|-
 
|-
|{{Property|recalled_product:link}}
+
|{{Property|fixme}}
 
|<code>yes</code> or <code>no</code>
 
|<code>yes</code> or <code>no</code>
 
| Does this product's data has to be fixed?
 
| Does this product's data has to be fixed?
 
| closed list (yes or no)
 
| closed list (yes or no)
 
|See [https://wiki.openstreetmap.org/wiki/Key%3Afixme fixme] tag in OpenStreetMap database.
 
|See [https://wiki.openstreetmap.org/wiki/Key%3Afixme fixme] tag in OpenStreetMap database.
 +
|-
 +
|{{Property|fixme:description}}
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
 
|{{Property|producer_data_issue}}
 
|{{Property|producer_data_issue}}
Line 163: Line 183:  
|open list
 
|open list
 
|
 
|
 +
|-
 +
|{{Property|data_quality:robotoff_issue}}
 +
|<code>yes</code> or <code>no</code>
 +
|Did robotoff make a wrong prediction?
 +
|
 +
|
 +
|-
 +
|{{Property|data_quality:robotoff_issue:product_version}}
 +
|The product version (a number). Eg.
 +
<code>57</code>
 +
|
 +
|
 +
|
 +
|}
 +
 +
== Reformulated product ==
 +
It's interesting to know which products' formula and ingredients has evolved by the time.
 +
{| class="wikitable"
 +
!Property
 +
!Values
 +
!Description
 +
!Type
 +
!Comments
 +
|-
 +
|{{Property|reformulated}}
 +
| <code>yes</code> or <code>no</code>
 +
| Did the product's formula and ingredients evolved over the time.
 +
|
 +
|
 +
|-
 +
|{{Property|reformulated:description}}
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|{{Property|reformulated:date}}
 +
|Examples:
 +
*<code>2020</code>
 +
*<code>2020-01</code>
 +
*<code>2020-01/2020-06</code> for an interval
 +
|The date when it has been recalled.
 +
|[https://en.wikipedia.org/wiki/ISO_8601 ISO 8601 format]
 +
|Entered manually or by a date picker
 +
|}
 +
 +
== Links to other references ==
 +
Linking Open Food Facts data to other references can help to create new usages and new knowledge.
 +
{| class="wikitable"
 +
!Property
 +
!Values
 +
!Description
 +
!Type
 +
!Comments
 
|-
 
|-
 
|{{Property|wikipedia}}
 
|{{Property|wikipedia}}
 
| Examples:
 
| Examples:
* <code><nowiki>https://en.wikipedia.org/wiki/Nutella</nowiki></code>
+
*<code><nowiki>https://en.wikipedia.org/wiki/Nutella</nowiki></code>
 
| The specific wikipedia URL corresponding to this product. Users can add the two letter language to precise a page in a specific language.
 
| The specific wikipedia URL corresponding to this product. Users can add the two letter language to precise a page in a specific language.
 
| URL
 
| URL
Line 187: Line 261:  
{| class="wikitable"  
 
{| class="wikitable"  
 
|- style="background-color:#c0c0c0;"
 
|- style="background-color:#c0c0c0;"
! Key (property)
+
! Property
 
! Values
 
! Values
 
! Description
 
! Description
Line 207: Line 281:  
|
 
|
 
|}
 
|}
 +
 +
== Potentially dangerous products ==
 +
This case is interesting but complicated. We first have to investigate what are [[potentially dangerous products]].
 
[[Category:Folksonomy Engine]]
 
[[Category:Folksonomy Engine]]

Navigation menu