query-f1d73b736d5d50c3000a21b060ef02d9
Die 2054 Gemeinden Deutschlands mit Stadtrecht (dank harter Regel) Städte. 2055Stand Oktober 2022: Städte. Am 11. Januar 2023 erneut auf diesen Stand gebracht. 2055Stand Januar 2023: Städte. Am 31. Dezember 2023 auf diesen Stand gebracht. 2056Stand November 2023:
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX v: <http://www.wikidata.org/prop/statement/>
SELECT ?muni ?muniLabel WHERE {
?muni p:P31 ?instanceBlock .
?instanceBlock v:P31 wd:Q42744322.
FILTER NOT EXISTS {?instanceBlock pq:P582 ?end} .
SERVICE wikibase:label{bd:serviceParam wikibase:language "de"}
}
ORDER BY ?muniLabel ?muni
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?end")
v3("?instanceBlock")
v2("?muni"):::projected
v1("?muniLabel"):::projected
c8(["de"]):::literal
c6(["bd:serviceParam"]):::iri
c4(["wd:Q42744322"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"p:qualifier/P582"--> e0v2
e0v2("?end"):::projected
e0v1("?instanceBlock"):::projected
end
f0--EXISTS--> f0e0
f0 --> v3
f0 --> c1
f0 --> v4
v3 --"p:qualifier/P582"--> v4
v2 --"p:P31"--> v3
v3 --"p:statement/P31"--> c4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end