Contributor(s)

MODS Element: name

DefinitionThe name of a person, organization, or event (conference, meeting, etc.) associated in some way with the resource.
Form option

Name / Nombre completo = autosuggest free text field menu

RepeatableYes
Form Required?Recommended
AILLA Required?Required (at least 1)
Subelement/Attribute NameDefinition/DescriptionExamplesXPath SyntaxDublin Core
TypeIndicates the type of name (ie. Personal or Corporate)

Personal

OR

Corporate

mods:name[@type="personal"]

OR

mods:name[@type="corporate"]

to be added
AuthoritySupplies the name of the authoritative list used for the controlled vocabulary/values

aillaPerson

OR

aillaOrganization

mods:name[@authority="aillaPerson"]

OR

mods:name[@authority="aillaOrganization"]

 
URI@valueURI="URI of Person/Organization object" is a flag for an automation process to insert the URI of the corresponding Person/Organization objecthttp://islandora-ailla.lib.utexas.edu/islandora/object/ailla:120223

mods:name[@valueURI="URI of person object"]

OR

mods:name[@valueURI="URI of organization object"]

 
Display labelDefines the text that is used to display near the text when displayed on Resource page on AILLA site

Contributor (Individual)

OR

Contributor (Organization)

mods:name[@displayLabel="Contributor (Individual)"]

OR

mods:name[@displayLabel="Contributor (Organizaton)"]

 
XML

<name type="personal" authority="aillaPerson" valueURI="http://islandora-ailla.utexas.edu/islandora/object/ailla:120993" displayLabel="Contributor (Individual)"></name>

 OR

<name type="corporate" authority="aillaOrganization" valueURI="http://islandora-ailla.utexas.edu/islandora/object/ailla:120993" displayLabel="Contributor (Organization)"></name>