Encoded Archival Description

From Wikipedia, the free encyclopedia

Jump to: navigation, search

Encoded Archival Description is an XML standard for encoding archival finding aids, maintained by the Library of Congress in partnership with the Society of American Archivists.

Contents

[edit] History

EAD originated in 1993, at the University of California, Berkeley. The project's goal was to create a standard for describing collections held by archives and special collections, similar to the MARC standards for describing regular books. Such a standard enables museums, libraries, and manuscript repositories to list and describe their holdings in a manner that would be machine-readable and therefore easy to search, maintain, exchange. Since its inception many special collections and archives have adopted it.

In addition to the development and maintenance work done by the Society of American Archivists and the Library of Congress, the Research Libraries Group (RLG) has developed and published a set of "Best Practices" implementation guidelines for EAD, which lays out mandatory, recommended, and optional elements and attributes. RLG has also provided a kind of clearinghouse for finding aids in EAD format, known as ArchiveGrid. Member libraries provide RLG the URL for their finding aids; RLG automatically harvests data from the finding aids, indexes it, and provides a search interface for the index, thus giving researchers the ability to search across several hundred institutions' collections with a single query. RLG also has developed the "RLG Report Card," an automated quality-checking program that will analyze an EAD instance and report any areas where it diverges from the best practices guidelines.

[edit] Adoption

A number of repositories in the United States, England, Australia and elsewhere have adopted and implemented EAD with varying levels of technical sophistication. A list of implementors is available here. Perhaps the most ambitious effort is the Online Archive of California, a union catalog of over 5000 EAD finding aids covering manuscripts and images from institutions across the state.

[edit] EAD DTD

The EAD standard's document type definition (DTD) specifies the elements to be used to describe a manuscript collection as well as the arrangement of those elements (for example, which elements are required, or which are permitted inside which other elements). EAD 1.0 was an SGML DTD; EAD 2002, the second and current incarnation of EAD, was finalized in December 2002 and is an XML DTD. The EAD tag set has 146 elements and is used both to describe a collection as a whole, and also to encode a detailed multi-level inventory of the collection. Many EAD elements have been, or can be, mapped to other content standards (such as DACS and ISAD(G)) and structural standards (such as MARC or Dublin Core) , increasing the flexibility and interoperability of the data.

[edit] Parts of an EAD finding aid

[edit] eadheader

The first section of an EAD-encoded finding aid is the eadheader. This section contains the title and optional subtitle of the collection and detailed information about the finding aid itself: who created it, when it was created, its revision history, the language the finding aid is written in, and so on. The eadheader itself has a number of required attributes that map to various ISO standards such as ISO 3166-1 for country codes and ISO 8601 for date formats.

The eadheader and its child elements can be mapped to other standards for easy interchange of information. They are often mapped to Dublin Core elements such as Creator, Author, Language. For example, in the excerpt below the relatedencoding="DC" attribute of the eadheader element specifies that child elements will be mapped to Dublin Core; the child element <author encodinganalog="Creator"> indicates that the EAD element <author> maps to the Dublin Core element <creator>.

Example of an eadheader:

<eadheader audience="internal" countryencoding="iso3166-1" 
dateencoding="iso8601" langencoding="iso639-2b" 
relatedencoding="DC" repositoryencoding="iso15511" 
scriptencoding="iso15924">
   <eadid countrycode="us" identifier="bachrach_lf" mainagencycode="NSyU">bachrach_lf</eadid>
   <filedesc>
      <titlestmt>
         <titleproper encodinganalog="Title">Louis Fabian Bachrach Papers</titleproper>
         <subtitle>An inventory of his papers at Blank University</subtitle>
         <author encodinganalog="Creator">Mary Smith</author>
      </titlestmt>
      <publicationstmt>
         <publisher encodinganalog="Publisher">Blank University</publisher>
         <date encodinganalog="Date" normal="1981">1981</date>
      </publicationstmt>
   </filedesc>
   <profiledesc>
      <creation>John Jones
         <date normal="2006-09-13">13 Sep 2006</date>
      </creation>
      <langusage>
         <language encodinganalog="Language" langcode="eng">English</language>
      </langusage>
   </profiledesc>
