query-0edd4b897320061b630900cff15e232c

rq turtle/ttl

Propertieslocated in the administrative territorial entity (P131)instance of (P31)

Use at

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 ?isteinLabel WHERE {
  ?item wdt:P131 wd:Q5963.
  ?item wdt:P131 ?liegtin.
  ?item wdt:P31 ?istein.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
} ORDER BY ?istein
LIMIT 500

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?istein") v2("?item"):::projected v3("?liegtin") c5(["bd:serviceParam"]):::iri c7(["de,en"]):::literal c2(["wd:Q5963"]):::iri v2 --"wdt:P131"--> c2 v2 --"wdt:P131"--> v3 v2 --"wdt:P31"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end