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

Implement tei:state for anonymous persons for new schema #76

Open wlpotter opened 7 months ago

wlpotter commented 7 months ago

Previously anonymous persons were hard-coded with a tei:trait element. This should be updated to follow the pattern of the new state elements:

<state type="status" resp="http://syriaca.org" ref="http://syriaca.org/keyword/anonymous">
  <desc xml:lang="en">Anonymous</desc>
</state>
wlpotter commented 7 months ago

Temporary fix to csv2persons:create-trait function to make it create-state instead; permanent fix will have a csv2srophe:create-state function with index building, etc.

wlpotter commented 7 months ago

The temporary fix is done for this, but leaving open to assess the more permanent fix