<?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://www.newborn.it">
    <title>newborn live</title>
    <link>http://www.newborn.it</link>
    <description>newborn live shows</description>
    <dc:publisher>newborn</dc:publisher>
    <dc:creator>info@newborn.it</dc:creator>
    <image rdf:resource="http://www.newborn.it/fotobody/copertinademo.jpg" />
    <items>
      <rdf:Seq>
      </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://www.newborn.it/fotobody/copertinademo.jpg">
     <title>newborn</title>
     <url>http://www.newborn.it/fotobody/copertinademo.jpg</url>
     <link>http://www.newborn.it</link>
     <dc:description>newborn live shows</dc:description>
  </image>

  <rdf:Description rdf:ID="manifest">
    <mn:channels>
      <rdf:Seq>
        <rdf:li rdf:resource="http://www.newborn.it" />
      </rdf:Seq>
    </mn:channels>
  </rdf:Description>

</rdf:RDF>

