<?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:PhDStudent rdf:about="http://ebiquity.umbc.edu/person/html/Paul/McNamee/">
  <rdfs:label><![CDATA[Paul  McNamee]]></rdfs:label>
    <person:name><![CDATA[Paul  McNamee]]></person:name>
    <person:firstName><![CDATA[Paul]]></person:firstName>
    <person:lastName><![CDATA[McNamee]]></person:lastName>
    <person:biography><![CDATA[I am a member of the Research and Technology Development Center at the Johns Hopkins University Applied Physics Laboratory (JHU/APL). My group, the System and Information Sciences Group, performs works in applied computer science and has interests in distributed information access, human language technologies (e.g., information retrieval & information extraction), video surveillance, probabilistic inference and reasoning, and advanced software engineering. My technical interests are in human language technologies, especially cross-language information retrieval, and information extraction (mining information from unstructured text). ]]></person:biography>
    <person:graduationDate rdf:datatype="&xsd;dateTime">2006-12-01T00:00:00-05:00</person:graduationDate>
    <person:workContact><contact:ContactInformation>
      <contact:company><![CDATA[ Johns Hopkins University  Applied Physics Laboratory]]></contact:company>
      <contact:department><![CDATA[ Research and Technology Development Center]]></contact:department>
      <contact:city><![CDATA[ Laurel]]></contact:city>
      <contact:state><![CDATA[MD]]></contact:state>
      <contact:postalCode><![CDATA[20723-6099]]></contact:postalCode>
      <contact:phone><![CDATA[(443) 778-3816]]></contact:phone>
      <contact:fax><![CDATA[(443) 778-6904]]></contact:fax>
      <contact:email><![CDATA[ paulmac@apl.jhu.edu]]></contact:email>
      <contact:url><![CDATA[http://www.apl.jhu.edu/~paulmac/]]></contact:url>
    </contact:ContactInformation></person:workContact>
    <person:associatedWith>
      <assoc:PersonProjectAssociation>
        <assoc:project><project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/65/Cross-language-Information-Retrieval"><project:title><![CDATA[Cross language Information Retrieval]]></project:title><rdfs:label><![CDATA[Cross language Information Retrieval]]></rdfs:label></project:PastProject></assoc:project>
        <assoc:role rdf:resource="&person;PhDStudent" />
      </assoc:PersonProjectAssociation>
    </person:associatedWith>
  </person:PhDStudent>

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

</rdf:RDF>
