query-f7dfb24806516ce7c04607cc9957ac17
Die 294 Landkreise mit Anzahl der angehörigen Gemeinden The 294 rurals of Germany with number of municipalities
Use at
- https://query.wikidata.org/sparql
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#>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX v: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
SELECT ?rural ?key ?ruralLabel ?classLabel (COUNT(?muni) AS ?munis) WHERE {
VALUES ?instance {wd:Q262166 wd:Q42744322} .
?muni p:P31 ?instanceBlock . ?instanceBlock v:P31 ?instance .
FILTER NOT EXISTS {?instanceBlock pq:P582 ?end}
?muni wdt:P131 ?rural .
?rural wdt:P31 ?class .
?rural wdt:P440 ?key .
?class wdt:P279 wd:Q106658
SERVICE wikibase:label{bd:serviceParam wikibase:language "de"}
}
GROUP BY ?rural ?key ?ruralLabel ?classLabel
ORDER BY ?key
Query found at
- https://www.wikidata.org/wiki/User:Jobu0101/API
- https://www.wikidata.org/wiki/User:Jobu0101/Verwaltungsaufbau_Deutschlands
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v7("?class")
v3("?end")
v4("?instance")
v2("?instanceBlock")
v1("?key"):::projected
v5("?muni"):::projected
v8("?munis")
v6("?rural"):::projected
c8(["wd:Q106658"]):::iri
c12(["de"]):::literal
c10(["bd:serviceParam"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"p:qualifier/P582"--> e0v2
e0v2("?end"):::projected
e0v1("?instanceBlock"):::projected
end
f0--EXISTS--> f0e0
f0 --> v2
f0 --> c1
f0 --> v3
v2 --"p:qualifier/P582"--> v3
bind1[/VALUES ?instance/]
bind1-->v4
bind10(["wd:Q262166"])
bind10 --> bind1
bind11(["wd:Q42744322"])
bind11 --> bind1
v5 --"p:P31"--> v2
v2 --"p:statement/P31"--> v4
v5 --"p:direct/P131"--> v6
v6 --"p:direct/P31"--> v7
v6 --"p:direct/P440"--> v1
v7 --"p:direct/P279"--> c8
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end
bind3[/"count(?muni)"/]
v5 --o bind3
bind3 --as--o v8