<?xml version="1.0"?>
<!--

This is a ROR document describing the structure and objects of the 
website "Families Together". 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>
	<resourceOf rdf:resource="contact"/>
</Resource>

<!-- Site Map Info =========================================================== -->

<Resource rdf:about="sitemap">
    <type>Sitemap</type>
    <title>Site Map</title>
    <url>http://www.families-together.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</title>
	<rdfs:seeAlso rdf:resource="index-article"/>
	<resourceOf rdf:resource="main_menu_pages"/>
</Resource>

			

<Resource rdf:about="news">
	<title>News</title>
	<rdfs:seeAlso rdf:resource="news"/>
	<resourceOf rdf:resource="main_menu_pages"/>
</Resource>

			

<Resource rdf:about="latest-news">
	<title>Latest news</title>
	<rdfs:seeAlso rdf:resource="latest-news-article"/>
	<resourceOf rdf:resource="news"/>
</Resource>

			

<Resource rdf:about="news-archive">
	<title>News archive</title>
	<rdfs:seeAlso rdf:resource="news-archive-article"/>
	<resourceOf rdf:resource="news"/>
</Resource>

			

<Resource rdf:about="about-us">
	<title>About Families Together</title>
	<rdfs:seeAlso rdf:resource="about-us-article"/>
	<resourceOf rdf:resource="main_menu_pages"/>
</Resource>

			

<Resource rdf:about="general-information">
	<title>General information</title>
	<rdfs:seeAlso rdf:resource="general-information-article"/>
	<resourceOf rdf:resource="about-us"/>
</Resource>

			

<Resource rdf:about="contact-us">
	<title>Contact us</title>
	<rdfs:seeAlso rdf:resource="contact"/>
	<resourceOf rdf:resource="about-us"/>
</Resource>

			

<Resource rdf:about="services">
	<title>Services</title>
	<rdfs:seeAlso rdf:resource="services-article"/>
	<resourceOf rdf:resource="main_menu_pages"/>
</Resource>

			

<Resource rdf:about="family-social-activities">
	<title>Family Social Activities</title>
	<rdfs:seeAlso rdf:resource="family-social-activities-article"/>
	<resourceOf rdf:resource="services"/>
</Resource>

			

<Resource rdf:about="activities-and-meetings-for-parents">
	<title>Activities and Meetings For Parents</title>
	<rdfs:seeAlso rdf:resource="activities-and-meetings-for-parents-article"/>
	<resourceOf rdf:resource="services"/>
</Resource>

			

<Resource rdf:about="resource-library">
	<title>Resource Library</title>
	<rdfs:seeAlso rdf:resource="resource-library-article"/>
	<resourceOf rdf:resource="services"/>
</Resource>

			

<Resource rdf:about="campaigning-and-influencing">
	<title>Campaigning and Influencing</title>
	<rdfs:seeAlso rdf:resource="campaigning-and-influencing-article"/>
	<resourceOf rdf:resource="services"/>
</Resource>

			

<Resource rdf:about="calendar-of-events">
	<title>Calendar of Events</title>
	<rdfs:seeAlso rdf:resource="calendar-of-events-article"/>
	<resourceOf rdf:resource="main_menu_pages"/>
</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="welcome">
	<title>Welcome to Families Together</title>
	<rdfs:seeAlso rdf:resource="welcome-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>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</title>
	<url>http://www.families-together.org.uk/index.html</url>
		<updated>2007-06-07 15:33:49</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="news-article">
	<type>Article</type>
	<title>News</title>
	<url>http://www.families-together.org.uk/news.html</url>
		<updated>2007-04-19 14:47:08</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="latest-news-article">
	<type>Article</type>
	<title>Latest news</title>
	<url>http://www.families-together.org.uk/news/latest-news.html</url>
		<updated></updated>

	<resourceOf rdf:resource="news-article"/>
</Resource>

			

<Resource rdf:about="news-archive-article">
	<type>Article</type>
	<title>News archive</title>
	<url>http://www.families-together.org.uk/news/news-archive.html</url>
		<updated></updated>

	<resourceOf rdf:resource="news-article"/>
