query-28cb46d60bc5371bacca37156cf6ed76

rq turtle/ttl

Propertieslocated in the administrative territorial entity (P131)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?p WHERE {
  ?statement pq:P131/wdt:P131* wd:Q1055 .
  ?item ?p ?statement
  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; v3("?item"):::projected v1("?itemLabel"):::projected v4("?p"):::projected v2("?statement") a1((" ")) c7(["de"]):::literal c5(["bd:serviceParam"]):::iri c3(["wd:Q1055"]):::iri v2 --"pq:P131"--> a1 a1 --"wdt:P131"--> c3 v3 -->v4--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end