query-68ad360e374f77852037884a7718ebf4

rq turtle/ttl

German municipalities in Hesse

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 ?muni ?muniLabel WHERE {
  ?muni wdt:P31 wd:Q262166 .
  ?muni wdt:P131 wd:Q1199 .
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "de" .
  }
} ORDER BY ?muniLabel

Query found at

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