query-2c5e0a1198478275eb9f511b3cce7eda

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?item ?text WHERE {
  VALUES ?class { wd:Q12308941 wd:Q11879590 wd:Q202444 wd:Q3409032 } .
  ?item wdt:P31 ?class;
        wdt:P1705 ?text .
  FILTER( LANG(?text) = 'el' ) .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?class") v3("?item"):::projected v1("?text"):::projected f0[["?text = 'el'"]] f0 --> v1 bind1[/VALUES ?class/] bind1-->v2 bind10(["wd:Q12308941"]) bind10 --> bind1 bind11(["wd:Q11879590"]) bind11 --> bind1 bind12(["wd:Q202444"]) bind12 --> bind1 bind13(["wd:Q3409032"]) bind13 --> bind1 v3 --"wdt:P31"--> v2 v3 --"wdt:P1705"--> v1