query-7bb6ab1a083207940ac0e91f6d48fe88

rq turtle/ttl

مكونات الشطائر Sandwich ingredients Sandwich ingredients Složení sendvičů Sandwich ingredients Sandwichzutaten Sandwich ingredients Sandwich ingredients Sandwich ingredients Sandwich ingredients Sandwich ingredients Ingrédients des sandwiches Sandwich ingredients Sandwich ingredients Sandwich ingredients Ingredienti per i panini Sandwich ingredients 샌드위치에 들어가는 재료 Sandwich ingredients Sandwich ingredients Sandwich ingredients Sandwich ingrediënten Sandwich ingredients Sandwich ingredients Sandwich ingredients Ингредиенты бутербродов Sandwich ingredients Smörgåsingredienser Sandwich ingredients Sandwich ingredients Sandwich ingredients Sandwich ingredients 三明治的成分

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?sandwich ?ingredient ?sandwichLabel ?ingredientLabel
WHERE
{
  ?sandwich wdt:P31?/wdt:P279* wd:Q28803;
            wdt:P527 ?ingredient.
  MINUS { ?ingredient wdt:P279* wd:Q7802. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en", "fr". }
}
ORDER BY UCASE(STR(?sandwichLabel))

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?ingredient"):::projected v2("?sandwich"):::projected v1("?sandwichLabel"):::projected a1((" ")) c7(["bd:serviceParam"]):::iri c9(["en"]):::literal c5(["wd:Q7802"]):::iri c10(["fr"]):::literal c3(["wd:Q28803"]):::iri subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P31"--> a1 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; end union0r <== or ==> union0l end a1 --"wdt:P279"--> c3 v2 --"wdt:P527"--> v3 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v3 --"wdt:P279"--> c5 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 c7 --"wikibase:language"--> c10 end