query-1cf7f230704930bc52e08b05b239b4b6
Image gallery
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#>
#defaultView:ImageGrid
SELECT ?personLabel ?personDescription ?image (URI(CONCAT("https://doi.org/10.13051/ee:bio/", ?ee)) AS ?eelink)
WHERE {
?person wdt:P3429 ?ee;
wdt:P18 ?image
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,fr,de,es,it,sv"}
} ORDER BY ?personLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?ee"):::projected
v5("?eelink")
v4("?image"):::projected
v2("?person")
v1("?personLabel"):::projected
c4(["bd:serviceParam"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en,fr,de,es,it,sv"]):::literal
v2 --"wdt:P3429"--> v3
v2 --"wdt:P18"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end
bind0[/"concat('https://doi.org/10.13051/ee:bio/',?ee)"/]
v3 --o bind0
bind0 --as--o v5