How many cases of antisocial behaviour were reported for each ward in the month of June?

Query: 
select ?wardlabel (COUNT(?crime) as ?number) where { ?crime <http://commons.psi.enakting.org/def/period> <http://time.psi.enakting.org/interval/2011-06-01T00:00:00ZP1M> . ?crime <http://commons.psi.enakting.org/def/nearest-postcode> ?postcode . ?crime <http://crime.rkbexplorer.com/id/crime-type> <http://crime.rkbexplorer.com/id/anti-social-behaviour> . ?postcode <http://data.ordnancesurvey.co.uk/ontology/postcode/ward> ?ward . ?ward <http://www.w3.org/2000/01/rdf-schema#label> ?wardlabel . } group by ?wardlabel order by ?number
Login to test this query using our experimental API explorer