<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
		xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
		xmlns="http://rorweb.com/0.1/"
		xml:base="http://www.canadiensport.com/">
<Resource rdf:about="main">
	<type>Main</type>
	<title>Canadien Sport - Hockey shop</title>
	<url>http://www.canadiensport.com/</url>
	<desc>Online ice and inline hockey shop with best prices in europe</desc>
	<keywords>inline, ice, hockey, cheap, products, low prices</keywords>
	<image>http://www.canadiensport.com/Logo/wwLogo.gif</image>
	<updated>2010-06-07</updated>
	<updatePeriod>day</updatePeriod>
</Resource>
<Resource rdf:about="products">
	<type>Product</type>
	<rdfs:seeAlso rdf:resource="http://www.canadiensport.com/products.xml" />
	<resourceOf  rdf:resource="main"/>
</Resource>
<Resource rdf:about="sitemap">
	<type>Sitemap</type>
	<rdfs:seeAlso rdf:resource="http://www.canadiensport.com/sitemap.xml" />
	<resourceOf  rdf:resource="main"/>
</Resource>
</rdf:RDF>
