query-035ef4f5ba391609c97e1a880546c02b
Natural reserves of Colombia 03:58, 10 October 2018 (UTC)) talk (Sahaquiel9102Can someone help me to get a list of natural reserves in Colombia? Would be really useful to organise next year's WLE. --
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#>
#defaultView:Map
SELECT ?item ?itemLabel ?itemDescription ?coor ?img ?st ?sl
{
?item wdt:P31/wdt:P279* wd:Q473972 .
?item wdt:P17 wd:Q739 .
OPTIONAL { ?item wdt:P625 ?coor }
OPTIONAL { ?item wdt:P18 ?img }
?item wikibase:statements ?st ; wikibase:sitelinks ?sl
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],es,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?coor"):::projected
v3("?img"):::projected
v1("?item"):::projected
v5("?sl"):::projected
v4("?st"):::projected
a1((" "))
c3(["wd:Q473972"]):::iri
c5(["wd:Q739"]):::iri
c11(["bd:serviceParam"]):::iri
c13(["#91;AUTO_LANGUAGE#93;,es,en"]):::literal
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P17"--> c5
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P625".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P18".-> v3
end
v1 --"wikibase:statements"--> v4
v1 --"wikibase:sitelinks"--> v5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end