<?xml version="1.0"?>

<!-- vim: set fdm=marker: -->

<!-- Root element {{{1 -->

<rdf:RDF
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:rss="http://purl.org/rss/1.0/">


	<!-- About this document {{{1 -->

	<foaf:PersonalProfileDocument rdf:about="">
		<foaf:maker rdf:nodeID="me"/>
		<foaf:primaryTopic rdf:nodeID="me"/>
	</foaf:PersonalProfileDocument>

	<foaf:Person rdf:nodeID="me">

		<!-- Personal information {{{1 -->

		<foaf:title>Mr</foaf:title>
		<foaf:name>Wouter Bolsterlee</foaf:name>
		<foaf:givenname>Wouter</foaf:givenname>
		<foaf:family_name>Bolsterlee</foaf:family_name>
		<foaf:nick>uws</foaf:nick>
		<foaf:mbox_sha1sum>d2d0a24fd53bb2a46f5a9401df073c6f2ae605e6</foaf:mbox_sha1sum>
		<foaf:homepage rdf:resource="http://uwstopia.nl/"/>
		<foaf:weblog rdf:resource="http://uwstopia.nl/blog"/>


		<!-- Other resources {{{1 -->

		<rdfs:seeAlso>
			<rss:channel rdf:about="http://uwstopia.nl/blog/">
				<dc:format>application/xhtml+xml</dc:format>
				<dc:title>Weblog (Wouter Bolsterlee)</dc:title>
				<dc:creator rdf:nodeID="me" />
			</rss:channel>
		</rdfs:seeAlso>

		<rdfs:seeAlso>
			<rss:channel rdf:about="http://uwstopia.nl/blog/feed/">
				<dc:format>application/rss+xml</dc:format>
				<dc:title>Weblog in RSS (Wouter Bolsterlee)</dc:title>
				<dc:creator rdf:nodeID="me" />
			</rss:channel>
		</rdfs:seeAlso>


		<!-- List of people I know {{{1 -->

		<foaf:knows>

			<foaf:Person>
				<foaf:name>Berend van Berkum</foaf:name>
				<foaf:mbox_sha1sum>0cc715f45d5a86c134f9192722f7adef9dc63488</foaf:mbox_sha1sum>
				<rdfs:seeAlso rdf:resource="http://dotmpe.com/foaf.rdf"/>
			</foaf:Person>

		</foaf:knows>

	</foaf:Person>

</rdf:RDF>
