Encoded Archival Description
Encyclopedia
|
| Tutorials | Encyclopedia | Dictionary | Directory |
|
Encoded Archival Description
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.
HistoryEAD 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. AdoptionA 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. EAD DTDThe 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 standards such as MARC or Dublin Core, increasing the flexibility and interoperability of the data. Parts of an EAD finding aideadheaderThe first section of an EAD-encoded finding aid is the The 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>
archdescThe 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
The second, and usually largest, section of the 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>
See also
External links
de:Encoded Archival Description fr:Description archivistique encodée pl:EAD Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article
|
|
top
©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement