<?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>Pencom International .... custom training and marketing solutions for foodservice and hospitality industries.</title>
    <url>http://www.pencominternational.com/home.html</url>
    <desc>We provide custom training and marketing solutions for foodservice and hospitality operators, manufacturers and owners.</desc>
    <keywords>custom training,marketing solutions,custom video production,corporate communication,newsletters,brand building,cd-rom design production,print design,dvd,workplace english,service that sells</keywords>
    <image></image>
</Resource>

<!-- ********** Contact Info ********** -->
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>Bill Asbury</name>
    <url></url>
    <email>info@pencominternational.com</email>
    <phone>303.595.3991</phone>
    <fax>303.595.0815</fax>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="address">
    <type>Address</type>
    <title>Address</title>
    <address1>1630 Welton Street</address1>
    <city>Denver</city>
    <stateRegion>CO</stateRegion>
    <postalCode>80202</postalCode>
    <country>USA</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>Workplace English</title>
    <url>http://www.pencominternational.com/workplace-english.html</url>
    <desc>A total immersion, English as a second language program specifically for the hospitality industry, complete with CD, skillbook, flash cards and facilitator’s guide.</desc>
    <image>http://www.pencominternational.com/images/wesamp.jpg</image>
    <price>219</price>
    <currency>USD</currency>
    <resourceOf rdf:resource="products"/>
</Resource>

<!-- ********** Site Map Info ********** -->
<Resource rdf:about="sitemap">
    <type>SiteMap</type>
    <title>SiteMap</title>
    <resourceOf rdf:resource="main"/>http://www.pencominternational.com/sitemap.xml
</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>

</rdf:RDF>


