<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
  xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc  = "http://purl.org/metadata/dublin_core#"
  xmlns = "http://purl.org/ocs/directory/0.5/#">
  
  <directory rdf:about="http://ontheface.blogware.com/blog">

    <dc:title>On the Face - RSS Feeds</dc:title>
    <dc:description></dc:description>

    <channels>
      <rdf:Bag>
        
        <rdf:li rdf:resource="http://ontheface.blogware.com/blog" />
        
        <rdf:li rdf:resource="http://ontheface.blogware.com/blog/Photos" />
        
        <rdf:li rdf:resource="http://ontheface.blogware.com/blog/Sharon" />
        
      </rdf:Bag>
    </channels>          
  </directory>
  
  
  <channel rdf:about="http://ontheface.blogware.com/blog">
    <dc:title>On the Face - Main Page</dc:title>
    <dc:description></dc:description>
    <image></image>
    <formats>
      <rdf:Alt>
        <rdf:li>
          <rdf:Description rdf:about="http://ontheface.blogware.com/blog/index.xml">
            <dc:language>en</dc:language>
            <format rdf:resource="http://purl.org/ocs/formats/#rss20" />
          </rdf:Description>
        </rdf:li>

      </rdf:Alt>
    </formats>             

  </channel>
  
  <channel rdf:about="http://ontheface.blogware.com/blog/Photos">
    <dc:title>On the Face - Photos</dc:title>
    <dc:description></dc:description>
    <image></image>
    <formats>
      <rdf:Alt>
        <rdf:li>
          <rdf:Description rdf:about="http://ontheface.blogware.com/blog/Photos/index.xml">
            <dc:language>en</dc:language>
            <format rdf:resource="http://purl.org/ocs/formats/#rss20" />
          </rdf:Description>
        </rdf:li>

      </rdf:Alt>
    </formats>             

  </channel>
  
  <channel rdf:about="http://ontheface.blogware.com/blog/Sharon">
    <dc:title>On the Face - Sharon</dc:title>
    <dc:description></dc:description>
    <image></image>
    <formats>
      <rdf:Alt>
        <rdf:li>
          <rdf:Description rdf:about="http://ontheface.blogware.com/blog/Sharon/index.xml">
            <dc:language>en</dc:language>
            <format rdf:resource="http://purl.org/ocs/formats/#rss20" />
          </rdf:Description>
        </rdf:li>

      </rdf:Alt>
    </formats>             

  </channel>
  

</rdf:RDF>

