<?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/84/Security-in-Mobile-Databases">
		<rdfs:label><![CDATA[Security in Mobile Databases]]></rdfs:label>
		<project:title><![CDATA[Security in Mobile Databases]]></project:title>
		<project:description><![CDATA[In a battlefield scenario, or disaster-affected areas where mobile databases are deployed,  security and robustness is desired.  There is also the need for real-time situation awareness. We propose to identify and implement the system and security requirements in such MANET deployments. Some of the project requirements are data distribution, local synchrony, secure update propagation and  collaborative querying. This project is supported by US Army.]]></project:description>
		<project:startDate rdf:datatype="&xsd;dateTime">2007-09-01T00:00:00-05:00</project:startDate>
		<project:endDate rdf:datatype="&xsd;dateTime">2008-01-01T00:00:00-05:00</project:endDate>
		<project:tag><![CDATA[secure mobile databases]]></project:tag>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><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>
</assoc:person>
				<assoc:role rdf:resource="&person;Student" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><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>
</assoc:person>
				<assoc:role rdf:resource="&person;Faculty" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Hillol/Kargupta"><person:name><![CDATA[Hillol Kargupta]]></person:name><rdfs:label><![CDATA[Hillol Kargupta]]></rdfs:label></person:Person>
</assoc:person>
				<assoc:role rdf:resource="&person;Faculty" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:relatedPublication>
			<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/398/Query-Distribution-Estimation-and-Predictive-Caching-in-Mobile-Ad-Hoc-Networks">
				<pub:title><![CDATA[Query Distribution Estimation and Predictive Caching in Mobile Ad Hoc Networks]]></pub:title>
				<rdfs:label><![CDATA[Query Distribution Estimation and Predictive Caching in Mobile Ad Hoc Networks]]></rdfs:label>
				<pub:booktitle><![CDATA[Proceedings of the Seventh International ACM Workshop on Data Engineering for Wireless and Mobile Access]]></pub:booktitle>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2008-06-13T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><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>
				</pub:firstAuthor>
			</pub:InProceedings>
		</project:relatedPublication>
	</project:PastProject>

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

</rdf:RDF>
