@prefix : <http://data.ordnancesurvey.co.uk/ontology/admingeo/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdf-schema: <http://data.ordnancesurvey.co.uk/ontology/admingeo/http://www.w3.org/2000/01/rdf-schema#> .
@prefix spatialrelations: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix geometry: <http://data.ordnancesurvey.co.uk/ontology/geometry/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl2xml: <http://www.w3.org/2006/12/owl2-xml#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix core: <http://data.ordnancesurvey.co.uk/ontology/admingeo/http://www.w3.org/2004/02/skos/core#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cc: <http://creativecommons.org/ns#> .

<http://data.ordnancesurvey.co.uk/ontology/admingeo/> a owl:Ontology ;
	rdfs:label "The administrative geography and civil voting area ontology"@en ;
	rdfs:comment "An ontology describing the administrative and voting area geography of Great Britain"@en ;
	dc:creator "Ordnance Survey"@en ;
	owl:imports <http://data.ordnancesurvey.co.uk/ontology/geometry/> , <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

cc:license a owl:AnnotationProperty .

dc:creator a owl:AnnotationProperty .

dc:date a owl:AnnotationProperty .

dc:publisher a owl:AnnotationProperty .

dc:rights a owl:AnnotationProperty .

dc:title a owl:AnnotationProperty .

rdfs:comment a owl:AnnotationProperty .

rdfs:isDefinedBy a owl:AnnotationProperty .

rdfs:label a owl:AnnotationProperty .

:constituency a owl:ObjectProperty ;
	rdfs:label "constituency" ;
	rdfs:comment "this relates European regions, Scottish Parliament Electoral Regions and Welsh Assembly Electoral Regions to their consistuencies." ;
	rdfs:subPropertyOf spatialrelations:contains ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> ;
	rdfs:range _:node183ju3o4qx212 .

_:node183ju3o4qx212 a owl:Class ;
	owl:unionOf _:node183ju3o4qx213 .

_:node183ju3o4qx213 rdf:first :GreaterLondonAuthorityAssemblyConstituency ;
	rdf:rest _:node183ju3o4qx214 .

_:node183ju3o4qx214 rdf:first :ScottishParliamentConstituency ;
	rdf:rest _:node183ju3o4qx215 .

_:node183ju3o4qx215 rdf:first :WelshAssemblyConstituency ;
	rdf:rest rdf:nil .

:constituency rdfs:domain _:node183ju3o4qx216 .

_:node183ju3o4qx216 a owl:Class ;
	owl:unionOf _:node183ju3o4qx217 .

_:node183ju3o4qx217 rdf:first :GreaterLondonAuthority ;
	rdf:rest _:node183ju3o4qx218 .

_:node183ju3o4qx218 rdf:first :ScottishParliamentElectoralRegion ;
	rdf:rest _:node183ju3o4qx219 .

_:node183ju3o4qx219 rdf:first :WelshAssemblyElectoralRegion ;
	rdf:rest rdf:nil .

:county a owl:ObjectProperty ;
	rdfs:subPropertyOf spatialrelations:contains ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> ;
	rdfs:range _:node183ju3o4qx220 .

_:node183ju3o4qx220 a owl:Class ;
	owl:unionOf _:node183ju3o4qx221 .

_:node183ju3o4qx221 rdf:first :County ;
	rdf:rest _:node183ju3o4qx222 .

_:node183ju3o4qx222 rdf:first :GreaterLondonAuthority ;
	rdf:rest rdf:nil .

:district a owl:ObjectProperty ;
	rdfs:label "district" ;
	rdfs:comment "this relates counties and european regions to the districts, unitary authorites, metropolitan districts and London boroughs they contain." ;
	rdfs:subPropertyOf spatialrelations:contains ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> ;
	rdfs:range _:node183ju3o4qx223 .

_:node183ju3o4qx223 a owl:Class ;
	owl:unionOf _:node183ju3o4qx224 .

_:node183ju3o4qx224 rdf:first :District ;
	rdf:rest _:node183ju3o4qx225 .

_:node183ju3o4qx225 rdf:first :LondonBorough ;
	rdf:rest _:node183ju3o4qx226 .

_:node183ju3o4qx226 rdf:first :MetropolitanDistrict ;
	rdf:rest _:node183ju3o4qx227 .

_:node183ju3o4qx227 rdf:first :UnitaryAuthority ;
	rdf:rest rdf:nil .

:district owl:propertyChainAxiom _:node183ju3o4qx228 .

_:node183ju3o4qx228 rdf:first :county ;
	rdf:rest _:node183ju3o4qx229 .

_:node183ju3o4qx229 rdf:first :district ;
	rdf:rest rdf:nil .

:inCounty a owl:ObjectProperty , owl:FunctionalProperty ;
	rdfs:label "in county" ;
	rdfs:comment "this relates districts, parish, county electoral divisions and wards to their containing counties" ;
	rdfs:subPropertyOf spatialrelations:within ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> ;
	rdfs:range _:node183ju3o4qx230 .

_:node183ju3o4qx230 a owl:Class ;
	owl:unionOf _:node183ju3o4qx231 .

_:node183ju3o4qx231 rdf:first :County ;
	rdf:rest _:node183ju3o4qx232 .

_:node183ju3o4qx232 rdf:first :GreaterLondonAuthority ;
	rdf:rest rdf:nil .

:inDistrict a owl:ObjectProperty , owl:FunctionalProperty ;
	rdfs:label "in district" ;
	rdfs:comment "this relates parishes, wards and unitary electoral divisions to their containing districts" ;
	rdfs:subPropertyOf spatialrelations:within ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> ;
	rdfs:range _:node183ju3o4qx233 .

_:node183ju3o4qx233 a owl:Class ;
	owl:unionOf _:node183ju3o4qx234 .

_:node183ju3o4qx234 rdf:first :District ;
	rdf:rest _:node183ju3o4qx235 .

