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:dcterms="http://purl.org/dc/terms/">
  <channel rdf:about="http://www.example.com/xml/feed.rss">
    <title>my little example feed</title>
    <link>http://www.example.com/FEED/ALTERNATE/LINK/</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>
      <dcterms:valid>2000-01-01T12:00:00+0000</dcterms:valid>
  </item>
</rdf:RDF>