sparql
PREFIX food: <https://data.lirmm.fr/ontologies/food#>
SELECT ?s ?code WHERE {
   ?s <https://www.w3.org/1999/02/22-rdf-syntax-ns#type> food:FoodProduct .
   ?s food:containsIngredient ?i .
   ?i food:food <https://fr.openfoodfacts.org/ingredient/sucre> .
   ?i food:rank "1"
   OPTIONAL { ?s food:code ?code } .
}
 3 Matching Annotations
        
        - May 2022
- 
            
fr.blog.openfoodfacts.org fr.blog.openfoodfacts.org
- 
  
- 
            
wiki.openfoodfacts.org wiki.openfoodfacts.orgTagsAnnotatorsURL
- 
  
- 
            
www.programmableweb.com www.programmableweb.comTagsAnnotatorsURL
-