<?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:dc="http://purl.org/dc/elements/1.1/"
>
<channel rdf:about="http://www.rosebowlplc.com/">
	<title>The Rose Bowl plc</title>
	<link>http://www.rosebowlplc.com/</link>
	<description>The Rose Bowl plc latest news</description>
	<items>
		<rdf:Seq>
			<rdf:li rdf:resource="http://pscah-rb.local/news/test-news" />
			
		</rdf:Seq>
	</items>
</channel>

<item rdf:about="http://pscah-rb.local/news/test-news">
	<title>test</title>
	<link>http://pscah-rb.local/news/test-news</link>
	<description>test</description>
	<dc:date>2009-06-15</dc:date>
</item>

</rdf:RDF>