<?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/28/mNote-Anywhere-Anytime-Classroom">
    <rdfs:label><![CDATA[mNote: Anywhere, Anytime Classroom]]></rdfs:label>
    <project:title><![CDATA[mNote: Anywhere, Anytime Classroom]]></project:title>
    <project:description><![CDATA[The mNote system is a wireless mobile multimedia appliance, a next
generation educational tool-kit, combining the traditional chalk-and-board
teaching method with the latest wireless ad hoc network technology and
multimedia processing capabilities.  This allows it to download an
instructor's slides or presentation on the spot, capture both the
instructor's handwritten notes and the student's comments on fly, and
retrieve multimedia lecture content on demand.  In addition to this, the
mNote system can synchronize a student's private lecture notes with the
notes in the public domain including the instructor's notes, slides, and
AV record of the lecture.  Furthermore, the mNote system integrates a
client capability detection module at the server side, which enables the
server to provide suitable lecture content according to different client
devices.
]]></project:description>
    <project:startDate rdf:datatype="&xsd;dateTime">2001-05-01T00:00:00-05:00</project:startDate>
    <project:endDate rdf:datatype="&xsd;dateTime">2002-12-01T00:00:00-05:00</project:endDate>
    <project:associatedWith>
      <assoc:PersonProjectAssociation>
        <assoc:person><person:PrincipalFaculty 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:PrincipalFaculty></assoc:person>
        <assoc:role rdf:resource="&person;Faculty" />
      </assoc:PersonProjectAssociation>
    </project:associatedWith>
    <project:associatedWith>
      <assoc:PersonProjectAssociation>
        <assoc:person><person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Michelle/Shu/Yang/"><person:name><![CDATA[Michelle Shu Yang]]></person:name><rdfs:label><![CDATA[Michelle Shu Yang]]></rdfs:label></person:Alumnus></assoc:person>
        <assoc:role rdf:resource="&person;Student" />
      </assoc:PersonProjectAssociation>
    </project:associatedWith>
    <project:relatedResearchArea rdf:resource="&research;ContextAwareComputing" />
    <project:relatedResearchArea rdf:resource="&research;MobileComputing" />
  </project:PastProject>

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

</rdf:RDF>

