@base <http://data.ordnancesurvey.co.uk/ontology/admingeo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

<../geometry/>
    rdfs:label "Geometry Ontology"^^<http://www.w3.org/2001/XMLSchema#string> .

<../spatialrelations/>
    rdfs:label "Spatial Relations Ontology"^^<http://www.w3.org/2001/XMLSchema#string> .

