@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix gn: <http://www.geonames.org/ontology#> .
@prefix geographis: <http://telegraphis.net/ontology/geography/geography#> .
@prefix code: <http://telegraphis.net/ontology/measurement/code#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<http://telegraphis.net/data/capitals/NZ/Wellington#Wellington> a geographis:Capital;
    gn:name "Wellington"@en;
    gn:featureClass <http://www.geonames.org/ontology#P>;
    gn:featureCode <http://www.geonames.org/ontology#P.PPLC>;
    geographis:capitalOf <http://telegraphis.net/data/countries/NZ#NZ>;
    code:hasCode 
      [ a code:Code;
        code:inCodeScheme <http://telegraphis.net/data/capitals/codeSchemes#unlocode>;
        rdf:value "NZ WLG" ];
    owl:sameAs <http://sws.geonames.org/2179537/>, <http://dbpedia.org/resource/Wellington>.
# 0.00799989700317 seconds
