<?xml version="1.0"?>
<!--

This is a ROR document describing the structure and objects of the 
website "Mill Hill Youth Inclusion Programme". 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.millhillyip.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 Mill Hill Youth Inclusion Programme</title>
	<rdfs:seeAlso rdf:resource="index-article"/>
	<resourceOf rdf:resource="main_menu_pages"/>
</Resource>

			

<Resource rdf:about="about-us">
	<title>About us</title>
	<rdfs:seeAlso rdf:resource="about-us-article"/>
	<resourceOf rdf:resource="main_menu_pages"/>
</Resource>

			

<Resource rdf:about="history">
	<title>History</title>
	<rdfs:seeAlso rdf:resource="history-article"/>
	<resourceOf rdf:resource="about-us"/>
</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="new-page">
	<title>new page</title>
	<rdfs:seeAlso rdf:resource="new-page-article"/>
	<resourceOf rdf:resource="about-us"/>
</Resource>

			

<Resource rdf:about="youth-inclusion-programme">
	<title>Youth Inclusion Programme</title>
	<rdfs:seeAlso rdf:resource="youth-inclusion-programme-article"/>
	<resourceOf rdf:resource="main_menu_pages"/>
</Resource>

			

<Resource rdf:about="subsection-1">
	<title>subsection 1</title>
	<rdfs:seeAlso rdf:resource="subsection-1-article"/>
	<resourceOf rdf:resource="youth-inclusion-programme"/>
</Resource>

			

<Resource rdf:about="qualifications">
	<title>Qualifications</title>
	<rdfs:seeAlso rdf:resource="qualifications-article"/>
	<resourceOf rdf:resource="youth-inclusion-programme"/>
</Resource>

			

<Resource rdf:about="achievements">
	<title>Achievements</title>
	<rdfs:seeAlso rdf:resource="achievements-article"/>
	<resourceOf rdf:resource="youth-inclusion-programme"/>
</Resource>

			

<Resource rdf:about="new-test-page">
	<title>New test page</title>
	<rdfs:seeAlso rdf:resource="new-test-page-article"/>
	<resourceOf rdf:resource="youth-inclusion-programme"/>
</Resource>

			

<Resource rdf:about="services">
	<title>Our Projects</title>
	<rdfs:seeAlso rdf:resource="services-article"/>
	<resourceOf rdf:resource="main_menu_pages"/>
</Resource>

			

<Resource rdf:about="new-page">
	<title>A new page</title>
	<rdfs:seeAlso rdf:resource="new-page-article"/>
	<resourceOf rdf:resource="services"/>
</Resource>

			

<Resource rdf:about="service">
	<title>Senior Youth inclusion Programme</title>
	<rdfs:seeAlso rdf:resource="service-article"/>
	<resourceOf rdf:resource="services"/>
</Resource>

			

<Resource rdf:about="firsrt-service">
	<title>Junior Youth Inclusion Programme</title>
	<rdfs:seeAlso rdf:resource="firsrt-service-article"/>
	<resourceOf rdf:resource="service"/>
</Resource>

			

<Resource rdf:about="second-service">
	<title>Positive Futures</title>
	<rdfs:seeAlso rdf:resource="second-service-article"/>
	<resourceOf rdf:resource="service"/>
</Resource>

			

<Resource rdf:about="members-committee">
	<title>Members Committee</title>
	<rdfs:seeAlso rdf:resource="members-committee-article"/>
	<resourceOf rdf:resource="second-service"/>
</Resource>

			

<Resource rdf:about="enquiries">
	<title>Enquiries</title>
	<rdfs:seeAlso rdf:resource="enquiries-article"/>
	<resourceOf rdf:resource="main_menu_pages"/>
</Resource>

			

<Resource rdf:about="faq">
	<title>FAQ</title>
	<rdfs:seeAlso rdf:resource="faq-article"/>
	<resourceOf rdf:resource="enquiries"/>
</Resource>

			

