query-4ff2f6e1661ee9b34f96c85c8179e423

rq turtle/ttl

Doesn't show these items:

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT * WHERE {
  VALUES ?el {
    wd:Q51670636
    wd:Q968274
    wd:Q4314307
    wd:Q4349600
  }
  ?el schema:dateModified ?v.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?el"):::projected v2("?v"):::projected bind0[/VALUES ?el/] bind0-->v1 bind00(["wd:Q51670636"]) bind00 --> bind0 bind01(["wd:Q968274"]) bind01 --> bind0 bind02(["wd:Q4314307"]) bind02 --> bind0 bind03(["wd:Q4349600"]) bind03 --> bind0 v1 --"schema:dateModified"--> v2