<?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 enp "http://www.daml.org/experiment/ontology/beta/elements-ont">
  <!ENTITY soci "http://www.daml.org/experiment/ontology/beta/social-elements-ont">
  <!ENTITY poli "http://www.daml.org/experiment/ontology/beta/political-elements-ont">
  <!ENTITY econ "http://www.daml.org/experiment/ontology/beta/economic-elements-ont">
  <!ENTITY infr "http://www.daml.org/experiment/ontology/beta/infrastructure-elements-ont">
  <!ENTITY info "http://www.daml.org/experiment/ontology/beta/information-elements-ont">
  <!ENTITY mil "http://www.daml.org/experiment/ontology/beta/military-elements-ont">

  <!ENTITY opt "http://www.daml.org/experiment/ontology/beta/assessment-ont">
  <!ENTITY obj "http://www.daml.org/experiment/ontology/beta/objectives-ont">
  <!ENTITY loc "http://www.daml.org/experiment/ontology/beta/location-ont">
  <!ENTITY dt  "http://www.daml.org/experiment/ontology/beta/ona.xsd">

  <!ENTITY fips "http://www.daml.org/2001/09/countries/fips">
]>

<rdf:RDF
  xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs ="&rdfs;#"
  xmlns:daml ="&daml;#"
  xmlns:xsd ="&xsd;#"
  xmlns:enp ="http://www.daml.org/experiment/ontology/beta/elements-ont#"
  xmlns:soci= "http://www.daml.org/experiment/ontology/beta/social-elements-ont#"
  xmlns:poli= "http://www.daml.org/experiment/ontology/beta/political-elements-ont#"
  xmlns:econ= "http://www.daml.org/experiment/ontology/beta/economic-elements-ont#"
  xmlns:infr= "http://www.daml.org/experiment/ontology/beta/infrastructure-elements-ont#"
  xmlns:info= "http://www.daml.org/experiment/ontology/beta/information-elements-ont#"
  xmlns:mil ="http://www.daml.org/experiment/ontology/beta/military-elements-ont#"
  xmlns:opt  ="&opt;#"
  xmlns:obj  ="&obj;#"
  xmlns:loc  ="&loc;#"
 >

<!-- Created: Wed Feb 06 13:17:38 2002 -->
<!-- $Id: example2.daml,v 1.8 2003/03/16 19:12:30 drager Exp $ -->

<rdf:Description rdf:about="">
 <daml:imports rdf:resource="&fips;"/>
 <daml:imports rdf:resource="&opt;"/>
 <daml:imports rdf:resource="&obj;"/>
 <daml:imports rdf:resource="&enp;"/>
</rdf:Description>


