<?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:wot="http://xmlns.com/wot/0.1/"
      >
      
<!-- Meta Information -->

<foaf:Person
 rdf:about="http://alphahelical.com/foaf/foaf.rdf#me"
 foaf:name="Keith Beckman"
 foaf:mbox_sha1sum="fdf33463d7acf1a2a3c4221156b5b4ce5c2d52a5">

<!-- My Interests -->

<foaf:interest
 rdf:nodeID="yoghurt"
 rdfs:label="Yoghurt"
 dc:description="Yoghurt is a fermented milk product originating in the Middle East, formed through the action of several species of bacteria, including Lactobacillus bulgariculs, L. acidophilus, Streptococcus thermophilus, and  Bifidobacterium bifidus. These bacteria ferment lactose to lactic acid, lowering the pH of the milk and retarding or preventing growth of other bacteria, resulting in a net preservation of the product. Yoghurt bacteria also produce an array of vitamins and flavouring compounds which, along with their enteric colonization abilities, contribute to yoghurt's beneficial health effects." />

 <foaf:interest
  rdf:nodeID="alice"
  rdfs:label="Alice's Adventures in Wonderland" />

 <foaf:interest
  rdf:nodeID="alpert"
  rdfs:label="Herb Alpert" />

 <foaf:interest
  rdf:nodeID="anachronism"
  rdfs:label="Anachronism" />

 <foaf:interest
  rdf:nodeID="blosxom"
  rdfs:label="Blosxom" />

 <foaf:interest
  rdf:nodeID="books"
  rdfs:label="Books" />

 <foaf:interest
  rdf:nodeID="bradbury"
  rdfs:label="Ray Bradbury" />

 <foaf:interest
  rdf:nodeID="calligraphy"
  rdfs:label="Calligraphy" />

 <foaf:interest
  rdf:nodeID="calvin"
  rdfs:label="Calvin and Hobbes" />

 <foaf:interest
  rdf:nodeID="cheesemaking"
  rdfs:label="Cheesemaking" />

 <foaf:interest
  rdf:nodeID="classicalmusic"
  rdfs:label="Classical Music" />

 <foaf:interest
  rdf:nodeID="cooking"
  rdfs:label="Cooking" />

 <foaf:interest
  rdf:nodeID="drama"
  rdfs:label="Drama" />

 <foaf:interest
  rdf:nodeID="homeschooling"
  rdfs:label="Homeschooling" />

 <foaf:interest
  rdf:nodeID="ink"
  rdfs:label="Homemade Ink" />

 <foaf:interest
  rdf:nodeID="kefir"
  rdfs:label="Kefir" />

 <foaf:interest
  rdf:nodeID="mac"
  rdfs:label="Macintosh" />

 <foaf:interest
  rdf:nodeID="numismatics"
  rdfs:label="Numismatics" />

 <foaf:interest
  rdf:nodeID="perl"
  rdfs:label="PERL" />

 <foaf:interest
  rdf:nodeID="philately"
  rdfs:label="Philately" />

 <foaf:interest
  rdf:nodeID="philosophy"
  rdfs:label="Philosophy" />

 <foaf:interest
  rdf:nodeID="php"
  rdfs:label="PHP" />

 <foaf:interest
  rdf:nodeID="piano"
  rdfs:label="Piano" />

 <foaf:interest
  rdf:nodeID="pinhole"
  rdfs:label="Pinhole Photography" />

 <foaf:interest
  rdf:nodeID="procrastination"
  rdfs:label="Procrastination" />

 <foaf:interest
  rdf:nodeID="ragtime"
  rdfs:label="Ragtime" />

 <foaf:interest
  rdf:nodeID="refinishing"
  rdfs:label="Furniture Refinishing" />

 <foaf:interest
  rdf:nodeID="rubaiyat"
  rdfs:label="The Rubaiyat of Omar Khayyam" />

 <foaf:interest
  rdf:nodeID="sheetmusic"
  rdfs:label="Sheet Music" />

 <foaf:interest
  rdf:nodeID="theology"
  rdfs:label="Theology, Fundamental Baptist" />

 <foaf:interest
  rdf:nodeID="voice"
  rdfs:label="Voice" />

 <foaf:interest
  rdf:nodeID="webdesign"
  rdfs:label="Web Design" />

 <foaf:interest
  rdf:nodeID="writing"
  rdfs:label="Writing" />

 <foaf:interest
  rdf:nodeID="yeast"
  rdfs:label="Yeast" />


</foaf:Person>

<!-- Resources about my Interests -->

<rdf:Bag rdf:nodeID="yoghurt">

 <foaf:page>
  <rdf:Description
  rdf:about="http://biology.clc.uc.edu/Fankhauser/Cheese/yogurt_making/YOGURT2000.htm"
  dc:title="Yoghurt Making Illustrated"
  dc:description="David Fankhauser is a Biology and Chemistry professor at the University of Cincinatti, and as such, I trust him to tell me how to safely grow and consume beneficial bacteria."
>
  <dc:creator
   foaf:name="David Fankhauser"
   foaf:mbox="mailto:fankhadb@uc.edu"
   />
  </rdf:Description>
 </foaf:page>

</rdf:Bag>

</rdf:RDF>


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