<?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/"
  xml:lang="ja">

  <channel rdf:about="http://www.sutosoft.com/room/heimdallr/test/testrss100.xml">
    <title>001テスト</title>
    <link>http://www.sutosoft.com/room/heimdallr/test/</link>
    <dc:date>2004-04-13T22:29:05+09:00</dc:date>
    <description>Heimdallrのテスト用RSSファイル</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://www.sutosoft.com/room/heimdallr/test/item2.html"/>
        <rdf:li rdf:resource="http://www.sutosoft.com/room/heimdallr/test/item1.html"/>
      </rdf:Seq>
    </items>
  </channel>


  <item rdf:about="http://www.sutosoft.com/room/heimdallr/test/item2.html">
    <title>001タイトルその10</title>
    <link>http://www.sutosoft.com/room/heimdallr/test/item2.html</link>
    <dc:date>2004-04-01</dc:date>
    <description>概要その2</description>
  </item>

  <item rdf:about="http://www.sutosoft.com/room/heimdallr/test/item1.html">
    <title>001タイトルその11</title>
    <link>http://www.sutosoft.com/room/heimdallr/test/item1.html</link>
    <dc:date>2004-03-01</dc:date>
    <description>概要その1</description>
  </item>

</rdf:RDF>

