query-b8f701aeab5afa51d4b1b88b36799999

rq turtle/ttl

Die 8741 Gemeinden Deutschlands ohne Stadtrecht (dank harter Regel) Gemeinden ohne Stadtrecht. Am 16.12.2022 erneut auf diesen Stand gebracht. 8729Stand Oktober 2022: Gemeinden ohne Stadtrecht. Am 01.02.2023 auf diesen Stand gebracht. 8720Stand Januar 2023:

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 WHERE {
  ?muni p:P31 ?instanceBlock . 
  ?instanceBlock v:P31 wd:Q116457956.
  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:Q116457956"]):::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