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 .}
Login to test this query using our experimental API explorer