</eadheader>

[edit] archdesc

The archdesc section contains the description of the collection material itself. First, the data item description or did element contains a description of the collection as a whole, including the creator (which may be an individual or an organization), size (usually given in linear feet), inclusive dates, language(s), and an abstract or brief description. As with the eadheader above, elements may be mapped to correspondeing standards; elements in this section are usually mapped to MARC elements. For example, in the excerpt below the relatedencoding="MARC21" attribute of the archdesc element specifies that child elements will be mapped to MARC21; the child element <unittitle encodinganalog="245$a" label="Title: "> indicates that the unittitle element maps to MARC field 245, subfield a.

Example:

<archdesc level="collection" type="inventory" relatedencoding="MARC21">
   <did>
      <head>Overview of the Collection</head>
      <repository encodinganalog="852$a" label="Repository: ">Blank University</repository>
      <origination label="Creator: ">
         <persname encodinganalog="100">Brightman, Samuel C. (Samuel Charles), 1911-1992</persname>
      </origination>
      <unittitle encodinganalog="245$a" label="Title: ">Samuel C. Brightman Papers</unittitle>
      <unitdate encodinganalog="245$f" normal="1932/1992" type="inclusive" label="Inclusive Dates: ">1932-1992</unitdate>
      <physdesc encodinganalog="300$a" label="Quantity: ">
         <extent>6 linear ft.</extent>
      </physdesc>
      <abstract encodinganalog="520$a" label="Abstract: ">
          Papers of the American journalist including some war correspondence, 
          political and political humor writings, and adult education material
      </abstract>
      <unitid encodinganalog="099" label="Identification: " countrycode="us" repositorycode="NSyU">2458163</unitid>
      <langmaterial label="Language: " encodinganalog="546">
         <language langcode="eng">English</language>
      </langmaterial>
   </did>

Several additional descriptive elements may follow the did including:

  • bioghist - biographic description of the person or organization
  • scopecontent - a detailed narrative description of the collection material
  • relatedmaterial - description of items which the repository acquired separately but which are related to this collection, and which a researcher might want to be aware of
  • separatedmaterial - items which the repository acquired as part of this collection but which have been separated from it, perhaps for special treatment, storage needs, or cataloging
  • controlaccess - a list of subject headings or keywords for the collection, usually drawn from an authoritative source such as Library of Congress Subject Headings or the Art and Architecture Thesaurus
  • accessrestrict and userestrict - statement concerning any restrictions on the material in the collection

The second, and usually largest, section of the archdesc is the dsc, which contains a full inventory of the collection broken down into progressively smaller intellectual chunks. EAD offers two options: the c element which can be nested within itself to an unlimited level, and a set of numbered container elements c01 through c012 which can only be nested numerically (i.e. a c01 can contain only a c02; a c02 can contain only a c03, and so on). Note that the c and c0# elements refer to intellectual subdivisions of the material; the actual physical container is specified using the container element. The inventory may go down to as detailed a level as desired. The example below shows an inventory to the folder level.

Example of an inventory:

<dsc type="combined"><head>Inventory</head>
   <c01>
      <did>
        <unittitle>Correspondence</unittitle>
      </did>
      <c02>
         <did>
            <unittitle>Adams, Martha</unittitle>
            <unitdate normal="1962/1967">1962-1967</unitdate>
            <container type="box">1</container>
            <container type="folder">1</container>
         </did>
      </c02>
      <c02>
         <did>
            <unittitle>Barnett, Richard</unittitle>
            <unitdate normal="1965">1965</unitdate>
            <container type="box">1</container>
            <container type="folder">2</container>
         </did>
      </c02>
      ...etc
   </c01>
   <c01>
      <did>
        <unittitle>Writings</unittitle>
      </did>
      <c02>
         <did>
            <unittitle>Short stories</unittitle>
            <unitdate normal="1959/1979">1959-1979</unitdate>
            <container type="box">5</container>
            <container type="folder">1-9</container>
         </did>
      </c02>
   </c01>
</dsc>

[edit] See also

[edit] External links

Personal tools