skip navigationThe Library of Congress » Standards » MODS Official Web Site |
Top-level Element: <name>
Guidelines for Use<name> is a container element for subelements related to name information. Role values are used to indicate the relationship between the name and the resource. Some implementors use the <role> subelement with the value "creator" to retain the concept of main entry. In addition, its use as a top-level element, to describe creators, <name> is used as a subelement of <subject>. For names used as subjects, see the <subject> section of the guidelines. A name may be linked to a uniform title in the record using the nameTitleGroup attribute. A name may be designated as the citation or "main" entry name using the usage attribute. Specific Attribute Informationtype Definition
The type of name. It is optional. If supplied, it is one of the following:
Application
The following values may be used with type:
Subelement: <namePart>
Guidelines for UseThe name itself is always contained in a <namePart> element. MODS allows for breaking up parts of the name (given and family, for example) in different <namePart> elements (with the type of name part supplied in the @type attribute) or enclosing the entire name in one element (with no @type attribute). Use of the former method affords more control in sorting and display and should be used if the data is readily available and applicable. Either method is acceptable and both may be used within the same <name> element. For greater interoperability, name elements should appear in the same order as in their authorized form (the authority cited in the <name> authority attribute). If no authority is used for personal names, last name or family name should appear first, followed by a comma, followed by first or given names. Specific Attribute Informationtype Definition
Identifies which part of the parsed name is recorded in the <namePart>.
Application
When breaking a <name> element into constituent <namePart> elements, the type attribute should be used whenever applicable. The following values may be used with the type attribute:
Subelement: <nameIdentifier>
Guidelines for UseThis element allows for the inclusion of an identifier for the object (RWO) named by this <name>. <nameIdentifier> is of the same type as <identifier>--see guidance for that element. Subelement: <alternativeName>
Guidelines for UseUsed to express an alternative name for the same entity – not an alternative form but an alternative name, for example:
For guidelines on the usage of <alternativeName> subelements see their definitions as subelements under <name>. altType Definition
Identifies the nature of the alternative name.
Application
The value of the altType attribute may be any string. The following values are considered well-known:
Subelement: <displayForm>
Guidelines for UseThe <displayForm> element makes it possible to display personal names in direct order rather than in inverted order. For some applications, contractual agreements require that the form of the name provided on the resource be used. <displayForm> should not be used to supply a statement of responsibility. Instead, supply it in a note (with type="statement of responsibility"). Subelement: <affiliation>
Guidelines for Use<affiliation> may also contain other elements that are part of the affiliation, such as email address, street address, job title, etc. When recording the name of an institution, use of a controlled vocabulary --along with appropriate attributes--is recommended. Subelement: <role>
Guidelines for Use<role> is a container element for the role recorded in one or more <roleTerm> subelements. All <roleTerm> elements within a single <role> container pertain to the same role (they may be different terms used for the role). If there are different roles, repeat <role><roleTerm> as needed. For different roles, use separate instances of <role>. Subelement: <role><roleTerm>
Guidelines for UseAn authority attribute should be indicated if the role is in coded form or in textual form from a controlled term list. The Library of Congress maintains a list of sources for codes and terms, Relator and Role Code and Term Source Codes, and a relator code and term value list, MARC Code list for Relators, or MARC Code List for Relators Scheme. If both a code and a term are given that represent the same role, use one <role> and multiple occurrences of <roleTerm>. If different roles are given, repeat <role>. Specific Attribute Informationtype Definition
Indicates whether the role is expressed in a coded or textual form.
Application
The type attribute may be used with the following values:
Subelement: <description>
Guidelines for UseUsed for other additional information about the name entity. Subelement: <etal>
EXAMPLES<name type="personal">
<namePart type="termsOfAddress">Dr.</namePart>
<namePart>Brown, B. F.</namePart> <affiliation>Chemistry Dept., American University</affiliation> <role> <roleTerm type="text" authroity="marcrelator">creator</roleTerm>
<roleTerm type="code" authority="marcrelator">cre</roleTerm> <roleTerm valueURI="http://id.loc.gov/vocabulary/relators/cre "/> </role>
<role> <roleTerm type="text" authority="marcrelator">author</roleTerm>
<roleTerm type="code" authority="marcrelator">aut</roleTerm> </role>
</name>
<name type="personal" authority="ULAN">
<namePart>Abrams, Michael</namePart>
<description>American sculptor and installation artist, active late 20th century</description> </name>
<name type="personal" valueURI="http://id.loc.gov/authorities/names/n92101908">
<namePart>Alterman, Eric</namePart>
<displayForm>Eric Alterman</displayForm> <role> <roleTerm type="text">creator</roleTerm>
<roleTerm type="code">cre</roleTerm> </role>
</name>
<name type="personal">
<namePart type="given">John</namePart>
<namePart type="family">Huston</namePart> <role> <roleTerm type="code" authority="marcrelator">drt</roleTerm>
<roleTerm type="text" authority="marcrelator">director</roleTerm> </role>
</name>
<name authority="naf" type="personal">
<namePart>Evans, Walker, 1903-1975</namePart>
<role> <roleTerm type="code" authority="marcrelator">pht</roleTerm>
<roleTerm type="text" authority="marcrelator">Photographer </roleTerm> </role>
</name>
<name type="personal">
<namePart type="given">John Paul</namePart>
<namePart type="termsOfAddress">II</namePart> <namePart type="termsOfAddress">Pope</namePart> <namePart type="date">1920-2005</namePart> </name>
<name authority="naf" type="personal">
<namePart type="family">Courtney</namePart>
<namePart type="given">Marguerite</namePart> <namePart type="date">1905-1995</namePart> </name>
<name type="personal">
<namePart type="given">Jack</namePart>
<namePart type="family">May</namePart> <namePart type="termsOfAddress">I</namePart> <description>District Commissioner</description> <description>Préfet de région</description> </name>
<name type="personal" authority="naf">
<namePart>Woolf, Virginia</namePart>
<namePart type="date">1882-1941</namePart> </name>
<name authority="naf" type="personal">
<namePart type="family">Mattox</namePart>
<namePart type="given">Douglas E.</namePart> <namePart type="given">(Douglas Ernest)</namePart> <namePart type="date">1947-</namePart> </name>
<name type="personal" usage="primary">
<namePart>Owens, Mark</namePart>
<namePart type="date">1944-</namePart>
</name>
<name type="personal">
<namePart>Owens, Delia</namePart>
</name>
<titleInfo>
<title>Cry of the Kalahari</title>
</titleInfo>
<name type="personal" nameTitleGroup="1">
<namePart> Shakespeare, William </namePart>
<namePart type="date">1564-1616</namePart>
</name>
<titleInfo>
<nonSort>The </nonSort><title>tragedy of Hamlet </title>
</titleInfo>
<titleInfo type="uniform" nameTitleGroup="1">
<title>Hamlet</title>
</titleInfo>
<name type="personal" usage="primary">
<namePart>Owens, Mark</namePart>
<namePart type="date">1944-</namePart>
</name>
<name type="personal">
<namePart>Owens, Delia</namePart>
</name>
<titleInfo>
<title>Cry of the Kalahari</title>
</titleInfo>
<name type="corporate">
<namePart>United States</namePart>
<namePart>Court of Appeals (2nd Circuit)</namePart> </name>
<name type="conference">
<namePart>International Workshop on Plasma-Based Ion Implantation (1993 : University of Wisconsin--Madison)</namePart>
</name>
<name type="conference">
<namePart>Paris Peace Conference (1919-1920)</namePart>
</name>
<name>
<namePart type="family">Fox</namePart>
<namePart type="given">Nellie</namePart>
</name>
<name>
<namePart type="family">Phillips</namePart>
<namePart type="given">Bubba</namePart>
</name>
<name>
<etal/>
</name>
<name type="personal" authority="naf" authorityURI="http://id.loc.gov/authorities/names" valueURI="http://id.loc.gov/authorities/names/n79022889">
<namePart>Einstein, Albert, 1879-1955</namePart>
<affiliation authority="ROR" authorityURI="https://ror.org" valueURI="https://ror.org/00f809463">Institute for Advance Study</affiliation>
</name>
MAPPINGSMARC Mapping (Bibliographic)See MARC Mapping to MODS for the <name> element. Dublin Core MappingSee MODS to Dublin Core Metadata Element Set Mapping. Last Updated: October 27, 2022 |