<?xml version="1.0" encoding="UTF-8"?>
<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="jerenkrantz">
  <foaf:name>Justin Erenkrantz</foaf:name>
  <foaf:givenname>Justin</foaf:givenname>
  <foaf:family_name>Erenkrantz</foaf:family_name>
  <foaf:depiction rdf:resource="http://www.erenkrantz.com/Images/JustinSmall.jpg"/>
  <foaf:mbox rdf:resource="mailto:justin@erenkrantz.com"/>
  <foaf:homepage rdf:resource="http://www.erenkrantz.com/"/>
  <foaf:based_near>
    <geo:Point>
      <geo:lat>33.64299023</geo:lat>
      <geo:long>-117.83390666</geo:long>
    </geo:Point>
  </foaf:based_near>
  <foaf:holdsAccount>
    <foaf:OnlineAccount>
      <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/OnlineChatAccount"/>
      <foaf:accountServiceHomepage rdf:resource="http://www.freenode.net/irc_servers.shtml"/>
      <foaf:accountName>jerenkrantz</foaf:accountName>
    </foaf:OnlineAccount>
  </foaf:holdsAccount>
  <foaf:weblog>
    <foaf:Document rdf:about="http://weblog.erenkrantz.com/">
      <dc:title>Feathers, Rangers, and Ivory Towers</dc:title>
      <rdfs:seeAlso>
        <rss:channel rdf:about="http://weblog.erenkrantz.com/weblog/index.atom"/>
      </rdfs:seeAlso>
    </foaf:Document>
  </foaf:weblog>
  <foaf:currentProject>
    <doap:Project>
    <pm:name>Apache Portable Runtime</pm:name>
    <pm:homepage rdf:resource="http://apr.apache.org/"/>
    </doap:Project>
  </foaf:currentProject>
  <foaf:currentProject>
    <doap:Project>
    <pm:name>Apache HTTP Server</pm:name>
    <pm:homepage rdf:resource="http://httpd.apache.org/"/>
    </doap:Project>
  </foaf:currentProject>
  <foaf:currentProject>
    <doap:Project>
    <pm:name>Subversion</pm:name>
    <pm:homepage rdf:resource="http://subversion.apache.org/"/>
    </doap:Project>
  </foaf:currentProject>
  <foaf:currentProject>
    <doap:Project>
    <pm:name>Serf</pm:name>
    <pm:homepage rdf:resource="http://code.google.com/p/serf/"/>
    </doap:Project>
  </foaf:currentProject>
</foaf:Person>
</rdf:RDF>