_:node183ju3o4qx235 rdf:first :LondonBorough ;
	rdf:rest _:node183ju3o4qx236 .

_:node183ju3o4qx236 rdf:first :MetropolitanDistrict ;
	rdf:rest _:node183ju3o4qx237 .

_:node183ju3o4qx237 rdf:first :UnitaryAuthority ;
	rdf:rest rdf:nil .

:inDistrict rdfs:domain _:node183ju3o4qx238 .

_:node183ju3o4qx238 a owl:Class ;
	owl:unionOf _:node183ju3o4qx239 .

_:node183ju3o4qx239 rdf:first :CivilParish ;
	rdf:rest _:node183ju3o4qx240 .

_:node183ju3o4qx240 rdf:first :Community ;
	rdf:rest _:node183ju3o4qx241 .

_:node183ju3o4qx241 rdf:first :UnitaryAuthorityElectoralDivision ;
	rdf:rest _:node183ju3o4qx242 .

_:node183ju3o4qx242 rdf:first :Ward ;
	rdf:rest rdf:nil .

:inEuropeanRegion a owl:ObjectProperty , owl:FunctionalProperty ;
	rdfs:label "in European region" ;
	rdfs:comment "this relates various administrative and civil voting areas to their containing European region" ;
	rdfs:range :EuropeanRegion ;
	rdfs:subPropertyOf spatialrelations:within ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:inRegion a owl:ObjectProperty , owl:FunctionalProperty ;
	rdfs:label "in region" ;
	rdfs:comment "this relates Greater London Authority Assembly Constituencies, Scottish Parliament Constituenices and Welsh AssemblyConstituencies to their containing regions." ;
	owl:inverseOf :constituency ;
	rdfs:subPropertyOf spatialrelations:within ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> ;
	rdfs:range _:node183ju3o4qx243 .

_:node183ju3o4qx243 a owl:Class ;
	owl:unionOf _:node183ju3o4qx244 .

_:node183ju3o4qx244 rdf:first :GreaterLondonAuthority ;
	rdf:rest _:node183ju3o4qx245 .

_:node183ju3o4qx245 rdf:first :ScottishParliamentElectoralRegion ;
	rdf:rest _:node183ju3o4qx246 .

_:node183ju3o4qx246 rdf:first :WelshAssemblyElectoralRegion ;
	rdf:rest rdf:nil .

:inRegion rdfs:domain _:node183ju3o4qx247 .

_:node183ju3o4qx247 a owl:Class ;
	owl:unionOf _:node183ju3o4qx248 .

_:node183ju3o4qx248 rdf:first :GreaterLondonAuthorityAssemblyConstituency ;
	rdf:rest _:node183ju3o4qx249 .

_:node183ju3o4qx249 rdf:first :ScottishParliamentConstituency ;
	rdf:rest _:node183ju3o4qx250 .

_:node183ju3o4qx250 rdf:first :WelshAssemblyConstituency ;
	rdf:rest rdf:nil .

:parish a owl:ObjectProperty ;
	rdfs:label "parish" ;
	rdfs:comment "this relates various administrative areas to the parishes they contain" ;
	rdfs:subPropertyOf spatialrelations:contains ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> ;
	rdfs:range _:node183ju3o4qx251 .

_:node183ju3o4qx251 a owl:Class ;
	owl:unionOf _:node183ju3o4qx252 .

_:node183ju3o4qx252 rdf:first :CivilParish ;
	rdf:rest _:node183ju3o4qx253 .

_:node183ju3o4qx253 rdf:first :Community ;
	rdf:rest rdf:nil .

:scottishParliamentElectoralRegion a owl:ObjectProperty ;
	rdfs:domain :EuropeanRegion ;
	rdfs:range :ScottishParliamentElectoralRegion ;
	rdfs:subPropertyOf spatialrelations:contains .

:ward a owl:ObjectProperty ;
	rdfs:label "ward" ;
	rdfs:comment "this relates an administrative regions to the wards and unitary electoral divisions contained within that region" ;
	rdfs:subPropertyOf spatialrelations:contains ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> ;
	rdfs:range _:node183ju3o4qx254 .

_:node183ju3o4qx254 a owl:Class ;
	owl:unionOf _:node183ju3o4qx255 .

_:node183ju3o4qx255 rdf:first :UnitaryAuthorityElectoralDivision ;
	rdf:rest _:node183ju3o4qx256 .

_:node183ju3o4qx256 rdf:first :Ward ;
	rdf:rest rdf:nil .

:ward owl:propertyChainAxiom _:node183ju3o4qx257 .

_:node183ju3o4qx257 rdf:first :district ;
	rdf:rest _:node183ju3o4qx258 .

_:node183ju3o4qx258 rdf:first :ward ;
	rdf:rest rdf:nil .

:welshAssemblyElectoralRegion a owl:ObjectProperty ;
	rdfs:domain :EuropeanRegion ;
	rdfs:range :WelshAssemblyElectoralRegion ;
	rdfs:subPropertyOf spatialrelations:contains .

:westminsterConstituency a owl:ObjectProperty ;
	rdfs:label "westminster constituency" ;
	rdfs:comment "this relates European regions to the Westminster constituencies contains within those regions" ;
	rdfs:domain :EuropeanRegion ;
	rdfs:range :WestminsterConstituency ;
	rdfs:subPropertyOf spatialrelations:contains ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

geometry:extent a owl:ObjectProperty .

spatialrelations:contains a owl:ObjectProperty .

spatialrelations:within a owl:ObjectProperty .

