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

<!-- First Property --> 
<Resource>
      <title>Title of Property Listing One</title>
      <link>http://www.acme.com/property_one.htm</link>    
      <description>Description of Property One</description>
      <image>http://www.acme.com/property_one_curb.gif</image>
      <image>http://www.acme.com/property_one_living.gif</image>
      <image>http://www.acme.com/property_one_masterbed.gif</image>
      <type>Property</type>
      <price>450000</price>
      <currency>USD</currency>
      <bedrooms>4</bedrooms>
      <bathrooms>2.5</bathrooms>
      <sizeLotFeet>20000</sizeLotFeet>
      <sizeLivingFeet>2500</sizeLivingFeet>
      <propertyType>Single-Family</propertyType>
      <mlsID>123456789</mlsID>
      <stateRegion>MA</stateRegion>
      <postalCode>02215</postalCode>
      <city>Boston</city>
      <country>USA</country>
</Resource>

<!-- Second Property --> 
<Resource>
      <title>Title of Property Listing Two</title>
      <link>http://www.acme.com/property_two.htm</link>    
      <description>Description of Property One</description>
      <image>http://www.acme.com/property_two_curb.gif</image>
      <image>http://www.acme.com/property_two_living.gif</image>
      <image>http://www.acme.com/property_two_masterbed.gif</image>
      <type>Property</type>
      <price>320000</price>
      <currency>USD</currency>
      <bedrooms>4</bedrooms>
      <bathrooms>2.5</bathrooms>
      <sizeLotFeet>10000</sizeLotFeet>
      <sizeLivingFeet>2000</sizeLivingFeet>
      <propertyType>Condo</propertyType>
      <mlsID>123456780</mlsID>
      <stateRegion>MA</stateRegion>
      <postalCode>02215</postalCode>
      <city>Boston</city>
      <country>USA</country>
</Resource>

</rdf:RDF>
