General keywords, other taxonomies

General keywords or index terms of any other kind can be tagged (by default using <rs>, but any other semantically appropriate elemt may be captured for this purpose) anywhere in the document where they appear in running text: e.g. in the Greek or Latin edition, translations, commentary, or any of the descriptive fields in the header. Depending on the needs of a particular project and any internal or external taxonomies in use, such a tag might look something like:

<provenance type="observed">
 <p>Outside the <rs type="monuListkey="db934">Cyrene Sculpture Museum</rs>.</p>
</provenance>
<title>
 <rs type="textType">Honours</rs> for an emperor
</title>

The above examples could be indexed using project-specific code for the purpose of generating indices, a search form, or for sorting or filtering texts. If a taxonomy is also in use, the <rs> may carry ref for the purpose of normalizing to a term in this taxonomy. In the example below, normalization is to the EDR vocabulary for materials (see Rei Material GoogleDoc):

<material ref="edr:marmor">Blue-veined white marble.</material>

Subjects or keywords describing text

General keywords that do not belong in any particular part of the text or supporting data of the edition may be gathered conveniently in a <keywords> element in the header. These keywords will generally be used only for purposes of search, indexing, or compatibility within a larger collection, rather than appearing in the human-readable part of the edition.

<textClass>
 <keywords scheme="IRCyr">
  <term>
   <placeName type="ancientRegionkey="Cyrene">Cyrenaica</placeName>
  </term>
  <term>
   <placeName type="modernCountryref="iso3166-1:LY">Libya</placeName>
  </term>
  <term>
   <placeName
     type="modernFindspot"
     ref="http://sws.geonames.org/81584">
Marsa Suza</placeName>
  </term>
 </keywords>
</textClass>

For keywords, subject terms or descriptions that apply specifically to the categorization or definition of the text, the <msContents> and <summary> may be used to contain either a list of terms or general prose description, as in the examples below:

<msContents>
 <summary corresp="edr:oper-publ-priv-que">
  <seg xml:lang="ru">Строительная надпись.</seg>
  <seg xml:lang="en">Building inscription.</seg>
 </summary>
</msContents>
<msContents>
 <summary>This is the first 2 lines of P.Lond. IV 1370, a letter (entagion)
   from the governor of Egypt, Kurrah b. Sharik, to the pagarch, Basilius,
   seeking remedy of a deficit in the "embola," or grain tax</summary>
</msContents>
()

Responsibility for this section

  1. Gabriel Bodard, author
  2. Simona Stoyanova, author
Date: 2013-08-07