Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

MODS Element: name

...

Form field(s)

Contributor Name- Text field.

Contributor Type- select personal, corporate, conference, or family

Primary Contributor-(yes or no), one contributor must be designated as primary even if only one contributor is entered.

Authority-(if any) select naf, viaf, or local

Authority URI- Text field. If "local' authority selected, indicate url here. Otherwise leave this field blank.

Role Term- Text field.

Authority-(if any) select naf, viaf, or local

Authority URI- Text field. If "local' authority selected, indicate url here. Otherwise leave this field blank.

Role Term Language- default eng, otherwise text field for lang attribute with prompt to use ISO-639-2 language codes

...

Repeatable

...

Yes

...

Form Required?

...

yes - at least one name with <roleTerm> lang="eng" required

...

Element Parts

...

Details

...

XPath Syntax Examples

type

...

attribute of name

values: personal, corporate, conference, family

mods:name[@type="personal"]

mods:name[@type="corporate"]

...

attribute of name

values: naf, viaf, local

...

mods:name[@authority="naf"]

mods:name[@authority="viaf"]

...

attribute of name

values: http://id.loc.gov/authorities/nameshttp://viaf.org/, local URI if available

...

mods:name[@authorityURI="http://id.loc.gov/authorities/names"]

mods:name[@authorityURI="http://viaf.org/"]

...

attribute of name

value: Contributor name

...

attribute of name

when multiple names are stored, apply usage="primary" to one for display and/or citation purposes

...

namePart

...

roleTerm

...

lang

...

attribute of roleTerm

values: eng as default; otherwise, any ISO-639-2 language codes

...

type

...

attribute of roleTerm

value: text

...

authority 

...

attribute of roleTerm

values: local, marcrelator, ulan

...

authorityURI attribute

...

attribute of roleTerm

values: local URI if available, http://id.loc.gov/vocabulary/relators, or http://vocab.getty.edu/ulan/

...

<name authority="naf" authorityURI="http://id.loc.gov/authorities/names" type="personal" displayLabel="Contributor name">
<namePart>Evans, Walker, 1903-1975</namePart>
<role> 
<roleTerm lang="eng" type="text" authority="marcrelator" authorityURI="http://id.loc.gov/vocabulary/relators">Photographer </roleTerm>
</role>
</name>

<name type="personal" usage="primary" displayLabel="Contributor name">
<namePart >Owens, Mark</namePart>
<role>
<roleTerm lang="eng" type="text" authority="marcrelator" authorityURI="http://id.loc.gov/vocabulary/relators">author</roleTerm> 
</role>
</name>

<name type="corporate" displayLabel="Contributor name">
<namePart>Texas Architects</namePart>
<role>
<roleTerm lang="eng" type="text" authority="ulan" authorityURI="http://vocab.getty.edu/ulan/">architectural firm</roleTerm> 
</role>
</name>

...

map <name><namePart><role><roleTerm type="text">creator or author to dc:creator.

map <name usage="primary"><namePart><role><roleTerm type="text">author to dc:creator.

map <name><namePart><role><roleTerm type="text">[anything other than creator or author or publisher] to dc:contributor.

map <name><namePart><role><roleTerm type="text">publisher to dc:publisher.

...

<name> = MARC 21 fields 1XX and 7XX

When used with <name type="personal">, <namePart> = MARC 21 fields 100700

When used with <name type="family">, <namePart> = MARC 21 fields 100700

When used with <name type="corporate">, <namePart> = MARC 21 fields 110710

When used with <name type="conference">, <namePart> = MARC 21 fields 111711

<name><namePart type="termsOfAddress"> ≈ MARC 100 and 700 subfields b and c

<name><displayForm> ≈ MARC 21 field 245 subfield c (This subfield may include other information in addition to the display form of the name.)

...

see Contributor(s)