<?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 event "http://ebiquity.umbc.edu/ontology/event.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.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:event = "&event;"
		xmlns:person = "&person;"
		xmlns:assert = "&assert;">
	<event:Event rdf:about="http://ebiquity.umbc.edu/event/html/id/43/-Intelligent-Agents-meet-the-Semantic-Web-in-the-Aether">
		<rdfs:label><![CDATA["Intelligent Agents meet the Semantic Web in the Aether]]></rdfs:label>
		<event:title><![CDATA["Intelligent Agents meet the Semantic Web in the Aether]]></event:title>
		<event:startDate rdf:datatype="&xsd;dateTime">2004-07-20T13:00:00-05:00</event:startDate>
		<event:location><![CDATA[2004 Open Cougaar COnference, New York City]]></event:location>
		<event:abstract><![CDATA[The concept of an agent is ubiquitous in Computer Science. We employ it to talk about and to model a wide range of things from physical robots, to modules in client-server architectures, to human, to Internet-based information retrieval programs, to intelligent personal assistants. During the past decade a "software agents" paradigm has
emerged which views agents as autonomous, cooperating processes which use rich agent communication languages to exchange information and knowledge and to coordinate their activities.  This has been seen as a way to capitalize on
the opportunities (and solve many of the problems) created by the revolution brought about by the Internet and Web.
<p>
The vision has not yet materialized. Was it an example of an AI dream or "irrational exuberance" of the dot com era. I'll argue that the vision is still a good one and will describe how two new components might re-invigorate it.  The first is the semantic web -- "an extension of the current
web in which information is given well-defined meaning, better enabling computers and people to work in cooperation."  The second is emergence of pervasive computing environments with requirements that multiagent systems are well suited to address.  The argument will be illustrated using examples of current research at UMBC.]]></event:abstract>
		<event:tag><![CDATA[agent]]></event:tag>
		<event:tag><![CDATA[pervasive computing]]></event:tag>
		<event:tag><![CDATA[semantic web]]></event:tag>
		<assert:eventPptSlides rdf:resource="http://ebiquity.umbc.edu/resource/html/id/40/Intelligent-Agents-meet-the-Semantic-Web-in-the-Aether-july-20-2004-" />
	</event:Event>

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

</rdf:RDF>
