<?xml version="1.0"?>

<!-- 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>Telephonemail</title>
    <url>http://www.telephonemail.co.uk/</url>
    <desc>Telephonemail</desc>
    <keywords>telephone, email, telephonemail, phone, phonemail</keywords>
    <image>http://telephonemail.net/images/logo-02.jpg</image>
</Resource>

<!-- ********** Contact Info ********** -->
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>John</name>
    <url></url>
    <email>john@telephonemail.net</email>
    <phone>07973 463535</phone>
    <fax>08718747475</fax>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="address">
    <type>Address</type>
    <title>Address</title>
    <address1>PO Box 10366</address1>
    <city>Edgbaston</city>
    <stateRegion>Birmingham</stateRegion>
    <postalCode>B16 9WE</postalCode>
    <country>England</country>
    <resourceOf rdf:resource="contact"/>
</Resource>

<!-- ********** Product Info ********** -->
<Resource rdf:about="products">
    <type>Product</type>
    <title>Products</title>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="product_0">
    <type>Product</type>
    <title>Black Tee Shirt</title>
    <url>http://telephonemail.co.uk/webshop.html</url>
    <desc>Telephonemail Merchandise</desc>
    <image>http://www.telephonemail.co.uk/tshirtb.htm</image>
    <price>12.99</price>
    <currency>USD</currency>
    <resourceOf rdf:resource="products"/>
</Resource>

<Resource rdf:about="product_1">
    <type>Product</type>
    <title>White Tee Shirt</title>
    <url>http://telephonemail.co.uk/webshop.html</url>
    <desc>Telephonemail Merchandise</desc>
    <image>http://www.telephonemail.co.uk/tshirtb.htm</image>
    <price>12.99</price>
    <currency>USD</currency>
    <resourceOf rdf:resource="products"/>
</Resource>

<Resource rdf:about="product_2">
    <type>Product</type>
    <title>Visiting Cards</title>
    <url>http://telephonemail.co.uk/webshop.html</url>
    <desc>Telephonemail Merchandise</desc>
    <image>http://telephonemail.co.uk/cards.htm</image>
    <price>5.00</price>
    <currency>USD</currency>
    <resourceOf rdf:resource="products"/>
</Resource>

<Resource rdf:about="product_3">
    <type>Product</type>
    <title>Telephonemail Service</title>
    <url>http://telephonemail.co.uk/index.html</url>
    <desc>Send email with an ordinary telephone</desc>
    <image>http://telephonemail.net/images/logo-02.jpg</image>
    <price>50.00</price>
    <currency>USD</currency>
    <resourceOf rdf:resource="products"/>
</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>Check Web Mail</title>
    <url>http://www.telephonemail.net</url>
    <desc>All visitors IP addresses are logged</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-links">
    <seeAlso rdf:resource="links"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

</rdf:RDF>