<Resource rdf:about="application-forms">
	<title>Application forms</title>
	<rdfs:seeAlso rdf:resource="application-forms-article"/>
	<resourceOf rdf:resource="enquiries"/>
</Resource>

			

<Resource rdf:about="pricing">
	<title>Pricing</title>
	<rdfs:seeAlso rdf:resource="pricing-article"/>
	<resourceOf rdf:resource="enquiries"/>
</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>Downloads</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 Mill Hill Youth Inclusion Programme</title>
	<url>http://www.millhillyip.org.uk/index.html</url>
		<updated>2007-06-13 15:05:15</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="about-us-article">
	<type>Article</type>
	<title>About us</title>
	<url>http://www.millhillyip.org.uk/about-us.html</url>
		<updated>2006-11-17 10:59:37</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="history-article">
	<type>Article</type>
	<title>History</title>
	<url>http://www.millhillyip.org.uk/about-us/history.html</url>
		<updated>2006-11-17 11:33:04</updated>

	<resourceOf rdf:resource="about-us-article"/>
</Resource>

			

<Resource rdf:about="general-information-article">
	<type>Article</type>
	<title>General Information</title>
	<url>http://www.millhillyip.org.uk/about-us/general-information.html</url>
		<updated>2007-06-11 15:08:59</updated>

	<resourceOf rdf:resource="about-us-article"/>
</Resource>

			

<Resource rdf:about="contact-us-article">
	<type>Article</type>
	<title>Contact us</title>
	<url>http://www.millhillyip.org.uk/about-us/contact-us.html</url>
		<updated>2008-02-01 14:38:38</updated>

	<resourceOf rdf:resource="about-us-article"/>
</Resource>

			

<Resource rdf:about="new-page-article">
	<type>Article</type>
	<title>new page</title>
	<url>http://www.millhillyip.org.uk/about-us/new-page.html</url>
		<updated>2006-11-17 11:04:35</updated>

	<resourceOf rdf:resource="about-us-article"/>
</Resource>

			

<Resource rdf:about="youth-inclusion-programme-article">
	<type>Article</type>
	<title>Youth Inclusion Programme</title>
	<url>http://www.millhillyip.org.uk/youth-inclusion-programme.html</url>
		<updated>2007-06-13 15:05:27</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="subsection-1-article">
	<type>Article</type>
	<title>subsection 1</title>
	<url>http://www.millhillyip.org.uk/youth-inclusion-programme/subsection-1.html</url>
		<updated>2007-06-11 15:20:55</updated>

	<resourceOf rdf:resource="youth-inclusion-programme-article"/>
</Resource>

			

<Resource rdf:about="qualifications-article">
	<type>Article</type>
	<title>Qualifications</title>
	<url>http://www.millhillyip.org.uk/youth-inclusion-programme/qualifications.html</url>
		<updated>2006-11-23 14:50:05</updated>

	<resourceOf rdf:resource="youth-inclusion-programme-article"/>
</Resource>

			

<Resource rdf:about="achievements-article">
	<type>Article</type>
	<title>Achievements</title>
	<url>http://www.millhillyip.org.uk/youth-inclusion-programme/achievements.html</url>
		<updated>2006-11-23 14:35:57</updated>

	<resourceOf rdf:resource="youth-inclusion-programme-article"/>
</Resource>

			

<Resource rdf:about="new-test-page-article">
	<type>Article</type>
	<title>New test page</title>
	<url>http://www.millhillyip.org.uk/youth-inclusion-programme/new-test-page.html</url>
		<updated>2007-06-13 15:06:06</updated>

	<resourceOf rdf:resource="youth-inclusion-programme-article"/>
</Resource>

			

<Resource rdf:about="services-article">
	<type>Article</type>
	<title>Our Projects</title>
	<url>http://www.millhillyip.org.uk/services.html</url>
		<updated>2006-11-30 17:04:29</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="new-page-article">
	<type>Article</type>
	<title>A new page</title>
	<url>http://www.millhillyip.org.uk/services/new-page.html</url>
		<updated>2006-11-30 17:43:26</updated>

	<resourceOf rdf:resource="services-article"/>
