Using the OAI server interface

The Index is equipped with an OAI server for external harvesting of records by projects such as the People’s Network Discovery service. This is an implementation of an OAI-PMH 2.0 Data Provider, written in PHP. This implementation completely complies to OAI-PMH 2.0, including the support of on-the-fly output compression which may significantly reduce the amount of data being transfered. We already serve up contents of the PAS database to many institutions using OAI-PMH, if you want to use that service, please do get in touch.

However, you maybe wondering what OAI-PMH is! It is:

The collecting or harvesting of cataloging or metadata inforamtion from OAI compliant databases of repositories, archives, libraries, etc., using the Open Archives Initiative Protocol. Service providers request data from data provider archives, often according to date stamps. http://www.openarchives.org/

Commercial search engines have started using OAI-PMH to acquire more resources. Google has started to accept OAI-PMH as part of their Sitemap Protocol, and they are using OAI-PMH to harvest information from the National Library of Australia Digital Object Repository. In 2004, Yahoo! acquired content from OAIster (University of Michigan) that was obtained through metadata harvesting with OAI-PMH. (Wikipedia)

We are currently working to make the CCI’s OAI response compliant with the PNDS OAI protocol. This should be complete by mid-June.

The following syntax is used to query the Index’s OAI target:

Identify: http://www.finds.org.uk/CCI/oai/oai2.php?verb=Identify will produce:

<?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>2007-05-29T09:47:35Z</responseDate>
<request verb="Identify">http://www.finds.org.uk/CCI/oai/oai2.php</request>
<Identify>
<repositoryName>OAI data from the Celtic Coin Index</repositoryName>
<baseURL>http://www.finds.org.uk/CCI/oai/oai2.php</baseURL>
<protocolVersion>2.0</protocolVersion>
<adminEmail>mailto:dpett@thebritishmuseum.ac.uk</adminEmail>
<earliestDatestamp>2000-01-01</earliestDatestamp>
<deletedRecord>no</deletedRecord>
<granularity>YYYY-MM-DDThh:mm:ssZ</granularity>
<compression>gzip</compression>
</Identify>
</OAI-PMH>


List Meta data formats:
http://www.finds.org.uk/CCI/oai/oai2.php?verb=ListMetadataFormats

<?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>2007-05-29T09:55:58Z</responseDate>
 <request verb="ListMetadataFormats">http://www.finds.org.uk/CCI/oai/oai2.php</request>
 <ListMetadataFormats>
  <metadataFormat>
   <metadataPrefix>oai_dc</metadataPrefix>
   <schema>http://www.openarchives.org/OAI/2.0/oai_dc.xsd</schema>
   <metadataNamespace>http://www.openarchives.org/OAI/2.0/oai_dc/</metadataNamespace>
  </metadataFormat>
 </ListMetadataFormats>
</OAI-PMH>

List sets: http://www.finds.org.uk/CCI/oai/oai2.php?verb=ListSets

<?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>2007-05-29T10:07:25Z</responseDate>
 <request verb="ListSets">http://www.finds.org.uk/CCI/oai/oai2.php</request>
  <ListSets>
   <set>
    <setSpec>coins</setSpec>
    <setName>CCI</setName>
    <setDescription>
     <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:description>The Celtic Coin Index contains Iron age coins</dc:description>
     </oai_dc:dc>
    </setDescription>
   </set>
  </ListSets>
</OAI-PMH>

When the PAS data is uploaded shortly, there will be two sets to choose from PAS or CCI.

List records: http://www.finds.org.uk/CCI/oai/oai2.php?verb=ListRecords&metadataPrefix=oai_dc

<?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>2007-05-29T09:56:33Z</responseDate>
 <request verb="ListRecords" metadataPrefix="oai_dc">http://www.finds.org.uk/CCI/oai/oai2.php</request>
 <ListRecords>
  <record>
   <header>
    <identifier>oai:finds.org.uk:1.0664</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:1.17</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:2.0621</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:2.0654</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Minim</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:2.0953</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Quarter Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:3.0061</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Quarter Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:3.0184</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:3.0373</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:3.0752</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:3.0927</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:3.133</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Quarter Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:3.1496</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:3.1497</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:3.1498</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:3.1499</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unknown</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:3.15</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unknown</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:3.1501</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:3.1502</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:4.0793</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:4.0794</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:4.0797</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unknown</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:4.0798</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unknown</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:4.105</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:4.2389</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:62.0253</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:63.0272</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:63.0273</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Quarter Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:68.18</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:69.0714</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Quarter Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:70.0068</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:72.0656</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:72.0657</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:72.0658</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:72.0659</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:72.066</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:73.1002</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:73.1003</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:73.1004</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:73.1005</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:78.0115</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:79.0085</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:79.0086</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:92.0111</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:92.0274</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:94.0036</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:94.0838</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Half unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:95.0908</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Unit</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:95.1158</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:96.1791</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <record>
   <header>
    <identifier>oai:finds.org.uk:96.1827</identifier>
    <datestamp>2002-01-01T00:00:00Z</datestamp>
    <setSpec>CCI</setSpec>
   </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:description>Stater</dc:description>
      <dc:coverage>IRON AGE</dc:coverage>
      <dc:rights>Copyright 2007 Oxford University & The Portable Antiquities Scheme</dc:rights>
     </oai_dc:dc>
   </metadata>
  </record>
  <resumptionToken expirationDate="2007-05-30T09:56:33Z"
     completeListSize="37839"
     cursor="0">-683412502</resumptionToken>
 </ListRecords>
</OAI-PMH>

Therefore the system currently contains 37839 records. The above XML response is not the full return as I’m trying to save rendering space. If you are unsure what you want to get from us, try using the Repository explorer for more information searching:

http://re.cs.uct.ac.za/

If you want to use the OAI interface, again get in touch.

Comments are closed.