query-a040beed99f6c9004b99b80e84dbdfad
Itemsprofessor (Q121594)
Use at
- https://query.wikidata.org/sparql
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