<?xml version="1.0" encoding="utf-8"?> 

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
         xmlns:ref="http://purl.org/rss/1.0/modules/reference/"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:sub="http://purl.org/rss/1.0/modules/subscription/"
         xmlns="http://purl.org/rss/1.0/"> 

    <channel rdf:about="http://example.org/rss.rdf">
        <title>Example Feed</title>
        <link>http://www.example.org</link>
        <description>Simply for the purpose of demonstration.</description>
        
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.xmlhack.com/read.php?item=1725" />
            </rdf:Seq>
        </items>

        <sub:channel rdf:about="http://www.wired.com/news_drop/netcenter/netcenter.rdf">  
                    
            <dc:title>Wired News</dc:title>
            <dc:format>application/rss+xml</dc:format>
            <sub:site rdf:resource="http://www.wired.com"/>
            
        </sub:channel>
        
        <sub:channel rdf:about="http://www.peerfear.org/rss/index.rss">
            
            <dc:title>peerfear.org</dc:title>
            <dc:format>application/rss+xml</dc:format>
            <sub:site rdf:resource="http://www.peerfear.org"/>

        </sub:channel>

    </channel>

    <item rdf:about="http://www.xmlhack.com/read.php?item=1725">

        <title>Relax NG schemas for XML Encryption and XML Signature</title> 
        <link>http://www.xmlhack.com/read.php?item=1725</link>

    </item> 
    
</rdf:RDF>