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

<!-- 
    $Id: oai-sample1-mod2.xml,v 1.1 2005/03/16 16:44:08 cmsmcq Exp $
    sample record which includes CC Licence information extracted from
    http://www.openarchives.org/OAI/2.0/guidelines-rights.htm

    Revisions:
    2005-03-09 : MSM : eliminate all uses of default namespaces, to
                       make every namespace use explicit
-->

<oai:OAI-PMH xmlns:oai="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">
  <oai:responseDate>2002-02-08T08:55:46Z</oai:responseDate>
  <oai:request verb="GetRecord" identifier="oai:arXiv.org:cs/0112017"
    metadataPrefix="oai_dc">http://arXiv.org/oai2</oai:request>
  <oai:GetRecord>
    <oai:record> 
      
      <oai:header>
        <oai:identifier>oai:an.oa.org:zxy123</oai:identifier> 
        <oai:datestamp>2004-08-08</oai:datestamp>
      </oai:header>
      
      <oai: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>
      </oai:metadata>
      
      <oai:about>  
        
        <!-- RIGHTS INFORMATION FOR metadata ABOVE -->
        <r:rights xmlns:r="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">
          <r:rightsDefinition>
            <rdf:RDF xmlns:cc="http://web.resource.org/cc/" 
              xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
              <cc:License rdf:about="http://creativecommons.org/licenses/by/2.0/">
                <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
                <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
                <cc:requires rdf:resource="http://web.resource.org/cc/Notice"/>
                <cc:requires rdf:resource="http://web.resource.org/cc/Attribution"/>
                <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
              </cc:License>
            </rdf:RDF>
          </r:rightsDefinition>
        </r:rights>
      </oai:about>
      
      <oai:about>  
        <!-- PROVENANCE INFORMATION FOR metadata ABOVE -->
        <p:provenance 
          xmlns:p="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">
          <p:originDescription harvestDate="2004-08-08T14:10:02Z" altered="false">
            <p:baseURL>http://the.oa.org</p:baseURL>
            <p:identifier>oai:the.oa.org:abc987</p:identifier>
            <p:datestamp>2004-04-01</p:datestamp>
            <p:metadataNamespace>http://www.openarchives.org/OAI/2.0/oai_dc/</p:metadataNamespace>
          </p:originDescription>
        </p:provenance>
      </oai:about>
      
    </oai:record>
  </oai:GetRecord>
</oai:OAI-PMH>

