<?xml version="1.0"?>
<!--

This is a ROR document describing the structure and objects of the 
website "Blackburn Castle Speakers Club". For details or examples of the ROR format, 
go to http://www.rorweb.com . There you can also explore this file 
using the ROR Explorer. Copyright 2005 RORweb.com

--> 

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 
         xmlns="http://rorweb.com/0.1/"
         xml:base="http://www.acme.com/ror/">

			
<!-- Main Info =========================================================== -->

<Resource rdf:about="main">
	<type>Main</type>
</Resource>

			
<!-- Contact Info =========================================================== -->

<Resource rdf:about="contact">
	<type>Contact</type>
	<resourceOf rdf:resource="main"/>
</Resource>

			
<!-- Address Info =========================================================== -->

<Resource rdf:about="address">
	<type>Address</type>
	<resourceOf rdf:resource="contact"/>
</Resource>

			
<!-- Person Info =========================================================== -->

<Resource rdf:about="person">
	<type>Person</type>
	<firstName>Michael</firstName>
	<name>Counter</name>
	<resourceOf rdf:resource="contact"/>
</Resource>

<!-- Site Map Info =========================================================== -->

<Resource rdf:about="sitemap">
    <type>Sitemap</type>
    <title>Site Map</title>
    <url>http://www.blackburncastle.org.uk/site-map.html</url>
    <resourceOf rdf:resource="main"/>
</Resource>

			

<Resource rdf:about="main_menu_pages">
	<title>MAIN MENU PAGES</title>
	<resourceOf rdf:resource="sitemap"/>
</Resource>

			

<Resource rdf:about="index">
	<title>Welcome to Blackburn Castle Speakers Club</title>
	<rdfs:seeAlso rdf:resource="index-article"/>
	<resourceOf rdf:resource="main_menu_pages"/>
</Resource>

			

<Resource rdf:about="about-us">
	<title>ASC - Our Purpose</title>
	<rdfs:seeAlso rdf:resource="about-us-article"/>
	<resourceOf rdf:resource="main_menu_pages"/>
</Resource>

			

<Resource rdf:about="we-want-to-help-you">
	<title>ASC - Who we serve</title>
	<rdfs:seeAlso rdf:resource="we-want-to-help-you-article"/>
	<resourceOf rdf:resource="about-us"/>
</Resource>

			

<Resource rdf:about="company-today">
	<title>The Blackburn Castle Speaker Club</title>
	<rdfs:seeAlso rdf:resource="company-today-article"/>
	<resourceOf rdf:resource="about-us"/>
</Resource>

			

<Resource rdf:about="how-is-this-achieved">
	<title>How is this Achieved?</title>
	<rdfs:seeAlso rdf:resource="how-is-this-achieved-article"/>
	<resourceOf rdf:resource="company-today"/>
</Resource>

			

<Resource rdf:about="what-are-the-benefits">
	<title>What are the Benefits?</title>
	<rdfs:seeAlso rdf:resource="what-are-the-benefits-article"/>
	<resourceOf rdf:resource="company-today"/>
</Resource>

			

<Resource rdf:about="what-members-said">
	<title>What members said</title>
	<rdfs:seeAlso rdf:resource="what-members-said-article"/>
	<resourceOf rdf:resource="what-are-the-benefits"/>
</Resource>

			

<Resource rdf:about="what-are-the-costs">
	<title>What are the Costs?</title>
	<rdfs:seeAlso rdf:resource="what-are-the-costs-article"/>
	<resourceOf rdf:resource="company-today"/>
</Resource>

			

<Resource rdf:about="what-dates-do-we-meet">
	<title>When Do We Meet?</title>
	<rdfs:seeAlso rdf:resource="what-dates-do-we-meet-article"/>
	<resourceOf rdf:resource="company-today"/>
</Resource>

			

<Resource rdf:about="contact-us">
	<title>Contact us</title>
	<rdfs:seeAlso rdf:resource="contact"/>
	<resourceOf rdf:resource="about-us"/>
</Resource>

			

<Resource rdf:about="portfolio">
	<title>How to Achieve your First Speech</title>
	<rdfs:seeAlso rdf:resource="portfolio-article"/>
	<resourceOf rdf:resource="main_menu_pages"/>
</Resource>

			

<Resource rdf:about="profiles">
	<title>Making a Start</title>
	<rdfs:seeAlso rdf:resource="profiles-article"/>
	<resourceOf rdf:resource="portfolio"/>
