DARIAH-ERIC / lexicalresources

Data space of the DARIAH Lexical Resources Working Group
https://dariah-eric.github.io/lexicalresources/
BSD 2-Clause "Simplified" License
18 stars 24 forks source link

homonymicEntry example #169

Closed anacastrosalgado closed 1 year ago

anacastrosalgado commented 1 year ago

Replacing <hom> by the nested entry construct. Example: MORAIS, first edition, JANTAR

image

<entry xmlns="http://www.tei-c.org/ns/1.0" xml:id="MORAIS.1.DLP.JANTAR" type="mainEntry" xml:lang="pt">
    <entry xml:id="MORAIS.1.DLP.JANTAR-vt" type="homonymicEntry" xml:lang="pt">
        <form type="lemma">
            <orth>JANTAR</orth>
        </form>
        <metamark function="lemmaDelimiter">,</metamark>
        <gramGrp>
            <gram type="pos" norm="VERB">v.</gram>
            <gram type="voice">at.</gram>
        </gramGrp>
        <sense xml:id="MORAIS.1.DLP.JANTAR.s.1">
            <def>comer ao meio dia , ou comer depois de almoçar.</def>
        </sense>
    </entry>
    <entry xml:id="MORAIS.1.DLP.JANTAR-n" type="homonymicEntry" xml:lang="pt">
        <form type="lemma">
            <orth>JANTAR</orth>
        </form>
        <metamark function="lemmaDelimiter">,</metamark>
        <gramGrp>
            <gram type="pos" norm="NOUN">ſ.</gram>
            <gram type="gen">m.</gram>
        </gramGrp>
        <sense xml:id="MORAIS.1.DLP.JANTAR.s.2">
            <def>a ſegunda das tres comidas regulares do dia, entre o almoço , e aceia , ou antes da merenda.</def>
        </sense>
        <pc>.</pc>
        <metamark function="senseDelimiter">§</metamark>
        <sense xml:id="MORAIS.1.DLP.JANTAR.s.3">
            <def>Porção de dinheiro , que as Villas , e Cidades davão aos Reis , quando hião de correição para ſuſtento de ſua comitiva</def>
        </sense>
        <pc>.</pc>
        <bibl type="attestation" source="#M._L._Monarchia_Luſitana">
            <title>M. Luſ.</title>
            <citedRange unit="volume">t. 5</citedRange>
            <citedRange unit="folium">f. 53</citedRange>
            <citedRange unit="chapter">cap. 27</citedRange>
        </bibl>
    </entry>
</entry>
xlhrld commented 1 year ago

Thanks for the example, Ana.

ttasovac commented 1 year ago

TODO: Add to the Guidelines