:gssCode a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:label "GSS"^^xsd:string ;
	rdfs:comment """Office for National Statistics (ONS) have reconfigured their GSS coding structure 
(providing a unique system of referencing for administrative units) to a new 9 character
alpha numeric format,replacing the current alpha numeric format (up to 6 characters).This
change has now been implemented in this October 2010 release of Boundary-Line. 

However,the new GSS Coding and Naming policy for some statistical geographies will be implemented 
on 1 January 2011. From this date, where new codes have been allocated they should be used in all
exchanges of statistics and published outputs that normally include codes.

The following types of unit are coded where they have been made available by ONS: 
Counties, Districts, Wards/Electoral Divisions, London Boroughs, Unitary Authorities, GLA's,
Parish/Communities, Euro Regions, Welsh Assembly Const and Electoral Regions, 
Scottish Parliamentary Const and Electoral Regions, Westminster Const."""^^xsd:string ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:hasAreaCode a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:label "has area code" ;
	rdfs:comment "This code describing the area type" ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:hasCensusCode a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:label "has census code" ;
	rdfs:comment "These code area unique system of referencing for administrative units. These codes are allocated by the Office of National Statistics (ONS) for England and Wales, and by the General Register Office for Scotland (GROS) for Scottish Areas." ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:hasOfficialName a owl:DatatypeProperty ;
	rdfs:label "has official name" .

:hasUnitID a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:label "has unit ID" ;
	rdfs:comment "A unique ID for the region" ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

rdfs:label a owl:DatatypeProperty .

skos:altLabel a owl:DatatypeProperty .

skos:notation a owl:DatatypeProperty .

skos:prefLabel a owl:DatatypeProperty .

:Borough a owl:Class ;
	rdfs:comment "Borough"@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:CivilAdministrativeArea a owl:Class ;
	rdfs:label "Civil Administrative Area"^^xsd:string ;
	rdfs:subClassOf owl:Thing , _:node183ju3o4qx259 .

_:node183ju3o4qx259 a owl:Restriction ;
	owl:onProperty geometry:extent ;
	owl:someValuesFrom geometry:AbstractGeometry .

:CivilAdministrativeArea rdfs:subClassOf _:node183ju3o4qx260 .

_:node183ju3o4qx260 a owl:Restriction ;
	owl:onProperty :inEuropeanRegion ;
	owl:onClass :EuropeanRegion ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:CivilAdministrativeArea owl:disjointWith :CivilVotingArea ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:CivilParish a owl:Class ;
	rdfs:label "Civil Parish"@en ;
	rdfs:subClassOf :CivilAdministrativeArea , _:node183ju3o4qx261 .

_:node183ju3o4qx261 a owl:Restriction ;
	owl:onProperty :inCounty ;
	owl:onClass :County ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

:CivilParish rdfs:subClassOf _:node183ju3o4qx262 .

_:node183ju3o4qx262 a owl:Restriction ;
	owl:onProperty :hasCensusCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:CivilParish rdfs:subClassOf _:node183ju3o4qx263 .

_:node183ju3o4qx263 a owl:Restriction ;
	owl:onProperty skos:notation ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:CivilParish rdfs:subClassOf _:node183ju3o4qx264 .

_:node183ju3o4qx264 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:CivilParish rdfs:subClassOf _:node183ju3o4qx265 .

_:node183ju3o4qx265 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:CivilParish rdfs:subClassOf _:node183ju3o4qx266 .

_:node183ju3o4qx266 a owl:Restriction ;
	owl:onProperty :inDistrict ;
	owl:onClass _:node183ju3o4qx267 .

_:node183ju3o4qx267 a owl:Class ;
	owl:unionOf _:node183ju3o4qx268 .

_:node183ju3o4qx268 rdf:first :District ;
	rdf:rest _:node183ju3o4qx269 .

_:node183ju3o4qx269 rdf:first :MetropolitanDistrict ;
	rdf:rest _:node183ju3o4qx270 .

_:node183ju3o4qx270 rdf:first :UnitaryAuthority ;
	rdf:rest rdf:nil .

_:node183ju3o4qx266 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:CivilParish rdfs:subClassOf _:node183ju3o4qx271 .

_:node183ju3o4qx271 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:CivilParish rdfs:comment "Parishes are subdivisions of local authorities in many parts of England, and their councils are the most local level of government. Unlike electoral wards/divisions however, parishes are not found in all parts of England. The Welsh equivalents are communities. Note that the full term for administrative parishes is &apos;civil parishes&apos;, to distinguish them from the ecclesiastical parishes which are found in all parts of the UK."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:CivilVotingArea a owl:Class ;
	rdfs:label "Civil Voting Area" ;
	rdfs:subClassOf _:node183ju3o4qx272 .

_:node183ju3o4qx272 a owl:Restriction ;
	owl:onProperty :inEuropeanRegion ;
	owl:onClass :EuropeanRegion ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:CivilVotingArea rdfs:subClassOf _:node183ju3o4qx273 .

_:node183ju3o4qx273 a owl:Restriction ;
	owl:onProperty geometry:extent ;
	owl:someValuesFrom geometry:AbstractGeometry .

:Community a owl:Class ;
	rdfs:label "Community"@en ;
	rdfs:subClassOf :CivilAdministrativeArea , _:node183ju3o4qx274 .

_:node183ju3o4qx274 a owl:Restriction ;
	owl:onProperty skos:notation ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:Community rdfs:subClassOf _:node183ju3o4qx275 .

_:node183ju3o4qx275 a owl:Restriction ;
	owl:onProperty :inDistrict ;
	owl:onClass :UnitaryAuthority ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:Community rdfs:subClassOf _:node183ju3o4qx276 .

_:node183ju3o4qx276 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:Community rdfs:subClassOf _:node183ju3o4qx277 .

_:node183ju3o4qx277 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:Community rdfs:subClassOf _:node183ju3o4qx278 .

_:node183ju3o4qx278 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:Community rdfs:subClassOf _:node183ju3o4qx279 .

