query-1a75ef7d3601e3f6b6c82b22e5f6ded6
Propertieslocated in the administrative territorial entity (P131)instance of (P31)coordinate location (P625)
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#>
SELECT ?item ?itemLabel ?liegtinLabel ?loc WHERE {
# liegt in der Verwaltungseinheit, oder in einer Einheit die in dieser Verw.Einheit liegt
?item wdt:P131/wdt:P131? wd:Q1707.
?item wdt:P31 wd:Q79007.
?item wdt:P625 ?loc.
?item wdt:P131 ?liegtin.
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
} ORDER BY ?itemLabel
LIMIT 2000 # über 1000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?itemLabel"):::projected
v4("?liegtin")
v3("?loc"):::projected
a1((" "))
c7(["bd:serviceParam"]):::iri
c4(["wd:Q79007"]):::iri
c2(["wd:Q1707"]):::iri
c9(["de,en"]):::literal
v2 --"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
v2 --"wdt:P31"--> c4
v2 --"wdt:P625"--> v3
v2 --"wdt:P131"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end