<?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:dc="http://purl.org/dc/elements/1.1/"
      xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
      xmlns:owl="http://www.w3.org/2002/07/owl#"
      xmlns:contact="http://www.w3.org/2000/10/swap/pim/contact#"
      xmlns:wot="http://xmlns.com/wot/0.1/"    
      xmlns:bio="http://purl.org/vocab/bio/0.1/"
      xmlns:lang="http://purl.org/net/inkel/rdf/schemas/lang/1.1#"
      xmlns:role="http://purl.oclc.org/NET/ROLE#"
>

<!-- Meta, sorta -->

<foaf:PersonalProfileDocument rdf:about="">
 <foaf:maker rdf:nodeID="me" />
 <foaf:primaryTopic rdf:nodeID="me" />
 <!-- wot:assurance rdf:resource="http://alphahelical.com/foaf/foaf.asc" /
   And other WOT stuff . . . -->
</foaf:PersonalProfileDocument>

<foaf:Person rdf:nodeID="me">
 <foaf:isPrimaryTopicOf rdf:resource="" />
 
<!-- Personal Information -->

 <foaf:name xml:lang="en">Keith Beckman</foaf:name>
 <foaf:title>Mr</foaf:title>
 <foaf:nick>kbeckman</foaf:nick>
 <foaf:mbox rdf:resource="mailto:kb atmark alphahelical fullstop com" />
 <foaf:mbox_sha1sum>fdf33463d7acf1a2a3c4221156b5b4ce5c2d52a5</foaf:mbox_sha1sum>
 <foaf:homepage rdf:resource="http://alphahelical.com" />
 <foaf:weblog rdf:resource="http://blog.alphahelical.com" />
 <foaf:tipjar rdf:resource="http://www.amazon.co.uk/exec/obidos/wishlist/1UWOZ1WM2Z5NV" />

<!-- Biographical Information -->

 <foaf:plan>Getting my Ph.D., and doing web design and cheesemaking on the side.</foaf:plan>
 <foaf:myersBriggs>INTP</foaf:myersBriggs>
 <foaf:dnaChecksum>What to put here, eh?</foaf:dnaChecksum>
 <lang:masters>en</lang:masters>
 <lang:reads>es</lang:reads>
 <!-- bio:olb></bio:olb -->

 <foaf:based_near> 
  <geo:Point geo:lat="33.482303" geo:long="-82.036015" rdf:nodeID="augusta" /> 
 </foaf:based_near>

 <rdfs:seeAlso rdf:resource="http://alphahelical.com/foaf/interests.rdf" dc:title="Keith Beckman's Interests" dc:description="A separate RDF file containing my many interests."/>

<!-- My Church -->

<role:hasRole rdf:nodeID="churchMembership"
  role:Role="http://xmlns.com/wordnet/1.6/Member" role:type="general"
  role:Group="http://wellsroadbaptist.org" />

<!-- Work and School -->

 <foaf:workplaceHomepage rdf:resource="http://www.mcg.edu" />
 <foaf:workInfoHomepage rdf:resource="http://alphahelical.com/foaf/mcg" />

 <foaf:schoolHomepage>
  <foaf:Organization rdf:about="http://www.mcg.edu"
   foaf:name="Medical College of Georgia"
   dc:description="Georgia's Health Sciences University: I am currently a Ph.D. student in Biomedical Sciences here."
   />
 </foaf:schoolHomepage>

 <foaf:schoolHomepage>
  <foaf:Organization rdf:about="http://pcci.edu"
   foaf:name="Pensacola Christian College"
   dc:description="A Christian liberal arts institution. I hold a B.S. in Biology (2005) from here."
   />
 </foaf:schoolHomepage>


<!-- Projects and Other Ephemera -->

<rdfs:seeAlso
 rdf:resource="http://alphahelical.com/foaf/projects.rdf"
 rdf:type="http://xmlns.com/wordnet/1.6/Agglomeration-1" />

<!-- foaf:interest rdf:resource="" dc:title="" dc:description=""/-->

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


<!-- This document contains the text of http://alphahelical.com/foaf/foaf.rdf -->