<?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/40/Presence-Monitoring-System">
		<rdfs:label><![CDATA[Presence Monitoring System]]></rdfs:label>
		<project:title><![CDATA[Presence Monitoring System]]></project:title>
		<project:description><![CDATA[<p><b>Objective.</b> The objective is to develop a distributed system that is capable of monitoring user presence in an office environment and reporting the updated information to the registered context brokers. This monitoring system will use different sensing techniques to detect user presence, for example, detecting the network connections made by Bluetooth devices, monitoring user logins on the UNIX servers and desktop computers, reading the RFID tags attached to the devices that a user carries, and scanning the video images produced by the wall-mount cameras. In addition to sensing, this system will use inference as a means to predicate user presence, for example, by reasoning with the appointments that are scheduled in a user]]></project:description>
		<project:startDate rdf:datatype="&xsd;dateTime">2003-11-01T00:00:00-05:00</project:startDate>
		<project:endDate rdf:datatype="&xsd;dateTime">2004-05-01T00:00:00-05:00</project:endDate>
		<project:tag><![CDATA[context]]></project:tag>
		<project:tag><![CDATA[context broker]]></project:tag>
		<project:tag><![CDATA[pervasive computing]]></project:tag>
		<project:tag><![CDATA[semantic web]]></project:tag>
		<project:tag><![CDATA[sensing]]></project:tag>
		<project:tag><![CDATA[systems]]></project:tag>
		<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;Student" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:relatedResearchArea rdf:resource="&research;ContextAwareComputing" />
		<project:relatedResearchArea rdf:resource="&research;MultiAgentSystems" />
		<project:relatedResearchArea rdf:resource="&research;SecurityTrustandPrivacy" />
		<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>
