<?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://admaris.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://admaris.com. For information about the 
		ROR format, go to www.rorweb.com
    </rorinfo>
    <type>Main</type>
    <type>Website</type>
    <title>Admaris Inc.</title>
    <url>http://admaris.com</url>
    <desc>Web Design and Development on a budget</desc>
    <keywords>web, design, development, web design, web development</keywords>
</Resource>

<!-- ******************** Contact Info ***************** --> 
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>Admaris Inc.</name>
    <url>http://admaris.com</url>
    <phone>613.225.6324</phone>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="address">
    <type>Address</type>
    <title>Address</title>
    <address1>43 Coolspring Cr</address1>
    <city>Ottawa</city>
    <postalCode>K2E 7M9</postalCode>
    <stateRegion>Ontario</stateRegion>
    <country>CA</country>
    <resourceOf rdf:resource="contact"/>
</Resource>

<!-- ******************** Site Map Info ***************** -->
<!--
<Resource rdf:about="sitemap">
    <type>SiteMap</type>
    <title>Sitemap Information</title>
    <sitemapGoogle>http://</sitemapGoogle>
    <sitemapROR>http://admaris.com/sitemap.xml</sitemapROR>
    <sitemapYahoo></sitemapYahoo>
    <resourceOf rdf:resource="main"/>
</Resource>
-->
<!-- ****** Sitemap (in a separate feeds) ****** -->
<Resource>
   <type>SiteMap</type>
   <seeAlso rdf:resource="http://admaris.com/sitemap.xml" />
</Resource>

<Resource rdf:about="map-about">
    <title>About</title>
    <seeAlso rdf:resource="main"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

<Resource rdf:about="map-contact">
    <title>Contact</title>
    <seeAlso rdf:resource="main"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

</rdf:RDF>






