<?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/16/MagicWeaver-An-Agent-Based-Simulation-Framework-For-Wireless-Sensor-Networks">
		<rdfs:label><![CDATA[MagicWeaver: An Agent Based Simulation Framework For Wireless Sensor Networks]]></rdfs:label>
		<project:title><![CDATA[MagicWeaver: An Agent Based Simulation Framework For Wireless Sensor Networks]]></project:title>
		<project:description><![CDATA[<p>There is a growing interest in the research community towards a paradigm in which computing is embedded into our daily lives. Everyday objects shall act as computing devices, enriching user experience and enhancing the environments in which we live. Sensor Networks are a step in this direction. Sensor Network research is still in its infancy, with research spanning from hardware to communication to data management and to software engineering principles. To build a strong foundation on the principles underlying sensor networks and enable rapid prototyping,we require development environments to architect these systems and tools to simulate the performance of the algorithms and techniques that we develop.</p><p>To this end, MagicWeaver aims to provide a agent-based simulation framework for wireless sensor networks. It provides abstract models for sensor tasking and communication, sensor device contraints, network topologies and the physical environment. It offers the flexibility to incorporate user-defined instantiations of these models into the runtime system. In this paper we discuss the design rationale of MagicWeaver and provide it's current status of the implementation. To experimentally verify the simulation results given by the framework, we compare three data propagation schemes, Flooding, Gossipping and SPIN.</p>]]></project:description>
		<project:startDate rdf:datatype="&xsd;dateTime">2001-09-01T00:00:00-05:00</project:startDate>
		<project:endDate rdf:datatype="&xsd;dateTime">2002-08-01T00:00:00-05:00</project:endDate>
		<project:tag><![CDATA[mobile computing]]></project:tag>
		<project:tag><![CDATA[sensor network]]></project:tag>
		<project:tag><![CDATA[simulator]]></project:tag>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/R./Cost"><person:name><![CDATA[R. Scott Cost]]></person:name><rdfs:label><![CDATA[R. Scott Cost]]></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/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/Sovrin/Tolia"><person:name><![CDATA[Sovrin Tolia]]></person:name><rdfs:label><![CDATA[Sovrin Tolia]]></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/94/MagicWeaver-An-Agent-Based-Simulation-Framework-for-Wireless-Sensor-Networks">
				<pub:title><![CDATA[MagicWeaver: An Agent-Based Simulation Framework for Wireless Sensor Networks]]></pub:title>
				<rdfs:label><![CDATA[MagicWeaver: An Agent-Based Simulation Framework for Wireless Sensor Networks]]></rdfs:label>
				<pub:booktitle><![CDATA[Workshop on Ubiquitous Agents for Mobile, Embedded and Wearable Devices]]></pub:booktitle>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2002-08-01T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Sovrin/Tolia"><person:name><![CDATA[Sovrin Tolia]]></person:name><rdfs:label><![CDATA[Sovrin Tolia]]></rdfs:label></person:Person>
				</pub:firstAuthor>
			</pub:InProceedings>
		</project:relatedPublication>
		<project:relatedResearchArea rdf:resource="&research;MobileComputing" />
		<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>
