<?xml version="1.0" encoding="UTF-8"?> 
<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>

      <about>  

        <!-- RIGHTS INFORMATION FOR metadata ABOVE -->
        <rights xmlns="http://www.openarchives.org/OAI/2.0/rights/"  
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
               xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/rights/
                                   http://www.openarchives.org/OAI/2.0/rights.xsd">
          <rightsReference ref="http://creativecommons.org/licenses/by-nd/2.0/rdf"/>
        </rights>
      </about>

      <about>  

        <!-- PROVENANCE INFORMATION FOR metadata ABOVE -->
        <provenance xmlns="http://www.openarchives.org/OAI/2.0/provenance"
                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                    xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/provenance
                                        http://www.openarchives.org/OAI/2.0/provenance.xsd">
          <originDescription harvestDate="2004-08-08T14:10:02Z" altered="false">
            <baseURL>http://the.oa.org</baseURL>
            <identifier>oai:the.oa.org:abc987</identifier>
            <datestamp>2004-04-01</datestamp>
            <metadataNamespace>http://www.openarchives.org/OAI/2.0/oai_dc/</metadataNamespace>
          </originDescription>
        </provenance>
      </about>

    </record>
  </GetRecord>
</OAI-PMH>
