<?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/239/Using-semantic-policies-to-manage-border-gateway-route-exchanges">
		<rdfs:label><![CDATA[Using semantic policies to manage border gateway route exchanges]]></rdfs:label>
		<event:title><![CDATA[Using semantic policies to manage border gateway route exchanges]]></event:title>
		<event:speaker>
<person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Palanivel/Kodeswaran"><person:name><![CDATA[Palanivel Andiappan Kodeswaran]]></person:name><rdfs:label><![CDATA[Palanivel Andiappan Kodeswaran]]></rdfs:label></person:PhDAlumnus>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2008-04-29T10:00:00-05:00</event:startDate>
		<event:location><![CDATA[325 ITE]]></event:location>
		<event:abstract><![CDATA[Policies in BGP are implemented as routing configurations that determine
how route information is shared among neighbors to control traffic flows
across networks. This process is generally template driven, device
centric, limited in its expressibility, time consuming and error prone
which can lead to configurations where policies are violated or there are
unintended consequences that are difficult to detect and resolve. In this
work, we propose an alternate mechanism for policy based networking that
relies on using additional semantic information associated with routes
expressed in an OWL ontology. Policies are expressed using SWRL to provide
fine-grained control where by the routers can reason over their routes and
determine how they need to be exchanged. In this paper, we focus on
security related BGP policies and show how our framework can be used in
implementing them. Additional contextual information such as affiliations
and route restrictions are incorporated into our policy specifications
which can then be reasoned over to infer the correct configurations that
need to be applied, resulting in a process which is easy to deploy, manage
and verify for consistency.]]></event:abstract>
		<event:host>
<person:PrincipalFaculty 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:PrincipalFaculty>
		</event:host>
	</event:Event>

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

</rdf:RDF>
