<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE rdf:RDF [
	 <!ENTITY daml 'http://www.daml.org/2001/03/daml+oil#'>
	 <!ENTITY xsd 'http://www.w3.org/2000/10/XMLSchema#'>
	 <!ENTITY milservices-ont 'http://www.daml.org/2002/09/milservices/milservices-ont#'>
	 <!ENTITY countries 'http://www.daml.org/2001/09/countries/fips#'>
]>

<rdf:RDF
  xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
  xmlns="http://www.daml.org/2002/09/milservices/milservices-ont#"
>

<rdf:Description rdf:about="">
  <daml:versionInfo>$Id: us.daml,v 1.5 2003/01/15 20:33:56 drager Exp $</daml:versionInfo>
  <rdfs:comment>U.S. Military Services</rdfs:comment>
</rdf:Description>

<Service rdf:ID="USA">
  <fullName>United States Army</fullName>
  <rdfs:label>United States Army</rdfs:label>
  <abbreviation>USA</abbreviation>
  <homePage>http://www.army.mil</homePage>
  <country rdf:resource="&countries;US"/>
</Service>

<Service rdf:ID="USN">
  <fullName>United States Navy</fullName>
  <rdfs:label>United States Navy</rdfs:label>
  <abbreviation>USN</abbreviation>
  <homePage>http://www.navy.mil</homePage>
  <country rdf:resource="&countries;US"/>
</Service>

<Service rdf:ID="USAF">
  <fullName>United States Air Force</fullName>
  <rdfs:label>United States Air Force</rdfs:label>
  <abbreviation>USAF</abbreviation>
  <homePage>http://www.af.mil</homePage>
  <country rdf:resource="&countries;US"/>
</Service>

<Service rdf:ID="USMC">
  <fullName>United States Marine Corps</fullName>
  <rdfs:label>United States Marine Corps</rdfs:label>
  <abbreviation>USMC</abbreviation>
  <homePage>http://www.usmc.mil</homePage>
  <country rdf:resource="&countries;US"/>
</Service>

<Service rdf:ID="USCG">
  <fullName>United States Coast Guard</fullName>
  <rdfs:label>United States Coast Guard</rdfs:label>
  <abbreviation>USCG</abbreviation>
  <homePage>http://www.uscg.mil</homePage>
  <country rdf:resource="&countries;US"/>
</Service>

<Service rdf:ID="USAR">
  <fullName>United States Army Reserve</fullName>
  <rdfs:label>United States Army Reserve</rdfs:label>
  <abbreviation>USAR</abbreviation>
  <homePage>http://www.army.mil/usar/</homePage>
  <country rdf:resource="&countries;US"/>
</Service>

<Service rdf:ID="USNR">
  <fullName>United States Navy Reserve</fullName>
  <rdfs:label>United States Navy Reserve</rdfs:label>
  <abbreviation>USNR</abbreviation>
  <homePage>http://www.navy.mil/navresfor/</homePage>
  <country rdf:resource="&countries;US"/>
</Service>

<Service rdf:ID="USAFR">
  <fullName>United States Air Force Reserve</fullName>
  <rdfs:label>United States Air Force Reserve</rdfs:label>
  <abbreviation>USAFR</abbreviation>
  <homePage>http://www.afrc.af.mil</homePage>
  <country rdf:resource="&countries;US"/>
</Service>

<Service rdf:ID="USMCR">
  <fullName>United States Marine Corps Reserve</fullName>
  <rdfs:label>United States Marine Corps Reserve</rdfs:label>
  <abbreviation>USMCR</abbreviation>
  <homePage>http://www.marforresusmc.mil</homePage>
  <country rdf:resource="&countries;US"/>
</Service>

<Service rdf:ID="USCGR">
  <fullName>United States Coast Guard Reserve</fullName>
  <rdfs:label>United States Coast Guard Reserve</rdfs:label>
  <abbreviation>USCGR</abbreviation>
  <homePage>http://www.uscg.mil/reserve/</homePage>
  <country rdf:resource="&countries;US"/>
</Service>

<Service rdf:ID="ARNG">
  <fullName>Army National Guard</fullName>
  <rdfs:label>Army National Guard</rdfs:label>
  <abbreviation>ARNG</abbreviation>
  <country rdf:resource="&countries;US"/>
  <homePage>http://www.arng.army.mil</homePage>
</Service>

<Service rdf:ID="ANG">
  <fullName>Air National Guard</fullName>
  <rdfs:label>Air National Guard</rdfs:label>
  <abbreviation>ANG</abbreviation>
  <country rdf:resource="&countries;US"/>
  <homePage>http://www.ang.af.mil</homePage>
</Service>

<!-- This was added for SONAT, not a Service per se -->
<Service rdf:ID="Joint">
  <fullName>Joint</fullName>
  <rdfs:label>Joint</rdfs:label>
</Service>
		 
</rdf:RDF>
