query-a81ef08cc03e8995bfb92295a70bbfee

rq turtle/ttl

Query

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 (?itemLabel as ?x) (?area as ?y) 
WHERE 
{
  ?item wdt:P31 wd:Q5107 .
  ?item wdt:P2046 ?area

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?area"):::projected v1("?item"):::projected v3("?x") v4("?y") c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q5107"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P2046"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end bind0[/"?itemLabel"/] null --o bind0 bind0 --as--o v3 bind1[/"?area"/] v2 --o bind1 bind1 --as--o v4