query-24b782778012b3d805f374d8497523f0

rq turtle/ttl

Propertiesinstance of (P31)located in the administrative territorial entity (P131)subclass of (P279)

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 ?countyLabel
WHERE {
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }

  ?item wdt:P31 ?type;
        wdt:P131 ?county.
  ?type wdt:P279* wd:Q911379.

} ORDER BY ?itemLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?county") v2("?item"):::projected v1("?itemLabel"):::projected v3("?type") c2(["bd:serviceParam"]):::iri c8(["wd:Q911379"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v2 --"wdt:P31"--> v3 v2 --"wdt:P131"--> v4 v3 --"wdt:P279"--> c8