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

