query-7740cf977383143270b6d1fef6d12d60
Propertiesinstance of (P31)parent taxon (P171)taxon rank (P105)part of (P361)endemic to (P183)country (P17)image (P18)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?species ?speciesLabel ?image WHERE {
?species wdt:P31 wd:Q16521;
wdt:P171* wd:Q28319;
wdt:P105/wdt:P361* wd:Q7432;
wdt:P183/wdt:P17 wd:Q664;
wdt:P18 ?image.
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;
v2("?image"):::projected
v1("?species"):::projected
a1((" "))
a2((" "))
c4(["wd:Q28319"]):::iri
c10(["wd:Q664"]):::iri
c7(["wd:Q7432"]):::iri
c13(["bd:serviceParam"]):::iri
c15(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q16521"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P171"--> c4
v1 --"wdt:P105"--> a1
a1 --"wdt:P361"--> c7
v1 --"wdt:P183"--> a2
a2 --"wdt:P17"--> c10
v1 --"wdt:P18"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c13 --"wikibase:language"--> c15
end