<?xml version="1.0"?>
<?xml-stylesheet href="ror_files/ror.css" type="text/css"?><!-- This is a ROR formatted XML document describing the resources of the website http://arthaveninternational.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://arthaveninternational.com. For information about the ROR format, go to www.rorweb.com</rorinfo>
    <type>Main</type>
    <type>Website</type>
    <title>ArtHaven International</title>
    <url>http://arthaveninternational.com</url>
    <desc>Services offered: Web Design, Merchant Accounts, Promotional products, Group Marketing projects for Artists.</desc>
    <keywords>Pittsburgh, PA, web design, web applications, cd rom portfolios, art marketing, group marketing, art, prints</keywords>
</Resource>

<!-- ******************** Contact Info ***************** --> 
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>ArtHaven International</name>
    <url>http://arthaveninternational.com</url>
    <phone>412-687-1067</phone>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="address">
    <type>Address</type>
    <title>Address</title>
    <address1>4418 woolslayer way</address1>
    <city>pittsburgh</city>
    <postalCode>15224</postalCode>
    <stateRegion>PA</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://arthaveninternational.com/sitemap.xml</sitemapGoogle>
    <sitemapROR>http://</sitemapROR>
    <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>