UAT Keywords (AAS)

Capture Unified Astronomy Thesaurus (UAT) codes in a <kwd-group> element with a @kwd-group-type attribute of value author.

The <kwd-group> element must contain a child <title> element with a <content-type> attribute with value vocab and text content of unified-astronomy-thesaurus.

Capture each individual UAT term in a <compound-kwd> element. Each <compound-kwd> element must have three <compound-kwd-part> child elements each with a @content-type attribute and text content as per the table below:
@content-type Value Example
vocab-term-identifier [The URL for the UAT Term] http://astrothesaurus.org/uat/1668
term [The display name of the UAT term] Supernovae
uat-code [The code for the UAT term] 1668

Example

<kwd-group kwd-group-type="author">
  <title content-type="vocab">unified-astronomy-thesaurus</title>
  <compound-kwd>
    <compound-kwd-part content-type="vocab-term-identifier">http://astrothesaurus.org/uat/1668</compound-kwd-part>
    <compound-kwd-part content-type="term">Supernovae</compound-kwd-part>
    <compound-kwd-part content-type="uat-code">1668</compound-kwd-part>
  </compound-kwd>
  <compound-kwd>
    <compound-kwd-part content-type="vocab-term-identifier">http://astrothesaurus.org/uat/1728</compound-kwd-part>
    <compound-kwd-part content-type="term">Type Ia
  supernovae</compound-kwd-part>
    <compound-kwd-part content-type="uat-code">1728</compound-kwd-part>
  </compound-kwd>
  <compound-kwd>
    <compound-kwd-part content-type="vocab-term-identifier">http://astrothesaurus.org/uat/1335</compound-kwd-part>
    <compound-kwd-part content-type="term">Radiative
  transfer</compound-kwd-part>
    <compound-kwd-part content-type="uat-code">1335</compound-kwd-part>
  </compound-kwd>
  <compound-kwd>
    <compound-kwd-part content-type="vocab-term-identifier">http://astrothesaurus.org/uat/1967</compound-kwd-part>
    <compound-kwd-part content-type="term">Radiative transfer
  simulations</compound-kwd-part>
    <compound-kwd-part content-type="uat-code">1967</compound-kwd-part>
  </compound-kwd>
  <compound-kwd>
    <compound-kwd-part content-type="vocab-term-identifier">http://astrothesaurus.org/uat/1664</compound-kwd-part>
    <compound-kwd-part content-type="term">Supernova
  dynamics</compound-kwd-part>
    <compound-kwd-part content-type="uat-code">1664</compound-kwd-part>
  </compound-kwd>
</kwd-group>