query-06e213f4a15388b5b20da78a74eba204

rq turtle/ttl

SCIdude

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?doi
WHERE
{
  SELECT ?doi {
    VALUES ?item { wd:Q112229188 wd:Q112229195 }
    ?item wdt:P356 ?doi.
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?doi"):::projected v1("?item") bind0[/VALUES ?item/] bind0-->v1 bind00(["wd:Q112229188"]) bind00 --> bind0 bind01(["wd:Q112229195"]) bind01 --> bind0 v1 --"wdt:P356"--> v2