<?xml version="1.0"?>
<?xml-stylesheet href="http://www.rorweb.com/ror.css" type="text/css"?>
<!-- This is a ROR formatted XML document describing the resources of the website http://www.alexandregalin.com. For information about the ROR format, go to www.rorweb.com --> 
<rdf:RDF xmlns="http://rorweb.com/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> 

<!-- ******************** Main Info ******************** --> 
<Resource rdf:about="main">
    <rorinfo>This is a ROR formatted XML document describing the resources of the website http://www.alexandregalin.com. For information about the ROR format, go to www.rorweb.com</rorinfo>
    <type>Main</type>   
    <title>Alexandre Galin</title>
    <url>http://www.alexandregalin.com</url>
    <desc>Industrial Designer and Illustrator</desc>
    <keywords> Alexandre Galin, alexandre galin </keywords>   
     <updated /> 
  <updatePeriod>daily</updatePeriod> 

</Resource>

<!-- ******************** Contact Info ***************** --> 
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Alexandre Galin</title>
    <name>Alexandre Galin</name>
    <url>http://www.alexandregalin.com</url>
    <phone> </phone>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="address">
    <type>Address</type>
    <title>Alexandre Galin </title>
    <address1></address1>
    <city>Montreal</city>
    <postalCode>H2X 1J2</postalCode>
    <stateRegion>Quebec</stateRegion>
    <country>CA</country>
    <resourceOf rdf:resource="contact"/>
</Resource>

<!-- ******************** Site Map Info ***************** --> 
<Resource rdf:about="sitemap">
    <type>SiteMap</type>
    <title>Alexandre Galin  </title>
    <resourceOf rdf:resource="main"/>
</Resource>


<Resource rdf:about="map-about">
    <title>Industrial Design</title>
    <seeAlso rdf:resource="main"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

<Resource rdf:about="map-contact">
    <title>Industrial Design, Design Industriel</title>
    <seeAlso rdf:resource="contact"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

</rdf:RDF>






