query-5399a6d937a4eac52b0f12ef7b8e68c4

rq turtle/ttl

ItemsAntonio Carestia (Q1111111)Jan van Genderen (Q2222222)Morphological changes due to Lead exposure and the influence of DMSA on the gill tissues of the freshwater fish, Catla catla. (Q33333333)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel 
WHERE
{
    VALUES ?item {
wd:Q1111111
wd:Q2222222
wd:Q33333333
    }   
    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("?item"):::projected c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?item/] bind0-->v1 bind00(["wd:Q1111111"]) bind00 --> bind0 bind01(["wd:Q2222222"]) bind01 --> bind0 bind02(["wd:Q33333333"]) bind02 --> bind0 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end