<?xml version="1.0"?>

<!DOCTYPE owl [
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
  <!ENTITY cc "http://web.resource.org/cc/#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
  <!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
  <!ENTITY assoc "http://ebiquity.umbc.edu/ontology/association.owl#">
  <!ENTITY research "http://ebiquity.umbc.edu/ontology/research.owl#">
  <!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">]>

<!--
  This ontology document is licensed under the Creative Commons
  Attribution License. To view a copy of this license, visit
  http://creativecommons.org/licenses/by/2.0/ or send a letter to
  Creative Commons, 559 Nathan Abbott Way, Stanford, California
  94305, USA.
-->

<rdf:RDF 
  xmlns:rdf = "&rdf;"
  xmlns:rdfs = "&rdfs;"
  xmlns:xsd = "&xsd;"
  xmlns:owl = "&owl;"
  xmlns:cc = "&cc;"
  xmlns:person = "&person;"
  xmlns:project = "&project;"
  xmlns:pub = "&pub;"
  xmlns:assoc = "&assoc;"
  xmlns:research = "&research;"
  xmlns:assert = "&assert;">
<project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/77/Security-in-Battlefield-MANETs">
    <rdfs:label><![CDATA[Security in Battlefield MANETs]]></rdfs:label>
    <project:title><![CDATA[Security in Battlefield MANETs]]></project:title>
    <project:description><![CDATA[The battlefield of tomorrow is expected to be filled with wireless devices  These devices will be capable of forming mobile ad hoc networks (MANETs) and work together in  combinations of mobile and static, sensor and non-sensor nodes.  Even though critical data may not be present at all times, we expect that at some time a critical event will occur and crucial data will need to transit the network. Disruptions at this time could have disastrous results in reaction to the event.  

Assuming an adversary could be monitoring network activity, changes in network traffic patterns could serve as an indicator of a critical event.  This indicator could be used by an adversary as a trigger for launching network disruptions. We will be researching ways to mitigate disruption from malicious nodes both outside, and within, the network.  Research topics will include reducing the risk of traffic analysis, detection of (and reaction to) malicious nodes, and creating a network environment where malicious nodes become exposed before launching disruptions at a critical time.
]]></project:description>
    <project:startDate rdf:datatype="&xsd;dateTime">2006-09-01T00:00:00-05:00</project:startDate>
    <project:endDate rdf:datatype="&xsd;dateTime">2007-12-01T00:00:00-05:00</project:endDate>
    <project:tag><![CDATA[security]]></project:tag>
    <project:tag><![CDATA[manet]]></project:tag>
    <project:tag><![CDATA[battlefield]]></project:tag>
    <project:tag><![CDATA[intrusion detection]]></project:tag>
    <project:tag><![CDATA[malicious detection]]></project:tag>
    <project:associatedWith>
      <assoc:PersonProjectAssociation>
        <assoc:person><person:PhDStudent rdf:about="http://ebiquity.umbc.edu/person/html/Jim/Parker/"><person:name><![CDATA[Jim  Parker]]></person:name><rdfs:label><![CDATA[Jim  Parker]]></rdfs:label></person:PhDStudent></assoc:person>
        <assoc:role rdf:resource="&person;PhDStudent" />
      </assoc:PersonProjectAssociation>
    </project:associatedWith>
  </project:PastProject>

  <rdf:Description rdf:about="">
    <cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
  </rdf:Description>

</rdf:RDF>
