query-fff34040776e2e504ace091934e59d0b
Propertieslocated in the administrative territorial entity (P131)contains the administrative territorial entity (P150)category combines topics (P971)instance of (P31)
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 DISTINCT ?item ?itemLabel WHERE {
?adminTree (wdt:P131)* wd:Q1055 .
?adminTree (wdt:P150)* ?territory .
?item wdt:P971 ?territory .
?item wdt:P31 wd:Q4167836
SERVICE wikibase:label { bd:serviceParam wikibase:language "de" }
} ORDER BY ( ?itemLabel )
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?adminTree")
v4("?item"):::projected
v1("?itemLabel"):::projected
v3("?territory")
c10(["de"]):::literal
c8(["bd:serviceParam"]):::iri
c2(["wd:Q1055"]):::iri
c6(["wd:Q4167836"]):::iri
v2 --"wdt:P131"--> c2
v2 --"wdt:P150"--> v3
v4 --"wdt:P971"--> v3
v4 --"wdt:P31"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end