Submitted by Julian Higman on 28th October 2011
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
}
| Dataset | Hampshire |
|---|---|
| Created By | Julian Higman |
| Published | 2011-10-28 13:27 |