query-eb9c5f30f91c5a33df462e7c5c0bdd1a

rq turtle/ttl

I executed the following query and it timed out.

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?a {
  {
    SELECT ?a {
      VALUES ?a {wd:Q1 wd:Q5 wd:Q8}.
    }
  }
  ?a wdt:P31 [].
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?a"):::projected a1((" ")) bind0[/VALUES ?a/] bind0-->v1 bind00(["wd:Q1"]) bind00 --> bind0 bind01(["wd:Q5"]) bind01 --> bind0 bind02(["wd:Q8"]) bind02 --> bind0 v1 --"wdt:P31"--> a1