query-00c327b8767e3dc27db4dbdbb33df276
liegt in Verwaltungseinheit grafisch
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#>
#defaultView:Map
SELECT ?item ?itemLabel ?isteinLabel ?liegtinLabel ?loc WHERE {
# liegt in der Verwaltungseinheit, oder in einer Einheit die in dieser Verw.Einheit liegt
?item wdt:P131/wdt:P131? wd:Q1715.
?item wdt:P625 ?loc.
?item wdt:P131 ?liegtin.
?item wdt:P31 ?istein.
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
}
LIMIT 9000 # Sind (Stand: 7/2022) über 7000 Items
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?istein")
v1("?item"):::projected
v3("?liegtin")
v2("?loc"):::projected
a1((" "))
c6(["bd:serviceParam"]):::iri
c2(["wd:Q1715"]):::iri
c8(["de,en"]):::literal
v1 --"wdt:P131"--> a1
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
a1 --"wdt:P131"--> c2
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
end
union0r <== or ==> union0l
end
v1 --"wdt:P625"--> v2
v1 --"wdt:P131"--> v3
v1 --"wdt:P31"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end