<?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>www.ToolPat.com: Patent Prosecution Tools</title>
    <url>http://www.toolpat.com/</url>
    <desc>Patent Prosecution tools for Patent Attorneys and Agents</desc>
    <keywords>patent, patent prosecution, attorney, agent, tool, tools, uspto</keywords>
    <image>http://www.toolpat.com/toolpat.gif</image>
</Resource>

<!-- ********** Contact Info ********** -->
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>Scott Kamholz</name>
    <url>http://www.foleyhoag.com/People/Attorneys/Kamholz-Scott.aspx</url>
    <email></email>
    <phone>617-832-1176</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>

<!-- ********** 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>Patently-O Tidbits</title>
    <url>http://patentlaw.typepad.com/patent/2005/08/patentlyo_tidbi.html</url>
    <desc>Patently-O Blog</desc>
    <creator>Dennis Crouch</creator>
    <resourceOf rdf:resource="articles"/>
</Resource>

<Resource rdf:about="article_1">
    <type>Article</type>
    <title> Search the U.S. Manual of Patent Examination Procedure</title>
    <url>http://ip-updates.blogspot.com/2005/08/search-us-manual-of-patent-examination.html</url>
    <desc>I/P Updates</desc>
    <creator>Bill Heinze</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-articles">
    <seeAlso rdf:resource="articles"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

</rdf:RDF>


