<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:sub="http://purl.org/rss/1.0/modules/subscription/"
xmlns:rss="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="http://example.org/rss.rdf">
<sub:channel>
<rdf:Bag>
<rdf:li rdf:resource="http://www.wired.com/news_drop/netcenter/netcenter.rdf"/>
<rdf:li rdf:resource="http://www.peerfear.org/rss/index.rss"/>
</rdf:Bag>
</sub:channel>
</rdf:Description>
<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>
</rdf:RDF>