<?xml version="1.0" encoding="UTF-8" ?> <!-- -*- mode: nxml -*- -->
<?xml-stylesheet href="foaf.xsl" type="text/xsl" ?>
<!--
   2011 (C) YasuhiroABE <yasu@yasundial.org>
   This XSLT file is licensed under a Creative Commons Attribution 2.1 Japan License.
-->
<!-- [English]

Please see this document by a XSLT compliant web browser.

-->
<!-- [Japanese]

このFOAF文書に対応したXSLTが用意されています。
ぜひXSLTによるXML文書表示に対応したWebブラウザでご覧下さい。

-->
<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:admin="http://webns.net/mvcb/">
  <foaf:Person rdf:about="http://www.yasundial.org/foaf.rdf#me" rdf:id="me">
    <!-- properties of Person -->
    <foaf:firstname>Yasuhiro</foaf:firstname>
    <foaf:lastname>Abe</foaf:lastname>
    <foaf:firstname xml:lang="ja">泰裕</foaf:firstname>
    <foaf:lastname xml:lang="ja">阿部</foaf:lastname>
    <foaf:currentProject rdf:resource="https://github.com/YasuhiroABE/CouchDB-Ruby_Module_Enhancement" />
    <foaf:currentProject rdf:resource="https://github.com/YasuhiroABE/CouchDB-Group_NumRows" />
    <foaf:currentProject rdf:resource="https://chrome.google.com/webstore/detail/lpjfkobpnfgddkikflgejdgclhpmagha" />
    <foaf:currentProject rdf:resource="http://lscouchdb.sourceforge.net/" />
    <foaf:schoolHomepage rdf:resource="http://www.u-aizu.ac.jp/"/>
    <foaf:schoolHomepage rdf:resource="http://www.sanjou-h.nein.ed.jp/"/>
    <foaf:schoolHomepage rdf:resource="http://www.tsubame-city.ed.jp/yoshida-j/"/>
    <foaf:img rdf:resource="http://www.yasundial.org/thumbnail.jpeg" /><!-- Domain and Range of foaf:thumbnail is Image, so the foaf:thumbnail should not be placed here. -->
    
    <!-- properties of Agent -->
    <foaf:weblog rdf:resource="http://yasu-2.blogspot.com/"/>
    <foaf:gender>Male</foaf:gender>
    <foaf:mbox rdf:resource="mailto:yasu@yasundial.org"/>
    <foaf:mbox rdf:resource="mailto:yasu@yadiary.net"/>
    <foaf:mbox rdf:resource="mailto:yasuhiroa@acm.org"/>
    <foaf:jabberID>yadiary@jabber.org</foaf:jabberID>    
    <foaf:skypeID>yasundial</foaf:skypeID>
    <foaf:account>
      <foaf:OnlineAccount rdf:about="http://twitter.com/YasuhiroABE">
	<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/OnlineChatAccount"/>
	<foaf:accountServiceHomepage rdf:resource="http://twitter.com/"/>
	<foaf:accountName>YasuhiroABE</foaf:accountName>
      </foaf:OnlineAccount>
    </foaf:account>
    <foaf:account>
      <foaf:OnlineAccount rdf:about="http://messenger.yahoo.co.jp/">
	<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/OnlineChatAccount"/>
        <foaf:accountServiceHomepage rdf:resource="http://messenger.yahoo.co.jp/"/>
	<foaf:accountName>s1031084</foaf:accountName>
	<foaf:accountName>yasu_hiro_abe</foaf:accountName>
      </foaf:OnlineAccount>
    </foaf:account>

    <!-- relate properties of Person -->
    <foaf:name>Yasuhiro Abe</foaf:name>
    <foaf:name xml:lang="ja">阿部泰裕</foaf:name>
    <foaf:title>Mr</foaf:title>
    <foaf:nick>Yasu</foaf:nick>
    <foaf:nick>Abe-san</foaf:nick>
    <foaf:homepage rdf:resource="http://www.yasundial.org/"/>
    <foaf:homepage rdf:resource="http://www.yadiary.net/"/>
    
  </foaf:Person>
</rdf:RDF>

