query-8b15f538572cb58cb03a6f1117a9a762

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item (count(?item) as ?num)
WHERE {
  ?item wdt:P131* wd:Q16245.  
} 
GROUP BY ?item 
HAVING(count(?item) > 1)
ORDER BY DESC(?num)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?_anon_d00291b7e9a143df8ec0be8c8ebd714c45328") v2("?item"):::projected v4("?num") a1((" ")) c3(["wd:Q16245"]):::iri f0[[" > '1^^xsd:integer'"]] f0 --> a1 v2 --"wdt:P131"--> c3 bind3[/"count(?item)"/] v2 --o bind3 bind3 --as--o v3 bind4[/"count(?item)"/] v2 --o bind4 bind4 --as--o v4