<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xml:lang="ja">

	<channel rdf:about="http://d-course.com/rss1.xml">
		<title></title>
		<link>http://d-course.com/</link>
		<description></description>
		<dc:date>2009/04/01 11:53:35</dc:date>
		<dc:language>ja</dc:language> 
		<items>
		<rdf:Seq>
		<rdf:li rdf:resource="http://d-course.com/release.html#4" />
		<rdf:li rdf:resource="http://d-course.com/release.html#2" />
		<rdf:li rdf:resource="http://d-course.com/release.html#3" />
		</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://d-course.com/release.html#4">
		<title>eee</title>
		<link>http://d-course.com/release.html#4</link>
		<description><![CDATA[eeeee]]></description>
		<dc:creator>Powersource</dc:creator>
		<dc:date>2009/05/01 11:53:25</dc:date>
	</item>
	
	<item rdf:about="http://d-course.com/release.html#2">
		<title>sss</title>
		<link>http://d-course.com/release.html#2</link>
		<description><![CDATA[ssss]]></description>
		<dc:creator>Powersource</dc:creator>
		<dc:date>2009/02/01 11:52:14</dc:date>
	</item>
	
	<item rdf:about="http://d-course.com/release.html#3">
		<title>ttt</title>
		<link>http://d-course.com/release.html#3</link>
		<description><![CDATA[tttttt]]></description>
		<dc:creator>Powersource</dc:creator>
		<dc:date>2008/04/01 11:53:09</dc:date>
	</item>
	
</rdf:RDF>