<?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: uk.daml,v 1.3 2003/01/15 20:33:56 drager Exp $</daml:versionInfo>
  <rdfs:comment>U.K. Military Services</rdfs:comment>
</rdf:Description>

<Service rdf:ID="BA">
  <fullName>British Army</fullName>
  <rdfs:label>British Army</rdfs:label>
  <abbreviation>BA</abbreviation>
  <homePage>http://www.army.mod.uk/</homePage>
  <country rdf:resource="&countries;UK"/>
</Service>

<Service rdf:ID="RN">
  <fullName>Royal Navy</fullName>
  <rdfs:label>Royal Navy</rdfs:label>
  <abbreviation>RN</abbreviation>
  <homePage>http://www.royal-navy.mod.uk/</homePage>
  <country rdf:resource="&countries;UK"/>
</Service>

<Service rdf:ID="RAF">
  <fullName>Royal Air Force</fullName>
  <rdfs:label>Royal Air Force</rdfs:label>
  <abbreviation>RAF</abbreviation>
  <homePage>http://www.raf.mod.uk/</homePage>
  <country rdf:resource="&countries;UK"/>
</Service>

<Service rdf:ID="RM">
  <fullName>Royal Marines</fullName>
  <rdfs:label>Royal Marines</rdfs:label>
  <abbreviation>RM</abbreviation>
  <homePage>http://www.royal-navy.mod.uk/static/pages/141.html</homePage>
  <country rdf:resource="&countries;UK"/>
</Service>

</rdf:RDF>
