@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 measurement: <http://telegraphis.net/ontology/measurement/measurement#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<http://telegraphis.net/data/countries/NZ#NZ> a gn:Country;
    gn:name "New Zealand"@en;
    gn:featureClass <http://www.geonames.org/ontology#A>;
    gn:featureCode <http://www.geonames.org/ontology#A.PCL>;
    gn:population "4154000";
    geographis:landArea 
      [ a measurement:Measurement;
        measurement:quantityMeasured <http://telegraphis.net/ontology/measurement/quantity#Area>;
        measurement:unit <http://telegraphis.net/ontology/measurement/metric#SquareKilometre>;
        rdf:value "268680" ];
    geographis:capital <http://telegraphis.net/data/capitals/NZ/Wellington#Wellington>;
    geographis:onContinent <http://telegraphis.net/data/continents/OC#OC>;
    geographis:currency <http://telegraphis.net/data/currencies/NZD#NZD>;
    geographis:isoAlpha2 "NZ";
    geographis:isoAlpha3 "NZL";
    geographis:isoNumeric "554";
    code:hasCode 
      [ a code:Code;
        code:inCodeScheme <http://telegraphis.net/data/countries/codeSchemes#iso31661al2>;
        rdf:value "NZ" ],
      [ a code:Code;
        code:inCodeScheme <http://telegraphis.net/data/countries/codeSchemes#iso31661al3>;
        rdf:value "NZL" ],
      [ a code:Code;
        code:inCodeScheme <http://telegraphis.net/data/countries/codeSchemes#iso31661num>;
        rdf:value "554" ],
      [ a code:Code;
        code:inCodeScheme <http://telegraphis.net/data/countries/codeSchemes#fips>;
        rdf:value "NZ" ];
    owl:sameAs <http://www.geonames.org/countries/#NZ>, <http://sws.geonames.org/2186224/>, <http://dbpedia.org/resource/New_Zealand>, <http://www4.wiwiss.fu-berlin.de/factbook/resource/New_Zealand>.
# 0.0120000839233 seconds
