<?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/72/PhD-Defense-An-Intelligent-Broker-Architecture-for-Pervasive-Context-Aware-Systems">
    <rdfs:label><![CDATA[PhD Defense: An Intelligent Broker Architecture for Pervasive Context-Aware Systems]]></rdfs:label>
    <event:title><![CDATA[PhD Defense: An Intelligent Broker Architecture for Pervasive Context-Aware Systems]]></event:title>
    <event:speaker><person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Harry/Chen/"><person:name><![CDATA[Harry  Chen]]></person:name><rdfs:label><![CDATA[Harry  Chen]]></rdfs:label></person:PhDAlumnus></event:speaker>
    <event:startDate rdf:datatype="&xsd;dateTime">2004-12-03T12:00:00-05:00</event:startDate>
    <event:endDate rdf:datatype="&xsd;dateTime">2004-12-03T02:00:00-05:00</event:endDate>
    <event:location><![CDATA[ITE 346, UMBC]]></event:location>
    <event:abstract><![CDATA[<p>Context-aware systems exploit the use of situational information, or
context, to provide relevant  information and services to users. A great
challenge remains in defining an architecture that supports
context-aware systems. Critical research issues include modeling and
reasoning (how to represent  contextual information for machine
processing and reasoning), knowledge sharing (how to enable agents to
acquire consistent knowledge from unreliable sensors and agents), and
user privacy protection (how to give users control of their private
information that the system acquires).</p>

<p>To address these issues, I developed a new agent architecture called the
Context Broker Architecture  (CoBrA). It uses the Web Ontology Language
OWL to define ontologies for context representation and  modeling,
defines rule-based logical inference for context reasoning and knowledge
maintenance, and provides a policy language for users to control the
sharing of their private information. Central to CoBrA is a server agent
called context broker. Its role is to maintain a consistent model of
context that can be shared by all computing entities in the space and to
enforce the user-defined policies for privacy protection.
</p>
<p>
The major research contributions of this work include a broker-centric
architecture for supporting context-aware systems, a standard pervasive
computing ontology, a reasoning approach that integrates
assumption-based reasoning and argumentation for resolving inconsistent
contextual knowledge, and a privacy protection mechanism that exploits
information granularity adjustment.
</p>
<p>
To demonstrate the feasibility of CoBrA, I prototyped a context broker
in the FIPA platform using the JADE API library. I showed its use in
supporting EasyMeeting, a smart meeting room system that provides
context-aware services for assisting speakers and audiences. Other
contributions include the CoBrA Demo Toolkit (an open source software
package for demonstrating various aspects of CoBrA) and the CoBrA Text
Messaging Commands (a text messaging interface for mobile users to
interact with a context broker via SMS messages).
</p>
<p>
The lessons learned from this research are as the follows. (i) CoBrA's
broker-centric design can help to reduce the time and effort to rapidly
prototype context-aware applications. (ii) Ontologies expressed using
the OWL language can provide a uniformed solution for context
representation and reasoning, knowledge sharing, and meta-language
definitions. (iii) Rule-based logical inference can help to develop
flexible context-aware systems by separating high-level context
reasoning from low-level system behaviors.
<p>
]]></event:abstract>
    <event:uri><![CDATA[http://cobra.umbc.edu/]]></event:uri>
    <event:tag><![CDATA[ph.d. dissertation defense]]></event:tag>
    <event:host><person:PrincipalFaculty rdf:about="http://ebiquity.umbc.edu/person/html/Tim/Finin/"><person:name><![CDATA[Tim  Finin]]></person:name><rdfs:label><![CDATA[Tim  Finin]]></rdfs:label></person:PrincipalFaculty></event:host>
    <assert:eventRecordedBy rdf:resource="http://ebiquity.umbc.edu/photo/html/id/151/Harry-defends" />
    <assert:eventAttendedBy rdf:resource="http://ebiquity.umbc.edu/person/html/Harry/Chen/" />
    <assert:eventPptSlides rdf:resource="http://ebiquity.umbc.edu/resource/html/id/75/An-Intelligent-Broker-for-Pervasive-Context-Aware-Systems" />
  </event:Event>

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

</rdf:RDF>
