<?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:foaf="http://xmlns.com/foaf/0.1/"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:rss="http://purl.org/rss/1.0/"
      xmlns:cc="http://web.resource.org/cc/"
      xmlns:bc="http://purl.org/net/bloggercode/">

 <foaf:Person>
  <foaf:name>Victor Garcia Gonzalez</foaf:name>
  <foaf:firstName>Victor</foaf:firstName>
  <foaf:surname>Garcia</foaf:surname>
  <foaf:nick>Croc</foaf:nick>
  <foaf:homepage rdf:resource="http://www.denibol.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://www.denibol.com/metadatos_xml_rdf/">
   <dc:title>Metadatos y documentos XML/RDF para recuperacion</dc:title>
   </rdf:Description>
  </foaf:currentProject>
 
  <foaf:knows>
   <foaf:Person>
    <foaf:name>Cristian Fernandez Soria</foaf:name>
    <foaf:firstName>Cristian</foaf:firstName>
    <foaf:surname>Fernandez</foaf:surname>
    <foaf:title>Motores de recuperacion de documentos XML RDF</foaf:title>
    <foaf:homepage rdf:resource="http://motoresrecuperacion.50webs.com/"/>
   </foaf:Person>
  </foaf:knows>
 </foaf:Person>
</rdf:RDF>
