query-d24edd7112eef7db7e3fa4c948e6b215

rq turtle/ttl

Modifications for the query to filter in languages. Thus, you don't have to execute the query for every language or languages that you are not interested in. %0You could edit the named subquery should be %0, subquery JapaneseIf you're only interested in } }.Q5287:wd{ ?language VALUES { ?language DISTINCT SELECT should be %0, subquery Spanish and JapaneseIf you're only interested in

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?language {
  VALUES ?language {
    wd:Q5287
    wd:Q1321
  }.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?language"):::projected bind0[/VALUES ?language/] bind0-->v1 bind00(["wd:Q5287"]) bind00 --> bind0 bind01(["wd:Q1321"]) bind01 --> bind0