<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="foaf.xsl" type="text/xsl" media="screen"?>

<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:dcterms="http://purl.org/dc/terms/"
	xml:lang  ="en"
>

	<foaf:PersonalProfileDocument rdf:about="">
		<dc:title>about Akihiro Oyamada</dc:title>
		<dc:creator>
			<foaf:Person>
				<foaf:isPrimaryTopicOf rdf:resource=""/>
			</foaf:Person>
		</dc:creator>
		<dc:identifier>http://www.yomotsu.net/profile/foaf.rdf</dc:identifier>
		<dcterms:created>2007-12-12</dcterms:created>
		<dcterms:modified>2010-05-18</dcterms:modified>
		<foaf:maker rdf:resource="#me"/>
		<foaf:primaryTopic rdf:resource="#me"/>
	</foaf:PersonalProfileDocument>

	<foaf:Person rdf:ID="me">
		<foaf:name>Akihiro Oyamada</foaf:name>
		<foaf:name xml:lang="ja">小山田 晃浩</foaf:name>
		<foaf:givenname>Akihiro</foaf:givenname>
		<foaf:family_name>Oyamada</foaf:family_name>
		<foaf:mbox_sha1sum>ecf6d1838097374fb2a4cbd90ae51952b56bc577</foaf:mbox_sha1sum>
		<foaf:title>Mr</foaf:title>
		<foaf:gender>male</foaf:gender>
		<foaf:birthday>08-01</foaf:birthday>
		<foaf:depiction rdf:resource="http://www.yomotsu.net/profile/images/portrait.png"/>
		<foaf:homepage rdf:resource="http://www.yomotsu.net"/>
		<foaf:weblog rdf:resource="http://www.yomotsu.net/wp/"/>
		<foaf:schoolHomepage rdf:resource="http://www.u-tokai.ac.jp/" rdfs:label="Tokai University"/>
		<foaf:workplaceHomepage rdf:resource="http://www.pxgrid.com/" rdfs:label="Pxgrid"/>
		<foaf:interest rdf:resource="http://www.w3.org/XML/"          rdfs:label="XML"/>
		<foaf:interest rdf:resource="http://www.w3.org/MarkUp/"       rdfs:label="XHTML"/>
		<foaf:interest rdf:resource="http://www.w3.org/Graphics/SVG/" rdfs:label="SVG"/>
		<foaf:interest rdf:resource="http://www.w3.org/Style/XSL/"    rdfs:label="XSLT"/>
		<foaf:interest rdf:resource="http://www.w3.org/html/"         rdfs:label="HTML"/>
		<foaf:interest rdf:resource="http://www.w3.org/Style/CSS/"    rdfs:label="CSS"/>
		<foaf:interest rdf:resource="http://www.fezero.jp/"           rdfs:label="Fantasy Earth ZERO"/>
		<foaf:topic_interest>Visual-Rock music</foaf:topic_interest>
	</foaf:Person>

</rdf:RDF>