Changes

Jump to navigation Jump to search
Two first use cases
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. seen_on_tv

== 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?

Proposed keys (properties):

{| class="wikitable"
|- style="background-color:#c0c0c0;"
! Key (property)
! Values
! Type
! Comments
|-
| <code>seen_on_tv</code>
| <code>yes</code> or <code>no</code>
| closed list (yes or no)
|
|-
| <code>seen_on_tv:date</code>
| Examples:
* <code>2020</code>
* <code>2020-01</code>
* <code>2020-01/2020-06</code> for an interval
| [https://en.wikipedia.org/wiki/ISO_8601 ISO 8601 format]
| Entered manually or by a date picker
|-
| <code>seen_on_tv:tv_channels</code>
| Examples:
* <code>France: M6</code>
* <code>UK: BBC1</code>
| open list
| TODO: see if we can reuse wikidata TV channels
|}

== Recalled products ==
Listing products recalls can be an interesting service.

Proposed keys (properties):

{| class="wikitable"
|- style="background-color:#c0c0c0;"
! Key (property)
! Values
! Type
! Comments
|-
| <code>recalled_product</code>
| <code>yes</code> or <code>no</code>
| closed list (yes or no)
|
|-
| <code>recalled_product:date</code>
| Examples:
* <code>2020</code>
* <code>2020-01</code>
* <code>2020-01/2020-06</code> for an interval
| [https://en.wikipedia.org/wiki/ISO_8601 ISO 8601 format]
| Entered manually or by a date picker
|-
| <code>recalled_product:comments</code>
|
| Free text
|
|-
| <code>recalled_product:link</code>
| 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://rappel.conso.gouv.fr/fiche-rappel/383/Interne</code>
| link
| Possibility of many links?
|}

Navigation menu