query-d05eb520b1f3af69ab65217feef50531

rq turtle/ttl

Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Jazyky a dialekty používané v Nizozemsku a jejich možné edice na Wikipedii Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Langues et dialectes parlés aux Pays-Bas avec leur éditions optionnelles de Wikipédia שפות וניבים שמדוברים בהולנד עם מהדורות הוויקיפדיה שלהם כרשות Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Lingue e dialetti parlati nei Paesi Bassi con le loro edizioni opzionali di Wikipedia Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Talen en dialecten die in Nederland worden gesproken met hun optionele Wikipedia-edities Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Språk och dialekter som talas i Nederländerna med deras valfria Wikipedia-utgåvor Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Мови та діалекти, якими розмовляють у Нідерландах, і їхні необов'язкові мовні розділи Вікіпедії Languages and dialects spoken in the Netherlands with their optional Wikipedia editions Languages and dialects spoken in the Netherlands with their optional Wikipedia editions

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 DISTINCT ?language ?languageLabel ?wikipediaLabel where {
  ?language wdt:P31 ?instance;
            wdt:P17 wd:Q55.
  FILTER (?instance in (wd:Q34770, wd:Q33384)).
  OPTIONAL {
    ?wikipedia wdt:P31 wd:Q10876391;
               wdt:P407 ?language.
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,nl,en". }
} GROUP BY ?language ?languageLabel ?wikipediaLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?instance") v2("?language"):::projected v3("?wikipedia") c9(["bd:serviceParam"]):::iri c11(["#91;AUTO_LANGUAGE#93;,mul,nl,en"]):::literal c5(["wd:Q55"]):::iri c6(["wd:Q10876391"]):::iri list0c1(["wd:Q34770"]):::iri list0c2(["wd:Q33384"]):::iri list0c1 --o f0 list0c2 --o f0 f0[[" in "]] f0 --> v1 v2 --"wdt:P31"--> v1 v2 --"wdt:P17"--> c5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P31".-> c6 v3 --"wdt:P407"--> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end