<?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/219/Policy-based-Access-Control-for-a-RDF-Store">
    <rdfs:label><![CDATA[Policy based Access Control for a RDF Store]]></rdfs:label>
    <pub:title><![CDATA[Policy based Access Control for a RDF Store]]></pub:title>
    <pub:publishedOn rdf:datatype="&xsd;dateTime">2005-05-10T00:00:00-05:00</pub:publishedOn>
    <pub:abstract><![CDATA[Resource Description Format (RDF) stores have formed an essen-tial part of many semantic web applications.  Current RDF store systems have primarily focused on efficiently storing and query-ing large numbers of triples. Little attention has been given to how triples would be updated and maintained or how access to store can be controlled. In this paper we describe the motivation for an RDF store with complete maintenance capabilities and access control.  We propose a policy based access control model providing control over the various actions possible on an RDF store. Finally, we discuss on how the Hypertext Transport Proto-col (HTTP) and its extensions can be used to provide communica-tion with the store.]]></pub:abstract>
    <pub:series><![CDATA[A WWW 2005 Workshop]]></pub:series>
    <pub:pages><![CDATA[78-83]]></pub:pages>
    <pub:organization><![CDATA[W3C]]></pub:organization>
    <pub:counter>1056</pub:counter>
    <pub:googleKey>RU-W8NvOKTQJ</pub:googleKey>
    <pub:googleCitations>20</pub:googleCitations>
    <pub:booktitle><![CDATA[Proceedings of the Policy Management for the Web Workshop]]></pub:booktitle>
    <pub:author>
       <rdf:List>
         <rdf:first><person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Pavan/Reddivari/"><person:name><![CDATA[Pavan  Reddivari]]></person:name><rdfs:label><![CDATA[Pavan  Reddivari]]></rdfs:label></person:MSAlumnus></rdf:first>
         <rdf:rest>
           <rdf:List>
             <rdf:first><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></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:resource="&rdf;nil" />
               </rdf:List>
             </rdf:rest>
           </rdf:List>
         </rdf:rest>
       </rdf:List>
    </pub:author>
    <pub:firstAuthor><person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Pavan/Reddivari/"><person:name><![CDATA[Pavan  Reddivari]]></person:name><rdfs:label><![CDATA[Pavan  Reddivari]]></rdfs:label></person:MSAlumnus></pub:firstAuthor>
    <pub:relatedProject><project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/67/RAP-RDF-Access-control-Policiies"><project:title><![CDATA[RAP: RDF Access-control Policiies]]></project:title><rdfs:label><![CDATA[RAP: RDF Access-control Policiies]]></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/157.pdf]]></pub:softCopyURI>
      <pub:softCopySize>62661</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>
