<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF 
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns="http://purl.org/rss/1.0/"
         xmlns:mn="http://usefulinc.com/rss/manifest/"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
>

  <channel rdf:about="http://">
    <title>Example Site</title>
    <link>http://www.example.org/</link>
    <description>The best examples out there.</description>
    <dc:publisher>Example Publishing Inc.</dc:publisher>
    <dc:creator>E X Ample &lt;me@example.org&gt;</dc:creator>
    <image rdf:resource="http://www.example.org/images/rss.gif" />
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://www.example.org/page1.html" />
        <rdf:li rdf:resource="http://www.example.org/page2.html" />
      </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://www.example.org/images/rss.gif">
     <title>Example Site: All the Examples Fit to Print</title>
     <url>http://www.example.org/images/rss.gif</url>
     <link>http://www.example.org/</link>
     <dc:description>The best examples out there.</dc:description>
  </image>

  <item rdf:about="http://www.example.org/page1.html">
    <link>http://www.example.org/page1.html</link>
    <title>First Example Page</title>
  </item>

  <item rdf:about="http://www.example.org/page2.html">
    <link>http://www.example.org/page2.html</link>
    <title>Second Example Page</title>
    <description>This is the second page of examples on this wonderful site</description>
    <dc:subject>examples</dc:subject>
    <dc:creator>Fred &lt;fred@example.org&gt;</dc:creator>
  </item>

  <rdf:Description rdf:ID="manifest">
    <mn:channels>
      <rdf:Seq>
        <rdf:li rdf:resource="http://" />
      </rdf:Seq>
    </mn:channels>
  </rdf:Description>

</rdf:RDF>
