<?xml version="1.0"?>
<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/" 
				xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
				xmlns="http://www.sw-app.org/foaf#"
>

<rdf:Description rdf:about="http://www.sw-app.org/foaf/mic.rdf">
	<dc:title>mic foaf-description</dc:title>
	<dc:description>Friend-of-a-Friend description for Michael Hausenblas</dc:description>
	<dc:creator rdf:resource="#mic" />
</rdf:Description>

<foaf:Person rdf:ID="mic" xml:lang="en">	

	<foaf:title>Mr.</foaf:title>
	<foaf:name>Michael G. Hausenblas</foaf:name>
	<foaf:nick>mic.</foaf:nick>
	<foaf:mbox rdf:resource="mailto:michael.hausenblas@sw-app.org" />
	<foaf:phone rdf:resource="tel:+43-(316)-876-1193"/>
	
	<foaf:depiction rdf:resource="http://sw-app.org/img/mic_2006_03.jpg"/>	
	
	<foaf:workplaceHomepage rdf:resource="http://www.joanneum.at/iis/" />
	<foaf:homepage rdf:resource="http://sw-app.org/about.html" />
	<foaf:schoolHomepage rdf:resource="http://www.tugraz.at/"/>  
	
	<foaf:based_near geo:lat="47.064" geo:long="15.453"/>

	<foaf:interest>
      <rdf:Description rdf:about="http://en.wikipedia.org/wiki/Semantic_Web">
        <dc:title>Semantic Web</dc:title>
        <foaf:homepage rdf:resource="http://www.w3.org/2001/sw/" />
      </rdf:Description>
    </foaf:interest>
    
	<foaf:interest>
      <rdf:Description rdf:about="http://en.wikipedia.org/wiki/MPEG-7">
        <dc:title>MPEG-7 Multimedia Content Description Interface</dc:title>
        <foaf:homepage rdf:resource="http://www.chiariglione.org/MPEG/standards/mpeg-7/mpeg-7.htm" />
      </rdf:Description>
    </foaf:interest>

	<foaf:interest>
      <rdf:Description rdf:about="http://en.wikipedia.org/wiki/SPARQL">
        <dc:title>SPARQL Query Language for RDF</dc:title>
        <foaf:homepage rdf:resource="http://www.w3.org/TR/rdf-sparql-query/" />
      </rdf:Description>
    </foaf:interest>


	<foaf:interest>
      <rdf:Description rdf:about="http://en.wikipedia.org/wiki/Web_Services">
        <dc:title>(Semantic) Web Services</dc:title>
        <foaf:homepage rdf:resource="http://www.w3.org/2002/ws/swsig/" />
      </rdf:Description>
    </foaf:interest>
    
	<foaf:knows>
  	<foaf:Person>
			<foaf:name>Leo Sauermann</foaf:name> 
			<foaf:mbox rdf:resource="mailto:sauermann@dfki.uni-kl.de" /> 
			<foaf:homepage rdf:resource="http://www.dfki.de/~sauermann" /> 
			<rdfs:seeAlso rdf:resource="http://www.leobard.net/rdf/foaf.xml" /> 
		</foaf:Person>
	</foaf:knows>
  
	<foaf:knows>
		<foaf:Person>
			<foaf:name>Edmund Haselwanter</foaf:name>
			<foaf:mbox rdf:resource="mailto:edmund@haselwanter.com"/>
			<foaf:homepage rdf:resource="http://edmund.haselwanter.com/" />
			<rdfs:seeAlso rdf:resource="http://edmund.haselwanter.com/"/>
		</foaf:Person>
	</foaf:knows>	

	<foaf:knows>
		<foaf:Person>
			<foaf:name>Mathias Lux</foaf:name>
			<foaf:mbox rdf:resource="mailto:mlux@know-center.at"/>
			<rdfs:seeAlso rdf:resource="http://www.know-center.at"/>
		</foaf:Person>
	</foaf:knows>	
	
</foaf:Person>	
</rdf:RDF>
