Submitted by John Goodwin on 16th March 2011
The following query will return all of the unitary authorities and their names.
Query:
select ?a ?name
where
{
?a a <http://data.ordnancesurvey.co.uk/ontology/admingeo/UnitaryAuthority> .
?a <http://www.w3.org/2004/02/skos/core#prefLabel> ?name .}
| Dataset | Ordnance Survey |
|---|---|
| Created By | John Goodwin |
| Published | 2011-03-16 12:24 |