<?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://webpages.charter.net/patterns/patterns/. 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://webpages.charter.net/patterns/patterns/. For information about the ROR format, go to www.rorweb.com</rorinfo>
    <type>Main</type>
    <type>Website</type>
    <title>Patterns</title>
    <url>http://webpages.charter.net/patterns/patterns/</url>
    <desc>Woodworking plans and patterns for the average woodworker.</desc>
    <keywords>Plans, Patterns, Wood, Woodworking, Lighthouse, Light House, Windmill, Dutch, Schoolhouse, Mail box, Bath, Plan, Pattern, Bathroom, Bath Cabinet, Cabinet, Coffee Table, Table, Pedestal, Stand, Night Stand, Ducks, Cattails, Moon, Star, Mirror, Car, Antique, Mailbox, Mail, Model T, Model A, Automobile, Vehicle</keywords>
</Resource>

<!-- ******************** Contact Info ***************** --> 
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>Patterns</name>
    <url>http://webpages.charter.net/patterns/patterns/</url>
    <phone>920-458-9456</phone>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="address">
    <type>Address</type>
    <title>Address</title>
    <address1>3414 S 18th St</address1>
    <city>Sheboygan</city>
    <postalCode>53081</postalCode>
    <stateRegion>WI</stateRegion>
    <country>US</country>
    <resourceOf rdf:resource="contact"/>
</Resource>

<!-- ******************** Site Map Info ***************** --> 
<Resource rdf:about="sitemap">
    <type>SiteMap</type>
    <title>Sitemap Information</title>
    <sitemapGoogle>http://webpages.charter.net/patterns/patterns/</sitemapGoogle>
    <sitemapROR>http://webpages.charter.net/patterns/patterns/</sitemapROR>
    <sitemapYahoo></sitemapYahoo>
    <resourceOf rdf:resource="main"/>
</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="contact"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

</rdf:RDF>






