<?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/396/Group-Centric-Information-Sharing-using-Hierarchical-Models">
		<rdfs:label><![CDATA[Group Centric Information Sharing using Hierarchical Models]]></rdfs:label>
		<event:title><![CDATA[Group Centric Information Sharing using Hierarchical Models]]></event:title>
		<event:speaker>
<person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Amit/Mahale"><person:name><![CDATA[Amit Mahale]]></person:name><rdfs:label><![CDATA[Amit Mahale]]></rdfs:label></person:MSAlumnus>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2011-05-10T10:00:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">2011-05-10T11:30:00-05:00</event:endDate>
		<event:location><![CDATA[ITE 346]]></event:location>
		<event:abstract><![CDATA[<p>Amit Mahale will defend his MS thesis titled "Group Centric Information Sharing using Hierarchical Models".</p>
<p style="text-align: justify;"> 
Traditional security policies are often based on the concept of
"need to know" and are typified by predefined and often rigid
specifications of which principals and roles are pre-authorized
to access what information. A recommendations of the 9/11
commission was to find ways to move from this traditional
perspective toward one that emphasizes the "need to share".  Ravi
Sandhu and his colleagues have developed the Group centric secure
information sharing model (gSIS) as a new model that is more
adaptible to highly dynamic situations requiring information
sharing.  We present an implementation of gSIS and demonstrate
its usefulness to usecases in information sharing in social
media.  Our contributions include the prototype implementation,
extension to the model such as hierarchical groups and necessary
and sufficient conditions, and the use of the semantic Web language
OWL for representing the central gSIS concepts and associated
data.  Our framework uses a pragmatic approach of using semantic
web technology to represent and reason about the hierarchy and
procedural method to compute access decisions relying on the gSIS
semantics.</p>
<br/>
Thesis Committee:
 <ul><li>Dr. Tim Finin (chair)
<li>
 Dr. Anupam Joshi
 <li>Dr. Yelena Yesha
<li> Dr. Laura Zavala
</ul>]]></event:abstract>
		<event:tag><![CDATA[security]]></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>
	</event:Event>

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

</rdf:RDF>
