Show an ordered list of the number of each type of recorded crime in Hampshire

Query: 
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX crime: <http://crime.rkbexplorer.com/id/> select ?crime (COUNT(?crime) as ?count) WHERE { ?s crime:crime-type ?crime } GROUP BY ?crime ORDER BY DESC( ?count )
Login to test this query using our experimental API explorer