Submitted by John Goodwin on 1st August 2011
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
| Dataset | Southampton |
|---|---|
| Created By | John Goodwin |
| Published | 2011-08-01 10:17 |