# Saved by TopBraid on Sat Feb 13 00:47:20 PST 2010
# baseURI: http://www.oegov.org/core/owl/oe2gov
# imports: http://www.fao.org/aims/geopolitical.owl
# imports: http://purl.org/dc/elements/1.1/
# imports: http://www.oegov.org/core/owl/gc
# imports: http://www.oegov.org/core/owl/oe1gov
# imports: http://creativecommons.org/schema.rdf
# imports: http://aims.fao.org/aos/geopolitical.owl

@prefix Countries:  <http://www.bpiresearch.com/BPMO/2004/03/03/cdl/Countries#> .
@prefix cc:      <http://creativecommons.org/ns#> .
@prefix dc:      <http://purl.org/dc/elements/1.1/> .
@prefix gc:      <http://www.oegov.org/core/owl/gc#> .
@prefix geopolitical:  <http://aims.fao.org/aos/geopolitical.owl#> .
@prefix gov:     <http://www.oegov.org/core/owl/gov#> .
@prefix oe2gov:  <http://www.oegov.org/core/owl/oe2gov#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix usgov:   <http://www.oegov.us/democracy/us/core/owl/usgov#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://www.fao.org/aims/geopolitical.owl#UnitedStatesMinorOutlyingIslands>
      rdf:type <http://www.fao.org/aims/geopolitical.owl#territory> ;
      rdfs:label "United states minor outlying islands"^^xsd:string ;
      dc:description """The United States Minor Outlying Islands, a statistical designation defined by the International Organization for Standardization's ISO 3166-1 code, consists of eleven United States insular areas.
Palmyra Atoll is the only incorporated territory. As of 2008, none of the islands has any permanent residents. The only human population consists of temporarily stationed scientific and military personnel. The 2000 census counted 315 people on Johnston Atoll and 1 person on Wake Island.[1] There has been no modern indigenous population, except at the 1940 census. The Baker, Howland and Jarvis Colonization Scheme attempted to settle Americans on those three islands beginning in 1935, but all three islands were evacuated in 1942 as a result of World War II.
The islands are grouped together as a statistical convenience. They are not administered collectively, nor do they share a single cultural or political history beyond being uninhabited islands under the sovereignty of the United States.
They are collectively represented by the ISO 3166-1 alpha-2 code UM. The individual islands have ISO 3166-2 numerical codes, see ISO 3166-2:UM. The Internet country code top-level domain (ccTLD) \".um\" has historically been assigned to the islands; however, the .um ccTLD was retired in January 2007. 
The term \"United States Minor Outlying Islands\" was introduced in 1986. From 1974 until 1986, five of the islands (Baker Island, Howland Island, Jarvis Island, Palmyra Atoll and Kingman Reef) were grouped under the term United States Miscellaneous Pacific Islands, with ISO 3166 code PU (the code of Midway Atoll was MI, the code of Johnston Atoll was JT, and the code of Wake Island was WK). [Wikipedia]"""^^xsd:string ;
      <http://www.fao.org/aims/geopolitical.owl#codeISO2>
              "UM"^^xsd:string .

gov:Government
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom geopolitical:territory ;
                owl:onProperty gov:governs
              ] .

<http://www.oegov.org/core/owl/oe2gov>
      rdf:type owl:Ontology ;
      cc:attributionName "TopQuadrant, Inc."^^xsd:string ;
      cc:attributionURL "http://www.topquadrant.com"^^xsd:anyURI ;
      cc:license <http://www.oegov.org/core/owl/gc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense> ;
      dc:creator "Ralph Hodgson"^^xsd:string ;
      dc:date "$Date: 2009-08-24 10:59:06 -0700 (Mon, 24 Aug 2009) $"^^xsd:string ;
      dc:description "An ontology of a democratic Government."^^xsd:string ;
      dc:rights "Creative Commons Attribution-Share Alike 3.0 United States License"^^xsd:string ;
      dc:title "oe1gov Ontology"^^xsd:string ;
      gc:attributedSource gc:TopQuadrantAttribution ;
      gc:revision "$Revision: 1365 $"^^xsd:string ;
      owl:imports dc: , <http://aims.fao.org/aos/geopolitical.owl> , <http://creativecommons.org/schema.rdf> , <http://www.oegov.org/core/owl/oe1gov> , <http://www.fao.org/aims/geopolitical.owl> , <http://www.oegov.org/core/owl/gc> ;
      owl:versionInfo "$Id: oe1gov.n3 1365 2009-08-24 17:59:06Z RalphHodgson $"^^xsd:string .

usgov:Government
      gov:territory <http://www.fao.org/aims/geopolitical.owl#United_States_of_America> , <http://www.fao.org/aims/geopolitical.owl#American_Samoa> , <http://www.fao.org/aims/geopolitical.owl#UnitedStatesMinorOutlyingIslands> , <http://www.fao.org/aims/geopolitical.owl#United_States_Virgin_Islands> .

