<?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/450/An-energy-efficient-semantic-context-model-for-managing-privacy-on-smartphones">
		<rdfs:label><![CDATA[An energy efficient semantic context model for managing privacy on smartphones]]></rdfs:label>
		<event:title><![CDATA[An energy efficient semantic context model for managing privacy on smartphones]]></event:title>
		<event:speaker>
<person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Prajit/Das"><person:name><![CDATA[Prajit Kumar Das]]></person:name><rdfs:label><![CDATA[Prajit Kumar Das]]></rdfs:label></person:PhDAlumnus>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2013-03-25T10:30:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">1999-11-30T00:00:00-05:00</event:endDate>
		<event:location><![CDATA[325b ITE, UMBC]]></event:location>
		<event:abstract><![CDATA[<p>Modern smartphones are capable of gathering massive amounts of data about a user and her context. While this data is mostly utilized for providing services that are better suited to the user, user data and context leakage from smart phones can have disastrous results. This is especially true as most enterprises are going to a Bring-Your-Own-Device (BYOD) model for mobile devices such as smartphones. We recognize this change as a potential threat to data privacy, both of the user and also of corporations whose data is on employee owned phones. We describe a method to carry out energy efficient privacy preservation on a mobile smart-phone. Our work is based on a study of an Android smartphone’s component-wise energy consumption pattern and is based on a three-fold approach to ensure efficient execution of privacy policies, based on user and app context modeled using semantic web technologies. Currently we are working on integrating the knowledge acquired from experimental data into the Android framework.</p>

<p>See this recent <a href="https://ebiquity.umbc.edu/paper/html/id/617/Energy-efficient-semantic-context-model-for-managing-privacy-on-smartphones">poster paper</a></p>]]></event:abstract>
		<event:tag><![CDATA[android]]></event:tag>
		<event:tag><![CDATA[android]]></event:tag>
		<event:tag><![CDATA[context]]></event:tag>
		<event:tag><![CDATA[energy]]></event:tag>
		<event:tag><![CDATA[mobile]]></event:tag>
		<event:tag><![CDATA[privacy]]></event:tag>
	</event:Event>

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

</rdf:RDF>
