<?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>Free spam blocker trial</title>
    <url>http://spameater.com/</url>
    <desc>Free spam blocker trial.  Bayesian, anti-virus, RBLs, white-list, black-list, challenge-response</desc>
    <keywords>anti-spam antispam, spam stop, blockers, free, blocker, killer, outlook express, antispam, block, filter, software, mail, email, report, inspector, protection, stopper, hate</keywords>
    <image>http://spameater.com/images/small.header/smallleft.jpg</image>
</Resource>

<!-- ********** Contact Info ********** -->
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>Chris Fortune</name>
    <url>http://cfortune.kics.bc.ca</url>
    <email>cfortune (at) telus (dot) net</email>
    <phone></phone>
    <fax></fax>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="address">
    <type>Address</type>
    <title>Address</title>
    <address1></address1>
    <city></city>
    <stateRegion></stateRegion>
    <postalCode></postalCode>
    <country></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>Anti-spam spider</title>
    <url>http://spameater.com/</url>
    <desc>Robot user agent categorizes your incoming email, removing spam and viruses before you download email to your PC.</desc>
    <image>http://spameater.com/images/small.header/smallleft.jpg</image>
    <price>$17 per year</price>
    <currency>USD</currency>
    <resourceOf rdf:resource="products"/>
</Resource>

<!-- ********** Article Info ********** -->
<Resource rdf:about="articles">
    <type>Article</type>
    <title>Articles</title>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="article_0">
    <type>Article</type>
    <title>Anti-spam Articles</title>
    <url>http://spameater.com/articles.html</url>
    <desc>Various articles about anti-spam </desc>
    <creator>Chris Fortune</creator>
    <resourceOf rdf:resource="articles"/>
</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>

</rdf:RDF>


