Collector(s)

Collector(s)

MODS Element: name

Element Definition

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

AILLA Definition

The name of a person, organization, or event (conference, meeting, etc.) responsible for the collection of the materials in the collection.

Form option

Name / Nombre = autosuggest free text field menu

Repeatable

No

Form Required?

Recommended

AILLA Required?

Required

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"]

to be added

URI

@valueURI="URI of Person/Organization object" is a flag for an automation process to insert the URI of the corresponding Person 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"]

to be added

Display Label

Defines the text that is used to display near the text when displayed on Collection page on AILLA site

Collector

mods:name[@displayLabel=“Collector”]

to be added

Role


Subelement

Designates the relationship (role) of the entity recorded in name in relation to the resource.

 

mods:name/mods:role

to be added

Role term


Subelement

contains the textual or coded form of a relator/role

 

mods:name/mods:role/mods:roleTerm

to be added

Type

Text: This value is used to express role in a textual form.

text

mods:roleTerm[@type=“text”]

to be added

Language

Specifies language using iso639-3

<roleTerm @lang="eng"> contains/autowrites "Collector" value <roleTerm @lang="spa"> contains/autowrites "Collectionista" value

eng, spa

mods:roleTerm[@lang=“eng”]

 

AND

 

mods:roleTerm[@lang=“spa”]

to be added

Authority

Supplies the name of the authoritative list used for the controlled vocabulary/values

aillaRoleTerm

mods:roleTerm[@authority=“aillaRoleTerms”]

to be added

XML

 <name valueURI="http://islandora-ailla.lib.utexas.edu/islandora/object/ailla:120223" type="personal" authority="aillaPerson">

   <role>

     <roleTerm type="text" lang="eng" authority="aillaRoleTerms">Collector</roleTerm>

   </role>

   <role>

     <roleTerm type="text" lang="spa" authority="aillaRoleTerms">Coleccionista</roleTerm>

   </role>

 </name>