wlpotter / csv-to-srophe

A set of XQuery modules for converting CSV data to Srophe-compliant TEI XML records. Developed for Syriaca.org
GNU General Public License v3.0
1 stars 1 forks source link

Review J of E Persons Output #72

Closed wlpotter closed 7 months ago

wlpotter commented 9 months ago

Output is here: https://github.com/wlpotter/csv-to-srophe/tree/main/out/jeg/persons/2023-12-15

Will run a batch validation and report errors that need addressed.

wlpotter commented 9 months ago

wlpotter commented 9 months ago

Most of these I can resolve, but might be worth touching base about the format for possibly-identical relation elements

wlpotter commented 9 months ago

Possibly identical example from person 100:

<relation type="disambiguation" ref="http://syriaca.org/keyword/possibly-identical" resp="http://syriaca.org" mutual="http://syriaca.org/person/100 http://syriaca.org/person/1016">
  <desc type="note" xml:lang="en">This author is possibly identical with another author named <persName ref="http://syriaca.org/person/1016">Aitalaha</persName>.</desc>
</relation>

Do we require this exact language for the description? We don't currently have the headwords in J of E CSV data, but there are only 3-4 instances so could easily add.

wlpotter commented 7 months ago

Split the person 5181 issue into #75 ; otherwise this is resolved