query-a941b2fd08e6d02abca073cd0fd8b9ec
Mineral springsDescribe how mineral water springs are modeled. ⟩ (Q1365924)mineral spring ⟨ (P31)instance of ⟩ Q126691224⟨ ⟩ (Q1365924)mineral spring ⟨ (P31)instance of ⟩ Q126691171⟨ Query for all mineral water springs in Bulgaria ordered by their discharge:
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 ?spring ?springLabel ?discharge WHERE {
?spring wdt:P31 wd:Q1365924;
wdt:P17 wd:Q219;
wdt:P2225 ?discharge.
SERVICE wikibase:label { bd:serviceParam wikibase:language "bg,en,[AUTO_LANGUAGE]". }
}
ORDER BY ?discharge
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?discharge"):::projected
v2("?spring"):::projected
c7(["bd:serviceParam"]):::iri
c4(["wd:Q219"]):::iri
c9(["bg,en,#91;AUTO_LANGUAGE#93;"]):::literal
c2(["wd:Q1365924"]):::iri
v2 --"wdt:P31"--> c2
v2 --"wdt:P17"--> c4
v2 --"wdt:P2225"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end