<?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 event "http://ebiquity.umbc.edu/ontology/event.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.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:event = "&event;"
  xmlns:person = "&person;"
  xmlns:assert = "&assert;">
  <event:Event rdf:about="http://ebiquity.umbc.edu/event/html/id/248/Trust-based-Data-Management-in-Mobile-Ad-Hoc-Networks">
    <rdfs:label><![CDATA[Trust-based Data Management in Mobile Ad Hoc Networks]]></rdfs:label>
    <event:title><![CDATA[Trust-based Data Management in Mobile Ad Hoc Networks]]></event:title>
    <event:speaker><person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Sheetal/Gupta/"><person:name><![CDATA[Sheetal  Gupta]]></person:name><rdfs:label><![CDATA[Sheetal  Gupta]]></rdfs:label></person:MSAlumnus></event:speaker>
    <event:startDate rdf:datatype="&xsd;dateTime">2008-07-08T10:30:00-05:00</event:startDate>
    <event:endDate rdf:datatype="&xsd;dateTime">2008-07-08T12:30:00-05:00</event:endDate>
    <event:location><![CDATA[325b ITE]]></event:location>
    <event:abstract><![CDATA[The problem of data management has been studied widely in the field
of mobile ad-hoc networks and pervasive computing. An issue is that
finding the required data depends on chance encounter with the
source of data. Most existing research take the semantics of data
into account while caching data onto mobile devices from the wired
sources. In this work, we propose that the mobile devices decide
what to cache based on the queries they encounter. The scheme
involves a distributed technique for estimating the global query
distribution in the network. The devices proactively increase the
availability of popular data in the network. They use their estimate
of query frequencies to push popular data and to guide their caching
decisions. We also address the issue of data tampering in MANETs.
The answers obtained from peer devices may not be reliable. This
propagation of incorrect data may be either intentional or out of
ignorance. We propose a Bayesian approach to infer the correct
answer. The suggested answers and the reputation values of the
sources themselves are used to determine the most likely answer. We
implement these techniques in the network simulator, Glomosim and
show that our scheme improves data availability, response latency
and data accuracy]]></event:abstract>
    <event:tag><![CDATA[manet]]></event:tag>
    <event:tag><![CDATA[mobile computing]]></event:tag>
    <event:tag><![CDATA[trust]]></event:tag>
    <event:host><person:PrincipalFaculty rdf:about="http://ebiquity.umbc.edu/person/html/Anupam/Joshi/"><person:name><![CDATA[Anupam  Joshi]]></person:name><rdfs:label><![CDATA[Anupam  Joshi]]></rdfs:label></person:PrincipalFaculty></event:host>
  </event:Event>

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

</rdf:RDF>
