query-a040beed99f6c9004b99b80e84dbdfad

rq turtle/ttl

Itemsprofessor (Q121594)

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?p (count(?s) as ?c)
WHERE {
    ?s ?p wd:Q121594 .
}
GROUP BY (?p)
ORDER BY DESC(?c)
LIMIT 10

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?c") v3("?p"):::projected v2("?s"):::projected c1(["wd:Q121594"]):::iri v2 -->v3--> c1 bind1[/"count(?s)"/] v2 --o bind1 bind1 --as--o v4