<?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:Proposal rdf:about="http://ebiquity.umbc.edu/project/html/id/41/OWL-Rules-Language-Translator">
		<rdfs:label><![CDATA[OWL Rules Language Translator]]></rdfs:label>
		<project:title><![CDATA[OWL Rules Language Translator]]></project:title>
		<project:description><![CDATA[Implement a translator from the proposed <a href="http://www.daml.org/rules/proposal/">  OWL Rules Language </a> to one or more common rules languages such as Prolog and Jess.  Investigate the application to the Rei policy language. For more information, contact <a href="mailto:finin@umbc.edu">Tim FInin</a>]]></project:description>
		<project:startDate rdf:datatype="&xsd;dateTime">2003-12-01T00:00:00-05:00</project:startDate>
		<project:endDate rdf:datatype="&xsd;dateTime">2004-12-01T00:00:00-05:00</project:endDate>
		<project:relatedPublication>
			<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/103/SweetJess-Translating-DamlRuleML-to-Jess">
				<pub:title><![CDATA[SweetJess: Translating DamlRuleML to Jess]]></pub:title>
				<rdfs:label><![CDATA[SweetJess: Translating DamlRuleML to Jess]]></rdfs:label>
				<pub:booktitle><![CDATA[RuleML 2002, Proceedings of the International Workshop on Rule Markup Languages for Business Rules on the Semantic Web]]></pub:booktitle>
				<pub:publisher><![CDATA[CEUR-WS.org]]></pub:publisher>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2002-06-24T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Mahesh/Gandhe"><person:name><![CDATA[Mahesh Gandhe]]></person:name><rdfs:label><![CDATA[Mahesh Gandhe]]></rdfs:label></person:Person>
				</pub:firstAuthor>
			</pub:InProceedings>
		</project:relatedPublication>
		<project:relatedResearchArea rdf:resource="&research;SemanticWeb" />
	</project:Proposal>

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

</rdf:RDF>
