getDenomination - api syntax

May 29th, 2007

The getDenominationĀ arguments are appended to the api call as such:

&getDenomination={name}

The possible arguments are:

Drachm
Fraction
GAE
- to be deprecated once we determine what it stands for.
Half stater
Half unit
Minim
Quarter Stater
Quarter unit
Stater
Tetradrachm
Uncertain
Unit
Unknown

getTribe arguments - api

May 29th, 2007

The getTribe arguments are appended to the api call as such:

&getTribe={name}

The possible arguments are:

ABRIN
ADUATUC
AEDUI
Ambiani
ARVERNI
ATEVLA
ATREBAT
Atrebates
BAIO
Read the rest of this entry »

getArea arguments - api

May 29th, 2007

The getArea arguments are appended to the api call as such:

&getArea={name}

The possible arguments are:

Armorican
Belgic
British
Danube
East Anglia
Eastern
Gallo-Belgic
Gaulish (East Central)
Gaulish (South Western)
Gaulish (Southern)
Gaulish (West Central)
Germany
Greek
HAM
Iberian
LIN
MOU
North Eastern
North Western
Northern Italy
PAR
South Eastern
South Western
Southern
UNCERTAIN
Western

Several of these are to be deprecated as database clean up occurs. These will be removed from the documentation shortly.

getRegion arguments - api

May 29th, 2007

The getRegion arguments are appended to the api call as such:

&getRegion={name}

The possible arguments are:

British
Continental

There are two terms that are being deprecated but can be used until July:

Blank
Uncertain

getRuler2 arguments - api

May 29th, 2007

The getRuler2 arguments are appended to the api call as such:

&getRuler2={ruler name}

The possible arguments are:

ADDEDOMAROS
Aedic Sia
AESV
AGR
ALE SCA
Amminus
ANDOCO
ANTED (Dobunni)
ANTED (Iceni)
ANTEDIO SIA
AVN CO
BODVOC
CAM CVN AGR
CAN DVRO
CARA[TACUS]
Cat
CATTI
Commios
COMVX
CORIO
CRAB
Cunobelin
DIAS
DIRAS
Dubnovellaunos
DVMNOCO TIGIR SENO
ECE
ECEN
Ecen/Ece
ED(N)
Edn/Ed
EISV
Epaticcus
Eppillus
Gallo-Belgic
IATISON
IISVPRASV
INAM
Inam’/'Inara
Uninscribed
Potin
RVES
SAENV
SAM
SEGO
SVB ESVPRASTO ESICO FECIT
Tasciovanus
Tincomarus
Vep
VEP CORF
VEPO CORF
Verica
VOLISIOS CARTIVEL
VOLISIOS DUMNOCOVEROS
VOLISIOS DUMNOVELLAUNOS
Vosenos

Same caveat as getRuler1 use a %20 for spaces in strings. This field is rarely used.

getRuler1 arguments - api

May 29th, 2007

The getRuler1 arguments are appended to the api call as such:

&getRuler1={ruler name}

The possible arguments are:

ADDEDOMAROS
Aedic Sia
AESV
AGR
ALE SCA
Amminus
ANDOCO
ANTED (Dobunni)
ANTED (Iceni)
ANTEDIO SIA
AVN CO
BODVOC
CAM CVN AGR
CAN DVRO
CARA[TACUS]
Cat
CATTI
Commios
COMVX
CORIO
CRAB
Cunobelin
DIAS
DIRAS
Dubnovellaunos
DVMNOCO TIGIR SENO
ECE
ECEN
Ecen/Ece
ED(N)
Edn/Ed
EISV
Epaticcus
Eppillus
Gallo-Belgic
IATISON
IISVPRASV
INAM
Inam’/'Inara
Uninscribed
Potin
RVES
SAENV
SAM
SEGO
SVB ESVPRASTO ESICO FECIT
Tasciovanus
Tincomarus
Vep
VEP CORF
VEPO CORF
Verica
VOLISIOS CARTIVEL
VOLISIOS DUMNOCOVEROS
VOLISIOS DUMNOVELLAUNOS
Vosenos

If a space is present in the name replace this with %20 to complete the string. Not ideal I know!

Using the OAI server interface

May 29th, 2007

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.

Social functions on the site

May 28th, 2007

The Index is designed to provide more social interaction with its users. Therefore, there are several features implemented that allow you to become more enfranchised with the corpus of information.

Tools in the box

  1. Social bookmarking - if you have accounts for any of the popular bookmarking sites you can add individual pages to their databases for others to share.
  2. Voting - rate our coins. The public decides what they believe to be the best coin on the Index rather than the experts.
  3. Commenting - comment on the coins on the database. These comments will be moderated and hopefully be devoid of spam. (Live first week of June.)
  4. Error reports - if you think you have found an error with our records please let us know. (Live first week of June.)
  5. Wordpress blog - I’ve integrated the most popular blogging platform to allow for discursive articles to be written about the Index and Iron Age stuff in general.

Tools still in the can

  1. Tagging - help us out with categorising the coins. Perhaps we could search by animal depicted or facial characteristics.
  2. Image annotation - annotating images with key features - this will be reserved for the data specialists but will hopefully aid interpretation of images.
  3. Add your own coin - I have a celtic coin, I want to add it to the index. Well soon you can!
  4. A RESTful API to allow archaeological developers to mash up our data with external sources and produce something funky.