<?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:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/169/Enforcing-Policies-in-Pervasive-Environments">
		<rdfs:label><![CDATA[Enforcing Policies in Pervasive Environments]]></rdfs:label>
		<pub:title><![CDATA[Enforcing Policies in Pervasive Environments]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2004-08-22T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[This paper presents a proof of concept implementation of a
security infrastructure for mobile devices in a pervasive environment. The security infrastructure primarly consists of two parts, the policy engine and the policy enforcement mechanism. Each mobile device within a pervasive environment is
equipped with its own policy enforcement mechanism and is
responsible for protecting its resources. A mobile device consults the nearest policy server, notifies its current state including
its present user, network presence, other accessible devices and location information if available. Using this information
the policy server queries the Rei engine to dynamically create a policy certificate and issues it to the requesting device. The system wide policy is described in a semantic language Rei, a lightweight and extensible language that is able to express comprehensive policies using domain specific information.
The Rei policy engine is able to dynamically decide what rights, prohibitions, obligations, dispensations an actor has on the domain actions. A policy certificate, which contains the set of granted permissions and the scope within which the permissions are valid, is created and issued to the device. The policy certificate can be revoked by the policy enforcer based on expiration of the validity period or a combination of timeout, loss of contact with an assigned network.
X.509 based Public Key Infrastructure is used to provide
identification and authentication.
]]></pub:abstract>
		<pub:address><![CDATA[Cambridge, MA]]></pub:address>
		<pub:organization><![CDATA[IEEE]]></pub:organization>
		<pub:counter>5922</pub:counter>
		<pub:googleKey>KDY786S7uMAJ</pub:googleKey>
		<pub:googleCitations>30</pub:googleCitations>
		<pub:booktitle><![CDATA[International Conference on Mobile and Ubiquitous Systems: Networking and Services]]></pub:booktitle>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Lalana/Kagal"><person:name><![CDATA[Lalana Kagal]]></person:name><rdfs:label><![CDATA[Lalana Kagal]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest>					<rdf:List>
						<rdf:first>
							<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Anupam/Joshi"><person:name><![CDATA[Anupam Joshi]]></person:name><rdfs:label><![CDATA[Anupam Joshi]]></rdfs:label></person:Person>
						</rdf:first>
						<rdf:rest>							<rdf:List>
								<rdf:first>
									<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Vladimir/Korolev"><person:name><![CDATA[Vladimir Korolev]]></person:name><rdfs:label><![CDATA[Vladimir Korolev]]></rdfs:label></person:Person>
								</rdf:first>
								<rdf:rest>									<rdf:List>
										<rdf:first>
											<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Anand/Patwardhan"><person:name><![CDATA[Anand Patwardhan]]></person:name><rdfs:label><![CDATA[Anand Patwardhan]]></rdfs:label></person:Person>
										</rdf:first>
										<rdf:rest rdf:resource="&rdf;nil" />
									</rdf:List>
								</rdf:rest>
							</rdf:List>
						</rdf:rest>
					</rdf:List>
				</rdf:rest>
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Lalana/Kagal"><person:name><![CDATA[Lalana Kagal]]></person:name><rdfs:label><![CDATA[Lalana Kagal]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:relatedProject><project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/34/Rei-A-Policy-Specification-Language"><project:title><![CDATA[Rei : A Policy Specification Language]]></project:title><rdfs:label><![CDATA[Rei : A Policy Specification Language]]></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/108.pdf]]></pub:softCopyURI>
			<pub:softCopySize>187235</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:InProceedings>

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

</rdf:RDF>
