<?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 project "http://ebiquity.umbc.edu/ontology/project.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.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:project = "&project;"
		xmlns:person = "&person;"
		xmlns:pub = "&pub;"
		xmlns:assert = "&assert;">
	<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/398/Query-Distribution-Estimation-and-Predictive-Caching-in-Mobile-Ad-Hoc-Networks">
		<rdfs:label><![CDATA[Query Distribution Estimation and Predictive Caching in Mobile Ad Hoc Networks]]></rdfs:label>
		<pub:title><![CDATA[Query Distribution Estimation and Predictive Caching in Mobile Ad Hoc Networks]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2008-06-13T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[The problem of data management has been studied widely in the field
of mobile ad-hoc networks and pervasive computing. The issue
addressed is that finding the data required by a device depends on
chance encounter with the source of data. Most existing research has
focused on specifying the required data by specifying the user or
application intentions. These approaches take the semantics of data
into account while caching data onto mobile devices from the wired
sources. We propose a scheme by which mobile devices proactively
increase the availability of data by pushing and caching the most
popular data in the network. It involves a local distributed
technique for estimating global query distribution in the network.
The devices have a finite sized cache to store the pushed data and
use their estimation of queries for prioritizing the data to cache.
We implement this technique in the network simulator, Glomosim and
show that our scheme improves data availability as well as the
response latency.]]></pub:abstract>
		<pub:counter>3055</pub:counter>
		<pub:googleKey>esntMRJF9bYJ</pub:googleKey>
		<pub:googleCitations>1</pub:googleCitations>
		<pub:tag><![CDATA[data availability]]></pub:tag>
		<pub:tag><![CDATA[manet]]></pub:tag>
		<pub:tag><![CDATA[predictive caching]]></pub:tag>
		<pub:tag><![CDATA[query distribution estimation]]></pub:tag>
		<pub:booktitle><![CDATA[Proceedings of the Seventh International ACM Workshop on Data Engineering for Wireless and Mobile Access]]></pub:booktitle>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person 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:Person>
				</rdf:first>
				<rdf:rest>					<rdf:List>
						<rdf:first>
							<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Anand/Patwardhan"><person:name><![CDATA[Anand Patwardhan]]></person:name><rdfs:label><![CDATA[Anand Patwardhan]]></rdfs:label></person:Person>
						</rdf:first>
						<rdf:rest>							<rdf:List>
								<rdf:first>
									<person:Person 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:Person>
								</rdf:first>
								<rdf:rest rdf:resource="&rdf;nil" />
							</rdf:List>
						</rdf:rest>
					</rdf:List>
				</rdf:rest>
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person 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:Person>
		</pub:firstAuthor>
		<pub:relatedProject><project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/84/Security-in-Mobile-Databases"><project:title><![CDATA[Security in Mobile Databases]]></project:title><rdfs:label><![CDATA[Security in Mobile Databases]]></rdfs:label></project:PastProject></pub:relatedProject>
		<pub:softCopy><pub:SoftCopy>
			<pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
			<pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/402.pdf]]></pub:softCopyURI>
			<pub:softCopySize>189691</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:InProceedings>

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

</rdf:RDF>
