<?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/25/Ronin-Agent-Framework">
		<rdfs:label><![CDATA[Ronin Agent Framework]]></rdfs:label>
		<project:title><![CDATA[Ronin Agent Framework]]></project:title>
		<project:description><![CDATA[<p>
 The Ronin Agent Framework is a Jini-based distributed
  agent development framework. Ronin is designed to aid
  in the development of highly demanded "intelligent"
  distributed applications.
</p><p>
  Ronin introduces a hybrid architecture, a composition of
  agent-oriented and service-oriented architecture, for
  deploying dynamic distributed systems. The framework
  contains a number of features that distinguish it from
  comparable toolkits and frameworks, including an Agent
  Communication Language (ACL) and network protocol
  independent communication infrastructure. It also includes
  an agent proxy architecture that provides mobile agent
  behavior, a simple but powerful agent description facility
  that allows agents to find each other and an infrastructure
  that encourages the reuse of the existing non-Java AI
  applications. Deploying a Ronin agent system is
  guaranteed to be no harder than deploying a Jini-based
  distributed system.
</p><p>
  Ronin has been successfully deployed within the UMBC
  eBiquity Group as the development foundation for the
  Agents2Go project. The Ronin Agent Framework has
  been presented at the Second Jini Community Meeting in
  October 1999.
</p>]]></project:description>
		<project:startDate rdf:datatype="&xsd;dateTime">1999-12-01T00:00:00-05:00</project:startDate>
		<project:endDate rdf:datatype="&xsd;dateTime">2000-05-01T00:00:00-05:00</project:endDate>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Harry/Chen"><person:name><![CDATA[Harry Chen]]></person:name><rdfs:label><![CDATA[Harry Chen]]></rdfs:label></person:Person>
</assoc:person>
				<assoc:role rdf:resource="&person;Principal Investigator" />
				<assoc:comment><![CDATA[Part of his Master thesis]]></assoc:comment>
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<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:relatedResearchArea rdf:resource="&research;MultiAgentSystems" />
	</project:PastProject>

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

</rdf:RDF>
