Title
Element
dc:title
Usage:
MA (Mandatory when applicable)
Occurrence:
0-N (Repeatable: expect mandatory term)
Attribute
xml:lang
Usage:
MA (Mandatory when applicable)
Occurrence:
0-1 (Non-repeatable: except mandatory term)
Usage Instructions
- Enter the name of the database.
Notes
- If the name is in multiple languages, repeat and enter the element. The number of occurrences of 'dc:title' for each language code is limited to one.
- The language information for Katakana Yomi is 'xml:lang=“ja-Kana”', and for Romaji Yomi, 'xml:lang=“ja-Latn”'. Where a Yomi is entered, the information in 'xml:lang=“ja”' must be entered separately from the Yomi.
Recommended Examples
<dc:title xml:lang="ja">東京大学学術資産等アーカイブズポータル</dc:title>
<dc:title xml:lang="ja-Kana">トウキョウダイガクガクジュツシサントウアーカイブズポータル</dc:title>
<dc:title xml:lang="en">UTokyo Academic Archives Portal</dc:title>
Unrecommended Examples
- It is not recommended to enter without specifying ‘xml:lang’
<dc:title>東京大学学術資産等アーカイブズポータル</dc:title>
- It is not recommended to enter multiple languages in parallel.
<dc:title xml:lang="jaen">東京大学学術資産等アーカイブズポータル = UTokyo Academic Archives Portal</dc:title>