@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#> .

<http://data.ordnancesurvey.co.uk/ontology/admingeo/>
    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 <http://data.ordnancesurvey.co.uk/ontology/geometry/>, <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .

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

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

<https://data.ordnancesurvey.co.uk/ontology/admingeo/>
    dct:license <http://www.ordnancesurvey.co.uk/oswebsite/opendata/licence/docs/licence.pdf> ;
    dct:title "Description of http://data.ordnancesurvey.co.uk/ontology/admingeo/" ;
    a foaf:Document ;
    rdfs:seeAlso <http://sameas.org/rdf?uri=http://data.ordnancesurvey.co.uk/ontology/admingeo/> ;
    foaf:primaryTopic <http://data.ordnancesurvey.co.uk/ontology/admingeo/> .