_:node183ju3o4qx279 a owl:Restriction ;
	owl:onProperty :hasCensusCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:Community rdfs:comment "The Welsh equivalent of Civil Parish."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:Constituency a owl:Class ;
	rdfs:label "Constituency" ;
	rdfs:subClassOf :CivilVotingArea ;
	rdfs:comment "Constituencies are used to elect members to legislatures." .

:County a owl:Class ;
	rdfs:label "County"@en ;
	rdfs:subClassOf :CivilAdministrativeArea , _:node183ju3o4qx280 .

_:node183ju3o4qx280 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:County rdfs:subClassOf _:node183ju3o4qx281 .

_:node183ju3o4qx281 a owl:Restriction ;
	owl:onProperty :district ;
	owl:someValuesFrom :District .

:County rdfs:subClassOf _:node183ju3o4qx282 .

_:node183ju3o4qx282 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:County rdfs:subClassOf _:node183ju3o4qx283 .

_:node183ju3o4qx283 a owl:Restriction ;
	owl:onProperty :hasCensusCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:County rdfs:subClassOf _:node183ju3o4qx284 .

_:node183ju3o4qx284 a owl:Restriction ;
	owl:onProperty skos:altLabel ;
	owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:County rdfs:subClassOf _:node183ju3o4qx285 .

_:node183ju3o4qx285 a owl:Restriction ;
	owl:onProperty skos:notation ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:County rdfs:subClassOf _:node183ju3o4qx286 .

_:node183ju3o4qx286 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:County rdfs:comment "Counties were formerly administrative units across the whole UK. Due to various administrative restructurings however then the only administrative areas still referred to as counties are the non-metropolitan (shire) counties of England. The English metropolitan counties, although no longer administrative units, are also used for statistical purposes."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:CountyElectoralDivision a owl:Class ;
	rdfs:label "County Electoral Division"@en ;
	rdfs:subClassOf :CivilVotingArea , _:node183ju3o4qx287 .

_:node183ju3o4qx287 a owl:Restriction ;
	owl:onProperty :inCounty ;
	owl:onClass :County ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:CountyElectoralDivision rdfs:subClassOf _:node183ju3o4qx288 .

_:node183ju3o4qx288 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:CountyElectoralDivision rdfs:subClassOf _:node183ju3o4qx289 .

_:node183ju3o4qx289 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:CountyElectoralDivision rdfs:subClassOf _:node183ju3o4qx290 .

_:node183ju3o4qx290 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:CountyElectoralDivision rdfs:comment "Apart from the special cases of the Isles of Scilly and the Greater London Authority (GLA), the English county councils are the only type of local authority in the UK which does not use standard electoral wards/divisions for electing councillors. Instead they use their own larger units, which are confusingly also termed electoral divisions. These county electoral divisions must be confined within district boundaries, but need not be based on whole electoral wards. Like electoral wards/divisions, county electoral divisions are defined by the Boundary Committee for England (BCFE)."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:District a owl:Class ;
	rdfs:label "District"@en ;
	rdfs:subClassOf :CivilAdministrativeArea , _:node183ju3o4qx291 .

_:node183ju3o4qx291 a owl:Restriction ;
	owl:onProperty :hasCensusCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:District rdfs:subClassOf _:node183ju3o4qx292 .

_:node183ju3o4qx292 a owl:Restriction ;
	owl:onProperty rdfs:label ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:District rdfs:subClassOf _:node183ju3o4qx293 .

_:node183ju3o4qx293 a owl:Restriction ;
	owl:onProperty skos:altLabel ;
	owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:District rdfs:subClassOf _:node183ju3o4qx294 .

_:node183ju3o4qx294 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:District rdfs:subClassOf _:node183ju3o4qx295 .

_:node183ju3o4qx295 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:District rdfs:subClassOf _:node183ju3o4qx296 .

_:node183ju3o4qx296 a owl:Restriction ;
	owl:onProperty :ward ;
	owl:someValuesFrom :DistrictWard .

:District rdfs:subClassOf _:node183ju3o4qx297 .

_:node183ju3o4qx297 a owl:Restriction ;
	owl:onProperty :inCounty ;
	owl:onClass :County ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:District rdfs:subClassOf _:node183ju3o4qx298 .

_:node183ju3o4qx298 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:District rdfs:comment "Districts are local administrative units and have at various times been used in all four countries of the UK. The only current references to districts however are found in metropolitan and non-metropolitan districts in England, and district council areas in Northern Ireland."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:DistrictWard a owl:Class ;
	rdfs:label "District Ward"@en ;
	rdfs:subClassOf :Ward , _:node183ju3o4qx299 .

_:node183ju3o4qx299 a owl:Restriction ;
	owl:onProperty :inCounty ;
	owl:onClass :County ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:DistrictWard rdfs:subClassOf _:node183ju3o4qx300 .

_:node183ju3o4qx300 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:DistrictWard rdfs:subClassOf _:node183ju3o4qx301 .

_:node183ju3o4qx301 a owl:Restriction ;
	owl:onProperty :hasCensusCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:DistrictWard rdfs:subClassOf _:node183ju3o4qx302 .

_:node183ju3o4qx302 a owl:Restriction ;
	owl:onProperty skos:notation ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:DistrictWard rdfs:subClassOf _:node183ju3o4qx303 .

_:node183ju3o4qx303 a owl:Restriction ;
	owl:onProperty :inDistrict ;
	owl:allValuesFrom :District .

:DistrictWard rdfs:subClassOf _:node183ju3o4qx304 .

_:node183ju3o4qx304 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:DistrictWard rdfs:subClassOf _:node183ju3o4qx305 .

_:node183ju3o4qx305 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:DistrictWard rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:EuropeanRegion a owl:Class ;
	rdfs:label "European Region" ;
	rdfs:subClassOf owl:Thing , _:node183ju3o4qx306 .

_:node183ju3o4qx306 a owl:Restriction ;
	owl:onProperty geometry:extent ;
	owl:someValuesFrom geometry:AbstractGeometry .

