<?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 project "http://ebiquity.umbc.edu/ontology/project.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.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:project = "&project;"
		xmlns:person = "&person;"
		xmlns:pub = "&pub;"
		xmlns:assert = "&assert;">
	<pub:MastersThesis rdf:about="http://ebiquity.umbc.edu/paper/html/id/225/An-integrated-development-environment-for-policies">
		<rdfs:label><![CDATA[An integrated development environment for policies]]></rdfs:label>
		<pub:title><![CDATA[An integrated development environment for policies]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2005-03-01T00:00:00-05:00</pub:publishedOn>
		<pub: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.
]]></pub:abstract>
		<pub:organization><![CDATA[Computer Science and Electrical Engineering]]></pub:organization>
		<pub:counter>3058</pub:counter>
		<pub:publisher><![CDATA[University of Maryland, Baltimore County]]></pub:publisher>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Anjali/Shah"><person:name><![CDATA[Anjali Bharat Shah]]></person:name><rdfs:label><![CDATA[Anjali Bharat Shah]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest rdf:resource="&rdf;nil" />
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Anjali/Shah"><person:name><![CDATA[Anjali Bharat Shah]]></person:name><rdfs:label><![CDATA[Anjali Bharat Shah]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:relatedProject><project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/10/Securing-the-Semantic-Web-A-Trust-Management-Approach"><project:title><![CDATA[Securing the Semantic Web: A Trust Management Approach]]></project:title><rdfs:label><![CDATA[Securing the Semantic Web: A Trust Management Approach]]></rdfs:label></project:PastProject></pub:relatedProject>
		<pub:softCopy><pub:SoftCopy>
			<pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
			<pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/162.pdf]]></pub:softCopyURI>
			<pub:softCopySize>1488791</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:MastersThesis>

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

</rdf:RDF>
