The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel rdf:about="http://example.org/index.rdf">
    <title>my little example feed</title>
    <link>http://www.example.com/</link>
    <description>tagline</description>
    <language>en-us</language>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://www.example.com/archives/1" />
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="http://www.example.com/archives/1">
    <title>Hello world</title>
    <description>First post!</description>
    <link>http://www.example.com/archives/1</link>
    <content:encoded>ENTRY CONTENT WITH &lt;b&gt;EMBEDDED MARKUP&lt;/b&gt;</content:encoded>
  </item>
</rdf:RDF>