Collection Name
MODS Element: relatedItem
Element Definition | Information that identifies other resources related to the one being described. |
AILLA Definition | Information that identifies the collection (parent) of the resource being described. |
Form option | Auto-generated and hidden from end user |
Repeatable | Yes |
Form Required? | Required (auto-generated) |
AILLA Required? | Required (auto-generated) |
Subelement/Attribute Name | Definition/Description | Examples | XPath Syntax | Dublin Core |
Type | Indicates the host or parent resource for the resource described | host | mods:relatedItem[@type="host"] | to be added |
Title info Subelement | Specifices the name of the Collection that resource is a child |
| mods:relatedItem/mods:titleInfo |
|
Display label | Defines the text that is used to display near the text when displayed on Resource page on AILLA site | Collection name | mods:titleInfo[@displayLabel="Collection name"] |
|
Title Subelement | Identifies the chief title of the resource |
| mods:titleInfo/mods:title |
|
Authority | Supplies the name of the authoritative list used for the controlled vocabulary/values | aillaCollection | mods:title[@authority="aillaCollection"] |
|
URI | @valueURI="URI of Collection object" is a flag for an automation process to insert the URI of the corresponding Collection object | http://islandora-ailla.lib.utexas.edu/islandora/object/ailla:124465 | mods:name[@valueURI="URI of Collection object"] |
|
XML |
<relatedItem type="host"> <titleInfo displayLabel="Collection name"/> <title authority="aillaCollection" valueURI="http://islandora-ailla.lib.utexas.edu/islandora/object/ailla:124465">AILLA Test Collection</title> </relatedItem> |