<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="foaf.xsl" type="text/xsl"?>
<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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
      xmlns:contact="http://www.w3.org/2000/10/swap/pim/contact#" 
      xmlns:air="http://www.daml.org/2001/10/html/airport-ont#" 
      xmlns:admin="http://webns.net/mvcb/"
      xml:lang="ja"
>
<foaf:Person>
    <title>Mr.</title>
	<foaf:name>SAWADA Koichi</foaf:name>
	<foaf:name xml:lang="ja">沢田 宏一</foaf:name>
	<foaf:givenname>Koichi</foaf:givenname>
	<foaf:family_name>SAWADA</foaf:family_name>
	<foaf:nick>Koichi</foaf:nick>
	<foaf:gender>male</foaf:gender>

	<foaf:mbox_sha1sum>0359edef5ca22dc07aa400eec9659612c49ad420</foaf:mbox_sha1sum>
	<foaf:depiction rdf:resource="http://www.s-koichi.info/Image/koichi-9.jpg"/>
	<foaf:homepage rdf:resource="http://www.s-koichi.info/" dc:title="Koichi's Home Page"/>
	<foaf:weblog rdf:resource="http://www.s-koichi.info/blog/" dc:title="つまらん日記" />
	<foaf:weblog rdf:resource="http://www.s-koichi.info/hamblog/" dc:title="じゃんがりあんのユウキ" />
	<foaf:weblog rdf:resource="http://www.s-koichi.info/soccerlog/" dc:title="サッカログ" />
  <foaf:interest rdf:resource="http://www.so-net.ne.jp/JEFUNITED/" dc:title="ジェフユナイテッド市原・千葉" />
  <foaf:interest rdf:resource="http://www.movabletype.org/" dc:title="Movable Type"/>
  <foaf:interest rdf:resource="http://jp.xoops.org/" dc:title="XOOPS Cube"/>
  
  <foaf:holdsAccount>
   <foaf:OnlineAccount>
    <rdfs:label>Koichi at Flickr</rdfs:label>
    <foaf:accountName>s_koichi</foaf:accountName>
    <foaf:accountProfilePage rdf:resource="http://www.flickr.com/photos/s_koichi/"/>
    <foaf:accountServiceHomepage rdf:resource="http://www.flickr.com/"/>
   </foaf:OnlineAccount>
  </foaf:holdsAccount>

  <foaf:holdsAccount>
   <foaf:OnlineAccount>
    <rdfs:label>Koichi at twitter</rdfs:label>
    <foaf:accountName>koichi99</foaf:accountName>
    <foaf:accountProfilePage rdf:resource="http://twitter.com/koichi99"/>
    <foaf:accountServiceHomepage rdf:resource="http://twitter.com/"/>
   </foaf:OnlineAccount>
  </foaf:holdsAccount>
  <based_near rdf:parseType="Resource">
    <rdfs:label>somewhere in Chiba</rdfs:label>
    <geo:lat>35.69</geo:lat>
    <geo:long>140.02</geo:long>
  </based_near>

  <contact:nearestAirport>
    <air:Airport rdf:about="http://www.daml.org/cgi-bin/airport?RJTF" air:icaoCode="RJTT" air:iataCode="HND" air:latitude="35.55" air:longitude="139.78" air:elevation="35">
    <air:name>Haneda, Tokyo International Airport, Japan</air:name>
    <rdfs:label>Haneda, Tokyo, Japan</rdfs:label>
    </air:Airport>
  </contact:nearestAirport>
</foaf:Person>

<foaf:PersonalProfileDocument rdf:about="">
  <dc:title>FOAF metadata of Koichi SAWADA</dc:title>
  <foaf:maker rdf:resource="#me"/>
  <foaf:primaryTopic rdf:resource="#me"/>
  <admin:generatorAgent rdf:resource="http://www.ldodds.com/foaf/foaf-a-matic"/>
  <admin:errorReportsTo rdf:resource="mailto:leigh@ldodds.com"/>
</foaf:PersonalProfileDocument>
</rdf:RDF>