</Resource>

			

<Resource rdf:about="qualifications">
	<title>Some Good Ideas</title>
	<rdfs:seeAlso rdf:resource="qualifications-article"/>
	<resourceOf rdf:resource="portfolio"/>
</Resource>

			

<Resource rdf:about="internal_pages">
	<title>INTERNAL PAGES</title>
	<resourceOf rdf:resource="sitemap"/>
</Resource>

			

<Resource rdf:about="subscribe-to-our-newsletter">
	<title>Subscribe to our Newsletter</title>
	<rdfs:seeAlso rdf:resource="subscribe-to-our-newsletter-article"/>
	<resourceOf rdf:resource="internal_pages"/>
</Resource>

			

<Resource rdf:about="search">
	<title>Site Search</title>
	<rdfs:seeAlso rdf:resource="search-article"/>
	<resourceOf rdf:resource="internal_pages"/>
</Resource>

			

<Resource rdf:about="footer_pages">
	<title>FOOTER PAGES</title>
	<resourceOf rdf:resource="sitemap"/>
</Resource>

			

<Resource rdf:about="library">
	<title>Blackburn Castle Speakers Club Library</title>
	<rdfs:seeAlso rdf:resource="iamges"/>
	<resourceOf rdf:resource="footer_pages"/>
</Resource>

			

<Resource rdf:about="privacy-policy">
	<title>Privacy Policy</title>
	<rdfs:seeAlso rdf:resource="legal"/>
	<resourceOf rdf:resource="footer_pages"/>
</Resource>

			

<Resource rdf:about="terms">
	<title>Terms of use</title>
	<rdfs:seeAlso rdf:resource="terms-article"/>
	<resourceOf rdf:resource="footer_pages"/>
</Resource>

<!-- Articles Info =========================================================== -->

<Resource rdf:about="articles">
    <type>Article</type>
    <title>Articles</title>
    <resourceOf rdf:resource="main"/>
</Resource>

			

<Resource rdf:about="index-article">
	<type>Article</type>
	<title>Welcome to Blackburn Castle Speakers Club</title>
	<url>http://www.blackburncastle.org.uk/index.html</url>
		<updated>2008-06-11 13:30:53</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="about-us-article">
	<type>Article</type>
	<title>ASC - Our Purpose</title>
	<url>http://www.blackburncastle.org.uk/about-us.html</url>
		<updated>2006-06-19 22:32:44</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="we-want-to-help-you-article">
	<type>Article</type>
	<title>ASC - Who we serve</title>
	<url>http://www.blackburncastle.org.uk/about-us/we-want-to-help-you.html</url>
		<updated>2008-06-11 13:08:01</updated>

	<resourceOf rdf:resource="about-us-article"/>
</Resource>

			

<Resource rdf:about="company-today-article">
	<type>Article</type>
	<title>The Blackburn Castle Speaker Club</title>
	<url>http://www.blackburncastle.org.uk/about-us/company-today.html</url>
		<updated>2008-06-11 12:45:15</updated>

	<resourceOf rdf:resource="about-us-article"/>
</Resource>

			

<Resource rdf:about="how-is-this-achieved-article">
	<type>Article</type>
	<title>How is this Achieved?</title>
	<url>http://www.blackburncastle.org.uk/about-us/company-today/how-is-this-achieved.html</url>
		<updated>2006-06-16 14:08:10</updated>

	<resourceOf rdf:resource="company-today-article"/>
</Resource>

			

<Resource rdf:about="what-are-the-benefits-article">
	<type>Article</type>
	<title>What are the Benefits?</title>
	<url>http://www.blackburncastle.org.uk/about-us/company-today/what-are-the-benefits.html</url>
		<updated>2006-06-16 19:08:41</updated>

	<resourceOf rdf:resource="company-today-article"/>
</Resource>

			

<Resource rdf:about="what-members-said-article">
	<type>Article</type>
	<title>What members said</title>
	<url>http://www.blackburncastle.org.uk/about-us/company-today/what-are-the-benefits/what-members-said.html</url>
		<updated>2006-11-29 21:43:48</updated>

	<resourceOf rdf:resource="what-are-the-benefits-article"/>
</Resource>

			

