@base <http://data.ordnancesurvey.co.uk/ontology/postcode/> .
@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#> .

<../admingeo/>
    rdfs:label "The administrative geography and civil voting area ontology"@en .

<>
    dc:creator "Ordnance Survey"@en ;
    dct:creator <../../id/ordnancesurvey> ;
    dct:publisher <../../id/ordnancesurvey> ;
    a owl:Ontology ;
    rdfs:comment "An ontology describing the postcode geography in Great Britain."@en ;
    rdfs:isDefinedBy <http://www.ordnancesurvey.co.uk/ontology/postcode.owl> ;
    rdfs:label "Postcode Ontology"@en ;
    owl:imports <../admingeo/>, <http://www.w3.org/2004/02/skos/core> .

