Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titleClick here to show Table of Contents...

Table of Contents

...

Excerpt

Status
colourYellow
titleRequired
Status
colourBlue
titleRepeatable
 
Status
colourGreen
titleMultilingual

MODS Element name: <language>

Short definition: A designation of the language in which the content of a resource is expressed.

Input guidelines: Enter the full language name in the text field.   Indicate the language of the resource by entering the appropriate three-letter language code from ISO-639-2 3 language codes.

Definition

A designation of the language in which the content of a resource is expressed.

...

DAMS form field nameform field typerequiredMODS elementCollections Portal displaynotes
Language Nametext fieldyes<language><languageTerm type="text">

Language

(multiple values concatenated by comma, and)

Enter the English name of the language or the default: "not applicable".
Language Codetext fieldyes<language><languageTerm type="code">N/A

Enter ISO-639-2 3 language code (3 letters) or the default: "not applicable".

...

Currently no attributes for language are implemented in the DAMS.

Subelements

The following subelement of language is used in the DAMS:

  • languageTerm

Subelement <language><languageTerm>

Guidelines for use

Designate the languages in which the content of a resource is expressed. Enter the English name of the language or the default: "not applicable".

Attributes

Element Parts

Details

XPath syntax examples

type

values:

  • text
  • code

Designate if the element value of languageTerm is textual information or a 3-letter code from the ISO-639-23 list.

languageTerm[@type="text"]

languageTerm[@type="code"]

authority
Info

Only applicable when type attribute is "code".

Info

ISO 639-3 is the preferred authority for language names and codes. Especially if metadata is transformed from MARC, specifying ISO 639-2b as authority is acceptable as well.


value:

  • iso639-3
  • iso639-2b
languageTerm[@authority="iso639-2b3"]
authorityURI
Info

Only applicable when type attribute is "code".

value:
Info

ISO 639-3 is the preferred authority for language names and codes. Especially if metadata is transformed from MARC, specifying ISO 639-2b as authority is acceptable as well.

values:

  • https://iso639-3.sil.org/code_tables/639/data
  • http://id.loc.gov/vocabulary/iso639-2
languageTerm[@authorityURI="httphttps://idiso639-3.loc.gov/vocabulary/iso639-2sil.org/code_tables/639/data"]
lang
Info

Only applicable when type attribute is "text".

value:

  • eng
languageTerm[@lang="eng"]

Subelements

No subelements for languageTerm.

XML Examples

Code Block
languagexml
collapsetrue
<language>
	<languageTerm type="text" lang="eng">English</languageTerm>
	<languageTerm type="code" authority="iso639-2b" authorityURI="http://id.loc.gov/vocabulary/iso639-2">eng</languageTerm>
</language>

Mappings

Dublin Core

Depending on the direction of mapping necessary, check

MARC 21

Multiexcerpt
MultiExcerptNamemarc-language

see http://www.loc.gov/standards/mods/mods-mapping.html#language. The following specific guidelines apply for the DAMS:

MARC 21 fieldMapping conditionMODS elementNotes
041$aMARC subfield 041$2 is empty

<languageTerm type="code" authority="iso639-2b" authorityURI="http://id.loc.gov/vocabulary/iso639-2">

Do not use values other than "iso639-2b" for authority.
041$b
N/ADo not use the objectPart attribute.
041$d
N/ADo not use the objectPart attribute.
041$e
N/ADo not use the objectPart attribute.
041$f
N/ADo not use the objectPart attribute.
041$g
N/ADo not use the objectPart attribute.
041$h
N/ADo not use the objectPart attribute.
041$j
N/ADo not use the objectPart attribute.
546$b
N/ADo not use the subelement scriptTerm.

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.

MODS elementMapping conditionSolr DAMSSolr Collections PortalNotes
languageTerm
mods_language_languageTermdisplay_language_msPublishing process strips languageTerm[@type="code"] values and validates textual language terms against list of language names.
languageTerm
mods_language_languageTermmods_language_languageTermNot used for display. Contains textual and code values.
languageTermonly values of languageTerm[@type="text"]mods_languageTerm_type_textN/A
languageTermonly values of languageTerm[@type="code"]mods_languageTerm_type_codeN/A
languageTermonly values of languageTerm[@type="text"]dc.languageN/A