<?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/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">

  <channel rdf:about="http://mybigpix.com/">
    <title>Events RSS Title</title> 
    <link>http://mybigpix.com</link> 
    <description>some descr about events</description>
    <items>
      <rdf:Seq>
      <rdf:li resource="http://mybigpix.com/event/view/id_1" />      </rdf:Seq>
    </items>
  </channel>

  <item rdf:about="http://mybigpix.com/event/view/id_1">
    <title>A good time!. administrator : 08/29/07 08:20:33</title>
    <link>http://mybigpix.com/event/view/id_1</link>
    <description>AGT</description>
    <pubDate>Wed, 29 Aug 2007 08:20:33 -0700</pubDate>  </item>

</rdf:RDF>