ailabitmo / foodpedia

FOODpedia - a DBpedia of Food Products
http://foodpedia.tk
7 stars 3 forks source link

Extract E-additives from Goodsmatrix #4

Closed KMax closed 9 years ago

KMax commented 9 years ago

Some food products have contains E-additives in their ingredient lists that could be easily extracted, i.e. http://foodpedia.tk/page/resource/4005500027430

Depends on #7.

KMax commented 9 years ago

For each E-additive add to a product food:containsIngredient property referencing to a E-additive from the DB.

An example triple:

<http://foodpedia.tk/resource/123123....> food:containsIngredient <http://foodpedia.tk/resource/0000-1111-2222-...>

where the object is the E-additive's URI.

chistyakov commented 9 years ago

@KMax , could you, please, check is such version correct or not: https://github.com/ailabitmo/foodpedia/blob/0d3844915e028fce11074921f5acf61acd7e0133/foodpedia-parser-v2/dump.ttl#L60

KMax commented 9 years ago

Yes, everything looks correct. The credentials for the VM, IP and etc are in Basecamp.

chistyakov commented 9 years ago

Ready for test on testing server: http://109.234.34.200/page/1701225500007

chistyakov commented 9 years ago

Known bugs (#18, #19) are fixed. Latest dump deployed to production

KMax commented 9 years ago

Thanks @chistyakov! Great job!