<Resource rdf:about="what-are-the-costs-article">
	<type>Article</type>
	<title>What are the Costs?</title>
	<url>http://www.blackburncastle.org.uk/about-us/company-today/what-are-the-costs.html</url>
		<updated>2008-06-11 12:42:46</updated>

	<resourceOf rdf:resource="company-today-article"/>
</Resource>

			

<Resource rdf:about="what-dates-do-we-meet-article">
	<type>Article</type>
	<title>When Do We Meet?</title>
	<url>http://www.blackburncastle.org.uk/about-us/company-today/what-dates-do-we-meet.html</url>
		<updated>2008-06-11 12:42:46</updated>

	<resourceOf rdf:resource="company-today-article"/>
</Resource>

			

<Resource rdf:about="contact-us-article">
	<type>Article</type>
	<title>Contact us</title>
	<url>http://www.blackburncastle.org.uk/about-us/contact-us.html</url>
		<updated>2008-08-11 23:28:48</updated>

	<resourceOf rdf:resource="about-us-article"/>
</Resource>

			

<Resource rdf:about="portfolio-article">
	<type>Article</type>
	<title>How to Achieve your First Speech</title>
	<url>http://www.blackburncastle.org.uk/portfolio.html</url>
		<updated>2006-06-16 13:13:55</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="profiles-article">
	<type>Article</type>
	<title>Making a Start</title>
	<url>http://www.blackburncastle.org.uk/portfolio/profiles.html</url>
		<updated>2006-06-19 22:46:06</updated>

	<resourceOf rdf:resource="portfolio-article"/>
</Resource>

			

<Resource rdf:about="qualifications-article">
	<type>Article</type>
	<title>Some Good Ideas</title>
	<url>http://www.blackburncastle.org.uk/portfolio/qualifications.html</url>
		<updated>2006-06-16 13:20:24</updated>

	<resourceOf rdf:resource="portfolio-article"/>
</Resource>

			

<Resource rdf:about="subscribe-to-our-newsletter-article">
	<type>Article</type>
	<title>Subscribe to our Newsletter</title>
	<url>http://www.blackburncastle.org.uk/subscribe-to-our-newsletter.html</url>
		<updated>2006-06-18 14:11:32</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="search-article">
	<type>Article</type>
	<title>Site Search</title>
	<url>http://www.blackburncastle.org.uk/search.html</url>
		<updated></updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="library-article">
	<type>Article</type>
	<title>Blackburn Castle Speakers Club Library</title>
	<url>http://www.blackburncastle.org.uk/library.html</url>
		<updated>2006-06-14 14:45:06</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="privacy-policy-article">
	<type>Article</type>
	<title>Privacy Policy</title>
	<url>http://www.blackburncastle.org.uk/privacy-policy.html</url>
		<updated>2006-06-14 14:45:06</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="terms-article">
	<type>Article</type>
	<title>Terms of use</title>
	<url>http://www.blackburncastle.org.uk/terms.html</url>
		<updated>2008-02-01 06:25:04</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>


<!-- Legal Resources -->


<Resource rdf:about="legal">
	<type>Legal</type>   
	<title>Legal</title>  
	<privacy>http://www.blackburncastle.org.uk/privacy-policy.html</privacy>
	<resourceOf  rdf:resource="main"/>
</Resource>

<!-- Method Resources -->


<Resource rdf:about="methods">
	<title>Services</title>
	<resourceOf rdf:resource="main"/>
</Resource>


<Resource rdf:about="search">
	<type>HttpService</type>
	<title>Search</title>
	<url>http://www.blackburncastle.org.uk/search.html</url>
	<methodType>post</methodType>
	<input>word</input>
	<resourceOf rdf:resource="methods"/>
</Resource>


<!-- News Resources -->

<Resource rdf:about="news">
	<type>Newsletter</type>
	<title>News</title>
	<url>http://www.blackburncastle.org.uk/news.html</url>    
	<resourceOf rdf:resource="main"/>
</Resource>


<!-- Images Resources -->

<Resource rdf:about="images">
	<type>Archive</type>
	<title>Images</title>
	<url>http://www.blackburncastle.org.uk/library.html</url>    
	<resourceOf rdf:resource="main"/>
</Resource>


<!-- Links Resources -->

<Resource rdf:about="links">
	<type>Favorite</type>
	<title>Links</title>
	<url>http://www.blackburncastle.org.uk/links.html</url>    
	<resourceOf rdf:resource="main"/>
</Resource>

</rdf:RDF>
