query-3e11965191b9d0bc92a7796abc111813

rq turtle/ttl

adding item label (or title) to a query: Some time ago, you were clever enough (and kind enough) to generate the following query for me. Can you add the article title (item label?) to the query? MisterSynergy@

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item ?doi WHERE {
  VALUES ?doi { '10.1126/SCIENCE.156.3775.636' '10.1145/358027.358042' }
  ?item wdt:P356 ?doi .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?doi"):::projected v2("?item"):::projected bind0[/VALUES ?doi/] bind0-->v1 bind00(["10.1126/SCIENCE.156.3775.636"]) bind00 --> bind0 bind01(["10.1145/358027.358042"]) bind01 --> bind0 v2 --"wdt:P356"--> v1