:EuropeanRegion rdfs:subClassOf _:node183ju3o4qx307 .

_:node183ju3o4qx307 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:EuropeanRegion rdfs:subClassOf _:node183ju3o4qx308 .

_:node183ju3o4qx308 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:EuropeanRegion rdfs:subClassOf _:node183ju3o4qx309 .

_:node183ju3o4qx309 a owl:Restriction ;
	owl:onProperty :westminsterConstituency ;
	owl:someValuesFrom :WestminsterConstituency .

:EuropeanRegion rdfs:subClassOf _:node183ju3o4qx310 .

_:node183ju3o4qx310 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:EuropeanRegion rdfs:comment "European Regions correspond to Scotland, Wales and the nine Government Office Regions of England. The nine Government Office Regions (GORs) are the primary statistical subdivisions of England and also the areas in which the Government Offices for the Regions fulfil their role. Each GOR covers a number of local authorities." ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:GreaterLondonAuthority a owl:Class ;
	rdfs:label "Greater London Authority"@en ;
	rdfs:subClassOf :CivilAdministrativeArea , _:node183ju3o4qx311 .

_:node183ju3o4qx311 a owl:Restriction ;
	owl:onProperty :hasCensusCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:GreaterLondonAuthority rdfs:subClassOf _:node183ju3o4qx312 .

_:node183ju3o4qx312 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:GreaterLondonAuthority rdfs:subClassOf _:node183ju3o4qx313 .

_:node183ju3o4qx313 a owl:Restriction ;
	owl:onProperty :district ;
	owl:someValuesFrom :LondonBorough .

:GreaterLondonAuthority rdfs:subClassOf _:node183ju3o4qx314 .

_:node183ju3o4qx314 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:GreaterLondonAuthority rdfs:subClassOf _:node183ju3o4qx315 .

_:node183ju3o4qx315 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:GreaterLondonAuthority rdfs:subClassOf _:node183ju3o4qx316 .

_:node183ju3o4qx316 a owl:Restriction ;
	owl:onProperty skos:notation ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:GreaterLondonAuthority rdfs:subClassOf _:node183ju3o4qx317 .

_:node183ju3o4qx317 a owl:Restriction ;
	owl:onProperty :constituency ;
	owl:someValuesFrom :GreaterLondonAuthorityAssemblyConstituency .

:GreaterLondonAuthority rdfs:subClassOf _:node183ju3o4qx318 .

_:node183ju3o4qx318 a owl:Restriction ;
	owl:onProperty skos:altLabel ;
	owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:GreaterLondonAuthority rdfs:comment "The area covered by the Greater London Authority (GLA). The GLA is the body responsible for strategic citywide government for London, and consists of the Mayor of London and the London Assembly. The remit of the GLA covers the Greater London area."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:GreaterLondonAuthorityAssemblyConstituency a owl:Class ;
	rdfs:label "Greater London Authority Assembly Constituency"@en ;
	rdfs:subClassOf :Constituency , _:node183ju3o4qx319 .

_:node183ju3o4qx319 a owl:Restriction ;
	owl:onProperty :inRegion ;
	owl:onClass :GreaterLondonAuthority ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:GreaterLondonAuthorityAssemblyConstituency rdfs:subClassOf _:node183ju3o4qx320 .

_:node183ju3o4qx320 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:GreaterLondonAuthorityAssemblyConstituency rdfs:subClassOf _:node183ju3o4qx321 .

_:node183ju3o4qx321 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:GreaterLondonAuthorityAssemblyConstituency rdfs:subClassOf _:node183ju3o4qx322 .

_:node183ju3o4qx322 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:GreaterLondonAuthorityAssemblyConstituency rdfs:comment "Greater London Authority (GLA) Assembly constituencies are used to elect members to the London Assembly, which is part of the GLA."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:LondonBorough a owl:Class ;
	rdfs:label "London Borough"@en ;
	rdfs:subClassOf :CivilAdministrativeArea , _:node183ju3o4qx323 .

_:node183ju3o4qx323 a owl:Restriction ;
	owl:onProperty :ward ;
	owl:someValuesFrom :LondonBoroughWard .

:LondonBorough rdfs:subClassOf _:node183ju3o4qx324 .

_:node183ju3o4qx324 a owl:Restriction ;
	owl:onProperty :hasCensusCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:LondonBorough rdfs:subClassOf _:node183ju3o4qx325 .

_:node183ju3o4qx325 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:LondonBorough rdfs:subClassOf _:node183ju3o4qx326 .

_:node183ju3o4qx326 a owl:Restriction ;
	owl:onProperty skos:altLabel ;
	owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:LondonBorough rdfs:subClassOf _:node183ju3o4qx327 .

_:node183ju3o4qx327 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:LondonBorough rdfs:subClassOf _:node183ju3o4qx328 .

_:node183ju3o4qx328 a owl:Restriction ;
	owl:onProperty skos:notation ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:LondonBorough rdfs:subClassOf _:node183ju3o4qx329 .

_:node183ju3o4qx329 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:LondonBorough rdfs:subClassOf _:node183ju3o4qx330 .

_:node183ju3o4qx330 a owl:Restriction ;
	owl:onProperty :inCounty ;
	owl:onClass :GreaterLondonAuthority ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:LondonBorough rdfs:comment "The London boroughs are the local government areas within Greater London. The borough councils are unitary administrations with a status similar to metropolitan districts, but will also be affected by any policies implemented by the Greater London Authority (GLA)." ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:LondonBoroughWard a owl:Class ;
	rdfs:label "London Borough Ward"@en ;
	rdfs:subClassOf :Ward , _:node183ju3o4qx331 .

_:node183ju3o4qx331 a owl:Restriction ;
	owl:onProperty :inCounty ;
	owl:onClass :GreaterLondonAuthority ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:LondonBoroughWard rdfs:subClassOf _:node183ju3o4qx332 .

