<?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/articles">
    <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 articles</title>
    <description><![CDATA[To use this API you need to specify a value for articles</p>
		<p>This is an example of using the API to search for all the articles that contain the words "book" and "Smith" in their metadata:<br>
    http://www.journaltocs.hw.ac.uk/api/articles/book Smith</p>
    <p>(in the example, the resource-type is "articles" and the query string is "book Smith")</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/articles" />
      </rdf:Seq>
    </mn:channels>
  </rdf:Description>

</rdf:RDF>
