<?xml version="1.0"?>

<rdf:RDF
  xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:daml="http://www.daml.org/2000/10/daml-ont#"
  xmlns     ="http://daml.umbc.edu/ontologies/profile-ont#"
>

<Profile rdf:about="profile">
   <FirstName>Mithun</FirstName>
   <LastName>Sheshagiri</LastName>
   <Organization>LAIT/MAPLE-UMBC</Organization>
   <Email>mits1@cs.umbc.edu</Email>
   <BioSketch></BioSketch>
   <WebPage-URI></WebPage-URI>
   <AgentContact></AgentContact>
   <OfficeAddress rdf:parseType="Resource">
      <StreetAddress></StreetAddress>
      <City></City>
      <State></State>
      <Zip></Zip>
      <Country></Country>
   </OfficeAddress>
   <PhoneNumber>410-247-2458</PhoneNumber>
   <FaxNumber></FaxNumber>
   <SMSContact></SMSContact>
   <CellNumber></CellNumber>
   <Pager></Pager>
   <Location rdf:parseType="Resource">
      <StreetAddress>4813 Fernley Square</StreetAddress>
      <City>Baltimore</City>
      <State>MD</State>
      <Zip>21227</Zip>
      <Country>USA</Country>
   </Location>
   
   <Filter rdf:parseType="Resource">
      <FilterOn>Interests</FilterOn>
      <FilterOn>Location</FilterOn>
   </Filter>
   
       <Interests>
	  <Interest>	
	    <Classification>ACM Classification</Classification>
            <Topic rdf:resource="http://daml.umbc.edu/ontologies/classification#ACMTopic/Computing_Methodologies/Artificial_Intelligence"/>
          </Interest>
       </Interests>
   
</Profile>
</rdf:RDF>
