# filename: ex454.rq SELECT ?p (COUNT(?p) AS ?pTotal) WHERE { ?s ?p ?o . } GROUP BY ?p ORDER BY DESC(?pTotal)