<?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 foaf "http://xmlns.com/foaf/0.1/">
  <!ENTITY contact "http://www.w3.org/2000/10/swap/pim/contact#">
  <!ENTITY air "http://www.daml.org/2001/10/html/airport-ont#">
  <!ENTITY dc "http://purl.org/dc/elements/1.1/">
  <!ENTITY pos "http://www.w3.org/2003/01/geo/wgs84_pos#">
  <!ENTITY wn "http://xmlns.com/wordnet/1.6/">]>

<!--
  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:foaf = "&foaf;"
  xmlns:contact = "&contact;"
  xmlns:air = "&air;"
  xmlns:dc = "&dc;"
  xmlns:pos = "&pos;"
  xmlns:wn = "&wn;">
<rdf:Description rdf:about=''>
 <dc:title>FOAF for James A. Hendler</dc:title>
 <rdfs:label>FOAF for James A. Hendler</rdfs:label>
 <dc:description>Friend-of-a-Friend description for James A. Hendler</dc:description>
</rdf:Description>
<foaf:Person>
 <foaf:name>James A. Hendler</foaf:name>
 <foaf:firstName>James</foaf:firstName>
 <foaf:surname>Hendler</foaf:surname>
 <foaf:publications>http://ebiquity.umbc.edu/papers/select/person/James/Hendler/</foaf:publications>
 <foaf:homepage rdf:resource="http://www.cs.umd.edu/~hendler/"/>
 <foaf:workInfoHomepage rdf:resource="http://www.cs.umd.edu/~hendler/"/>
 <foaf:depiction rdf:resource="http://ebiquity.umbc.edu/faces/242.gif"/>
 <foaf:knows>
  <foaf:Person>
   <foaf:name>Tim  Finin</foaf:name>
   <foaf:mbox rdf:resource="mailto:finin@cs.umbc.edu"/>
   <foaf:seeAlso rdf:resource="http://ebiquity.umbc.edu/person/foaf/Tim/Finin/foaf.rdf" />
  </foaf:Person>
 </foaf:knows>

 <foaf:knows>
  <foaf:Person>
   <foaf:name>Lalana  Kagal</foaf:name>
   <foaf:mbox rdf:resource="mailto:lkagal1@cs.umbc.edu"/>
   <foaf:seeAlso rdf:resource="http://ebiquity.umbc.edu/person/foaf/Lalana/Kagal/foaf.rdf" />
  </foaf:Person>
 </foaf:knows>

</foaf:Person>

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

</rdf:RDF>
