The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?xml version="1.0"?>
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="http://www.example.com/xml/feed.rss">
    <title>my little example feed</title>
    <link>http://www.example.com/</link>
    <description>tagline</description>
    <language>en-us</language>
  </channel>
  <item rdf:about="http://www.example.com/archives/1">
      <title>Hello World</title>
      <description>First post!</description>
      <dc:relation>http://www.example.com/ENTRY/RELATION</dc:relation>
      <dc:identifier>http://www.example.com/IDENTIFIER</dc:identifier>
  </item>
</rdf:RDF>