<?xml version="1.0" encoding="utf-8"?>
<!-- This is a sample ROR file describing Events -->
<rdf:RDF xmlns="http://rorweb.com/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 
<!-- First Event -->
<Resource>
  <type>Event</type>
  <title>U2 USA: New York</title>
  <url>http://www.u2.com/tour/usa/newyork</url>
  <starts>2005-12-02</starts>
  <ends>2005-12-04</ends>
  <location>New York</location>
</Resource>

<!-- Second Event -->
<Resource>
  <type>Event</type>
  <title>U2 USA: Boston</title>
  <url>http://www.u2.com/tour/usa/boston</url>
  <starts>2005-12-06</starts>
  <ends>2005-12-08</ends>
  <location>Boston</location>
</Resource> 


</rdf:RDF>

