<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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	xmlns:dc="http://purl.org/dc/elements/1.1/">
	
	<foaf:Person>
	
		<foaf:nick>iker</foaf:nick>
		<foaf:mbox_sha1sum>8324601da87fcb955c7cef562adee84eb9aac9fa</foaf:mbox_sha1sum>
		<foaf:weblog rdf:resource="http://blogs.hoycinema.com/iker" />

	</foaf:Person>
	
	<foaf:Knows>
		
		<foaf:Person> 
			<foaf:nick>iker</foaf:nick>
			<foaf:mbox_sha1sum>8324601da87fcb955c7cef562adee84eb9aac9fa</foaf:mbox_sha1sum> 
			<rdfs:seeAlso rdf:resource="http://blogs.hoycinema.com/iker/feeds/foaf01"/> 
		</foaf:Person>
		
		<foaf:Person> 
			<foaf:nick>melissa</foaf:nick>
			<foaf:mbox_sha1sum>9b36113e219c420466055ca34e46364e65177f6e</foaf:mbox_sha1sum> 
			<rdfs:seeAlso rdf:resource="http://blogs.hoycinema.com/melissa/feeds/foaf01"/> 
		</foaf:Person>
		
	</foaf:Knows>
	
</rdf:RDF>