<?xml version="1.0"?>

<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.ciclic.org">
	 

<!-- Main Resource -->

<Resource rdf:about="main">
    <type>Main</type>
    <title>CICLIC.ORG Videoclub</title>
    <url>http://www.ciclic.org</url>        
    <desc>A place for video art and design</desc>
    <keywords>independent movies, </keywords>
    <image>http://www.ciclic.org/img/logo.gif</image>
    <imageSmall>http://www.ciclic.org/img/logo.gif</imageSmall>
    <updated>2005-08-01</updated>
    <updateRate>day</updateRate>
    <language>spanish</language>
</Resource>


<!-- Profile Resources -->

<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>    
    <name>CICLIC.ORG</name>
    <phone>93 501 33 83 </phone>
	<email>video@ciclic.org</email>   
    <fax>93 501 33 83 </fax>   
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="support">
    <type>Contact</type>
    <title>Support</title>    
    <url>http://www.ciclic.org/support.htm</url>        
    <phone>800 555 1002</phone>   
	<email>video@ciclic.org</email>  
    <resourceOf rdf:resource="contact"/>
</Resource>

<Resource rdf:about="sales">
    <type>Contact</type>
    <title>Sales</title>    
    <url>http://www.ciclic.org/sales.htm</url>        
    <phone>800 555 1004</phone>   
	<email>hello@ciclic.org</email>  
    <resourceOf rdf:resource="contact"/>
</Resource>

<Resource rdf:about="address">
   <type>Address</type>   
   <title>Address</title>   
   <address1> C/ REC COMTAL, 5 </address1>
   <postalCode>08003</postalCode>
   <city>BARCELONA</city>
   <stateRegion>MA</stateRegion>
   <country>SPAIN</country>
   <resourceOf  rdf:resource="contact"/>
</Resource>
    
<Resource rdf:about="business">
   <type>Business</type>   
   <title>Business Info</title>   
   <name>CICLIC.ORG</name>
   <founded>2004</founded>
   <industry>Entertainment</industry>
   <employees>10</employees>
   <tradeSymbol>CICLIC</tradeSymbol>
   <resourceOf  rdf:resource="main"/>
</Resource>


<!-- Legal Resources -->

<Resource rdf:about="legal">
  <type>Legal</type>   
  <title>Legal Info</title>  
  <privacy>http://www.ciclic.org/legal.htm</privacy>
  <copyright>Copyright 2004-2005 Ciclic.org</copyright>
  <resourceOf  rdf:resource="main"/>
</Resource>


<!-- Feed Resource -->

<Resource rdf:about="newsfeed">
    <type>Feed</type>
    <title>News Feed</title>
    <feedType>rss</feedType>
    <feedVersion>1.0</feedVersion>
    <url>http://www.ciclic.org/news.xml</url>
    <resourceOf rdf:resource="main"/>
</Resource>

    
<!-- Product Resources -->

<Resource rdf:about="products">
    <type>Product</type>
    <title>Products</title>
    <url>http://www.ciclic.org/cat/catalog.php</url>    
    <resourceOf rdf:resource="main"/>
</Resource>


<!-- Newsletter Resource -->

<Resource rdf:about="newsletter">
    <type>Newsletter</type>
    <title>Acme Weekly Newsletter</title>
    <url>http://www.ciclic.org/newsletter.htm</url>    
    <circulation></circulation>
    <publishPeriod>week</publishPeriod>
    <publishRate>1</publishRate>
    <archive>http://www.ciclic.org/archive.htm</archive>    
    <resourceOf rdf:resource="main"/>
</Resource>


<!-- Method Resources -->

<Resource rdf:about="methods">
    <title>Methods</title>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="webservice">
    <type>WebService</type>
    <title>Web Services</title>
    <doc>http://www.ciclic.org/webservices.htm</doc>
    <wsdl>http://www.ciclic.org/webservices.wsdl</wsdl>
    <resourceOf rdf:resource="methods"/>
</Resource>

<Resource rdf:about="search">
    <type>HttpService</type>
    <title>Search</title>
    <url>http://www.ciclic.org/search</url>
    <doc>http://www.ciclic.org/http-services.htm#search</doc>
    <methodType>get</methodType>
    <input>word</input>
    <input>sort-type</input>
    <input>sort-order</input>
    <resourceOf rdf:resource="methods"/>
</Resource>


<!--Article Resources -->

<Resource rdf:about="articles">
    <type>Article</type>
    <title>Articles</title>
    <rdfs:seeAlso rdf:resource="http://www.ciclic.org/articles.xml"/>    
    <resourceOf  rdf:resource="main"/>
</Resource>


<!--Blog Resources -->

<Resource rdf:about="blog">
    <type>Blog</type>
    <title>Blog</title>
    <sortBy>created</sortBy>
    <sortDir>down</sortDir>
    <resourceOf  rdf:resource="main"/>
</Resource>

<Resource rdf:about="blog-entry3">
    <title>Entry 3</title>
    <created>2004-10-03</created>
    <content>&lt;h3&gt;Content of Entry 3 ...&lt;/h3&gt;</content>
    <resourceOf  rdf:resource="blog"/>
</Resource>

<Resource rdf:about="blog-entry2">
    <title>Entry 2</title>
    <created>2004-10-02</created>
    <content>&lt;h3&gt;Content of Entry 2 ...&lt;/h3&gt;</content>
    <resourceOf  rdf:resource="blog"/>
</Resource>

<Resource rdf:about="blog-entry1">
    <title>Entry 1</title>
    <created>2004-10-01</created>
    <content>&lt;h3&gt;Content of Entry 1 ...&lt;/h3&gt;</content>
    <resourceOf  rdf:resource="blog"/>
</Resource>


<!--Review Resources -->

<Resource rdf:about="reviews">
    <type>Review</type>
    <title>Reviews</title>
    <desc>Reviews about and from other sites</desc>
    <resourceOf  rdf:resource="main"/>
</Resource>

<Resource>
    <type>Review</type>
    <title>ROR</title>
    <desc>An XML (and RDF) format for describing website and resources</desc>
    <for rdf:resource="http://www.rorweb.com"/>
    <keywords>website description, resource description, resource information</keywords>
    <rating>10</rating>
    <resourceOf  rdf:resource="reviews"/>
</Resource>

<Resource>
    <type>Review</type>
    <title>Amazon.com</title>
    <desc>Books, music, electronics, games, etc</desc>
    <for rdf:resource="http://www.amazon.com"/>
    <keywords>books, music, electronics, games</keywords>
    <rating>10</rating>
    <resourceOf  rdf:resource="reviews"/>
</Resource>

<!-- Site Map Resources -->

</rdf:RDF>
