Skip to content

Instantly share code, notes, and snippets.

@brialparker
Last active August 29, 2015 14:26
Show Gist options
  • Save brialparker/d90166acbf259b39359c to your computer and use it in GitHub Desktop.
Save brialparker/d90166acbf259b39359c to your computer and use it in GitHub Desktop.

Our situation will be slightly different since we use a local schema (UMDM) and not MODS. Our title element is very simple.

Current:

<title type="main">WMUC flyer, circa 1995</title>
<title type="alternate">WMUC for the future flyer</title>

Proposed:

dcterms:title "WMUC flyer, circa 1995" ;
dcterms:alternative "WMUC for the future flyer" .

Current:

<title type="main" xml:lang="ja">沼の中の王子</title>
<title type="main" xml:lang="ja-Latn">Numa no naka no oji</title>

Proposed:

dcterms:title "沼の中の王子"@ja , "Numa no naka no oji"@ja-Latn ;
@brialparker
Copy link
Author

Still trying to decide how to handle title translations - limited to a single collection. Should be able to use associated language term for indicating display

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment