<?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/97/Applying-Policy-Based-Access-Control-and-XML-Digital-Signatures-for-Security-in-Pervasive-Computing-Environments">
		<rdfs:label><![CDATA[Applying Policy Based Access Control and XML Digital Signatures for Security in Pervasive Computing Environments]]></rdfs:label>
		<event:title><![CDATA[Applying Policy Based Access Control and XML Digital Signatures for Security in Pervasive Computing Environments]]></event:title>
		<event:speaker>
<person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Mohinder/Chopra"><person:name><![CDATA[Mohinder Chopra]]></person:name><rdfs:label><![CDATA[Mohinder Chopra]]></rdfs:label></person:Alumnus>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2005-05-06T12:30:00-05:00</event:startDate>
		<event:location><![CDATA[372 ITE]]></event:location>
		<event:abstract><![CDATA[Security and access control are one of the major issues within pervasive
computing environments such as Task Computing. There is a need of
unobtrusive and flexible access control and access to services has to be
restricted based on certain policies imposed by the organization (Fujitsu
in this case). The dynamic nature of pervasive computing environments also
requires the updating of policies on the fly.
<p>
REI developed at University of Maryland Baltimore County is an expressive
and extensible language for describing different kinds of policies in a
wide range of application domains such as security policies / privacy
policies. The REI policy engine reasons over REI policies and domain
knowledge to provide answers about current permissions and obligations of
an entity dynamically. REI allows the dynamic change of policies on the
fly through its provision of speech acts such as delegation.
<p>
Using Task Computing as a platform we have shown that REI can be used in
highly pervasive and ubiquitous environments to provide access control
decisions. These decisions are based on facts provided by the client,
resource/service policies, shared policies and ontologies depicting the
domain knowledge of the organization. In addition XML Digital Signatures
are used to provide authentication and data integrity.]]></event:abstract>
		<assert:eventRecordedBy rdf:resource="http://ebiquity.umbc.edu/photo/html/id/201/Mohinder-Chopra-presents-his-research-on-security-in-task-computing" />
		<assert:eventRecordedBy rdf:resource="http://ebiquity.umbc.edu/photo/html/id/202/Mohinder-Chopra-presents-his-research-on-security-in-task-computing" />
	</event:Event>

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

</rdf:RDF>
