<?xml version="1.0"?>

<!-- This ROR document describes the resources of this website.  -->
<!-- For information about the ROR format, go to http://www.rorweb.com -->
<rdf:RDF xmlns="http://rorweb.com/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> 

<!-- ********** Main Info ********** -->
<Resource rdf:about="main">
    <type>Main</type>
    <title>Sunshine House B&B Rome</title>
    <url>http://www.placestostayinrome.com/</url>
    <desc>Cheap holiday accomodation in the centre of Rome city</desc>
    <keywords>Rome hotels,hotels rome,cheap hotels rome,budget hotels rome,B&B Rome</keywords>
    <image></image>
</Resource>

<!-- ********** Contact Info ********** -->
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>bino</name>
    <url>http://www.placestostayinrome.com/</url>
    <email>binohotel@yahoo.it</email>
    <phone>+39-3334191175</phone>
    <fax></fax>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="address">
    <type>Address</type>
    <title>Address</title>
    <address1>via rattazzi 62</address1>
    <city>Rome</city>
    <stateRegion>Rome</stateRegion>
    <postalCode>00185</postalCode>
    <country>Italy</country>
    <resourceOf rdf:resource="contact"/>
</Resource>

<!-- ********** Site Map Info ********** -->
<Resource rdf:about="sitemap">
    <type>SiteMap</type>
    <title>SiteMap</title>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="map-about">
    <seeAlso rdf:resource="main"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

<Resource rdf:about="map-contact">
    <seeAlso rdf:resource="contact"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

</rdf:RDF>


