<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:g="http://base.google.com/ns/1.0">

<channel rdf:about="http://www.example.com/RSS1.xml">
	<title>The name of your data feed.</title>
  	<description>A description of your content.</description>
	<link>http://www.example.com</link>

<items>
	<rdf:Seq>
		<rdf:li resource="http://www.example.com/item1-info-page.html"/>
		<rdf:li resource="http://www.example.com/item2-info-page.html"/>
		<rdf:li resource="http://www.example.com/item3-info-page.html"/>
	</rdf:Seq>
</items>
</channel>

<item rdf:about="http://www.example.com/item1-info-page.html">
<title>Health Highlights: June 13, 2006</title>
<g:author>Bob Brown</g:author>
<description>Highlights of interesting health news from around the world.</description>
<g:expiration_date>2006-12-20</g:expiration_date>
<g:id>1</g:id>
<g:image_link>http://www.example.com/image1.jpg</g:image_link>
<link>http://www.example.com/item1-info-page.html</link>
<g:news_source>Wall Street Journal</g:news_source>
<g:pages>25</g:pages>
<g:publish_date>2005-12-20</g:publish_date>
</item>

<item rdf:about="http://www.example.com/item2-info-page.html"> 
<title>First man in Space</title>
<g:author>James Smith</g:author>
<description>Colonel Yuri A. Gagarin,1934 - 1968, 1961</description>
<g:expiration_date>2006-12-20</g:expiration_date>
<g:id>2</g:id>
<g:image_link>http://www.example.com/image2.jpg</g:image_link>
<link>http://www.example.com/item2-info-page.html</link>
<g:news_source>Journal</g:news_source>
<g:pages>10</g:pages>
<g:publish_date>2005-12-20</g:publish_date>
</item>

<item rdf:about="http://www.example.com/item3-info-page.html"> 
<title>Cloning in focus</title>
<g:author>James Smith</g:author>
<description>Some of the issues in cloning</description>
<g:expiration_date>2006-12-20</g:expiration_date>
<g:id>3</g:id>
<g:image_link>http://www.example.com/image3.jpg</g:image_link>
<link>http://www.example.com/item3-info-page.html</link>
<g:news_source>Government Press release</g:news_source>
<g:pages>3</g:pages>
<g:publish_date>2005-12-20</g:publish_date>
</item>

</rdf:RDF>