<!-- Element instances -->
  <infr:Bridge rdf:ID="e1">
    <rdfs:label>Bridge #1236</rdfs:label>
    <enp:country rdf:resource="&fips;#AF"/>
  </infr:Bridge>

  <mil:Military rdf:ID="e2">
    <rdfs:label>Command and Control Structure</rdfs:label>
    <enp:country rdf:resource="&fips;#AF"/>
  </mil:Military>

  <mil:Military rdf:ID="e3">
    <rdfs:label>Air Defense Systems</rdfs:label>
    <enp:country rdf:resource="&fips;#AF"/>
  </mil:Military>

  <infr:Bridge rdf:ID="e4">
    <rdfs:label>Bridge #1235</rdfs:label>
    <enp:country rdf:resource="&fips;#AF"/>
  </infr:Bridge>

  <infr:Bridge rdf:ID="e5">
    <rdfs:label>Bridge #1234</rdfs:label>
    <enp:country rdf:resource="&fips;#AF"/>
  </infr:Bridge>


  <infr:Bridge rdf:ID="e6">
    <rdfs:label>Bridge #1237</rdfs:label>
    <enp:country rdf:resource="&fips;#AF"/>
  </infr:Bridge>


  <infr:Bridge rdf:ID="e7">
    <rdfs:label>Bridge #1238</rdfs:label>
    <enp:country rdf:resource="&fips;#AF"/>
  </infr:Bridge>

  <!-- Goals and Objectives -->
  <obj:GoalsAndObjectives rdf:ID="goal1">
    <rdfs:label>Destroy terrorist training camps/infrastructure.</rdfs:label>
    <obj:importance>4</obj:importance>
  </obj:GoalsAndObjectives>

  <obj:GoalsAndObjectives rdf:ID="goal2">
    <rdfs:label>Capture Al Qaeda leadership</rdfs:label>
    <obj:importance>4</obj:importance>
  </obj:GoalsAndObjectives>

  <obj:GoalsAndObjectives rdf:ID="goal3">
    <rdfs:label>Acquire intel on Al Qaeda and Taliban resources</rdfs:label>
    <obj:importance>4</obj:importance>
  </obj:GoalsAndObjectives>

  <obj:GoalsAndObjectives rdf:ID="goal4">
    <rdfs:label>Advocate global rejection of Terrorism</rdfs:label>
    <obj:importance>4</obj:importance>
  </obj:GoalsAndObjectives>

  <obj:GoalsAndObjectives rdf:ID="goal5">
    <rdfs:label>Develop relations with groups opposed to Taliban</rdfs:label>
    <obj:importance>3</obj:importance>
  </obj:GoalsAndObjectives>

  <obj:GoalsAndObjectives rdf:ID="goal6">
    <rdfs:label>Destroy Taliban military</rdfs:label>
    <obj:importance>3</obj:importance>
  </obj:GoalsAndObjectives>

  <obj:GoalsAndObjectives rdf:ID="goal7">
    <rdfs:label>Isolate/apply pressure on terror-sponsoring countries</rdfs:label>
    <obj:importance>3</obj:importance>
  </obj:GoalsAndObjectives>

  <obj:GoalsAndObjectives rdf:ID="goal8">
    <rdfs:label>Support reformation of interim government</rdfs:label>
    <obj:importance>3</obj:importance>
  </obj:GoalsAndObjectives>

  <obj:GoalsAndObjectives rdf:ID="goal9">
    <rdfs:label>Prevent use of Afghanistan as a haven for terrorism</rdfs:label>
    <obj:importance>2</obj:importance>
  </obj:GoalsAndObjectives>

  <obj:GoalsAndObjectives rdf:ID="goal10">
    <rdfs:label>Deny access to international financial systems</rdfs:label>
    <obj:importance>2</obj:importance>
  </obj:GoalsAndObjectives>

  <obj:GoalsAndObjectives rdf:ID="goal11">
    <rdfs:label>Impair ability to fundraise</rdfs:label>
    <obj:importance>2</obj:importance>
  </obj:GoalsAndObjectives>

  <obj:GoalsAndObjectives rdf:ID="goal12">
    <rdfs:label>Expose/Isolate/Incapacitate enemy finacial networks</rdfs:label>
    <obj:importance>2</obj:importance>
  </obj:GoalsAndObjectives>

  <obj:GoalsAndObjectives rdf:ID="goal13">
    <rdfs:label>Facilitate delivery of humanitarian assistance</rdfs:label>
    <obj:importance>1</obj:importance>
  </obj:GoalsAndObjectives>

  <obj:GoalsAndObjectives rdf:ID="goal14">
    <rdfs:label>Bolster counter-terror capabilities in counties</rdfs:label>
    <obj:importance>1</obj:importance>
  </obj:GoalsAndObjectives>

  <!-- What impact does an action have on current objectives? -->
  
  <opt:MilitaryDestroy rdf:ID="option1">
    <opt:element rdf:resource="#e1"/>
    <opt:objective rdf:resource="#goal1"/>
    <opt:impact>1</opt:impact>
  </opt:MilitaryDestroy>

  <opt:MilitaryDestroy rdf:ID="option2">
    <opt:element rdf:resource="#e1"/>
    <opt:objective rdf:resource="#goal8"/>
    <opt:impact>0</opt:impact>
  </opt:MilitaryDestroy>

  <opt:MilitaryDestroy rdf:ID="option3">
    <opt:element rdf:resource="#e1"/>
    <opt:objective rdf:resource="#goal13"/>
    <opt:impact>-2</opt:impact>
  </opt:MilitaryDestroy>

  <opt:MilitaryDestroy rdf:ID="option4">
    <opt:element rdf:resource="#e3"/>
    <opt:objective rdf:resource="#goal6"/>
    <opt:impact>1</opt:impact>
  </opt:MilitaryDestroy>

  <opt:MilitaryNeutralize rdf:ID="option5">
    <opt:element rdf:resource="#e2"/>
    <opt:objective rdf:resource="#goal1"/>
    <opt:impact>2</opt:impact>
  </opt:MilitaryNeutralize>

  <opt:MilitaryNeutralize rdf:ID="option6">
    <opt:element rdf:resource="#e2"/>
    <opt:objective rdf:resource="#goal3"/>
    <opt:impact>1</opt:impact>
  </opt:MilitaryNeutralize>

  <opt:MilitaryNeutralize rdf:ID="option7">
    <opt:element rdf:resource="#e2"/>
    <opt:objective rdf:resource="#goal6"/>
    <opt:impact>2</opt:impact>
  </opt:MilitaryNeutralize>

  <opt:MilitaryNeutralize rdf:ID="option8">
    <opt:element rdf:resource="#e2"/>
    <opt:objective rdf:resource="#goal7"/>
    <opt:impact>1</opt:impact>
  </opt:MilitaryNeutralize>

  
</rdf:RDF>
