You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is not possible/desired? to include explicit mentions of characters in the text of the play. We might consider adding a mechanism for doing so, e.g. using <rs> like <rs type="character" ref="#{characterid}">.
The text was updated successfully, but these errors were encountered:
ingoboerner
changed the title
Referencing character in direct speech
Referencing characters in direct speech
Apr 5, 2024
In Samuel Zborowski (case analysed during TNA Fellowship) we have both mentions of characters that are speakers, thus they have IDs in DraCor itself, and external characters that are only mentioned (like biblical figures) not being in a cast list or have any speech part etc. and this not marked by DraCor IDs.
In general, I think we can add this kind of references to the schema, even if we don't use this info at this moment neither in the frontend nor in the API output. This way, this info does not have to be thrown out while still having valid DraCor documents. (And we might add DraCor functionality later.) Of course, we shouldn't allow all kinds of things, but referencing characters is a standard research task, I would argue.
Currently it is not possible/desired? to include explicit mentions of characters in the text of the play. We might consider adding a mechanism for doing so, e.g. using
<rs>
like<rs type="character" ref="#{characterid}">
.The text was updated successfully, but these errors were encountered: