<?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/89/Integrated-Development-Environment-for-Policies">
    <rdfs:label><![CDATA[Integrated Development Environment for Policies]]></rdfs:label>
    <event:title><![CDATA[Integrated Development Environment for Policies]]></event:title>
    <event:speaker><person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Anjali/Bharat/Shah/"><person:name><![CDATA[Anjali Bharat Shah]]></person:name><rdfs:label><![CDATA[Anjali Bharat Shah]]></rdfs:label></person:Alumnus></event:speaker>
    <event:startDate rdf:datatype="&xsd;dateTime">2005-03-07T10:00:00-05:00</event:startDate>
    <event:endDate rdf:datatype="&xsd;dateTime">2005-03-07T11:05:00-05:00</event:endDate>
    <event:location><![CDATA[325b ITE]]></event:location>
    <event:abstract><![CDATA[There has been growing interest in the use of policy-based governing
frameworks for management of a wide range of systems. These systems ranging
from simple and static to increasingly complex and dynamic have demanding
requirements that make the management of policies a complex task. Though tools
have been developed to facilitate policy frameworks, there is not much work in
policy development that meets the requirements of these policy-based
environments. Some of these requirements include: (i) facility for both
individual and rule-based policy specifications, (ii) ability to test policy
conformance, (iii) simplification of the inherently error-prone process of
policy creation through the use of templates and well-designed interfaces.
<p>
In this thesis, we present RIDE, an integrated policy development environment
that uses a wizard-based approach to provide a user-friendly and extensible
graphical user interface. RIDE (Rei Integrated Development Environment) has
been developed as a plug-in extension of Eclipse workbench and enables the
development of policies specified in Rei, which is a declarative,
machine-understandable policy specification language. As our main goal was to
facilitate policy development for distributed systems, we chose Rei
specifications because Rei is grounded in a web ontology language that allows
it to model different kinds of domain knowledge and it has been successfully
deployed in several open, dynamic distributed environments.
<p>
RIDE attempts to meet the requirements of a wide range of policy-based
environments for which existing tools provide little or no support. This is
possible due to the unique combination of following features it supports: (1)
simple, user-friendly interface offering valid input options through the
entire process, (2) ease of management of domain information by offering the
option of template creation, (3) automation of the complex and error-prone
policy creation process by automatically generating user-defined policies in
Rei, (4) ability to express individual as well as group policies, (5) ability
to accommodate information spanning multiple domains by using ontologies to
represent domain information, (6) policy creation over speech acts that are
used for dynamic policy management, (7) support for creation and verification
of policy test-cases for checking policy conformance, and (8) conformity to
the principles outlined by Human Computer Interaction by performing iterative
evaluation and refinement of the interface to make it as simple and useful as
possible from user's perspective.]]></event:abstract>
    <event:tag><![CDATA[semantic web]]></event:tag>
    <event:tag><![CDATA[policy]]></event:tag>
    <assert:eventPptSlides rdf:resource="http://ebiquity.umbc.edu/resource/html/id/96/Integrated-Development-Environment-for-Policies" />
  </event:Event>

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

</rdf:RDF>

