query-53c4d6eb635cb5df5558c97286ab200c

rq turtle/ttl

Die 10795 Gemeinden Deutschlands (dank harter Regel) Gemeinden. So auch am 16.12.2022 wieder. 10784Stand Oktober 2022: ). (Q113503289)Jahnatal ) und eine gewonnen ((Q71076)Zschaitz-Ottewig , (Q556478)Riethgen , (Q676739)Rannstedt , (Q71030)Ostrau , (Q581220)Menteroda , (Q530041)Kühdorf , (Q551960)Hartmannsdorf , (Q675844)Dünwald , (Q625281)Bromskirchen , (Q568703)Anrode Gemeinden. Am 01.02.2023 bereinigt. Wir haben zum Jahreswechsel nämlich zehn Gemeinden verloren (10775Stand Januar 2023: . (Q557126)Tastrup und (Q21017)Maasbüll Gemeinden. Es gab nämlich zwei weitere Eingemeindungen in Schleswig-Holstein: 10773Stand März bis Juli 2023: (Mecklenburg-Vorpommern) eingemeindet. (Q20295)Penkow Gemeinden. Es gab zum Jahreswechsel 2023/2024 in Thüringen einige Eingemeindungen. Darüber hinaus wurde 10753Stand ab Januar 2024:

Use at

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 ?instanceLabel WHERE {
  VALUES ?instance {wd:Q116457956 wd:Q42744322} .
  ?muni p:P31 ?instanceBlock . 
  ?instanceBlock v:P31 ?instance .
  FILTER NOT EXISTS {?instanceBlock pq:P582 ?end} .
  SERVICE wikibase:label{bd:serviceParam wikibase:language "de"}
}
ORDER BY ?muniLabel DESC(?instanceLabel) ?muni

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?end") v6("?instance") v4("?instanceBlock") v2("?instanceLabel"):::projected v3("?muni"):::projected v1("?muniLabel"):::projected c7(["de"]):::literal c5(["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 --> v4 f0 --> c1 f0 --> v5 v4 --"p:qualifier/P582"--> v5 bind1[/VALUES ?instance/] bind1-->v6 bind10(["wd:Q116457956"]) bind10 --> bind1 bind11(["wd:Q42744322"]) bind11 --> bind1 v3 --"p:P31"--> v4 v4 --"p:statement/P31"--> v6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end