<?xml version="1.0" ?>
<rdf:RDF 
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/" 
 xmlns:foaf="http://xmlns.com/foaf/0.1/" 
 xmlns:wn="http://xmlns.com/wordnet/1.6/" 
 xmlns:an="http://rdf.desire.org/vocab/recommend.rdf#" 
 xmlns:s2="http://sophia.inria.fr/~enerbonn/rdfpiclang#" > 

<rdf:Description rdf:about=""> 
	<s2:xmllang>en</s2:xmllang>   
		<an:annotator>
			<foaf:Person>
				<foaf:name>libby</foaf:name>
				<foaf:mbox rdf:resource="mailto:null" />
			</foaf:Person>
		</an:annotator>
		<dc:date>1002282549590</dc:date>
		<an:annotates rdf:resource="http://swordfish.rdfweb.org/photos/2001/08/24/000741.JPG" />  
</rdf:Description> 

<rdf:Description rdf:about="http://swordfish.rdfweb.org/photos/2001/08/24/000741.JPG"> 
	<foaf:thumbnail rdf:resource="http://swordfish.rdfweb.org/photos/2001/08/24/thumb-000741.JPG" />
	<dc:description>Chaals and Dan in the Highbury vaults in Bristol
	</dc:description>
	<dc:date>2001-08-24</dc:date>
	<dc:coverage>Bristol, UK</dc:coverage>
	<foaf:location>
		<foaf:Geo rdf:value="Bristol, UK" />
	</foaf:location>
</rdf:Description>

<foaf:Person>
	<foaf:name>Dan Brickley</foaf:name>
	<foaf:mbox rdf:resource="mailto:danbri@w3.org" />
	<foaf:depiction rdf:resource="http://swordfish.rdfweb.org/photos/2001/08/24/000741.JPG" />
</foaf:Person>


<foaf:Person>
	<foaf:name>Charles McCathieNeville</foaf:name>
	<foaf:mbox rdf:resource="mailto:charles@w3.org" />
	<foaf:depiction rdf:resource="http://swordfish.rdfweb.org/photos/2001/08/24/000741.JPG" />
</foaf:Person>

</rdf:RDF>


