<?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 contact "http://ebiquity.umbc.edu/ontology/contact.owl#">
  <!ENTITY assoc "http://ebiquity.umbc.edu/ontology/association.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:contact = "&contact;"
  xmlns:assoc = "&assoc;"
  xmlns:assert = "&assert;">
  <person:GuestSpeaker rdf:about="http://ebiquity.umbc.edu/person/html/Nabil/Adam/">
  <rdfs:label><![CDATA[Nabil  Adam]]></rdfs:label>
    <person:face><![CDATA[http://ebiquity.umbc.edu/faces/458.jpeg]]></person:face>
    <person:name><![CDATA[Nabil  Adam]]></person:name>
    <person:firstName><![CDATA[Nabil]]></person:firstName>
    <person:lastName><![CDATA[Adam]]></person:lastName>
    <person:biography><![CDATA[Dr. Adam is a Professor of Computers and Information Systems; the Founding Director of the Rutgers University Center for Information Management, Integration and Connectivity (CIMIC); past Director of the Meadowlands Environmental Research Institute; and the Director of the recently established information Technology for Emergency mAnageMent (i-TEAM) Research Laboratory at Rutgers. Dr. Adam has published over 100 technical papers covering such topics as information management, information security and privacy, data mining, Web services and modeling & simulation. His papers appeared in referred journals and conference proceedings including, IEEE Transactions on Software Engineering, IEEE Transactions on Knowledge and Data Engineering, ACM Computing Surveys, Communications of the ACM, Journal of Management Information Systems, and International Journal of Intelligent and Cooperative Information Systems. He has co-authored/co-edited ten books. Dr. Adam is the co-founder and the Executive-Editor-in-Chief of the International Journal on Digital Libraries and serves on the editorial board of a number of journals including Journal of Management Information Systems, and the Journal of Electronic Commerce. He is also the co-founder and past chair of the IEEE Technical Committee on Digital Libraries.]]></person:biography>
    <person:workContact><contact:ContactInformation>
      <contact:company><![CDATA[Rutgers University]]></contact:company>
      <contact:department><![CDATA[Department of Management Science and Information Systems ]]></contact:department>
      <contact:city><![CDATA[Newark]]></contact:city>
      <contact:state><![CDATA[New Jersey]]></contact:state>
      <contact:postalCode><![CDATA[07102]]></contact:postalCode>
      <contact:email><![CDATA[adam@adam.rutgers.edu]]></contact:email>
      <contact:url><![CDATA[http://cimic.rutgers.edu/~adam/]]></contact:url>
    </contact:ContactInformation></person:workContact>
  </person:GuestSpeaker>

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

</rdf:RDF>

