SobekCM Repository Community Help
SobekCM Repository

Fixed Role Creator Element Help

Definition

The creator field identifies any persons, groups, or corporations associated with the item in some way , for example, authors, illustrators, binders, publishers, or conferences. This field is repeatable.

The Role designates the relationship of the Creator entity to the resource described in the record, for example, Illustrator, Editor, or Translator.

Form Element

This form element allows the user to enter the name(s) for a creator with a fixed role.

Below is an example from an oral history customized template:


In the example above the fixed creator element appears twice. The first has a fixed role of Interviewee and the second has a fixed role of Interviewer. The role appears in both the template as the element name as well as the role subelement in the creator field.

Best Practices

Enter names as LastName, FirstName MiddleInitial. Use the plus sign to the right of the field to add any additional authors of this material.

Optionally, add birth year in this format: Taylor, Laurie N., 1978-

Most items should include information about at least one creator. MODS is not restricted by the AACR2 "Rule of Three" in which only three authors are recorded; all persons, corporations, or conferences related to the item should be included in the metadata.

Display forms of names may match the Library of Congress Authority files, but are not required to do so.

Examples

This area is pending

SobekCM / MODS Encoding

The creator information is encoded entirely in the MODS section of the SobekCM METS file.

<mods:name type="personal">
    <mods:namePart>Brown, B.F.</mods:namePart>
    <mods:namePart type="termsOfAddress">Dr.</mods:namePart>
    <mods:displayForm>B.F. Brown</mods:displayForm>
    <mods:affiliation>Chemistry Dept., American University</mods:affiliation>
    <mods:description>Chemistry Professor Emeritus</mods:description>
    <mods:role>
        <mods:roleTerm>Main Entity</mods:roleTerm>
        <mods:roleTerm type="text">Author</mods:roleTerm>
        <mods:roleTerm type="code" authority="marcrelator">aut</mods:roleTerm>
    </mods:role>
</mods:name>

<mods:name type="personal">
    <mods:namePart type="given">John Paul</mods:namePart>
    <mods:namePart type="date">1920-2002</mods:namePart>
    <mods:namePart type="termsOfAddress">Pope, II</mods:namePart>
</mods:name>

<mods:name type="conference">
    <mods:namePart>Paris Peace Conference (1919-1920)</mods:namePart>
    <mods:namePart type="date">1919-1920</mods:namePart>
</mods:name>

<mods:name type="corporate">
    <mods:namePart>United States | Court of Appeals (2nd Court)</mods:namePart>
</mods:name>

<mods:name type="personal" ID="NAM4">
    <mods:namePart>Wilson, Mary</mods:namePart>
    <mods:namePart type="given">Mary</mods:namePart>
    <mods:namePart type="family">Wilson</mods:namePart>
    <mods:namePart type="termsOfAddress">2nd</mods:namePart>
    <mods:displayForm>Mary 'Weels' Wilson</mods:displayForm>
    <mods:role>
        <mods:roleTerm type="text">illustrator</mods:roleTerm>
        <mods:roleTerm type="text">cartographer</mods:roleTerm>
    </mods:role>
</mods:name>

Metadata Mapping

MARC to MODS Mapping

The creator information maps from:

  • 100, 700, 796 → name (personal, main entity)
  • 110, 710, 797 → name (corporate, main entity)
  • 111, 711 → name (conference, main entity)

MODS to MARC Mapping

Mapping from the MODS back to MARC is the reverse of the procedure listed above.

Sources

  1. MODS User Guidelines Version 3, Detailed Description of MODS Elements
  2. MARC 21 Format for Bibliographic Data
  3. MARC Mapping to MODS version 3.4 : name
  4. MODS to MARC 21 Mapping version 3.3 : name
  5. MODS Top-level Element: name

Contributors

Nicola Hill, Mark Sullivan, and Laurie Taylor

All contributors >>