_:node183ju3o4qx332 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:LondonBoroughWard rdfs:subClassOf _:node183ju3o4qx333 .

_:node183ju3o4qx333 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:LondonBoroughWard rdfs:subClassOf _:node183ju3o4qx334 .

_:node183ju3o4qx334 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:LondonBoroughWard rdfs:subClassOf _:node183ju3o4qx335 .

_:node183ju3o4qx335 a owl:Restriction ;
	owl:onProperty skos:notation ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:LondonBoroughWard rdfs:subClassOf _:node183ju3o4qx336 .

_:node183ju3o4qx336 a owl:Restriction ;
	owl:onProperty :hasCensusCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:LondonBoroughWard rdfs:subClassOf _:node183ju3o4qx337 .

_:node183ju3o4qx337 a owl:Restriction ;
	owl:onProperty :inDistrict ;
	owl:allValuesFrom :LondonBorough .

:LondonBoroughWard rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:MetropolitanDistrict a owl:Class ;
	rdfs:label "Metropolitan District"@en ;
	rdfs:subClassOf :CivilAdministrativeArea , _:node183ju3o4qx338 .

_:node183ju3o4qx338 a owl:Restriction ;
	owl:onProperty :hasCensusCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:MetropolitanDistrict rdfs:subClassOf _:node183ju3o4qx339 .

_:node183ju3o4qx339 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:MetropolitanDistrict rdfs:subClassOf _:node183ju3o4qx340 .

_:node183ju3o4qx340 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:MetropolitanDistrict rdfs:subClassOf _:node183ju3o4qx341 .

_:node183ju3o4qx341 a owl:Restriction ;
	owl:onProperty :ward ;
	owl:someValuesFrom :MetropolitanDistrictWard .

:MetropolitanDistrict rdfs:subClassOf _:node183ju3o4qx342 .

_:node183ju3o4qx342 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:MetropolitanDistrict rdfs:subClassOf _:node183ju3o4qx343 .

_:node183ju3o4qx343 a owl:Restriction ;
	owl:onProperty skos:altLabel ;
	owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:MetropolitanDistrict rdfs:subClassOf _:node183ju3o4qx344 .

_:node183ju3o4qx344 a owl:Restriction ;
	owl:onProperty skos:notation ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:MetropolitanDistrict rdfs:comment "Metropolitan districts are subdivisions of the 6 metropolitan county areas of England. Since the abolition of the metropolitan county councils in 1986 the metropolitan district councils have been unitary administrations."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:MetropolitanDistrictWard a owl:Class ;
	rdfs:label "Metropolitan District Ward"@en ;
	rdfs:subClassOf :Ward , _:node183ju3o4qx345 .

_:node183ju3o4qx345 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:MetropolitanDistrictWard rdfs:subClassOf _:node183ju3o4qx346 .

_:node183ju3o4qx346 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:MetropolitanDistrictWard rdfs:subClassOf _:node183ju3o4qx347 .

_:node183ju3o4qx347 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:MetropolitanDistrictWard rdfs:subClassOf _:node183ju3o4qx348 .

_:node183ju3o4qx348 a owl:Restriction ;
	owl:onProperty :hasCensusCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:MetropolitanDistrictWard rdfs:subClassOf _:node183ju3o4qx349 .

_:node183ju3o4qx349 a owl:Restriction ;
	owl:onProperty :inDistrict ;
	owl:allValuesFrom :MetropolitanDistrict .

:MetropolitanDistrictWard rdfs:subClassOf _:node183ju3o4qx350 .

_:node183ju3o4qx350 a owl:Restriction ;
	owl:onProperty skos:notation ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:MetropolitanDistrictWard rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:ScottishParliamentConstituency a owl:Class ;
	rdfs:label "Scottish Parliament Constituency"@en ;
	rdfs:subClassOf :Constituency , _:node183ju3o4qx351 .

_:node183ju3o4qx351 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:ScottishParliamentConstituency rdfs:subClassOf _:node183ju3o4qx352 .

_:node183ju3o4qx352 a owl:Restriction ;
	owl:onProperty :inRegion ;
	owl:onClass :ScottishParliamentElectoralRegion ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:ScottishParliamentConstituency rdfs:subClassOf _:node183ju3o4qx353 .

_:node183ju3o4qx353 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:ScottishParliamentConstituency rdfs:subClassOf _:node183ju3o4qx354 .

_:node183ju3o4qx354 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:ScottishParliamentConstituency rdfs:comment "The Scottish parliamentary constituencies are used to elect members to the Scottish Parliament."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:ScottishParliamentElectoralRegion a owl:Class ;
	rdfs:label "Scottish Parliament Electoral Region"@en ;
	rdfs:subClassOf :CivilVotingArea , _:node183ju3o4qx355 .

_:node183ju3o4qx355 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:ScottishParliamentElectoralRegion rdfs:subClassOf _:node183ju3o4qx356 .

_:node183ju3o4qx356 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:ScottishParliamentElectoralRegion rdfs:subClassOf _:node183ju3o4qx357 .

_:node183ju3o4qx357 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:ScottishParliamentElectoralRegion rdfs:subClassOf _:node183ju3o4qx358 .

_:node183ju3o4qx358 a owl:Restriction ;
	owl:onProperty :constituency ;
	owl:someValuesFrom :ScottishParliamentConstituency .

:ScottishParliamentElectoralRegion rdfs:comment "The Scottish parliamentary electoral regions are used for the proportional component of the elections to the Scottish Parliament. They are made up of groups of Scottish parliamentary constituencies."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:UnitaryAuthority a owl:Class ;
	rdfs:label "Unitary Authority" ;
	rdfs:subClassOf :CivilAdministrativeArea , _:node183ju3o4qx359 .

