query-d6b83d004538b0c44a30957492737532

rq turtle/ttl

TODO

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 DISTINCT ?item ?itemLabel ?adm_entity ?adm_entityLabel WHERE {
   {
  SELECT DISTINCT ?item ?adm_entity WHERE {
    VALUES ?adm_entity { wd:Q4007 wd:Q61936 }
    ?item wdt:P131* ?adm_entity .
  }
}.
  ?item wdt:P31/wdt:P279* wd:Q2385804 .
  SERVICE wikibase:label { bd:serviceParam wikibase:language 'de,en' }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?adm_entity"):::projected v2("?item"):::projected a1((" ")) c4(["wd:Q2385804"]):::iri c6(["bd:serviceParam"]):::iri c8(["de,en"]):::literal bind0[/VALUES ?adm_entity/] bind0-->v1 bind00(["wd:Q4007"]) bind00 --> bind0 bind01(["wd:Q61936"]) bind01 --> bind0 v2 --"wdt:P131"--> v1 v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end