</Resource>

			

<Resource rdf:about="about-us-article">
	<type>Article</type>
	<title>About Families Together</title>
	<url>http://www.families-together.org.uk/about-us.html</url>
		<updated>2007-06-07 15:33:49</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="general-information-article">
	<type>Article</type>
	<title>General information</title>
	<url>http://www.families-together.org.uk/about-us/general-information.html</url>
		<updated>2007-06-07 15:33:49</updated>

	<resourceOf rdf:resource="about-us-article"/>
</Resource>

			

<Resource rdf:about="contact-us-article">
	<type>Article</type>
	<title>Contact us</title>
	<url>http://www.families-together.org.uk/about-us/contact-us.html</url>
		<updated>2007-06-07 15:33:49</updated>

	<resourceOf rdf:resource="about-us-article"/>
</Resource>

			

<Resource rdf:about="services-article">
	<type>Article</type>
	<title>Services</title>
	<url>http://www.families-together.org.uk/services.html</url>
		<updated>2007-11-09 09:28:57</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="family-social-activities-article">
	<type>Article</type>
	<title>Family Social Activities</title>
	<url>http://www.families-together.org.uk/services/family-social-activities.html</url>
		<updated>2007-08-20 08:53:16</updated>

	<resourceOf rdf:resource="services-article"/>
</Resource>

			

<Resource rdf:about="activities-and-meetings-for-parents-article">
	<type>Article</type>
	<title>Activities and Meetings For Parents</title>
	<url>http://www.families-together.org.uk/services/activities-and-meetings-for-parents.html</url>
		<updated>2007-11-09 08:47:03</updated>

	<resourceOf rdf:resource="services-article"/>
</Resource>

			

<Resource rdf:about="resource-library-article">
	<type>Article</type>
	<title>Resource Library</title>
	<url>http://www.families-together.org.uk/services/resource-library.html</url>
		<updated>2007-11-09 09:28:57</updated>

	<resourceOf rdf:resource="services-article"/>
</Resource>

			

<Resource rdf:about="campaigning-and-influencing-article">
	<type>Article</type>
	<title>Campaigning and Influencing</title>
	<url>http://www.families-together.org.uk/services/campaigning-and-influencing.html</url>
		<updated>2007-11-09 08:57:40</updated>

	<resourceOf rdf:resource="services-article"/>
</Resource>

			

<Resource rdf:about="calendar-of-events-article">
	<type>Article</type>
	<title>Calendar of Events</title>
	<url>http://www.families-together.org.uk/calendar-of-events.html</url>
		<updated>2007-04-20 08:20:52</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="subscribe-to-our-newsletter-article">
	<type>Article</type>
	<title>Subscribe to our Newsletter</title>
	<url>http://www.families-together.org.uk/subscribe-to-our-newsletter.html</url>
		<updated>2007-06-06 16:22:24</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="search-article">
	<type>Article</type>
	<title>Site Search</title>
	<url>http://www.families-together.org.uk/search.html</url>
		<updated></updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="welcome-article">
	<type>Article</type>
	<title>Welcome to Families Together</title>
	<url>http://www.families-together.org.uk/welcome.html</url>
		<updated>2007-06-06 16:23:15</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="library-article">
	<type>Article</type>
	<title>Library</title>
	<url>http://www.families-together.org.uk/library.html</url>
		<updated>2007-06-06 16:23:43</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="privacy-policy-article">
	<type>Article</type>
	<title>Privacy Policy</title>
	<url>http://www.families-together.org.uk/privacy-policy.html</url>
		<updated>2007-11-09 08:57:40</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="terms-article">
	<type>Article</type>
	<title>Terms of use</title>
	<url>http://www.families-together.org.uk/terms.html</url>
		<updated>2008-02-01 07:49:33</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>


<!-- Legal Resources -->


<Resource rdf:about="legal">
	<type>Legal</type>   
	<title>Legal</title>  
	<privacy>http://www.families-together.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.families-together.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.families-together.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.families-together.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.families-together.org.uk/links.html</url>    
	<resourceOf rdf:resource="main"/>
</Resource>

</rdf:RDF>
