<?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:TechReport rdf:about="http://ebiquity.umbc.edu/paper/html/id/376/Utilizing-Semantic-Policies-for-Secure-BGP-Route-Dissemination">
    <rdfs:label><![CDATA[Utilizing Semantic Policies for Secure BGP Route Dissemination]]></rdfs:label>
    <pub:title><![CDATA[Utilizing Semantic Policies for Secure BGP Route Dissemination]]></pub:title>
    <pub:publishedOn rdf:datatype="&xsd;dateTime">2007-09-27T00:00:00-05:00</pub:publishedOn>
    <pub:abstract><![CDATA[Policies in BGP are expressed as routing configurations
that determine how route information is shared among
neighbors to control traffic flows across networks. This process
is 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 paper, 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 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 and polices specified which can be reasoned
over to infer the correct configurations that need to be applied
which is easy to deploy, manage and verify for consistency.]]></pub:abstract>
    <pub:counter>289</pub:counter>
    <pub:author>
       <rdf:List>
         <rdf:first><person:Student rdf:about="http://ebiquity.umbc.edu/person/html/Sethuram/Balaji/Kodeswaran/"><person:name><![CDATA[Sethuram Balaji Kodeswaran]]></person:name><rdfs:label><![CDATA[Sethuram Balaji Kodeswaran]]></rdfs:label></person:Student></rdf:first>
         <rdf:rest>
           <rdf:List>
             <rdf:first><person:PhDStudent rdf:about="http://ebiquity.umbc.edu/person/html/Palanivel/Andiappan/Kodeswaran/"><person:name><![CDATA[Palanivel Andiappan Kodeswaran]]></person:name><rdfs:label><![CDATA[Palanivel Andiappan Kodeswaran]]></rdfs:label></person:PhDStudent></rdf:first>
             <rdf:rest>
               <rdf:List>
                 <rdf:first><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></rdf:first>
                 <rdf:rest>
                   <rdf:List>
                     <rdf:first><person:AffiliatedFaculty rdf:about="http://ebiquity.umbc.edu/person/html/Filip/Perich/"><person:name><![CDATA[Filip  Perich]]></person:name><rdfs:label><![CDATA[Filip  Perich]]></rdfs:label></person:AffiliatedFaculty></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:Student rdf:about="http://ebiquity.umbc.edu/person/html/Sethuram/Balaji/Kodeswaran/"><person:name><![CDATA[Sethuram Balaji Kodeswaran]]></person:name><rdfs:label><![CDATA[Sethuram Balaji Kodeswaran]]></rdfs:label></person:Student></pub:firstAuthor>
    <pub:softCopy><pub:SoftCopy>
      <pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
      <pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/380.pdf]]></pub:softCopyURI>
      <pub:softCopySize>434671</pub:softCopySize>
    </pub:SoftCopy></pub:softCopy>
  </pub:TechReport>

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

</rdf:RDF>
