Re: Events and places
Jesper Zedlitz <[email protected]>
| Newsgroups | gmane.text.tei.general |
|---|---|
| Organization | Christian-Albrechts-Universität zu Kiel |
| Message-ID | <[email protected]> |
>> The <listRelation> element is not allowed as child clement of <body>. I
>> have already created an issue for that
>> <https://github.com/TEIC/TEI/issues/1552>
>
Interestingly, it is possible to put a <relation> element inside a
<listPerson>.
>> The marriage event #event1 is not connected to the participants. Is it
>> possible to link persons and events?
>
> Or use <listPerson> as child of <desc> for a more database-like
> representation.
>
Thank you for that hint. I can even specify the role a person had in the
event. Now my <event> element looks like this:
<listEvent>
<event xml:id="event1" type="marriage"
when="1936-08-08" where="#frankfurtStNikolai">
<desc>
<listPerson>
<person role="groom" sameAs="#p1" />
<person role="bride" sameAs="#p2" />
</listPerson>
</desc>
</event>
</listEvent>
Is there a place on the TEI wiki where these kind of snippets can be
preserved for posterity?
Jesper
--
Dr. Jesper Zedlitz
AG Kommunikationssysteme
Inst. f. Informatik, CAU Kiel
+49 431 880 7517