<?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:InBook rdf:about="http://ebiquity.umbc.edu/paper/html/id/641/Wireless-Agents-in-Ad-Hoc-Networks">
		<rdfs:label><![CDATA[Wireless Agents in Ad Hoc Networks]]></rdfs:label>
		<pub:title><![CDATA[Wireless Agents in Ad Hoc Networks]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2003-06-15T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[With the current trend toward ubiquitous computing comes wireless devices capable of direct, peer-to-peer communication. Such devices will be capable of forming the nodes of ad hoc networks. In the near future, it is expected that ad hoc networks will be saturated with heterogeneous hardware and software requiring mechanisms to facilitate interoperability. At the application layer, such interoperability may be facilitated using software agents. Unfortunately, it is currently impractical to design, implement, and study device-based software agents within ad hoc networks as the required hardware and software configurations do not yet exist. In this paper, we present a software framework for developing and studying device-based software agents in the context of ad hoc networks. We refer to this framework as the Wireless Agent Simulator.]]></pub:abstract>
		<pub:counter>426</pub:counter>
		<pub:tag><![CDATA[agent]]></pub:tag>
		<pub:tag><![CDATA[artificial inteligence]]></pub:tag>
		<pub:tag><![CDATA[mobile]]></pub:tag>
		<pub:booktitle><![CDATA[Innovative Concepts for Agent-Based Systems. WRAC 2002.]]></pub:booktitle>
		<pub:publisher><![CDATA[Springer-Verlag]]></pub:publisher>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Vladimir/Korolev"><person:name><![CDATA[Vladimir Korolev]]></person:name><rdfs:label><![CDATA[Vladimir Korolev]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest>					<rdf:List>
						<rdf:first>
							<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Naveen/Srinivasan"><person:name><![CDATA[Naveen Srinivasan]]></person:name><rdfs:label><![CDATA[Naveen Srinivasan]]></rdfs:label></person:Person>
						</rdf:first>
						<rdf:rest>							<rdf:List>
								<rdf:first>
									<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Stephen/Quirolgico"><person:name><![CDATA[Stephen Quirolgico]]></person:name><rdfs:label><![CDATA[Stephen Quirolgico]]></rdfs:label></person:Person>
								</rdf:first>
								<rdf:rest rdf:resource="&rdf;nil" />
							</rdf:List>
						</rdf:rest>
					</rdf:List>
				</rdf:rest>
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Vladimir/Korolev"><person:name><![CDATA[Vladimir Korolev]]></person:name><rdfs:label><![CDATA[Vladimir Korolev]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:softCopy><pub:SoftCopy>
			<pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
			<pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/1352.pdf]]></pub:softCopyURI>
			<pub:softCopySize>573330</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:InBook>

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

</rdf:RDF>
