<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE rdf:RDF [
	<!ENTITY mk2002 'http://www.daml.org/2002/01/coabs-daml/mk2002#'>
	<!ENTITY sensor-ont 'http://www.daml.org/2001/12/charter/sensor-ont#'>
	<!ENTITY location-ont 'http://www.daml.org/2001/12/charter/location-ont#'>
	<!ENTITY sigint 'http://www.daml.org/2001/12/ddb/daml/SIGINT#'>
]>

<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:location-ont="&location-ont;"
  xmlns="&sensor-ont;"
>

<rdf:Description rdf:about="">
  <rdfs:comment>Table of Organization and Equipment (TOE) for a specific operation/exercise</rdfs:comment>
  <daml:versionInfo>$Id: toe.daml,v 1.2 2002/01/17 16:29:06 mdean Exp $</daml:versionInfo>
</rdf:Description>

<Sensor rdf:ID="fixed1">
  <id>fixed1</id>
  <sensorType rdf:resource="&mk2002;Mk2002"/>
  <location>
    <location-ont:Location>
      <location-ont:latitude>12</location-ont:latitude>
      <location-ont:longitude>34</location-ont:longitude>
    </location-ont:Location>
  </location>
  <rdf:type rdf:resource="&sigint;SIGINTSensor"/>
</Sensor>

<Platform rdf:ID="platform1">
</Platform>

<Sensor rdf:ID="mobile1">
  <id>mobile1</id>
  <sensorType rdf:resource="&mk2002;Mk2002"/>
  <location rdf:resource="#platform1"/>
  <rdf:type rdf:resource="&sigint;SIGINTSensor"/>
</Sensor>

</rdf:RDF>
