<?xml version="1.0" encoding="utf-8"?> 
<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns:admin="http://webns.net/mvcb/"
  xmlns="http://purl.org/rss/1.0/"> 

  <channel rdf:about="http://www.subscr.com/rss/">
    <title>Online content directory</title>
    <link>http://www.subscr.com</link>
    <description>directory contains links on resources that provide online content</description>
    <admin:errorReportsTo rdf:resource="mailto:support@subscr.com"/>

    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://www.subscr.com/Directory/" />
      </rdf:Seq>
    </items>

  </channel>

</rdf:RDF>