_:node183ju3o4qx359 a owl:Restriction ;
	owl:onProperty skos:altLabel ;
	owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:UnitaryAuthority rdfs:subClassOf _:node183ju3o4qx360 .

_:node183ju3o4qx360 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:UnitaryAuthority rdfs:subClassOf _:node183ju3o4qx361 .

_:node183ju3o4qx361 a owl:Restriction ;
	owl:onProperty skos:notation ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:UnitaryAuthority rdfs:subClassOf _:node183ju3o4qx362 .

_:node183ju3o4qx362 a owl:Restriction ;
	owl:onProperty :hasCensusCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:UnitaryAuthority rdfs:subClassOf _:node183ju3o4qx363 .

_:node183ju3o4qx363 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:UnitaryAuthority rdfs:subClassOf _:node183ju3o4qx364 .

_:node183ju3o4qx364 a owl:Restriction ;
	owl:onProperty :ward ;
	owl:someValuesFrom _:node183ju3o4qx365 .

_:node183ju3o4qx365 a owl:Class ;
	owl:unionOf _:node183ju3o4qx366 .

_:node183ju3o4qx366 rdf:first :UnitaryAuthorityElectoralDivision ;
	rdf:rest _:node183ju3o4qx367 .

_:node183ju3o4qx367 rdf:first :UnitaryAuthorityWard ;
	rdf:rest rdf:nil .

:UnitaryAuthority rdfs:subClassOf _:node183ju3o4qx368 .

_:node183ju3o4qx368 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:UnitaryAuthority rdfs:comment "Unitary authorities (UAs) are areas with a single tier of local government (as opposed to the two-tier county:district structure)."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:UnitaryAuthorityElectoralDivision a owl:Class ;
	rdfs:label "Unitary Authority Electoral Division" ;
	rdfs:subClassOf :CivilVotingArea , _:node183ju3o4qx369 .

_:node183ju3o4qx369 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:UnitaryAuthorityElectoralDivision rdfs:subClassOf _:node183ju3o4qx370 .

_:node183ju3o4qx370 a owl:Restriction ;
	owl:onProperty skos:notation ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:UnitaryAuthorityElectoralDivision rdfs:subClassOf _:node183ju3o4qx371 .

_:node183ju3o4qx371 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:UnitaryAuthorityElectoralDivision rdfs:subClassOf _:node183ju3o4qx372 .

_:node183ju3o4qx372 a owl:Restriction ;
	owl:onProperty :hasCensusCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:UnitaryAuthorityElectoralDivision rdfs:subClassOf _:node183ju3o4qx373 .

_:node183ju3o4qx373 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:UnitaryAuthorityElectoralDivision rdfs:comment "Electoral wards/divisions are the base unit of UK administrative geography such that all higher units are built up from them. They are also used as a base unit for many other geographies such as parliamentary constituencies and Primary Care Trusts (PCTs). Electoral wards are found across Scotland, Northern Ireland and most of England, whereas the equivalents in Wales and the Isle of Wight are known as electoral divisions." ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:UnitaryAuthorityWard a owl:Class ;
	rdfs:label "Unitary Authority Ward"@en ;
	rdfs:subClassOf :Ward , _:node183ju3o4qx374 .

_:node183ju3o4qx374 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:UnitaryAuthorityWard rdfs:subClassOf _:node183ju3o4qx375 .

_:node183ju3o4qx375 a owl:Restriction ;
	owl:onProperty :hasCensusCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:UnitaryAuthorityWard rdfs:subClassOf _:node183ju3o4qx376 .

_:node183ju3o4qx376 a owl:Restriction ;
	owl:onProperty :inDistrict ;
	owl:allValuesFrom :UnitaryAuthority .

:UnitaryAuthorityWard rdfs:subClassOf _:node183ju3o4qx377 .

_:node183ju3o4qx377 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:UnitaryAuthorityWard rdfs:subClassOf _:node183ju3o4qx378 .

_:node183ju3o4qx378 a owl:Restriction ;
	owl:onProperty skos:notation ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:UnitaryAuthorityWard rdfs:subClassOf _:node183ju3o4qx379 .

_:node183ju3o4qx379 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:UnitaryAuthorityWard rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:Ward a owl:Class ;
	rdfs:label "Ward"@en ;
	rdfs:subClassOf :CivilVotingArea , _:node183ju3o4qx380 .

_:node183ju3o4qx380 a owl:Restriction ;
	owl:onProperty :inDistrict ;
	owl:onClass _:node183ju3o4qx381 .

_:node183ju3o4qx381 a owl:Class ;
	owl:unionOf _:node183ju3o4qx382 .

_:node183ju3o4qx382 rdf:first :District ;
	rdf:rest _:node183ju3o4qx383 .

_:node183ju3o4qx383 rdf:first :LondonBorough ;
	rdf:rest _:node183ju3o4qx384 .

_:node183ju3o4qx384 rdf:first :MetropolitanDistrict ;
	rdf:rest _:node183ju3o4qx385 .

_:node183ju3o4qx385 rdf:first :UnitaryAuthority ;
	rdf:rest rdf:nil .

_:node183ju3o4qx380 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:Ward rdfs:comment "Electoral wards/divisions are the base unit of UK administrative geography such that all higher units are built up from them. They are also used as a base unit for many other geographies such as parliamentary constituencies and Primary Care Trusts (PCTs). Electoral wards are found across Scotland, Northern Ireland and most of England, whereas the equivalents in Wales and the Isle of Wight are known as electoral divisions."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:WelshAssemblyConstituency a owl:Class ;
	rdfs:label "Welsh Assembly Constituency"@en ;
	rdfs:subClassOf :Constituency , _:node183ju3o4qx386 .

_:node183ju3o4qx386 a owl:Restriction ;
	owl:onProperty :inRegion ;
	owl:onClass :WelshAssemblyElectoralRegion ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:WelshAssemblyConstituency rdfs:subClassOf _:node183ju3o4qx387 .

