query-da2972c7db3f49d4d23b9e7b0b4e956e

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX psn: <http://www.wikidata.org/prop/statement/value-normalized/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT (count(distinct ?item) as ?count) where
{
    ?item wdt:P31/wdt:P279* wd:Q41176.
    ?item p:P2048/psn:P2048/wikibase:quantityAmount ?height.
    filter (?height>200)
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?count") v1("?height") v2("?item"):::projected a1((" ")) a2((" ")) a3((" ")) c4(["wd:Q41176"]):::iri f0[["?height > '200^^xsd:integer'"]] f0 --> v1 v2 --"p:direct/P31"--> a1 a1 --"p:direct/P279"--> c4 v2 --"p:P2048"--> a2 a2 --"p:statement/value-normalized/P2048"--> a3 a3 --"wikibase:quantityAmount"--> v1 bind2[/"count(?item)"/] v2 --o bind2 bind2 --as--o v3