query-1b6c425176e7d5e15864e0b2e8bf962b

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT  ?doi
WHERE
{ 
  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