<?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:l="http://purl.org/rss/1.0/modules/link/"
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 resource="http://www.xmlhack.com/read.php?item=1725" />
</rdf:Seq>
</items>
<l:link l:rel="http://purl.org/rss/1.0/modules/subscription/"
l:type="application/rdf+xml"
l:title="Subscriptions"
rdf:resource="http://www.example.org/example-subscriptions.rdf"/>
</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>