<?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:dc="http://http://purl.org/dc/elements/1.1/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	xmlns:wot="http://xmlns.com/wot/0.1/">
	<foaf:Person rdf:ID="jon">
		<foaf:name>Jonathan Stone</foaf:name>
		<foaf:title>Mr</foaf:title>
		<foaf:firstName>Jonathan</foaf:firstName>
		<foaf:surname>Stone</foaf:surname>
		<foaf:img> 
			<foaf:Image rdf:about="http://www.jonstone.org.uk/photos/2003-2004/hogmoney07.jpg">
				<dc:title>Jon</dc:title>
				<dc:description>Jonathan Stone in the Blind Poet, Edinburgh</dc:description>
			</foaf:Image>
		</foaf:img>
		<foaf:mbox_sha1sum>6b5d9f2095f7546ccec981f5f56e3f9d70adc7c8</foaf:mbox_sha1sum>
		<foaf:mbox_sha1sum>d02620f99c1b56c7cd1856aed0577e40db3d851e</foaf:mbox_sha1sum>
		<foaf:mbox_sha1sum>95b0c75c5a956c1428e980527afeadedab65ce77</foaf:mbox_sha1sum>
		<foaf:mbox_sha1sum>d9186c69d45f8f4b0cf5e32ace606011bd289488</foaf:mbox_sha1sum>
		<foaf:homepage rdf:resource="http://www.jonstone.org.uk/"/>
		<foaf:based_near>
			<geo:Point geo:lat="51.376317" geo:long="-2.354292"/>
		</foaf:based_near>
	</foaf:Person>
	<rdf:Description rdf:about="">
		<wot:assurance rdf:resource="jonstone.rdf.asc" />
		<foaf:maker rdf:resource="#jon"/>
	</rdf:Description>
</rdf:RDF>