</Resource>

			

<Resource rdf:about="service-article">
	<type>Article</type>
	<title>Senior Youth inclusion Programme</title>
	<url>http://www.millhillyip.org.uk/services/service.html</url>
		<updated>2006-11-30 17:10:34</updated>

	<resourceOf rdf:resource="services-article"/>
</Resource>

			

<Resource rdf:about="firsrt-service-article">
	<type>Article</type>
	<title>Junior Youth Inclusion Programme</title>
	<url>http://www.millhillyip.org.uk/services/service/firsrt-service.html</url>
		<updated>2006-11-17 20:58:30</updated>

	<resourceOf rdf:resource="service-article"/>
</Resource>

			

<Resource rdf:about="second-service-article">
	<type>Article</type>
	<title>Positive Futures</title>
	<url>http://www.millhillyip.org.uk/services/service/second-service.html</url>
		<updated>2006-11-17 20:58:56</updated>

	<resourceOf rdf:resource="service-article"/>
</Resource>

			

<Resource rdf:about="members-committee-article">
	<type>Article</type>
	<title>Members Committee</title>
	<url>http://www.millhillyip.org.uk/services/service/second-service/members-committee.html</url>
		<updated>2006-11-30 17:42:08</updated>

	<resourceOf rdf:resource="second-service-article"/>
</Resource>

			

<Resource rdf:about="enquiries-article">
	<type>Article</type>
	<title>Enquiries</title>
	<url>http://www.millhillyip.org.uk/enquiries.html</url>
		<updated>2006-09-22 11:29:53</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="faq-article">
	<type>Article</type>
	<title>FAQ</title>
	<url>http://www.millhillyip.org.uk/enquiries/faq.html</url>
		<updated>2006-09-22 11:29:53</updated>

	<resourceOf rdf:resource="enquiries-article"/>
</Resource>

			

<Resource rdf:about="application-forms-article">
	<type>Article</type>
	<title>Application forms</title>
	<url>http://www.millhillyip.org.uk/enquiries/application-forms.html</url>
		<updated>2006-09-22 11:29:53</updated>

	<resourceOf rdf:resource="enquiries-article"/>
</Resource>

			

<Resource rdf:about="pricing-article">
	<type>Article</type>
	<title>Pricing</title>
	<url>http://www.millhillyip.org.uk/enquiries/pricing.html</url>
		<updated>2006-09-22 11:29:53</updated>

	<resourceOf rdf:resource="enquiries-article"/>
</Resource>

			

<Resource rdf:about="subscribe-to-our-newsletter-article">
	<type>Article</type>
	<title>Subscribe to our Newsletter</title>
	<url>http://www.millhillyip.org.uk/subscribe-to-our-newsletter.html</url>
		<updated>2006-09-22 11:29:53</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="search-article">
	<type>Article</type>
	<title>Site Search</title>
	<url>http://www.millhillyip.org.uk/search.html</url>
		<updated></updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="library-article">
	<type>Article</type>
	<title>Downloads</title>
	<url>http://www.millhillyip.org.uk/library.html</url>
		<updated>2006-11-17 11:37:40</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="privacy-policy-article">
	<type>Article</type>
	<title>Privacy Policy</title>
	<url>http://www.millhillyip.org.uk/privacy-policy.html</url>
		<updated>2008-02-01 14:38:38</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>

			

<Resource rdf:about="terms-article">
	<type>Article</type>
	<title>Terms of use</title>
	<url>http://www.millhillyip.org.uk/terms.html</url>
		<updated>2008-02-01 14:38:38</updated>

	<resourceOf rdf:resource="articles"/>
</Resource>


<!-- Legal Resources -->


<Resource rdf:about="legal">
	<type>Legal</type>   
	<title>Legal</title>  
	<privacy>http://www.millhillyip.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.millhillyip.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.millhillyip.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.millhillyip.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.millhillyip.org.uk/links.html</url>    
	<resourceOf rdf:resource="main"/>
</Resource>

</rdf:RDF>
