Encoded Archival Description (EAD)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Flashcards about Encoded Archival Description (EAD).

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

What does EAD stand for?

Encoded Archival Description

2
New cards

According to the sources, EAD is a form of which markup language?

XML (Extensible Markup Language)

3
New cards

Which standard, mentioned alongside EAD, dictates the content that belongs in archival description?

DACS (Describing Archives: A Content Standard)

4
New cards

What is a primary benefit of making finding aids machine-readable through EAD encoding?

It allows finding aids to be displayed dynamically on the internet and improves discoverability.

5
New cards

In the nesting structure of EAD's XML, how is the closing of tags typically described?

The last tag opened is the first one closed.

6
New cards

Which element is the required root element of an EAD instance?

 <ead>

7
New cards

The <control> element in an EAD instance is used to record what type of information?

Bibliographic and administrative information about the EAD instance (the finding aid).

8
New cards

Which element group contains core descriptive identifying information for the materials, such as the unit title, date, and physical description, and is found within both <archdesc> and component elements (<c>, <c01>, etc.)?

 <did>

9
New cards

The <dsc> element is primarily used to describe what part of the archival collection?

The subordinate components and inventory elements (series, files, items).

10
New cards

In EAD3, access point elements like <persname>, <corpname>, and <subject> were modified and must now contain one or more child elements to represent the components of a name or term. What is the name of this required child element?

<part>

11
New cards

When encoding access points like <genreform> within <controlaccess>, what attribute is used to indicate the source of the term, such as a specific thesaurus or vocabulary list?

@source

12
New cards

The history of changes or revisions made to the EAD instance itself is recorded within which element?

<maintenancehistory>

13
New cards

Which element in EAD is used to provide an unstructured statement describing the physical characteristics of the materials, such as "4 volumes and 1 folder"?

 <physdesc>

14
New cards

EAD3 introduced new structured elements for dates and physical descriptions to enable consistent machine processing. What is the name of the structured element for temporal description (dates)?

<unitdatestructured>

15
New cards

A key benefit of using EAD with a stylesheet for online display is that it allows you to easily change the look and feel of the finding aid display without having to modify the underlying EAD code.

True

16
New cards

The <relations> element, added in EAD3 and described as experimental, is used to describe the relationship between the archival materials and what?

Related external entities like persons, corporate bodies, resources, or functions.

17
New cards

To support multilingual description, EAD3 added attributes to non-empty elements that allow you to explicitly state the language and script used. What are these attributes?

@lang and @script.

18
New cards

Within a <maintenanceevent>, which required child element uses a controlled list of values (human, machine, unknown) to indicate the type of agent responsible for the event?

<agenttype>

19
New cards

Encoding finding aids is not the only way to describe collections. If a repository chooses not to encode in EAD but writes finding aids in a text editor like Microsoft Word, they can still be compliant with which standard?

DACS

20
New cards

According to the EAD3 Tag Library, which pair of elements is recommended to provide a globally unique identifier for the EAD instance (the finding aid document)?

<recordid> and <agencycode>