query-1d838634ca7f114de49afb414212ee8f

rq turtle/ttl

Comparison. %0Both queries finish when using the following query as the named subquery

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?e {
  VALUES ?e {wd:L7 wd:Q146}.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?e"):::projected bind0[/VALUES ?e/] bind0-->v1 bind00(["wd:L7"]) bind00 --> bind0 bind01(["wd:Q146"]) bind01 --> bind0