query-77ff5af8157711e075efa5f09b1f9d3e

rq turtle/ttl

Prototype focus list batch by Aleksey SELECT ?item WHERE { values ?doi { "10.1186/1743-422X-7-45" "10.3748/WJG.V13.I1.48" } ?item wdt:P356 ?doi }

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
#Prototype focus list batch by Aleksey
SELECT ?item 
WHERE 
{
  values ?doi {  "10.1186/1743-422X-7-45" "10.3748/WJG.V13.I1.48" }
  ?item wdt:P356 ?doi
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?doi") v2("?item"):::projected bind0[/VALUES ?doi/] bind0-->v1 bind00(["10.1186/1743-422X-7-45"]) bind00 --> bind0 bind01(["10.3748/WJG.V13.I1.48"]) bind01 --> bind0 v2 --"wdt:P356"--> v1