_:node183ju3o4qx387 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:WelshAssemblyConstituency rdfs:subClassOf _:node183ju3o4qx388 .

_:node183ju3o4qx388 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:WelshAssemblyConstituency rdfs:subClassOf _:node183ju3o4qx389 .

_:node183ju3o4qx389 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:WelshAssemblyConstituency rdfs:comment "The  Welsh Assembly constituencies are used to elect members to the National Assembly for Wales (NAW)."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:WelshAssemblyElectoralRegion a owl:Class ;
	rdfs:label "Welsh Assembly Electoral Region"@en ;
	rdfs:subClassOf :CivilVotingArea , _:node183ju3o4qx390 .

_:node183ju3o4qx390 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:WelshAssemblyElectoralRegion rdfs:subClassOf _:node183ju3o4qx391 .

_:node183ju3o4qx391 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:WelshAssemblyElectoralRegion rdfs:subClassOf _:node183ju3o4qx392 .

_:node183ju3o4qx392 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:WelshAssemblyElectoralRegion rdfs:subClassOf _:node183ju3o4qx393 .

_:node183ju3o4qx393 a owl:Restriction ;
	owl:onProperty :constituency ;
	owl:someValuesFrom :WelshAssemblyConstituency .

:WelshAssemblyElectoralRegion rdfs:comment "The Welsh Assembly electoral regions are used for the proportional component of the elections to the National Assembly for Wales (NAW). They are made up of groups of Welsh Assembly constituencies."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

:WestminsterConstituency a owl:Class ;
	rdfs:label "Westminster Constituency"@en ;
	rdfs:subClassOf :Constituency , _:node183ju3o4qx394 .

_:node183ju3o4qx394 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:WestminsterConstituency rdfs:subClassOf _:node183ju3o4qx395 .

_:node183ju3o4qx395 a owl:Restriction ;
	owl:onProperty :hasUnitID ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:WestminsterConstituency rdfs:subClassOf _:node183ju3o4qx396 .

_:node183ju3o4qx396 a owl:Restriction ;
	owl:onProperty :hasAreaCode ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:string .

:WestminsterConstituency rdfs:comment "Westminster parliamentary constituencies are used to elect members to the UK Parliament in Westminster, London."@en ;
	rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/admingeo.owl> .

geometry:AbstractGeometry a owl:Class .

owl:Thing a owl:Class .

<http://data.ordnancesurvey.co.uk/ontology/admingeo/> a owl:Thing , owl:NamedIndividual .

_:node183ju3o4qx397 a owl:AllDisjointClasses ;
	owl:members _:node183ju3o4qx398 .

_:node183ju3o4qx398 rdf:first :DistrictWard ;
	rdf:rest _:node183ju3o4qx399 .

_:node183ju3o4qx399 rdf:first :LondonBoroughWard ;
	rdf:rest _:node183ju3o4qx400 .

_:node183ju3o4qx400 rdf:first :MetropolitanDistrictWard ;
	rdf:rest _:node183ju3o4qx401 .

_:node183ju3o4qx401 rdf:first :UnitaryAuthorityWard ;
	rdf:rest rdf:nil .

_:node183ju3o4qx402 a owl:AllDisjointClasses ;
	owl:members _:node183ju3o4qx403 .

_:node183ju3o4qx403 rdf:first :GreaterLondonAuthorityAssemblyConstituency ;
	rdf:rest _:node183ju3o4qx404 .

_:node183ju3o4qx404 rdf:first :ScottishParliamentConstituency ;
	rdf:rest _:node183ju3o4qx405 .

_:node183ju3o4qx405 rdf:first :WelshAssemblyConstituency ;
	rdf:rest _:node183ju3o4qx406 .

_:node183ju3o4qx406 rdf:first :WestminsterConstituency ;
	rdf:rest rdf:nil .

_:node183ju3o4qx407 a owl:AllDisjointClasses ;
	owl:members _:node183ju3o4qx408 .

_:node183ju3o4qx408 rdf:first :CivilParish ;
	rdf:rest _:node183ju3o4qx409 .

_:node183ju3o4qx409 rdf:first :Community ;
	rdf:rest _:node183ju3o4qx410 .

_:node183ju3o4qx410 rdf:first :County ;
	rdf:rest _:node183ju3o4qx411 .

_:node183ju3o4qx411 rdf:first :District ;
	rdf:rest _:node183ju3o4qx412 .

_:node183ju3o4qx412 rdf:first :GreaterLondonAuthority ;
	rdf:rest _:node183ju3o4qx413 .

_:node183ju3o4qx413 rdf:first :LondonBorough ;
	rdf:rest _:node183ju3o4qx414 .

_:node183ju3o4qx414 rdf:first :MetropolitanDistrict ;
	rdf:rest _:node183ju3o4qx415 .

_:node183ju3o4qx415 rdf:first :UnitaryAuthority ;
	rdf:rest rdf:nil .

_:node183ju3o4qx416 a owl:AllDisjointClasses ;
	owl:members _:node183ju3o4qx417 .

_:node183ju3o4qx417 rdf:first :Constituency ;
	rdf:rest _:node183ju3o4qx418 .

_:node183ju3o4qx418 rdf:first :CountyElectoralDivision ;
	rdf:rest _:node183ju3o4qx419 .

_:node183ju3o4qx419 rdf:first :ScottishParliamentElectoralRegion ;
	rdf:rest _:node183ju3o4qx420 .

_:node183ju3o4qx420 rdf:first :UnitaryAuthorityElectoralDivision ;
	rdf:rest _:node183ju3o4qx421 .

_:node183ju3o4qx421 rdf:first :Ward ;
	rdf:rest _:node183ju3o4qx422 .

_:node183ju3o4qx422 rdf:first :WelshAssemblyElectoralRegion ;
	rdf:rest rdf:nil .
