<?xml version="1.0" encoding="utf-8"?>
<!--  This is a sample ror.xml file containing references to other ROR files --> 
<rdf:RDF xmlns="http://rorweb.com/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	 

<!-- ******************** General Info ***************** --> 

<Resource>    
    <type>Main</type>
    <title>Title of Website or Resource</title>
    <url>http://www.acme.com</url>        
    <desc>Description of Website or Resource</desc>    
    <keywords>keyword1, keyword2, keyword3</keywords>
    <image>http://www.acme.com/logo.gif</image>
    <updated>2005-11-02</updated>
    <updatePeriod>day</updatePeriod>
</Resource>


<!-- ***** Other Info (located in other ROR files) ***** --> 

<!-- Products -->
<Resource>
  <type>Product</type>
  <seeAlso rdf:resource="http://www.rorweb.com/types/rdf/products.xml"/>
</Resource>

<!-- Articles -->
<Resource>
  <type>Article</type>
  <seeAlso rdf:resource="http://www.rorweb.com/types/rdf/articles.xml"/>
</Resource>

<!-- Events -->
<Resource>
  <type>Event</type>
  <seeAlso rdf:resource="http://www.rorweb.com/types/rdf/events.xml"/>
</Resource>

<!-- Reviews -->
<Resource>
  <type>Review</type>
  <seeAlso rdf:resource="http://www.rorweb.com/types/rdf/reviews.xml"/>
</Resource>

<!-- Sitemap -->
<Resource>
  <type>SiteMap</type>
  <seeAlso rdf:resource="http://www.rorweb.com/types/rdf/sitemap.xml"/>
</Resource>

<!-- Feeds -->
<Resource>
  <type>Feed</type>
  <seeAlso rdf:resource="http://www.rorweb.com/types/rdf/feeds.xml"/>
</Resource>

</rdf:RDF>

