Skip to content

Permit @rendition on <handNote> to encode different script type #390

@danbalogh

Description

@danbalogh

The inscription I'm encoding at the moment changes to a palaeographically later script in the middle of a stanza. It's a set of reused plates, where most of the praśasti (probably from the preceding ruler) has been retained, but after some point the old text was beaten out and re-engraved by a different scribe in a different style ("regional Brāhmī-derived" to "vernacular Brāhmī-derived").
Our existing methods of encoding script class/maturity aren't really suitable in my opinion:

  • encoding a default script for the edition, and then adding @rendition on every container after the hand change would be very cumbersome
  • encoding textpart divisions for the two parts doesn't sound very nice (although it's doable), since a stanza (and a line within the stanza) would have to be split between the textparts, and the text is coherent as a whole

Add to this the fact that a hand change had best be encoded anyway, and I think it would be best to encode the script type on the hand note in the header (and then just use handShift in the edition at the applicable point, as normally). Thus, I propose

<handNote xml:id="DHARMA_INSVengiCalukya00104_hand1" rendition="class:83225 maturity:83213">human-readabe description</handNote>
<handNote xml:id="DHARMA_INSVengiCalukya00104_hand2" rendition="class:83225 maturity:83215">human-readabe description</handNote>

I think it would be best to retain rendition on the edition division as well (for the "default" script type), to avoid needing another exception in the schema. Also, if rendition is used on a handNote, then it should be mandatory for all handNote elements to exclude any ambiguity.

Any objections to this? Any alternative suggestions or improvements?

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions