scta / edf-schema

1 stars 1 forks source link

Support lemma text in items #4

Open stenskjaer opened 6 years ago

stenskjaer commented 6 years ago

Say we have a text that starts like this:

Deinde dicit Philosophus “Sensibilibus autem” et cetera. Ad hoc quaeritur utrum sensus possint ...

Could we mark that up along those lines:

<item id="da-317-l1q1" type="quaestio">
  <fileName filestem="da-317-l1q1"/>
  <title>Liber 1, Quaestio 1</title>
  <lemma>
    <quote>Sensibilibus autem</quote>
    <bibl>
      Arist. DA II.5, xxx
    </bibl>
  </lemma>
  <questionTitle>
    Utrum sensus possint ...
  </questionTitle>
</item>

Of course the content of the lemma field is up for debate, I just would like a way of encoding those references when they are present.