Our current "name" element for authors and editors has quite a lot of internal structure that is not easy to parse automatically. The author element, in particular, allows strings like this as content:
Lastname, firstname [pseudonym] (birthyear-deathyear)
Could we give more structure to such an entry? I mean, using surname and forename come to mind. Not sure how to solve the remaining information, tbh.
Also, I think it would be important for all of the currently open issues (also: #1 and #2) to keep the schema backwards-compatible, so that the "old" files remain valid against the "new" schema, at least for a certain transitional period.
Our current "name" element for authors and editors has quite a lot of internal structure that is not easy to parse automatically. The author element, in particular, allows strings like this as content:
Lastname, firstname [pseudonym] (birthyear-deathyear)Could we give more structure to such an entry? I mean, using
surnameandforenamecome to mind. Not sure how to solve the remaining information, tbh.Also, I think it would be important for all of the currently open issues (also: #1 and #2) to keep the schema backwards-compatible, so that the "old" files remain valid against the "new" schema, at least for a certain transitional period.