query-40720c03abdfd9a703c138cc3da5959d
Prototype focus list batch by Aleksey SELECT ?item ?itemLabel WHERE { values ?doi { "10.1186/1743-422X-7-45" "10.3748/WJG.V13.I1.48" "10.1186/1743-422x-7-45" "10.3748/wjg.v13.i1.48" } ?item wdt:P356 ?doi
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Prototype focus list batch by Aleksey
SELECT ?item ?itemLabel
WHERE
{
values ?doi { "10.1186/1743-422X-7-45" "10.3748/WJG.V13.I1.48" "10.1186/1743-422x-7-45" "10.3748/wjg.v13.i1.48" }
?item wdt:P356 ?doi
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?doi")
v2("?item"):::projected
c3(["bd:serviceParam"]):::iri
c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal
bind0[/VALUES ?doi/]
bind0-->v1
bind00(["10.1186/1743-422X-7-45"])
bind00 --> bind0
bind01(["10.3748/WJG.V13.I1.48"])
bind01 --> bind0
bind02(["10.1186/1743-422x-7-45"])
bind02 --> bind0
bind03(["10.3748/wjg.v13.i1.48"])
bind03 --> bind0
v2 --"wdt:P356"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end