<?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 Brian  Blake</dc:title>
 <rdfs:label>FOAF for Brian  Blake</rdfs:label>
 <dc:description>Friend-of-a-Friend description for Brian  Blake</dc:description>
</rdf:Description>
<foaf:Person>
 <foaf:name>Brian  Blake</foaf:name>
 <foaf:firstName>Brian</foaf:firstName>
 <foaf:surname>Blake</foaf:surname>
 <foaf:mbox rdf:resource="mailto:blakeb@georgetown.edu"/>
 <foaf:publications>http://ebiquity.umbc.edu/papers/select/person/Brian/Blake/</foaf:publications>
 <foaf:homepage rdf:resource="http://www.cs.georgetown.edu/~blakeb/"/>
 <foaf:workInfoHomepage rdf:resource="http://www.cs.georgetown.edu/~blakeb/"/>
 <foaf:depiction rdf:resource="http://ebiquity.umbc.edu/faces/385.jpeg"/>
</foaf:Person>

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

</rdf:RDF>
