<?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/Ron/Brachman/">
  <rdfs:label><![CDATA[Ron  Brachman]]></rdfs:label>
    <person:face><![CDATA[http://ebiquity.umbc.edu/faces/206.jpeg]]></person:face>
    <person:name><![CDATA[Ron  Brachman]]></person:name>
    <person:firstName><![CDATA[Ron]]></person:firstName>
    <person:lastName><![CDATA[Brachman]]></person:lastName>
    <person:biography><![CDATA[Ron Brachman is the Director of the Information Processing
Technology Office at the Defense Advanced Research Projects
Agency (DARPA).  Prior to joining DARPA, Dr. Brachman was a
Research Vice President at AT&T Labs and previously, at Bell
Labs.  His laboratory performed research in IP communications
services and supporting technologies, including secure
systems, human-computer interaction, and artificial
intelligence.  Prior to joining Bell Labs in 1985,
Dr. Brachman was instrumental in the design and implementation
of several wellknown knowledge representation systems and his
work formed the basis for an entire subfield of research in AI
(Description Logics).  He received the B.S.E.E. degree from
Princeton University (1971), and S.M. and Ph.D. degrees in
Applied Mathematics from Harvard University (1972, 1977).
<p>
Dr. Brachman is currently President of the American
Association for Artificial Intelligence (AAAI).  He has been
Program Chair of the National Conference on Artificial
Intelligence, is the co-editor of several books, and with
Hector Levesque and Ray Reiter in 1989 founded a series of
International Conferences on Principles of Knowledge
Representation and Reasoning, which continue to this day.  He
served as Secretary-Treasurer for the International Joint
Conferences on Artificial Intelligence from 1993 to 2002.  He
has published numerous technical papers, has won a Best Paper
award, and is about to finish a textbook on knowledge
representation and reasoning.  He is a Founding Fellow of
AAAI, and was inducted as a Fellow of the Association for
Computing Machinery in 1999.
]]></person:biography>
    <person:workContact><contact:ContactInformation>
      <contact:company><![CDATA[DARPA]]></contact:company>
      <contact:department><![CDATA[IPTO]]></contact:department>
      <contact:url><![CDATA[http://www.brachman.org/]]></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>
