<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns="http://rorweb.com/0.1/" >

<!-- ****** General Info ****** --> 
<Resource> 
   <type>Main</type>
   <title>Campstore.com</title>
   <url>http://www.campstore.com</url> 
   <desc>Camp Connection has all of the clothes, Labels, equipment and supplies you or your camper need to get ready for summer or family camping - all in one great store.</desc>    
   <keywords>iron on labels, Camp Labels, Name labels, Camp, clothing name labels, duffel bags, overnight camp, checkist for camping, camping supply lists, childrens clothing, camping supplies, Womens rain gear, childrens rain gear, back packs, sleeping bags, custom printing, trunks,</keywords>
   <image>http://www.campstore.com/shcart2/logoimages/logo.jpg</image>
   <updated>2007-02-07</updated>
   <updatePeriod>Month</updatePeriod>
</Resource>

<!-- ****** Products (in a separate ROR feed) ****** --> 
<Resource>
   <type>Product</type>
   <seeAlso rdf:resource="http://www.campstore.com/product.xml" />
</Resource>

<!-- ****** Sitemap (in a separate feeds) ****** --> 
<Resource>
   <type>SiteMap</type>
   <seeAlso rdf:resource="http://www.campstore.com/sitemap.xml" />
</Resource>

</rdf:RDF> 