<?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 person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
	<!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
	<!ENTITY assoc "http://ebiquity.umbc.edu/ontology/association.owl#">
	<!ENTITY research "http://ebiquity.umbc.edu/ontology/research.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:person = "&person;"
		xmlns:project = "&project;"
		xmlns:pub = "&pub;"
		xmlns:assoc = "&assoc;"
		xmlns:research = "&research;"
		xmlns:assert = "&assert;">
	<project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/67/RAP-RDF-Access-control-Policiies">
		<rdfs:label><![CDATA[RAP: RDF Access-control Policiies]]></rdfs:label>
		<project:title><![CDATA[RAP: RDF Access-control Policiies]]></project:title>
		<project:description><![CDATA[Resource Description Format (RDF ) stores have been paving way for many semantic web application, but the current evolution of these stores primarily focus on efficient searching of triples and storing colossal number of  triples. Little focus is given to the how triples would be maintained or how access to these triple would be controlled.  In his project  we prototype an RDF store  interface with complete maintenance capabilities and access control.  We also propose a policy based access control model for an RDF store, to provide control over the various actions possible on an RDF store. We also discuss on how the Hypertext Transport Protocol (HTTP) and its extensions can be used to provide communication with the store.

The basic framework will allow an agent (person or program) to perform various actions inserting, deleting, searching on an RDF store and the policy is used to decide if the action is permitted or prohibited]]></project:description>
		<project:startDate rdf:datatype="&xsd;dateTime">2004-10-01T00:00:00-05:00</project:startDate>
		<project:endDate rdf:datatype="&xsd;dateTime">2005-06-01T00:00:00-05:00</project:endDate>
		<project:logoURI><![CDATA[http://ebiquity.umbc.edu/media/projectIcons/67.jpeg]]></project:logoURI>
		<project:tag><![CDATA[acess control]]></project:tag>
		<project:tag><![CDATA[policy]]></project:tag>
		<project:tag><![CDATA[rdf store]]></project:tag>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><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>
</assoc:person>
				<assoc:role rdf:resource="&person;Faculty" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><person:Person 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:Person>
</assoc:person>
				<assoc:role rdf:resource="&person;Student" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:relatedPublication>
			<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/219/Policy-based-Access-Control-for-a-RDF-Store">
				<pub:title><![CDATA[Policy based Access Control for a RDF Store]]></pub:title>
				<rdfs:label><![CDATA[Policy based Access Control for a RDF Store]]></rdfs:label>
				<pub:booktitle><![CDATA[Proceedings of the Policy Management for the Web Workshop]]></pub:booktitle>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2005-05-10T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><person:Person 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:Person>
				</pub:firstAuthor>
			</pub:InProceedings>
		</project:relatedPublication>
		<project:relatedResource>
		<pub:Resource rdf:about="http://ebiquity.umbc.edu/paper/html/id/219/Policy-based-Access-Control-for-a-RDF-Store">
			<pub:type><![CDATA[Presentation]]></pub:type>
			<pub:title><![CDATA[Policy based Access Control for a RDF Store]]></pub:title>
			<rdfs:label><![CDATA[Policy based Access Control for a RDF Store]]></rdfs:label>
			<pub:publishedOn rdf:datatype="&xsd;dateTime">2005-05-10T00:00:00-05:00</pub:publishedOn>
		</pub:Resource>
		</project:relatedResource>
		<project:relatedResearchArea rdf:resource="&research;SemanticWeb" />
		<project:relatedResearchArea rdf:resource="&research;Webbasedinformationsystems" />
	</project:PastProject>

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

</rdf:RDF>
