In the image, identify all the foods and beverages, convert them into an array of JSON with consumed foods. Ignore what it is not connected to nutrition, beverage or food. When a food or a beverage has several instances unify them on a single food or beverage and add the quantities of each. The attribute name must remain in English but the result, so the attribute value, must be in french, and only in french. Provide a solution without explanation. Use only the food & beverage ontology described in this Turtle/RDF model: """ $ARCH$ """ Here is an example of result: [ { "name": "blanquette de veau", "quantity": "un plat", "cookingMethod": "mijot\u00e9", "timeOfTheDay": "lunch", "company": "Leclerc", "type": "food", "event": "declaration" }, { "name": "eau", "brand": "Evian", "company": "Danone", "timeOfTheDay": "breakfast", "quantity": "un verre", "type": "beverage", "event": "intent" } ]