<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:air="http://www.daml.org/2001/10/html/airport-ont#"
 xmlns:bio="http://vocab.org/bio/0.1/"
 xmlns:contact="http://www.w3.org/2000/10/swap/pim/contact#"
 xmlns:dc="http://purl.org/dc/terms/"
 xmlns:foaf="http://xmlns.com/foaf/0.1/"
 xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
 xmlns:rss="http://web.resource.org/rss/1.0/"
 xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"
 xmlns:xml="http://www.w3.org/XML/1998/namespace"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
 xmlns:admin="http://webns.net/mvcb/">
 
<!--Schemas not yet used-->
 <!--xmlns:dc="http://purl.org/dc/elements/1.1/"-->
 <!--xmlns:rel="http://vocab.org/relationship/"-->
 <!--xmlns:sioc="http://rdfs.org/sioc/ns#"-->
 <!--xmlns:wot="http://xmlns.com/wot/0.1/"-->
 <!--xmlns:openid="http://xmlns.openid.net/auth#"-->
 <!--xmlns:ical="http://www.w3.org/2002/12/cal/icaltzd#"-->
 <!--xmlns:owl="http://www.w3.org/2002/07/owl#"-->
 
<!-- Information about a real Human: -->

<foaf:PersonalProfileDocument rdf:about="Hans Loepfe, Switzerland">
  <foaf:maker rdf:resource="#me"/>
  <foaf:primaryTopic rdf:resource="#me"/>
  <admin:generatorAgent rdf:resource="http://www.ldodds.com/foaf/foaf-a-matic"/>
 </foaf:PersonalProfileDocument>
<foaf:Person rdf:ID="me">

<dc:title>FOAF data about the real Human called Hans Loepfe</dc:title>
<!-- Name: -->
    <foaf:name>Hans Loepfe</foaf:name>
	<foaf:givenname>Hans</foaf:givenname>
	<foaf:family_name>Loepfe</foaf:family_name>
	<foaf:birthday rdf:datatype="http://www.w3.org/2001/XMLSchema#date">1958-05-23</foaf:birthday>

    <bio:event>
      <bio:Birth>
	    <bio:place rdf:resource="http://dbpedia.org/resource/Z%C3%BCrich"/>
        <bio:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">1958-05-23</bio:date>
      </bio:Birth>
    </bio:event>
    <foaf:gender>male</foaf:gender>
	<foaf:phone rdf:resource="tel:+41-79-764-4422"/>
	
	<contact:address>
      <rdf:Description>
        <contact:city>R%C3%BCschlikon</contact:city>
        <rdfs:seeAlso rdf:resource="http://sws.geonames.org/2658919/"/>
        <rdfs:seeAlso rdf:resource="http://dbpedia.org/resource/R%C3%BCschlikon"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2658919/rueschlikon.html"/>
      </rdf:Description>
    </contact:address>
	
	<foaf:based_near rdf:resource="http://dbpedia.org/page/R%C3%BCschlikon"/>
    <foaf:based_near>
      <geo:Point>
        <geo:lat>47.30688</geo:lat>
        <geo:long>8.55135</geo:long>
      </geo:Point>
    </foaf:based_near>
	
	<!-- Nickname: -->
    <foaf:nick>snah</foaf:nick>

    <!-- Photo: -->
    <!-- <foaf:depiction rdf:resource="http://http://www.halo-photographs.com/imagepath/.jpg" />-->

	<contact:nearestAirport>
      <air:Airport rdf:about="http://dig.csail.mit.edu/2006/wikdt/airports?iata=ZRH#item">
        <air:iataCode>ZRH</air:iataCode>
      </air:Airport>
    </contact:nearestAirport>
	
    <!-- E-Mail-Address :-->
    <foaf:mbox_sha1sum>7aa46019844efe817c62ac897c5c6733067440eb</foaf:mbox_sha1sum>

    <!-- private-, work-Website: -->
    <foaf:homepage rdf:resource="http://www.halo-photographs.com/"/>
	<foaf:workplaceHomepage>
      <rdf:Description rdf:about="http://www.halo-photographs.com/">
        <dc:title>HALO Photographs: Panoramic Images of Nature, Landscapes &amp; People shown in digital Galleries</dc:title>
      </rdf:Description>
    </foaf:workplaceHomepage>
	<foaf:workInfoHomepage rdf:resource="http://www.halo-photographs.com/info/about-me.html"/>
     
     <!-- Interests: -->
     <foaf:interest>
      <rdf:Description rdf:about="http://dbpedia.org/resource/Politics">
        <dc:title>politics</dc:title>
      </rdf:Description>
    </foaf:interest>
    <foaf:interest>
      <rdf:Description rdf:about="http://dbpedia.org/resource/History">
        <dc:title>history</dc:title>
      </rdf:Description>
    </foaf:interest>
    <foaf:interest>
      <rdf:Description rdf:about="http://dbpedia.org/resource/Art">
        <dc:title>art</dc:title>
      </rdf:Description>
    </foaf:interest>
    <foaf:interest>
      <rdf:Description rdf:about="http://dbpedia.org/resource/Architecture">
        <dc:title>architecture</dc:title>
      </rdf:Description>
    </foaf:interest>
    <foaf:interest>
      <rdf:Description rdf:about="http://dbpedia.org/resource/Photography">
        <dc:title>photography</dc:title>
      </rdf:Description>
    </foaf:interest>
    <foaf:interest>
      <rdf:Description rdf:about="http://dbpedia.org/resource/Classical_music">
        <dc:title>classical music</dc:title>
      </rdf:Description>
    </foaf:interest>
    <foaf:interest>
      <rdf:Description rdf:about="http://dbpedia.org/resource/Semantic_Web">
        <dc:title>Semantic Web</dc:title>
      </rdf:Description>
    </foaf:interest>

<!-- Knows other Persons: -->
     <foaf:knows>
 
<!-- Information about other Persons: -->
       <foaf:Person>
         <foaf:name></foaf:name>
       </foaf:Person>
     </foaf:knows>
	 </foaf:Person>
</rdf:RDF>
