<?xml version="1.0"?>
<!-- /* $Id: ror.xml,v 1.1 2006/03/16 08:09:29 pjkix Exp $ */ -->

<!-- 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>do it, DO IT</title>
    <url>http://www.doitdoit.com/</url>
    <desc>do it, DO IT ... No, seriously DO IT!</desc>
    <keywords>DO IT, DO, IT, seriously, YTMND, humor, sound, clip, starsky, hutch, movie, ben stiller</keywords>
    <image>http://www.doitdoit.com/media/button-doit</image>
</Resource>

<!-- ********** Contact Info ********** -->
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>webmaster</name>
    <url>http://www.doitdoit.com</url>
    <email>webmaster@doitdoit.com</email>
    <phone>1-415-555-1212</phone>
    <fax>1-415-555-1212</fax>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="address">
    <type>Address</type>
    <title>Address</title>
    <address1>972 Bush St</address1>
    <city>San Francisco</city>
    <stateRegion>CA</stateRegion>
    <postalCode>94109</postalCode>
    <country>USA</country>
    <resourceOf rdf:resource="contact"/>
</Resource>

<!-- ********** Product Info ********** -->
<Resource rdf:about="products">
    <type>Product</type>
    <title>Products List</title>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="product_0">
    <type>Product</type>
    <title>Sample Product</title>
    <url>http://www.doitdoit.com/products/SMP001</url>
    <desc>Sample Product</desc>
    <image>http://www.doitdoit.com/product/images/thumbnail/SMP001</image>
    <price>0.00</price>
    <currency>USD</currency>
    <resourceOf rdf:resource="products"/>
</Resource>

<!-- ********** Article Info ********** -->
<Resource rdf:about="articles">
    <type>Article</type>
    <title>Articles List</title>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="article_0">
    <type>Article</type>
    <title>Sample News</title>
    <url>http://www.doitdoit.com/news/</url>
    <desc>A sample News item</desc>
    <creator>DO IT</creator>
    <resourceOf rdf:resource="articles"/>
</Resource>

<!-- ********** Newsletter Info ********** -->
<Resource rdf:about="newsletter_0">
    <type>Newsletter</type>
    <title>Sample Newsletter</title>
    <url>http://www.doitdoit.com/news/mail/sample</url>
    <desc>A sample news article</desc>
    <circulation>global</circulation>
    <publishPeriod>varied</publishPeriod>
    <resourceOf rdf:resource="main"/>
</Resource>

<!-- ********** Link Info ********** -->
<Resource rdf:about="links">
    <type>Link</type>
    <title>Links</title>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="link_0">
    <type>Link</type>
    <title>Bookmarks</title>
    <url>http://links.doitdoit.com/</url>
    <desc>Link Archives</desc>
    <resourceOf rdf:resource="links"/>
</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>

<Resource rdf:about="map-products">
    <seeAlso rdf:resource="products"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

<Resource rdf:about="map-articles">
    <seeAlso rdf:resource="articles"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

<Resource rdf:about="map-newsletters">
    <seeAlso rdf:resource="newsletter_0"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

<Resource rdf:about="map-links">
    <seeAlso rdf:resource="links"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

</rdf:RDF>



