<?xml version="1.0" encoding="utf-8"?>

<!-- 
    $Id: oai-sample1.xml,v 1.4 2005/02/02 15:57:39 em Exp $
    sample basic OAI record which is extracted from
    http://www.openarchives.org/OAI/2.0/guidelines-rights.htm
-->

<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" 
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
         http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2002-02-08T08:55:46Z</responseDate>
  <request verb="GetRecord" identifier="oai:arXiv.org:cs/0112017"
           metadataPrefix="oai_dc">http://arXiv.org/oai2</request>
  <GetRecord>
    <record> 

      <header>
        <identifier>oai:an.oa.org:zxy123</identifier> 
        <datestamp>2004-08-08</datestamp>
      </header>

      <metadata>
        <oai_dc:dc 
         xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" 
         xmlns:dc="http://purl.org/dc/elements/1.1/" 
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ 
         http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
          <dc:title>Using elephants to crack peanuts in a factory setting</dc:title> 
          <dc:creator>Nutcase, A</dc:creator>
          <dc:subject>Elephants</dc:subject> 
          <dc:description>With the increasing technical sophistication of 
            well-trained elephants it is becoming practical to consider
            their use in factory settings.</dc:description> 

          <!-- dc:rights, IF USED, REFERS TO RIGHTS ABOUT THE RESOURCE --> 
          <dc:rights>http://creativecommons.org/licenses/by-nc-sa/2.0/</dc:rights>

          <dc:date>2004-04-01</dc:date>
	</oai_dc:dc>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>

