<?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:my="http://purl.org/my/rss/module/">
  <channel rdf:about="http://example.com/">
    <link>http://example.com/</link>
    <description>To lead by example</description>
    <dc:date>2011-09-13T22:49:19+0900</dc:date>
    <title>Test 1.0 Feed</title>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://example.com/2011/09/13"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://example.com/example.gif"/>
    <textinput rdf:resource="http://example.com/search.pl"/>
  </channel>
  <item rdf:about="http://example.com/2011/09/13">
    <link>http://example.com/2011/09/13</link>
    <description>Yadda &amp; yadda &amp; yadda</description>
    <dc:creator>joeuser@example.com</dc:creator>
    <title>This is an item</title>
  </item>
  <image rdf:resource="http://example.com/example.gif">
    <url>http://example.com/example.gif</url>
    <link>http://example.com/</link>
    <title>Test Image</title>
  </image>
  <textinput rdf:resource="http://example.com/search.pl">
    <link>http://example.com/search.pl</link>
    <name>q</name>
    <description>Search for an example</description>
    <title>Search</title>
  </textinput>
</rdf:RDF>
