query-88ecd6f3a9b9407065962f14d0cfe955

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT ?p1196label (COUNT(?x) AS ?count) WHERE {
 ?x wdt:P1196 [rdfs:label ?p1196label] .
 filter (lang(?p1196label)="en")
} group by ?p1196label
ORDER BY DESC(?count) ?p1196label

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?count") v2("?p1196label"):::projected v3("?x"):::projected a1((" ")) f0[["?p1196label = 'en'"]] f0 --> v2 a1 --"rdfs:label"--> v2 v3 --"wdt:P1196"--> a1 bind2[/"count(?x)"/] v3 --o bind2 bind2 --as--o v4