<?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="yonik">

<foaf:name>Yonik Seeley</foaf:name>
<foaf:givenname>Yonik</foaf:givenname>
<foaf:family_name>Seeley</foaf:family_name>
<foaf:homepage rdf:resource="http://people.apache.org/~yonik/"/>
<foaf:currentProject>
 <doap:Project>
  <pm:name>Apache Solr</pm:name>
  <pm:homepage rdf:resource="http://lucene.apache.org/solr/"/>
 </doap:Project>
</foaf:currentProject>
<foaf:currentProject>
 <doap:Project>
  <pm:name>Apache Lucene Java</pm:name>
  <pm:homepage rdf:resource="http://lucene.apache.org/java/"/>
 </doap:Project>
</foaf:currentProject>

</foaf:Person>
</rdf:RDF>
