@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://data.ordnancesurvey.co.uk/ontology/50kGazetteer/>
        a                 <http://www.w3.org/2002/07/owl#Ontology> ;
        rdfs:isDefinedBy  <http://www.ordnancesurvey.co.uk/ontology/50KGazetteer.owl> ;
        <http://purl.org/dc/elements/1.1/creator>
                "Ordnance Survey"^^rdf:PlainLiteral ;
        <http://purl.org/dc/elements/1.1/description>
                "An ontology describing the 50K Gazetteer."^^<http://www.w3.org/2001/XMLSchema#string> ;
        dct:creator       <http://data.ordnancesurvey.co.uk/id/ordnancesurvey> ;
        dct:publisher     <http://data.ordnancesurvey.co.uk/id/ordnancesurvey> .
