<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE uridef[
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema">
  <!ENTITY foaf "http://xmlns.com/foaf/0.1/">
  <!ENTITY dc "http://purl.org/dc/elements/1.1/">
  <!ENTITY default "http://www.lexit.at/foafdesc.rdf">

]>

<rdf:RDF
  xmlns:dc="&dc;"
  xmlns:foaf="&foaf;"
  xmlns:rdf="&rdf;#"
  xmlns:rdfs="&rdfs;#"
  xmlns ="&default;"
>

<rdf:Description rdf:about="my-foaf-description">
	<dc:title>FOAF for Michael Hausenblas</dc:title>
	<dc:description>Friend-of-a-Friend description for Michael Hausenblas</dc:description>
	<dc:creator rdf:resource="#mic" />
	<rdf:comment>My first foaf file on 2003-10-24</rdf:comment>
</rdf:Description>

<foaf:Person rdf:ID="mic">
	<foaf:title>Mr</foaf:title>
	<foaf:name>Michael Hausenblas</foaf:name>
	<foaf:firstname>Michael</foaf:firstname>
	<foaf:surname>Hausenblas</foaf:surname>
	<foaf:mbox rdf:resource="mailto:michael.hausenblas@lexit.at" />
	<foaf:nick>mic</foaf:nick>
	<foaf:workplacehomepage rdf:resource="http://www.joanneum.at/iis/" />
	<foaf:homepage rdf:resource="http://www.lexit.at/about/about1.html" />
    <foaf:depiction rdf:resource="http://www.lexit.at/img/mic_small.jpg"/>
    <foaf:phone>+43-316-876-1135</foaf:phone>   
</foaf:Person>	
 </rdf:RDF>

