Contributor(s)
MODS Element: name
Definition | The 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 |
Repeatable | Yes |
Form Required? | Recommended |
AILLA Required? | Required (at least 1) |
Subelement/Attribute Name | Definition/Description | Examples | XPath Syntax | Dublin Core |
Type | Indicates the type of name (ie. Personal or Corporate) | Personal OR Corporate | mods:name[@type="personal"] OR mods:name[@type="corporate"] | to be added |
Authority | Supplies 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 object | http://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 label | Defines 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> |