Recording expressions of dates and durations in the transcribed text.
Names of months, days of the week, or various other periods of time in the text, may be tagged as a reference string (rs) for purposes of indexing or other processing, as in the example below:
Explicit dates that appear in the text (whether or not they can be parsed into Julian years) may also be tagged using the date element.
This example encodes the Roman consular date A.D. 154:
Durations
From time to time, it is desirable to mark-up durations of time. This is accomplished with the date element and the dur attribute. Rules for encoding dur values are codified in the W3C Recommendation on Datatypes.
For the sake of consistency, the following optional typevalues are recommended for specifying the type of duration being marked up.
- age
- age-at-death
- office-span
- military-service-span
- marriage-span
- Age (of person possibly still alive)
ἧι ἐν μάχηι συνηγωνίσατο Αἰσχύλος ὁ ποιητὴς ἐτῶν ὢν
<date rend="acrophonic" type="age"
dur="P35Y">ΔΔΔ𐅃</date>
Note: Digital Marmor Parium, ll. 63-4. auguri co(n)s(uli) de[s(ignato)] /
<date type="age" dur="P14Y">an(nos) nat(o) XIIII
</date> prin[c(ipi)] / [iuventutis]
[honorato
<date type="age" dur="P18Y">ann(orum) XVIII
</date> praef(ecto)]
- Age at death (i.e. completed life-span)
biuerunt
<date type="age" dur="P70Y9M">annos plus minus septuaginta menses IX
</date> uixit
<date type="age" dur="P3Y6M14D">annos III menses VI dies XIIII
</date> v(ixit)
<date type="life-span" dur="P20Y">an(nos)
<num atLeast="20">XX
</num></date>- Office span
βασιεύοντος Ἀθηνῶν Αἰσχύλου, <date type="office-span" dur="P21Y">ἔτους εἰκοστοῦ καὶ ἑνός</date>
Note: Digital Marmor Parium- Military service span
<date type="military-service-span"
dur="P13Y">stip(endiorum)
<num value="13">XIII
</num></date> - Marriage span
<date type="marriage-span" dur="P30Y">a(nno)
<num value="30">XXX
</num></date>