<?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>John Doe</title>
<g:age>18</g:age>
<description>Laidback, honest, truthful, fun, loving, optimistic type of guy.</description>
<g:education>PhD</g:education>
<g:employer>Google Inc.</g:employer>
<g:ethnicity>Latino</g:ethnicity>
<g:expiration_date>2006-12-20</g:expiration_date>
<g:gender>male</g:gender>
<g:id>1</g:id>
<g:image_link>http://www.example.com/image1.jpg</g:image_link>
<g:interested_in>Long walks on the beach</g:interested_in>
<link>http://www.example.com/item1-info-page.html</link>
<g:marital_status>single</g:marital_status>
<g:occupation>Sales</g:occupation>
<g:sexual_orientation>heterosexual</g:sexual_orientation>
</item>

<item rdf:about="http://www.example.com/item2-info-page.html"> 
<title>Single South Asian Male</title>
<g:age>23</g:age>
<description>23 year old dude looking for a girl.</description>
<g:education>BS</g:education>
<g:employer>Google, Inc.</g:employer>
<g:ethnicity>South Asian</g:ethnicity>
<g:expiration_date>2006-12-21</g:expiration_date>
<g:gender>male</g:gender>
<g:id>2</g:id>
<g:image_link>http://www.example.com/image2.jpg</g:image_link>
<g:interested_in>Single Women</g:interested_in>
<link>http://www.example.com/item2-info-page.html</link>
<g:marital_status>single</g:marital_status>
<g:occupation>Sales</g:occupation>
<g:sexual_orientation>heterosexual</g:sexual_orientation>
</item>

<item rdf:about="http://www.example.com/item3-info-page.html"> 
<title>Divorced female</title>
<g:age>33</g:age>
<description>Looking for a partner who likes cats.</description>
<g:education>BA</g:education>
<g:employer>Constrco, Inc.</g:employer>
<g:ethnicity>Black</g:ethnicity>
<g:expiration_date>2006-12-22</g:expiration_date>
<g:gender>female</g:gender>
<g:id>3</g:id>
<g:image_link>http://www.example.com/image3.jpg</g:image_link>
<g:interested_in>Movies and board games</g:interested_in>
<link>http://www.example.com/item3-info-page.html</link>
<g:marital_status>divorced</g:marital_status>
<g:occupation>Construction</g:occupation>
<g:sexual_orientation>heterosexual</g:sexual_orientation>
</item>

</rdf:RDF>