<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns="http://purl.org/rss/1.0/"
         xmlns:mn="http://usefulinc.com/rss/manifest/"
         xmlns:dc="http://purl.org/dc/elements/1.1/">

  <channel rdf:about="http://www.journaltocs.hw.ac.uk/api/journals">
    <title>JournalTOCs API</title>
    <link>http://www.journaltocs.hw.ac.uk/api</link>
    <description><![CDATA[This is the URL Base for the JournalTOCs API, which is freely available for developers to create their own web applications with Table of Contents (TOCs) published by over 16,000 scholarly journals.]]></description>
    <dc:publisher>JournalTOCs API</dc:publisher>
    <dc:creator>JOURNALTOCS API PROJECT</dc:creator>
		<dc:coverage>1</dc:coverage>
    <image rdf:resource="http://www.journaltocs.hw.ac.uk/images/xtralogo.gif" />
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://www.journaltocs.hw.ac.uk/api" />
      </rdf:Seq>
    </items>
  </channel>
    <item rdf:about="http://www.journaltocs.hw.ac.uk/api">
    <link>http://www.journaltocs.hw.ac.uk/api</link>
    <title>JournalTOCs API journals</title>
    <description><![CDATA[To use this API you need to specify a value for journals</p>
		<p>This is an example of using the API to search for all the journals that contain the word <i>science</i> in their titles:<br>
    http://www.journaltocs.hw.ac.uk/api/journals/science
    <p>(in the example, the resource-type is "journals" and the query string is "science")</p>
    <p>Currently the API return results in RSS 1.0 format only.</p>
    <p>Go to http://www.journaltocs.hw.ac.uk/index.php?action=api for further information.</p>]]></description>
		
    </item>
	
  <rdf:Description rdf:ID="manifest">
    <mn:channels>
      <rdf:Seq>
        <rdf:li rdf:resource="http://www.journaltocs.hw.ac.uk/api/journals" />
      </rdf:Seq>
    </mn:channels>
  </rdf:Description>

</rdf:RDF>
