Difference between revisions of "SIG:Correspondence/EncodingComparisons"
(Added information from the BBAW Schleiermacher project) |
|||
Line 12: | Line 12: | ||
* '''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]]. | * '''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]]. | ||
+ | |||
+ | * '''FSiB''': In the BBAW project [http://www.bbaw.de/en/research/schleiermacherII Schleiermacher in Berlin, 1808–1834] an edition will be produced of Friedrich Schleiermacher's surviving correspondence (besides lectures and calendar of appointments). A website isn't yet available, but the researchers work already in a new digital work environment with a customised TEI schema. Unlike the WeGA we had made ''no'' additions to the TEI schema, i.e. our schema is only a (still validating) subset of the TEI schema. | ||
== Header (Meta Data) == | == Header (Meta Data) == | ||
Line 20: | Line 22: | ||
* 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. | * 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. | ||
+ | |||
+ | * FSiB: We used <code>creation</code> (a child of <code>profileDesc</code>) to note the sender, addressee and dates. The sender is marked as <code>persName</code> with a attribute <code>@type</code>, which indicates the role of the person in the corrspondence, i.e. sender. An other attribute <code>@key</code> refers to the central index of names. | ||
=== Addressee === | === Addressee === | ||
Line 26: | Line 30: | ||
* 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. | * 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. | ||
+ | |||
+ | * FSiB: We used <code>creation</code> (a child of <code>profileDesc</code>). The addressee is marked as <code>persName</code> with a attribute <code>@type</code>, which indicates the role of the person in the corrspondence, i.e. addressee. An other attribute <code>@key</code> refers to the central index of names. | ||
=== Dates === | === Dates === | ||
Line 32: | Line 38: | ||
* 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. | * 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. | ||
+ | |||
+ | * FSiB: We used <code>creation</code> (a child of <code>profileDesc</code>) to note the sender, addressee and dates. Inside <code>creation</code> the date is noted in <code>date</code> with the usual attributes <code>@when, @from, @to, @notBefore, @notAfter</code>. The attribute <code>@type</code> indicates the type of dating, i.e. production, reception etc. | ||
=== Type of correspondence material === | === Type of correspondence material === | ||
Line 40: | Line 48: | ||
== Body == | == Body == | ||
+ | |||
+ | === Opener === | ||
+ | |||
+ | * FSiB: the possibility in the TEI to mark <code>salutation</code> is nice, but we have often problems to encode the salutation conform to the TEI guidelines: in a lot of letters the salutation stands among the first paragraph and not detached at the beginning. Because <code>salutation</code> is only allowed in <code>opener</code>, we don't encoding salutation in these cases. | ||
=== 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. | * 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. | ||
+ | |||
+ | * FSiB: Like the WeGA, short postscript are marked with <code>postscript</code>, while longer ones are noted as <code>div</div>. |
Revision as of 10:58, 11 May 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.
- FSiB: In the BBAW project Schleiermacher in Berlin, 1808–1834 an edition will be produced of Friedrich Schleiermacher's surviving correspondence (besides lectures and calendar of appointments). A website isn't yet available, but the researchers work already in a new digital work environment with a customised TEI schema. Unlike the WeGA we had made no additions to the TEI schema, i.e. our schema is only a (still validating) subset of the TEI schema.
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.
- FSiB: We used
creation
(a child ofprofileDesc
) to note the sender, addressee and dates. The sender is marked aspersName
with a attribute@type
, which indicates the role of the person in the corrspondence, i.e. sender. An other attribute@key
refers to the central index of names.
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.
- FSiB: We used
creation
(a child ofprofileDesc
). The addressee is marked aspersName
with a attribute@type
, which indicates the role of the person in the corrspondence, i.e. addressee. An other attribute@key
refers to the central index of names.
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.
- FSiB: We used
creation
(a child ofprofileDesc
) to note the sender, addressee and dates. Insidecreation
the date is noted indate
with the usual attributes@when, @from, @to, @notBefore, @notAfter
. The attribute@type
indicates the type of dating, i.e. production, reception etc.
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
Opener
- FSiB: the possibility in the TEI to mark
salutation
is nice, but we have often problems to encode the salutation conform to the TEI guidelines: in a lot of letters the salutation stands among the first paragraph and not detached at the beginning. Becausesalutation
is only allowed inopener
, we don't encoding salutation in these cases.
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.
- FSiB: Like the WeGA, short postscript are marked with
postscript
, while longer ones are noted asdiv.