<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE uridef[
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema">
  <!ENTITY daml "http://www.daml.org/2001/03/daml+oil">
  <!ENTITY xsd "http://www.w3.org/2000/10/XMLSchema">
  <!ENTITY target "http://www.daml.org/experiment/ontology/target-ont">
  <!ENTITY infr "http://www.daml.org/experiment/ontology/infrastructure-elements-ont">
  <!ENTITY mil "http://www.daml.org/experiment/ontology/military-elements-ont">
]>

<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:xsd ="http://www.w3.org/2000/10/XMLSchema#"
  xmlns     ="http://www.daml.org/experiment/ontology/enp-characteristics#"
 >

<daml:Ontology rdf:about="">
  <rdfs:label>ENP Characteristics Ontology</rdfs:label>
 <daml:versionInfo>$Id: enp-characteristics.daml,v 1.6 2003/03/18 20:39:22 drager Exp $</daml:versionInfo>
 <rdfs:comment>Assigns target characteristics to ENP classes</rdfs:comment>
 <daml:imports rdf:resource="&daml;"/>
 <daml:imports rdf:resource="&target;"/>
 <daml:imports rdf:resource="&infr;"/>
 <daml:imports rdf:resource="&mil;"/>
</daml:Ontology>

<!-- Created: Wed Sep 18 16:56:15 2002 -->

<rdf:Description rdf:about="&infr;#Bridge">
  <daml:subClassOf rdf:resource="&target;#Point"/>
  <daml:subClassOf rdf:resource="&target;#Linear"/>
  <daml:subClassOf rdf:resource="&target;#Soft"/>
  <daml:subClassOf rdf:resource="&target;#Fixed"/>
</rdf:Description>

<rdf:Description rdf:about="&infr;#Airport">
  <daml:subClassOf rdf:resource="&target;#Point"/>
  <daml:subClassOf rdf:resource="&target;#Linear"/>
  <daml:subClassOf rdf:resource="&target;#Soft"/>
  <daml:subClassOf rdf:resource="&target;#Fixed"/>
</rdf:Description>

<rdf:Description rdf:about="&mil;#GroundForcePlatform">
  <daml:subClassOf rdf:resource="&target;#Point"/>
  <daml:subClassOf rdf:resource="&target;#Electronic"/>
  <daml:subClassOf rdf:resource="&target;#Soft"/>
  <daml:subClassOf rdf:resource="&target;#Mobile"/>
  <daml:subClassOf rdf:resource="&target;#Transportable"/>
</rdf:Description>

<rdf:Description rdf:about="&mil;#MilitaryFacility">
  <daml:subClassOf rdf:resource="&target;#Point"/>
  <daml:subClassOf rdf:resource="&target;#Fixed"/>
</rdf:Description>


</rdf:RDF>
