<?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#"
>

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

<foaf:currentProject
 rdf:resource="http://wellsroadbaptist.org"
 dc:title="Wells Road Baptist Church website"
 dc:description="I'm working on the development of my church's website."
 />

<foaf:currentProject
 rdf:resource="http://clarksprinting.com"
 dc:title="Clark's Printing website"
 dc:description="A client for whom I'm still doing all the maintenance."
 />

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


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