<?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/226/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>
    <pub:title><![CDATA[Applying Policy Based Access Control and XML Digital Signatures for Security in Pervasive Computing Environments]]></pub:title>
    <pub:publishedOn rdf:datatype="&xsd;dateTime">2005-05-06T00:00:00-05:00</pub:publishedOn>
    <pub: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. 

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.


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.]]></pub:abstract>
    <pub:counter>1443</pub:counter>
    <pub:author>
       <rdf:List>
         <rdf:first><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></rdf:first>
         <rdf:rest rdf:resource="&rdf;nil" />
       </rdf:List>
    </pub:author>
    <pub:firstAuthor><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></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[Microsoft Word]]></pub:softCopyFormat>
      <pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/163.doc]]></pub:softCopyURI>
      <pub:softCopySize>543232</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>
