<?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: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 rdf:resource="http://example.org/item/"/> </rdf:Seq> </items> <l:link l:rel="http://purl.org/rss/1.0/modules/foo/" l:type="application/rdf+xml" l:title="Subscriptions" rdf:resource="example.rdf"/> </channel> <item rdf:about="http://example.org/item/"> <title>Relax NG schemas for XML Encryption and XML Signature</title> <link>http://www.xmlhack.com/read.php?item=1725</link> </item> </rdf:RDF>