Difference between revisions of "SIG:Correspondence/EncodingComparisons"
Line 5: | Line 5: | ||
My proposal is to group the examples by issue. Feel free to add more topics and if you are not feeling comfortable at all with my disposition please let me know. --[[User:Pstadler|pstadler]] 09:35, 18 April 2012 (EDT) | My proposal is to group the examples by issue. Feel free to add more topics and if you are not feeling comfortable at all with my disposition please let me know. --[[User:Pstadler|pstadler]] 09:35, 18 April 2012 (EDT) | ||
+ | |||
+ | |||
+ | == General project information == | ||
+ | |||
+ | Some information about your project with regard to your TEI schema. Please add an acronym that can be used in the following sections. | ||
+ | |||
+ | * '''WeGA''': The [http://weber-gesamtausgabe.de edition of the collected works of Carl Maria von Weber] includes (besides diaries and documents) Weber's letters. We are working with a customised TEI schema with additions in the TEI namespace. A stripped down version of that schema (ODD and RelaxNG) can be obtained from [[SIG:Correspondence/ODD_work]]. | ||
== Header (Meta Data) == | == Header (Meta Data) == | ||
+ | |||
+ | === Sender === | ||
+ | |||
+ | the sender of the correspondence (not necessarily the same as the author) | ||
+ | |||
+ | * WeGA: We added a dedicated element <code>correspDesc</code> as child of <code>sourceDesc</code>. Inside <code>correspDesc</code> goes <code>sender</code> which takes one ore more names. For an example see (the XML tab of) http://weber-gesamtausgabe.de/A041004. | ||
=== Addressee === | === Addressee === | ||
− | the addressee(s) of a | + | the addressee(s) of the correspondence |
+ | |||
+ | * WeGA: We added a dedicated element <code>correspDesc</code> as child of <code>sourceDesc</code>. Inside <code>correspDesc</code> goes <code>addressee</code> which takes one ore more names. For an example see (the XML tab of) http://weber-gesamtausgabe.de/A041004. | ||
=== Dates === | === Dates === | ||
e.g. date of mailing, date of receipt | e.g. date of mailing, date of receipt | ||
+ | |||
+ | * WeGA: We added a dedicated element <code>correspDesc</code> as child of <code>sourceDesc</code>. Inside <code>correspDesc</code> goes <code>dateSender</code> and <code>dateAddressee</code> which take the appropriate dates. For an example of <code>dateSender</code> see (the XML tab of) http://weber-gesamtausgabe.de/A041004. | ||
=== Type of correspondence material === | === Type of correspondence material === | ||
Line 20: | Line 37: | ||
e.g. letter with envelop, postcard, telegram | e.g. letter with envelop, postcard, telegram | ||
+ | * WeGA: We store that kind of information on <code>text@type="{letter|postcard|…}"</code>. For an example see (the XML tab of) http://weber-gesamtausgabe.de/A041004. | ||
== Body == | == Body == | ||
=== Postscript === | === Postscript === | ||
+ | |||
+ | * WeGA: Short postscripts are held in <code>postscript</code> while longer ones are encoded as <code>div</code>. For an example see (the XML tab of) http://weber-gesamtausgabe.de/A040309. |
Revision as of 21:57, 18 April 2012
<- back to SIG:Correspondence
During the Wuerzburg Members' Meeting it was decided to collect several encoding examples to "initiate a comparison between several customized or non-customized TEI versions for correspondence". So, if you can contribute any examples please do not hesitate to fill them in!
My proposal is to group the examples by issue. Feel free to add more topics and if you are not feeling comfortable at all with my disposition please let me know. --pstadler 09:35, 18 April 2012 (EDT)
Contents
General project information
Some information about your project with regard to your TEI schema. Please add an acronym that can be used in the following sections.
- WeGA: The edition of the collected works of Carl Maria von Weber includes (besides diaries and documents) Weber's letters. We are working with a customised TEI schema with additions in the TEI namespace. A stripped down version of that schema (ODD and RelaxNG) can be obtained from SIG:Correspondence/ODD_work.
Header (Meta Data)
Sender
the sender of the correspondence (not necessarily the same as the author)
- WeGA: We added a dedicated element
correspDesc
as child ofsourceDesc
. InsidecorrespDesc
goessender
which takes one ore more names. For an example see (the XML tab of) http://weber-gesamtausgabe.de/A041004.
Addressee
the addressee(s) of the correspondence
- WeGA: We added a dedicated element
correspDesc
as child ofsourceDesc
. InsidecorrespDesc
goesaddressee
which takes one ore more names. For an example see (the XML tab of) http://weber-gesamtausgabe.de/A041004.
Dates
e.g. date of mailing, date of receipt
- WeGA: We added a dedicated element
correspDesc
as child ofsourceDesc
. InsidecorrespDesc
goesdateSender
anddateAddressee
which take the appropriate dates. For an example ofdateSender
see (the XML tab of) http://weber-gesamtausgabe.de/A041004.
Type of correspondence material
e.g. letter with envelop, postcard, telegram
- WeGA: We store that kind of information on
text@type="{letter|postcard|…}"
. For an example see (the XML tab of) http://weber-gesamtausgabe.de/A041004.
Body
Postscript
- WeGA: Short postscripts are held in
postscript
while longer ones are encoded asdiv
. For an example see (the XML tab of) http://weber-gesamtausgabe.de/A040309.