<?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:bio="http://purl.org/vocab/bio/0.1/"
	xmlns:dc="http://purl.org/dc/elements/1.1/">
	
	<foaf:PersonalProfileDocument rdf:about="">
		<foaf:maker rdf:resource="#trevor-morris"/>
		<foaf:primaryTopic rdf:resource="#trevor-morris"/>
	</foaf:PersonalProfileDocument>
	
	<foaf:Person rdf:ID="trevor-morris">
		<foaf:title>Mr</foaf:title>
		<foaf:name>Trevor Morris</foaf:name>

		<foaf:givenName>Trevor</foaf:givenName>
		<foaf:familyName>Morris</foaf:familyName>
		<foaf:nick>trovster</foaf:nick>
		<foaf:birthday>09-14</foaf:birthday>
		<foaf:gender>male</foaf:gender>
		<foaf:mbox_sha1sum>b4e7b3f0edf8eeffc3242d6a024d20845b4c6790</foaf:mbox_sha1sum>
		<foaf:depiction rdf:resource="http://www.gravatar.com/avatar/f6489f4e94f05c25d2357a7c8638645d?s=500" />	
		<foaf:thumbnail rdf:resource="http://www.gravatar.com/avatar/f6489f4e94f05c25d2357a7c8638645d?s=128" />	
	
		<foaf:homepage rdf:resource="http://www.trovster.com" dc:title="trovster.com" />
		<foaf:weblog rdf:resource="http://www.trovster.com/blog" dc:title="trovster.com" />
		<foaf:workplaceHomepage rdf:resource="http://www.madebysurface.co.uk" dc:title="Surface" />
		
		<foaf:interest rdf:resource="http://www.multipack.co.uk" dc:title="The Multipack" />
		<foaf:interest rdf:resource="http://www.geekinthepark.co.uk" dc:title="Geek in the Park" />
		<foaf:interest rdf:resource="http://microformats.org" dc:title="Microformats" />
	</foaf:Person>
</rdf:RDF>

