query-53a17daa8dbea349648a3c3b006c967d
impoundsWikidata:Property proposal/Generic Originally proposed at (P177)crosses See alsoAdd to dam itemsPlanned use(Q1265)Colorado River → (Q172822)Hoover Dam Example(Q12323)dam Domainen:template:Infobox damdam_crosses in Template parameterItemData typebody of water that a dam restricts the flow ofDescription Withdrawn Motivation ]reply[20:50, 2 September 2016 (UTC)) talk (Bamyers99Dams usually impound rivers. According to Wikidata Query Service there are over 2400 dam items.
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 DISTINCT ?s ?sLabel WHERE {
?s wdt:P31 wd:Q12323 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?s"):::projected
c4(["bd:serviceParam"]):::iri
c6(["en"]):::literal
c2(["wd:Q12323"]):::iri
v1 --"wdt:P31"--> c2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end