@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/GB/London#London> a geographis:Capital;
    gn:name "London"@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/GB#GB>;
    code:hasCode 
      [ a code:Code;
        code:inCodeScheme <http://telegraphis.net/data/capitals/codeSchemes#unlocode>;
        rdf:value "GB LON" ];
    owl:sameAs <http://sws.geonames.org/2643743/>, <http://dbpedia.org/resource/London>.
# 0.00990796089172 seconds

