<?xml version='1.0' encoding='ISO-8859-1'?>
<!-- $Id: political-elements-ont.daml,v 1.8 2003/03/18 20:39:22 drager Exp $ -->

<!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 enp "http://www.daml.org/experiment/ontology/elements-ont">
  <!ENTITY soci "http://www.daml.org/experiment/ontology/social-elements-ont">
  <!ENTITY poli "http://www.daml.org/experiment/ontology/political-elements-ont">
  <!ENTITY econ "http://www.daml.org/experiment/ontology/economic-elements-ont">
  <!ENTITY infr "http://www.daml.org/experiment/ontology/infrastructure-elements-ont">
  <!ENTITY info "http://www.daml.org/experiment/ontology/information-elements-ont">
  <!ENTITY mil "http://www.daml.org/experiment/ontology/military-elements-ont">
  <!ENTITY dt "http://www.daml.org/experiment/ontology/ona.xsd">
  <!ENTITY loc  "http://www.daml.org/experiment/ontology/location-ont">
  <!ENTITY ves "http://orlando.drc.com/daml/ontology/VES/3.2/drc-ves-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:xsd ="http://www.w3.org/2000/10/XMLSchema#"
  xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
  xmlns:ves="http://orlando.drc.com/daml/ontology/VES/3.2/drc-ves-ont#"
>
  

<daml:Ontology rdf:about="">
  <rdfs:label>Political Elements of National Power Ontology</rdfs:label>
  <!-- Base ontology for the DAML Demonstration and Experiment Plan, Version 0.5 -->
  <daml:versionInfo>$Id: political-elements-ont.daml,v 1.8 2003/03/18 20:39:22 drager Exp $</daml:versionInfo>
  <daml:imports rdf:resource="&daml;"/>
  <daml:imports rdf:resource="&enp;"/>
  <daml:imports rdf:resource="&ves;"/>
  <ves:title>DAML Demonstration and Experiment Plan Base Ontology</ves:title>
  <ves:creator>BBN</ves:creator>
  <ves:contributor>David Rager</ves:contributor>
  <ves:contributor>Mark Wilcomb</ves:contributor>
  <ves:contributor>John Flynn</ves:contributor>
  <ves:location>&poli;</ves:location>
  <ves:version>$Revision: 1.8 $</ves:version>
  <ves:email>drager@bbn.com</ves:email>
  <ves:status>inwork</ves:status>
  <ves:statusDate>$Date: 2003/03/18 20:39:22 $</ves:statusDate>
</daml:Ontology>

<!-- The Political Hierarchy -->

<daml:Class rdf:ID="Political">
  <rdfs:label>Political</rdfs:label>
  <daml:subClassOf rdf:resource="&enp;#ElementOfNationalPower"/>
</daml:Class>

<daml:Class rdf:ID="PoliticalFacility">
  <rdfs:label>PoliticalFacility</rdfs:label>
  <daml:subClassOf rdf:resource="#Political"/>
</daml:Class>

<daml:Class rdf:ID="GovernmentType">
  <rdfs:label>GovernmentType</rdfs:label>
  <daml:subClassOf rdf:resource="#Political"/>
</daml:Class>

<daml:Class rdf:ID="ExecutiveBranch">
  <rdfs:label>ExecutiveBranch</rdfs:label>
  <daml:subClassOf rdf:resource="#Political"/>
</daml:Class>

<daml:Class rdf:ID="LegislativeBranch">
  <rdfs:label>LegislativeBranch</rdfs:label>
  <daml:subClassOf rdf:resource="#Political"/>
</daml:Class>

<daml:Class rdf:ID="JudicialBranch">
  <rdfs:label>JudicialBranch</rdfs:label>
  <daml:subClassOf rdf:resource="#Political"/>
</daml:Class>

<daml:Class rdf:ID="PoliticalParty">
  <rdfs:label>PoliticalParty</rdfs:label>
  <daml:subClassOf rdf:resource="#Political"/>
</daml:Class>

<daml:Class rdf:ID="PressureGroup">
  <rdfs:label>PressureGroup</rdfs:label>
  <daml:subClassOf rdf:resource="#Political"/>
</daml:Class>

<daml:Class rdf:ID="InternationalOrganizationParticipation">
  <rdfs:label>InternationalOrganizationParticipation</rdfs:label>
  <daml:subClassOf rdf:resource="#Political"/>
</daml:Class>


</rdf:RDF>

