What are the types of crime committed in postcode district SO17, and how many were committed..

Query: 
select ?crimetype (count(?crimetype) as ?number) where { ?postcode <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/within> <http://data.ordnancesurvey.co.uk/id/postcodedistrict/SO17> . ?crime <http://commons.psi.enakting.org/def/nearest-postcode> ?postcode . ?crime a <http://crime.rkbexplorer.com/id/ReportedCrime> . ?crime <http://crime.rkbexplorer.com/id/crime-type> ?crimetype . } group by ?crimetype
Login to test this query using our experimental API explorer