Versions Compared

Key

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

MODS Element: name typeOfResource

Element DefinitionThe name of a person, organization, or event (conference, meeting, etc.) associated in some way with A term that specifies the characteristics and general type of content of the resource.
AILLA Definition

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

Frequently the Collector(s) and Depositor(s) are the same entities, but not always, e.g.the case of deceased collectors whose heirs deposit the collection materials.

Form option

Name / Nombre = autosuggest free text field menu

Form option

No form option; default value of "mixed media" assigned, meaning that every resource can contain files with different content models (versus only audio materials or only newspaper, etc.).

RepeatableNo
Form Required?RecommendedRequired (auto defined)
AILLA Required?Required (auto defined)

Role

Subelement

Role term

Subelement

mods:roleTerm[@lang=“eng”]

AND

mods:roleTerm[@lang=“spa”]
Subelement/Attribute NameDefinition/DescriptionExamplesXPath SyntaxDublin Core
AuthoritySupplies the name of the authoritative list used for the controlled vocabulary/valuesaillaRoleTermmods:roleTerm[@authority=“aillaRoleTerms”]to be added
XML
TypeCollection

Indicates that the

type of name (ie. Personal or Corporate)
Personalmods:name[@type="personal"]to be added
AuthoritySupplies the name of the authoritative list used for the controlled vocabulary/valuesaillaPersonmods:name[@authority=“aillaPerson”]to be added
URI@valueURI="URI of Person object" is a flag for an automation process to insert the URI of the corresponding Person objecthttp://islandora-ailla.lib.utexas.edu/islandora/object/ailla:119963mods:name[@valueURI=“URI of person object”]to be added
Display LabelDefines the text that is used to display near the text when displayed on Collection page on AILLA site Depositormods:name[@displayLabel=“Collector”]to be added
Designates the relationship (role) of the entity recorded in name in relation to the resource. mods:name/mods:roleto be addedcontains the textual or coded form of a relator/role mods:name/mods:role/mods:roleTermto be added
TypeText: This value is used to express role in a textual form.textmods:roleTerm[@type=“text”]to be added
Language

Specifies language using iso639-3

<roleTerm @lang="eng"> contains/autowrites "Depositor" value <roleTerm @lang="spa"> contains/autowrites "Depositante" value

eng, spato be added

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

 

   <role>

 

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

 

   </role>

 

   <role>

 

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

 

   </role>

 </name>

collection is of mixed materials.

Mixed materials defined as born-digital or hybrid collection materials

Mixed materialsmods:typeOfResource[@collection=“yes”]to be added
XML
<typeOfResource collection="yes">mixed material</typeOfResource>