@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/US#US> a gn:Country;
    gn:name "United States"@en;
    gn:featureClass <http://www.geonames.org/ontology#A>;
    gn:featureCode <http://www.geonames.org/ontology#A.PCL>;
    gn:population "303824000";
    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 "9629091.0" ];
    geographis:capital <http://telegraphis.net/data/capitals/US/Washington#Washington>;
    geographis:onContinent <http://telegraphis.net/data/continents/NA#NA>;
    geographis:currency <http://telegraphis.net/data/currencies/USD#USD>, <http://telegraphis.net/data/currencies/USN#USN>, <http://telegraphis.net/data/currencies/USS#USS>;
    geographis:isoAlpha2 "US";
    geographis:isoAlpha3 "USA";
    geographis:isoNumeric "840";
    code:hasCode 
      [ a code:Code;
        code:inCodeScheme <http://telegraphis.net/data/countries/codeSchemes#iso31661al2>;
        rdf:value "US" ],
      [ a code:Code;
        code:inCodeScheme <http://telegraphis.net/data/countries/codeSchemes#iso31661al3>;
        rdf:value "USA" ],
      [ a code:Code;
        code:inCodeScheme <http://telegraphis.net/data/countries/codeSchemes#iso31661num>;
        rdf:value "840" ],
      [ a code:Code;
        code:inCodeScheme <http://telegraphis.net/data/countries/codeSchemes#fips>;
        rdf:value "US" ];
    owl:sameAs <http://www.geonames.org/countries/#US>, <http://sws.geonames.org/6252001/>, <http://dbpedia.org/resource/United_States>, <http://www4.wiwiss.fu-berlin.de/factbook/resource/United_States>.
# 0.0028409957885742 seconds
