<?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/" > <channel rdf:about="http://www.przyklad.pl/feed.rss"> <title>Tytuł feeda</title> <link>URI do Feeda</link> <description>Opis feeda.</description> <image rdf:resource="http://www.przyklad.pl/obrazek.png" /> <items> <rdf:Seq> <rdf:li resource="http://www.przyklad.pl/jeden.xhtml" /> <rdf:li resource="http://www.przyklad.pl/dwa.xhtml" /> </rdf:Seq> </items> </channel> <item rdf:about="http://www.przyklad.pl/jeden.xhtml"> <title>Tytuł jeden</title> <link>http://www.przyklad.pl/jeden.xhtml</link> <description>Opis jeden.</description> <dc:date>2004-11-10</dc:date> </item> <item rdf:about="http://www.przyklad.pl/dwa.xhtml"> <title>Tytuł dwa</title> <link>http://www.przyklad.pl/dwa.xhtml</link> <description>Opis dwa.</description> <dc:date>2004-11-09</dc:date> </item> </rdf:RDF>