query-f860ef5d6ec3e6347277da4b2a5a36a1

rq turtle/ttl

Dotazy

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 ?item ?itemLabel ?districtLabel WHERE {
  ?item wdt:P31 wd:Q5153359.
  ?item wdt:P131 ?district.
  ?district wdt:P31 wd:Q548611.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "cs". }
} ORDER BY ?itemLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?district") v2("?item"):::projected v1("?itemLabel"):::projected c8(["cs"]):::literal c2(["wd:Q5153359"]):::iri c4(["wd:Q548611"]):::iri c6(["bd:serviceParam"]):::iri v2 --"wdt:P31"--> c2 v2 --"wdt:P131"--> v3 v3 --"wdt:P31"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end