Show all the types of crime used as classification in the Hampshire dataset. 

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 distinct (?o) where { ?s crime:crime-type ?o }
Login to test this query using our experimental API explorer