...
Abstract
Excerpt | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MODS Element: <titleInfo> Short definition: Name given to the resource to be described. Input guidelines: At least one Title with language attribute is required. Designate a primary title, even if only one title is entered. Variants of a Titles can be added to an asset's metadata, e.g. a translated title, alternative titles or uniform (authority-controlled) title forms. If entering additional titles, pay close attention to fields Title Type, Primary Title, and Authority. Input the title as it appears on the piece. Refer to content standards like CCO, RDA, DACS, or DCRM(x). For objects that don't have a title on the piece, provide a concise title that will assist end users in deciding whether to investigate a resource further. Refer to content standards like CCO, RDA/DACS, or DCRMsOtherwise, "primary title not available" will display in the DAMS. The subtitle may be included as part of the title or in an optional subtitle field to store and display the information as a separate element. Otherwise, "primary title not available" will display in the DAMS. Title type is optional but recommended if applicable:
Indicate the language of the title by entering the appropriate three-letter language code from ISO-639-2 language codes. |
Definition
A word, phrase, character, or group of characters, normally appearing in a resource, that names it or the work contained in it.
...
DAMS form field name | form field type | required | MODS element | Collections Portal display | notes | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Title | text field | yes | <titleInfo><title>title | Depending on the Title Type selected for the Title, title will display as:
| |||||||
Primary Title? | dropdown selection
| yes | (attribute of titleInfo) | N/A |
| ||||||
Title Type | dropdown selection
| no | (attribute of titleInfo) Depending on the Title Type selection, a displayLabel attribute will be added to the titleInfo element:
| Depending on the type selected for the Title, title will display as:
| |||||||
Title Language | text field | yes | (attribute of titleInfo) | N/A |
| ||||||
(Title) Authority | dropdown selection
| no | (attribute of titleInfo) | N/A |
| ||||||
Subtitle | text field | no | <titleInfo><subTitle>subTitle | Depending on the Title Type selected for the Title, subtitle will display on an asset's landing page (full metadata view) as:
|
Entry here will display separately from title. Alternatively, include subtitle in Title field. |
...
http://www.loc.gov/standards/mods/userguide/titleinfo.html
Guidelines for use
<titleInfo> is a container element that contains all subelements related to title information.
Attributes
Attribute name | Details | XPath syntax examples | |||||
---|---|---|---|---|---|---|---|
lang | values:
| titleInfo[@lang="eng"] | |||||
type | values:
| titleInfo[@type="translated"] titleInfo[@type="uniform"] | |||||
displayLabel | Corresponds to the value for type:
| titleInfo[@displayLabel="Also known as"] | |||||
usage | value:
| titleInfo[@usage="primary"] | |||||
authority | values:
| titleInfo[@authority="naf"] titleInfo[@authority="viaf"] | |||||
authorityURI | values: | titleInfo[@authorityURI="http://id.loc.gov/authorities/names"] titleInfo[@authorityURI="http://viaf.org/viaf/data"] |
Subelements
The following subelements of <titleInfo> are used in the DAMS:
- title
- subTitle
Subelement titleInfo/title
Guidelines for use
The title proper is always contained in a title subelement.
Attributes
Currently no attributes for title are implemented in the DAMS.
Subelements
No subelements for title.
Subelement titleInfo/subTitle
Guidelines for use
Info |
---|
Subtitles will not show in the list of search results on the Collections portal. If you want subtitle information to show in the list of search results, include the subtitle information in the title field. |
Subtitles entered as a subTitle element will display separately from title. Alternatively, include subtitle with title.
Attributes
Currently no attributes for subTitle are implemented in the DAMS.
Subelements
No subelements for subTitle.
XML Examples
Code Block | ||||
---|---|---|---|---|
| ||||
<titleInfo lang="lat"> <title>Canticum canticorum</title> </titleInfo> <titleInfo type="translated" lang="eng"> <title>Land surveying and agriculture equipment: a history</title> </titleInfo> <titleInfo type="alternative" lang="eng" displayLabel="Also known as"> <title>Bush-Cheney 2000</title> </titleInfo> <titleInfo type="uniform" displayLabel="Uniform/preferred title" lang="eng" authority="naf" authorityURI="http://id.loc.gov/authorities/names" usage="primary"> <title>Missale Carnotense</title> </titleInfo> <titleInfo lang="eng"> <title>Land surveying and agriculture equipment</title> <subTitle>a history</subTitle> </titleInfo> |
Mappings
Dublin Core
Depending on the direction of mapping necessary, check
- DC to MODS: https://www.loc.gov/standards/mods/dcsimple-mods.html
- MODS to DC: http://www.loc.gov/standards/mods/mods-dcsimple.html
The following specific guidelines apply for the DAMS:
Dublin Core field | Mapping condition | MODS element | Notes |
---|---|---|---|
dc:title | titleInfo/title | ||
dc:title* | titleInfo/subTitle | The subTitle value is inserted immediately after title value, preceded by colon, space. Example: <dc:title>Land surveying and agriculture equipment: a history</dc:title> |
MARC 21
Multiexcerpt | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
see http://www.loc.gov/standards/mods/mods-mapping.html#title. The following specific guidelines apply for the DAMS:
|
Solr
In general, all MODS metadata is imported into the DAMS Solr server upon ingest. The ingest process generates Solr fields typically named according to the following schema:
mods_value*_suffix
where
- value* can be one or multiple element, subelement or attribute names that allow to distinguish Solr fields
- suffix is s, t, ss, ms or mt, which refers to the type of data stored in a Solr field and how it is indexed. The Solr index usually contains multiple copies of each field with the same content, distinguished by their suffix.
The following table shows mappings between MODS elements and Solr fields for those fields that are currently used for display in the Collections portal, or where additional processing happens in Islandora or during the publishing process. Suffixes are ignored, unless relevant for the mapping.
DAMS metadata element | Mapping condition | Solr DAMS | Solr Collections portal | Notes |
---|---|---|---|---|
titleInfo[@usage="primary"]/title | mods_title_primary | mods_title_primary | ||
titleInfo[@usage="primary"]/title | mods_titleInfo_title_ms | N/A | Multi-valued Solr field with all different kinds of titles. Used for display in DAMS detailed metadata view. | |
titleInfo[@usage="primary"]/subTitle | mods_subTitle_primary | N/A | not displayed in Collections portal | |
titleInfo[@usage="primary"]/subTitle | mods_titleInfo_subTitle_ms | N/A | Multi-valued Solr field with all different kinds of subtitles. Used for display in DAMS detailed metadata view. | |
titleInfo/title | no usage attribute, no type attribute | mods_title_other | mods_title_other | |
titleInfo/title | no usage attribute, no type attribute | mods_titleInfo_title_ms | N/A | Multi-valued Solr field with all different kinds of titles. Used for display in DAMS detailed metadata view. |
titleInfo/subTitle | no usage attribute, no type attribute | mods_subTitle_other | mods_subTitle_other | displayed as "Subtitle:" in Collections portal |
titleInfo/subTitle | no usage attribute, no type attribute | mods_titleInfo_subTitle_ms | N/A | Multi-valued Solr field with all different kinds of subtitles. Used for display in DAMS detailed metadata view. |
titleInfo[@type="translated"]/title | mods_title_translated | mods_title_translated | ||
titleInfo[@type="translated"]/title | mods_titleInfo_title_ms | N/A | Multi-valued Solr field with all different kinds of titles. Used for display in DAMS detailed metadata view. | |
titleInfo[@type="translated"]/subTitle | mods_subTitle_translated | mods_subTitle_translated | ||
titleInfo[@type="translated"]/subTitle | mods_titleInfo_subTitle_ms | N/A | Multi-valued Solr field with all different kinds of subtitles. Used for display in DAMS detailed metadata view. | |
titleInfo[@type="alternative"]/title | mods_title_alternative | mods_title_alternative | ||
titleInfo[@type="alternative"]/title | mods_titleInfo_title_ms | N/A | Multi-valued Solr field with all different kinds of titles. Used for display in DAMS detailed metadata view. | |
titleInfo[@type="alternative"]/subTitle | mods_subTitle_alternative | mods_subTitle_alternative | ||
titleInfo[@type="alternative"]/subTitle | mods_titleInfo_subTitle_ms | N/A | Multi-valued Solr field with all different kinds of subtitles. Used for display in DAMS detailed metadata view. | |
titleInfo[@type="uniform"]/title | mods_title_uniform | mods_title_uniform | ||
titleInfo[@type="uniform"]/title | mods_titleInfo_title_ms | N/A | Multi-valued Solr field with all different kinds of titles. Used for display in DAMS detailed metadata view. | |
titleInfo[@type="uniform"]/subTitle | mods_subTitle_uniform | mods_subTitle_uniform | ||
titleInfo[@type="uniform"]/subTitle | mods_titleInfo_subTitle_ms | N/A | Multi-valued Solr field with all different kinds of subtitles. Used for display in DAMS detailed metadata view. | |
dc:title | dc.title | N/A | Cf. MODS to Dublin Core metadata mapping. Multi-valued Solr field containing all kinds of title-subtitle combinations. |