<?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 unit "http://www.daml.org/experiment/ontology/unit-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/entity-ont#"
 >

<daml:Ontology rdf:about="">
  <rdfs:label>Entity Ontology</rdfs:label>
 <daml:versionInfo>$Id: entity-ont.daml,v 1.2 2003/01/20 18:23:53 drager Exp $ </daml:versionInfo>
 <rdfs:comment>Military Entity for use in operations</rdfs:comment>
 <daml:imports rdf:resource="&daml;"/>
</daml:Ontology>

<!-- Created: Wed Sep 18 15:35:23 2002 -->

<daml:Class rdf:ID="Entity">
  <rdfs:label>Entity</rdfs:label>
</daml:Class>

<daml:ObjectProperty rdf:ID="resource">
  <daml:range rdf:resource="&unit;#Unit"/>
</daml:ObjectProperty>

<daml:ObjectProperty rdf:ID="subEntityOf">
  <daml:range rdf:resource="#Entity"/>
</daml:ObjectProperty>

</rdf:RDF>
