<?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: at.daml,v 1.3 2003/01/15 20:33:56 drager Exp $</daml:versionInfo>
  <rdfs:comment>Australian Military Services</rdfs:comment>
</rdf:Description>

<Service rdf:ID="AA">
  <fullName>Australian Army</fullName>
  <rdfs:label>Australian Army</rdfs:label>
  <abbreviation>AA</abbreviation>
  <homePage>http://www.defence.gov.au/army/</homePage>
  <country rdf:resource="&countries;AT"/>
</Service>

<Service rdf:ID="RAN">
  <fullName>Royal Australian Navy</fullName>
  <rdfs:label>Royal Australian Navy</rdfs:label>
  <abbreviation>RAN</abbreviation>
  <homePage>http://www.navy.gov.au/</homePage>
  <country rdf:resource="&countries;AT"/>
</Service>

<Service rdf:ID="RAAF">
  <fullName>Royal Australian Air Force</fullName>
  <rdfs:label>Royal Australian Air Force</rdfs:label>
  <abbreviation>RAAF</abbreviation>
  <homePage>http://www.defence.gov.au/raaf/</homePage>
  <country rdf:resource="&countries;AT"/>
</Service>

<Service rdf:ID="ANR">
  <fullName>Australian Navy Reserve</fullName>
  <rdfs:label>Australian Navy Reserve</rdfs:label>
  <abbreviation>ANR</abbreviation>
  <homePage>http://www.navy.gov.au/reserves/index.htm</homePage>
  <country rdf:resource="&countries;AT"/>
</Service>

</rdf:RDF>
