query-3fa5cd96bd9316f92d7e462e449ce602

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT DISTINCT ?item (COUNT(?creat) AS ?count) WHERE {
  ?item wdt:P127 ?creat .
}
GROUP BY ?item
HAVING (?count>5000)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?count") v3("?creat"):::projected v2("?item"):::projected f0[["?count > '5000^^xsd:integer'"]] f0 --> v4 v2 --"wdt:P127"--> v3 bind2[/"count(?creat)"/] v3 --o bind2 bind2 --as--o v4