<?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://arichnersautoparts.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://arichnersautoparts.com. For information about the ROR format, go to www.rorweb.com</rorinfo>
    <type>Main</type>
    <type>Website</type>
    <title>ArichnersAutoParts.com</title>
    <url>http://arichnersautoparts.com</url>
    <desc>New and Used Auto Parts Store has multi million dollar inventory. All computerized for instant prices and same day shipping on most items</desc>
    <keywords>auto parts, used auto parts, new auto parts, car parts, truck parts, bumpers, new bumpers, used bumpers, taillights, headlights, new tailights, new headlights, used taillights, body parts,cylinder heads, motors, engines, transmissions, rear ends, fender, doors, leaf springs, seats, wheels, alternator, starter, radiators, transfer case, axles, ecm, tailgates,gas tank, fuel tank, salvage, Ford Truck, Chevrolet Truck, Acura, Audi, BMW, Buick, Cadillac, Chevrolet, Chrysler, Chryler Truck, Eagle, Fiat, Honda, Hyundai, Infiniti, Isuzu, Jeep, Land Rover, Mercury, Oldsmobile, Plymouth, Pontiac, Porsche, Saab, Subaru, Suzuki, Toyota, Volkswagen, Volvo, Yugo, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005</keywords>
</Resource>

<!-- ******************** Contact Info ***************** --> 
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>ArichnersAutoParts.com</name>
    <email>info@arichnersautoparts.com</email>
    <url>http://arichnersautoparts.com</url>
    <phone>(888) 572-3428</phone>
    <resourceOf rdf:resource="main"/>
</Resource>

<!-- ******************** Location Info ***************** --> 
<Resource>
    <type>Address</type>
    <title>Address</title>
    <address1> 259 Swamppoodle Rd</address1>
    <city>Milesburg</city>
    <postalCode>16853</postalCode>
    <stateRegion>PA</stateRegion>
    <country>US</country>
    <resourceOf rdf:resource="contact"/>
</Resource>

<!-- ******************** Feed Info ***************** --> 
<Resource>
    <type>Feed</type>
    <title>Feed</title>
    <url>http://</url>
    <resourceOf rdf:resource="main"/>
</Resource>

<!-- ******************** Sitemap Info ***************** --> 
<Resource>
    <type>SiteMap</type>
    <title>SiteMap</title>
    <url>http://</url>
    <resourceOf rdf:resource="main"/>
</Resource>

<!-- ******************** Product Info (if any) ***************** --> 
<Resource rdf:about="products">
    <type>Product</type>
    <title>Products</title>
    <url>http://www.my-website.com/products.htm</url>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource>
    <type>Product</type>
    <title>Product 1</title>
    <url>http://www.my-website.com/products/product-1.htm</url>
    <desc>My great Product 1</desc>
    <price>19.95</price>
    <currency>USD</currency>
    <image>http://www.my-website.com/products/product-1.jpg</image>
    <available>yes</available>
    <kind>service</kind>
    <resourceOf rdf:resource="products"/>
</Resource>

<Resource>
    <type>Product</type>
    <title>Product 2</title>
    <url>http://www.my-website.com/products/product-2.htm</url>
    <desc>My great Product 2</desc>
    <price>49.95</price>
    <currency>USD</currency>
    <image>http://www.my-website.com/products/product-2.jpg</image>
    <available>yes</available>
    <kind>good</kind>
    <resourceOf rdf:resource="products"/>
</Resource>

<!-- ******************** Article Info (if any) ***************** --> 
<Resource rdf:about="articles">
    <type>Article</type>
    <title>Articles</title>
    <url>http://www.my-website.com/articles.htm</url>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource>
    <type>Article</type>
    <title>Article 1</title>
    <url>http://www.my-website.com/articles/article-1.htm</url>
    <desc>This is Article 1</desc>
    <published>2005-01-20</published>
    <creator>John Doe</creator>
    <resourceOf rdf:resource="articles"/>
</Resource>

<Resource>
    <type>Article</type>
    <title>Article 2</title>
    <url>http://www.my-website.com/articles/article-2.htm</url>
    <desc>This is Article 2</desc>
    <published>2005-02-20</published>
    <creator>John Doe</creator>
    <resourceOf rdf:resource="articles"/>
</Resource>

</rdf:RDF>

