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

<!-- First Review -->  
<Resource>
  <type>Review</type>
  <title>Review for Red Diner</title>
  <desc>The Red Diner just opend in downtown Boston. It's very nice place.</desc>
  <for>Red Diner</for>
  <pros>Very good fresh food</pros>
  <cons>Packed on the weekend</cons>
  <rating>7</rating>
</Resource>

<!-- Second Review -->  
<Resource>
  <type>Review</type>
  <title>Review for Blue PC</title>
  <desc>Just bought a Blue PC. Very happy with it so far.</desc>
  <for>http://www.blue-pc-website.com</for>
  <pros>Very fast</pros>
  <cons>None</cons>
  <rating>10</rating>
</Resource>


</rdf:RDF>

