<?xml version="1.0" encoding="iso-8859-1"?>
<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://purl.org/dc/elements/1.1/"
        xmlns:foaf="http://xmlns.com/foaf/0.1/" >
<foaf:Person>
<foaf:name>Ruben Garcia Broncano</foaf:name>
<foaf:firstName>Ruben</foaf:firstName>
<foaf:surname>Garcia</foaf:surname>
<foaf:nick>Rubens</foaf:nick>
<foaf:homepage rdf:resource="http://modelosrecuperacion.tripod.com/"/>
<foaf:workplaceHomepage rdf:resource="http://www.uc3m.es/"/>
<foaf:interest>
<rdf:Description rdf:about="http://www.w3.org/Style/CSS/">
<dc:title>Cascading Style Sheets</dc:title>
</rdf:Description>
</foaf:interest>
<foaf:currentProject>
<rdf:Description rdf:about="http://modelosrecuperacion.tripod.com/">
<dc:title>Modelos de recuperacion de la informacion - Probabilistico, booleano y vectorial</dc:title>
</rdf:Description>
</foaf:currentProject>
</foaf:Person>
</rdf:RDF>