Closed DenisNosnitsin1970 closed 6 years ago
From my many conversations with @PietroLiuzzo my understanding is that, if <q>
is used inside decoNote
it will be possible to search for <q>
elements that are found only indecoNotes
.
@Gnisci is right. this is already possible. try searching ወንጌላት which is in the 3 miniature description in BNFet32 selecting in the advance search "Description" and limiting to manuscripts.
http://betamasaheft.eu/as.html?query=ወንጌላት&element=desc&references=&xmlid=&work-types=mss
if you want I could edit the list there to have something which says "Legends" and searches only q elements in decoNotes.
you can also use the xpath search to go precisely to one item with a certain pattern
To have "Legends" in the list would be helpful, but also "Captions", if possible? (as it appears that these have different functions in the miniatures)
what is the semantic distinction? how would the markup differ between these two cases?
Just had a conversation with @DenisNosnitsin1970 about this. Given that a number of approaches to the problem are possible I would distinguish between:
In the guidelines, I suggest to use <q>
for the former and <foreign>
next to the relevant secondary element for the latter, but of course this is open to debate. I would say it is a bit like distinguishing between the title of a work and the titles of the chapters/sections of a work.
p.s. You could expand the above definition by stating something such as "A sentence which provides information on the main thematic content of the image and is often accorded with greater prominence in the composition by a variety of means including rubrication, size, and/or placement," but this would not apply to all cases and is rather verbose.
what are the cases in which you would actually profit from a search that makes this distinction? It sounds to me a bit of an overcomplication. we are already encoding this descriptions very deeply, if there is not a direct interest in this and a real use which would make it indispensable compared to the already available ways to get to this information, I would avoid this distinction and stick with legends only, adding a filter to search only on these.
Just to clarify, above I was simply reporting a discussion I had with Denis. My personal opinion:
Conceptually it is possible to make such a distinction, but it is open to debate whether it is necessary or profitable to do so.
In searching terms I don't see a necessity to make this distinction. The search function could easily highlight all the elements marked as <q>
and <foreign>
together, without any distinction.
In terms of readability and fruition I do see it an advantage in providing the Legend, as the main title of the subject at the bottom of the decoNote
, and the captions in relation to the detail to which they refer, as illustrated in the example below.
These are my two cents on the matter!
this is now encoded like this
<decoNote type="miniature" xml:id="d5">
<locus target="#8r"/>
<desc>
A miniaure of the
<ref type="authFile" corresp="AT1017WomenAtTomb"/>
, featuring
<persName ref="PRS6820MaryMag">Mary Magdalene</persName>
and Marta, respectively identified by the captions
<foreign xml:lang="gez">ሥዕለ፡ ማርያ፡ መግደላዊት</foreign>
and
<foreign xml:lang="gez">ሥዕለ፡ ማርታ</foreign>
. The two Holy Women hold a
<term key="censer">censer</term>
in one hand and raise their other hand to their chest. They advance towards an
<term key="angel">Angel</term>
who announces the Resurrection and is placed under an
<term key="arch">arch</term>
. Two guards, each with a
<term key="sword">sword</term>
<term key="shield">shield</term>
<term key="vestment">pointed hat</term>
, are sprawled beneath them. The scene is placed under a large
<term key="architecture">dome</term>
surmounted by
<term key="cross">three crosses</term>
.
<q xml:lang="gez">መልአክ፡ ኀበ፡ ተናገሮን፡ ለአንሰት፡</q>
</desc>
</decoNote>
I am not sure I understand what you mean by
<foreign>
next to the relevant secondary element
let me try to reformulate this. here we could make this distinction in the search (tell me if it coincides with what you said) by searching inside foreign[@xml:lang='gez']
only aiming at getting gez text which is not the legend, which will often contain also the text of the captions from what I understand. the search in the legend is instead limited to the <q>
contained in the decoNote
.
@DenisNosnitsin1970 @Gnisci you can now find here two text search boxes http://betamasaheft.eu/decorations
One searches inside q
(legends) the other inside foreign[xml:lang='gez']
. you can also use both and of course you can use them with the other filters as well.
you will also notice that I have added thumbnails where we have links to available images and a proper @facs inside locus in the decoration
@DenisNosnitsin1970 what you initially asked is possible in the page linked in the previous comment. please close issue if satisfactory.
An issue for tomorrow regarding the miniatures: I think it would be useful to mark up legends using special mark-up options, so that we could be able, for instance, search for all legends in the database, independently from the miniatures (or all miniatures with the legends). For the moment, a legend is to be recorded as
<q ></q>
only.