<?xml version="1.0"?>
<rdf:RDF
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:foaf="http://xmlns.com/foaf/0.1/"
      xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
      xmlns:pm="http://www.web-semantics.org/ns/pm#"
      xmlns:wot="http://xmlns.com/wot/0.1/"
      xmlns:rss="http://purl.org/rss/1.0/"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:doap="http://usefulinc.com/ns/doap#"
>
<foaf:Person rdf:ID="hossman">

<foaf:name>Chris Hostetter</foaf:name>
<foaf:nick>Hoss</foaf:nick>
<foaf:givenname>Chris</foaf:givenname>
<foaf:family_name>Hostetter</foaf:family_name>
<foaf:workplaceHomepage rdf:resource="http://www.lucidimagination.com/"/>
<foaf:homepage rdf:resource="http://people.apache.org/~hossman/"/>
<foaf:depiction rdf:resource="http://people.apache.org/~hossman/norm.gif"/>
<foaf:weblog>
  <foaf:Document rdf:about="http://www.lucidimagination.com/blog/author/hossman/">
    <dc:title>Hoss'ss Solr Blog</dc:title>
    <rdfs:seeAlso>
      <rss:channel rdf:about="http://www.lucidimagination.com/blog/author/hossman/feed/rss/"/>
    </rdfs:seeAlso>
  </foaf:Document>
</foaf:weblog>
<foaf:weblog>
  <foaf:Document rdf:about="http://twitter.com/_hossman">
    <dc:title>Hoss'ss Tweets</dc:title>
    <rdfs:seeAlso>
      <rss:channel rdf:about="http://twitter.com/statuses/user_timeline/_hossman.rss"/>
    </rdfs:seeAlso>
  </foaf:Document>
</foaf:weblog>
<foaf:based_near>
 <geo:Point>
  <geo:lat>38.567093</geo:lat>
  <geo:long>-121.446476</geo:long>
 </geo:Point>
</foaf:based_near>
<foaf:based_near>
 <geo:Point>
  <geo:lat>37.560324</geo:lat>
  <geo:long>-122.15022</geo:long>
 </geo:Point>
</foaf:based_near>
<foaf:currentProject>
 <doap:Project>
  <pm:name>Apache Lucene</pm:name>
  <pm:homepage rdf:resource="http://lucene.apache.org/"/>
 </doap:Project>
</foaf:currentProject>
</foaf:Person>
</rdf:RDF>

