query-81ba6be2f4e14be769ad1ab27ef3cbce

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 } }. Q1321:wd Q5287:wd { ?language VALUES { ?language DISTINCT SELECT should be %0, subquery AsiaIf you're only interested in languages that are used in countries located in

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?language {
  []
    wdt:P31 wd:Q3624078;
    wdt:P30 wd:Q48;
    wdt:P2936 ?language.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?language"):::projected a1((" ")) c2(["wd:Q3624078"]):::iri c4(["wd:Q48"]):::iri a1 --"wdt:P31"--> c2 a1 --"wdt:P30"--> c4 a1 --"wdt:P2936"--> v1