TEI笔记:人物、机构、地点相关信息的标识

TEI有一个通用名称元素<name>,适用于各种名称,可用属性@type定义名称类型,包括:人物、地点、机构、产品等。也可以使用专指元素表达,如<persName>人名, <placeName>地名, <orgName>机构名。
除了名称作为基本标识,人物<person>、机构<org>、地点<place>还有其他标识,TEI P5指南的第13章(Names, Dates, People, and Places尤其是13.3 Biographical and Prosopographical Data)有详细说明。
TEI将个人、机构和地点的信息归纳为三类,有各自的通用元素,即:<trait>特征(独立于个人意志的),<state>状态(与时间有关的),<event>、<listEvent>事件(改变状态甚至特征),可以用@type说明信息的具体类型,也可以使用如下专指元素。另外还有<relation>、<listRelation>说明相互间关系。
一、个人元素(13.3.2)
<person>,属性:@role职能/分类,@sex性别,@age年龄组(也可以用相应的专用元素)
<personGrp>
<listPerson>可用于TEI标头<profileDesc>之<particDesc>(参与者描述,如定义个人类别),也可用于正文
1、可嵌套的个人特征元素
<faith>信仰,<langKnowledge>语言知识,<nationality>国籍,<sex>性别,<age>年龄,<socecStatus>社会经济状态,<persName>人名(嵌套<forename>名、<surname>九),<occupation>职业,<residence>居所,<affiliation>单位,<education>教育经历,<floruit>活跃时期,<persona>角色,(没有专指元素时使用)<state>状态、<trait>特征
例(p.461)阿尔马尼亚族人
<trait type=”ethnicity” key=”alb”>【@type可以使用词表(种族),@key可以定义中国少数民族】
 <label>Ethnicity</label>
 <desc>Ethnic Albanian.</desc>
</trait>
2、可嵌套的个人事件元素
<birth>出生,<death>去世。其他用<event>@type定义。
例(p.462)结婚于1859年4月26日
<event type=”marriage” when=”1859-04-26″>
  <label>Marriage</label>
  <desc>
    <name type=”person” ref=”#WM”>William Morris</name> and <name type=”person”
ref=”http://en.wikipedia.org/wiki/Jane_Burden”>Jane Burden</name> were
married at <name type=”place”>St Michael’s Church, Ship Street, Oxford</name>
on
    <date when=”1859-04-26″>26 April 1859</date>.
……</desc>
</event>
3、人际关系元素
<relation><listRelation>,用@name说明关系类型。
例(p.464-465)
<relation name=”spouse” mutual=”#WM #JBM”/>【双向关系】
<relation name=”parent” active=”#RB” passive=”#JBM”/>【亲子关系:@active父母,@passive子女】
二、机构元素(13.3.3)
没有太多专指元素:<org>、<listOrg>机构,可嵌套的元素<orgName>机构名,<desc>描述。
三、地点元素(13.3.4)
<place>、<listPlace>地点,<placeName>地名
1、可嵌套的地理位置元素
(1)地理特征
<geo>地理坐标,<geoDecl>地理坐标声明,<geogFeat>地理地形特征(山、谷……),<geogName>地理名称(与地形名称结合的地名,如庐山)
(2)<location>位置
(从大到小)<bloc>多国(洲、欧盟……),<country>国家,<region>地区,<settlement>定居点,<district>区,<address>详细地址,<street>街;<locale>非正式描述地点性质
(3)<offset>相对位置
例(p.456)距巴黎北部20公里
<measure>20 km</measure>
<offset>north of</offset>
<settlement type=”city”>Paris</settlement>
2、可嵌套的地点特征与事件
<population>人口,<climate>气候,<terrain>地形。
没有专指元素时,使用<event>的@type说明特定事件。
例(p.474)治理变化:爱尔兰于1944年6月17日独立
<event type=”governance” when=”1944-06-17″>
<desc>Iceland became independent on 17 June 1944.</desc>
</event>
3、地点间关系
没有专指元素,通过<listPlace>或<place>层级嵌套表示。包括多地点(13.3.4.2),如多级行政区域、群岛,不同时期、不同语言名称;上下级关系等(13.3.4.4)等。(举例略)
详见最新版P5的指导文件:
参见:

TEI笔记:数字化文本的文字转录

TEI(Text Encoding Initiative,文本编码倡议)用于编码数字形式的文本全文,包括转录语音。语音转录方面,除口述文字外,TEI可以精准标记整个语音过程、包括非文本信息。
同样对于文本,除最终文字外,TEI也能标记整个书写过程、记录文稿上的各种修改、加注等痕迹,因而特别适合标识手稿、古籍、批注本等,以及对其数字化图片(数字摹本)的文字转录。TEI可以完美保留第一手资料信息,包括:不同位置的加注,手稿上的更改、更正、错误,书写过程中划线、加符号、重描(字上改写)、掉换顺序等修改痕迹,因损坏、模糊而无法转录情况,不同的笔迹等。当然,页眉、页脚、版式等信息也不会被忽略。
数字化文本的文字转录,古籍有很大需求,会涉及字符集不够大,需要说明竖排版式的问题。最新版P5的指导文件第5章对字符、字形和书写模式有说明(5 Characters, Glyphs, and Writing Modes)。而第11章则详解第一手资料的表示(11 Representation of Primary Sources),特别适用于数字化图片与转录文字对照表示的情况。
零、自造字与竖排本
1、字符:声明字符集中没有字符,以图片形式提供
在标头的<encodingDesc>,用元素<charDecl>声明字符
2、字形:声明已有字符的不同字形(比如避讳字?)
同上,用元素<charDecl>声明,增加新字符
3、书写模式:除从左向右、从上向下的通常书写外的各种其他模式
中文古籍多用从右向左的垂直书写模式,用属性@style说明。以下为日语例(p.203)
<lg xml:lang=”ja”
style=”writing-mode: vertical-rl”>
<l>古池や</l>
<l>蛙</l>
……
</lg>
一、数字摹本的表示
1、第1层元素
摹本<facsimile>、来源文档<sourceDoc>,可以代替或和<text>同用:
<text>转录文本
<facsimile>摹本图片
<sourceDoc>摹本图片+转录文本(嵌入转录法)
<facsimile>+<text>(并列转录法)
2、第2层及以下元素、属性
面<surfaceGrp>、<surface>(二维坐标空间,通常为1个数字化文件)
区域<zone>(面中的二维区域,如:叶中的页,页中的图区域)
坐标值属性:@ulx、@uly左上角x、y,@lrx、@lry右下角x、y
3、例(p.364):面组
<facsimile>
  <surfaceGrp n=”leaf1″>【面组/第1叶,含2页】
    <surface>
      <graphic url=”page1.png”/>
    </surface>
    <surface>【1面/第2页,有不同精度图片】
      <graphic url=”page2-highRes.png”/>
      <graphic url=”page2-lowRes.png”/>
    </surface>
  </surfaceGrp>
</facsimile>
4、例(p.365):面坐标
<facsimile>
  <surface ulx=”0″ uly=”0″ lrx=”500″ lry=”321″>
Handschrift.karlsruhe.blb.jpg”/>
  </surface>
</facsimile>
二、转录与摹本结合(数字化图片与文字对照)
例(p.371):并列转录法
<facsimile>【摹本图片】
  <surface start=”#PB49R”>【以PB49R为标识关联】
    <graphic url=”Bovelles-49r.png”/>
  </surface>
</facsimile>
<text>【转录文字】
  <body>
    <div>
      <!– … –>
      <pb xml:id=”PB49R”/>
      <fw>De Geometrie 49</fw>
      <!– … –>
    </div>
  </body>
</text>
三、转录文字方法
1、更改、更正和错误的文本(手稿常见现象)
选择<choice>(同一文本的交替编码组,嵌套<abbr><expan>、<sic><corr>等)
缩写<abbr>,扩展<expan>
更正<corr>,原文如此<sic>
添加<add>、<addSpan>,删除<del>、<delSpan>,恢复<restore>(嵌套<del>)
替代<subst>、<substJoin>(删除……改为……:嵌套<del><add>)
跳过<gap>(忽略),隔开文字<secl>,空格<space>
多余文字<surplus>,(转录者/编者)补充文字<supplied>
(1)例(p.384):在原有文字上标注删除
For I hate this <del rend=”strikethrough” hand=”#dhl”>my</del> body, which is so dear
to me …【在my上划删除线,表示删除】
<handNote xml:id=”dhl”>D H Lawrence holograph</handNote>【说明笔迹情况】
(2)例(p.385有手写稿图片):添加和删除
The O.E.D. is not a dictionary so much as a corpus of precedents <del hand=”#RG”>in the</del>:【未说明删除方式】
current, obsolete, <add hand=”#RG” place=”above”>cant,</add> cataphretic and
nonce-words are all included.【在行上添加文字】
(3)例(p.385):添加内容后被删除
You quote the <del>
<add hand=”#RG” place=”margin”>Norton</add>【页边添加文字】
</del> O.E.D…
(4)例(p.391, 392) :不同转录方法:跳过,或者添加
I am dr Sr yr <gap reason=”illegible” quantity=”3″
unit=”word”/>Sydney Smith【因难以辨认,跳过3个词】
I am dr Sr yr <supplied reason=”illegible” resp=”#msm”
source=”#Ry2″>very humble Servt</supplied> Sydney Smith【难以辨认,由责任人msm依据来源Ry2,添加3个词】
2、不同笔迹
笔迹说明<handNote>,笔迹改变<handShift>
3、损坏和猜测
损坏<damageSpan><damage>,模糊<unclear>
补充文字<supplied>,跳过<gap>
4、标记书写过程(文稿上的各种修改痕迹)
修改<mod>(如划线等)
元标记<metamark>(图形或文字符号,与各种修改结合用)
重描<retrace>(在原字上修改)
重做<redo>,撤销<undo>(如删除后恢复)
掉换顺序<listTranspose><transpose>(与<metamark>结合)
四、版式
例(p.411):定义面
<sourceDoc>
  <surfaceGrp type=”quire” n=”1″>【第1帖】
    <surfaceGrp type=”leaf” n=”1″>【第1叶】
      <surface type=”recto” n=”1r”>【第1页正面】
        <!– … –>
      </surface>
      <surface type=”verso” n=”1v”>【第1页反面】
        <!– … –>
      </surface>
    </surfaceGrp>
  <surfaceGrp type=”leaf” n=”2″>
    <surface type=”recto” n=”2r”>
      <!– … –>
    </surface>
    <surface type=”verso” n=”2v”>
      <!– … –>
    </surface>
  </surfaceGrp>
    <!– other leaves in first quire –>
  </surfaceGrp>
    <!– other quires here –>
</sourceDoc>
五、页眉、页脚等信息
印版工作<fw>(逐页标题、导词、页码等)
<fw type=”head” place=”top-centre”>Poëms.</fw>
<fw type=”pageNum” place=”top-right”>29</fw>
<fw type=”sig” place=”bot-centre”>E3</fw>
<fw type=”catch” place=”bot-right”>TEMPLE</fw>
六、在标头中定义变更和修订的标识(xml:id)
1、TEI标头<profileDesc>之<creation>,记录原文档制作或电子文件修订过程中的变化:
变化<listChange><change>
2、例(p.415)
<profileDesc>
  <creation>
    <listChange ordered=”true”>
      <change xml:id=”ST-1″>First stage, written in ink </change>【第1阶段,墨水笔书写】
      <change xml:id=”ST-2″>Second stage, with revisions written in the author’s hand
using pencil</change>【第2阶段,作者笔迹用铅笔修改】
      <change xml:id=”ST-3″>Fixation of the pencilled revisions together with further
revisions in the author’s hand using ink</change>【修改铅笔修订,作者笔迹用墨水笔修改】
      <change xml:id=”ST-4″>Additions in a different hand, probably at a later
stage</change>【可能在稍后阶段,以不同笔迹添加】
    </listChange>
  </creation>
</profileDesc>
详见最新版P5的指导文件:
参见:

TEI笔记:手写本和印刷古籍的编目

TEI(Text Encoding Initiative,文本编码倡议)用于编码数字形式的文本全文。最新版P5的指导文件对诗歌、剧本、语音转录、词典、手稿(含古籍)5类文本的使用各有一章详加说明。
TEI对手稿的专门章是:10 Manuscript Description,即手稿描述(著录)——基本上就是编目,对文本本身的编码极少。除通常的手稿(手写本、打字本),也适用于印刷古籍——本章中多处提到摇篮本(incunable)。当然和普通文献编目相比(参见:TEI中的书目描述及其他),手稿编目要复杂得多,有不少专指元素。
一、手稿描述<msDesc>嵌套元素
手稿描述<msDesc>一般在标头的<sourceDesc>部分,但对于文集,也可与书目元素一样出现在<listBibl>中。嵌套元素8种:
1手稿标识符<msIdentifier>(+收藏机构信息)
2标题/题名<head>
3手稿内容<msContents>(+子项)
4物理描述<physDesc>(+子项)
5历史<history>(+子项)
6附加信息<additional>(+子项)
7手稿部分<msPart>(原本在物理上分开,现绑在一起、有相同索取号的手稿或手稿部分)
8手稿片断<msFrag>(原本为整体、现分散的手稿片断,由相同或不同机构收藏)
例(p.320)
<msDesc>
  <msIdentifier>【1手稿标识符,嵌套元素见后】
    <settlement>Oxford</settlement>
    <repository>Bodleian Library</repository>【收藏馆】
    <idno>MS. Add. A. 61</idno>
    <altIdentifier type=”SC”>
      <idno>28843</idno>
    </altIdentifier>
  </msIdentifier>
  <msContents>【3内容】
    <p>
    <quote>Hic incipit Bruitus Anglie,</quote> the <title>De origine et gestis
Regum Angliae</title> of Geoffrey of Monmouth (Galfridus Monumetensis): beg.
    <quote>Cum mecum multa & de multis.</quote> In Latin.</p>
  </msContents>
  <physDesc>【4物理描述:材质、尺寸、页码。可以用更多专指元素(p.321例)】
    <p>
    <material>Parchment</material>: written in more than one hand: 7¼ x 5⅜ in., i
+ 55 leaves, in double columns: with a few coloured capitals.</p>
  </physDesc>
  <history>【5历史:最初写作地点、时间;脚注时间;购入情况】
    <p>Written in <origPlace>England</origPlace> in the <origDate>13th
cent.</origDate> On fol. 54v very faint is <quote>Iste liber est fratris
guillelmi de buria de … Roberti ordinis fratrum Pred[icatorum],</quote>
14th cent. (?): <quote>hanauilla</quote> is written at the foot of the page (15th
cent.). Bought from the rev. W. D. Macray on March 17, 1863, for £1 10s.</p>
  </history>
</msDesc>
二、词语层元素(专指元素,可嵌套于不同元素中)
原作日期<origDate>,原作时间<origDate>
支持材料<support>,装订<binding>,材质<material>,实物类型<objectType>
水印<watermark>,印章<stamp>
尺寸<dimensions>(高<height>宽<width>深<depth>,其他尺寸<dim>类型@type)
位置<locus>、<locusGrp>(参引手稿内位置)
名称<name>(及专指如<person>及<persName>等)
导词<catchwords>,签名说明<signatures>,第2叶说明<secFol>
纹章<heraldry>
三、1手稿标识符<msIdentifier>嵌套元素
所在地:国家<country>,地区<region>,定居点<settlement>
收藏机构:机构<institution>(保管单位的上级机构),保管单位<repository>,文库/特藏<collection>
标识号:<idno>, <altIdentifier>
手稿替代名:<msName>
例(p.332)
<msIdentifier>
  <country>USA</country>
  <region>California</region>
  <settlement>San Marino</settlement>
  <repository>Huntington Library</repository>【保管单位】
  <collection>El</collection>
  <idno>26 C 9</idno>【索取号】
  <msName>The Ellesmere Chaucer</msName>
</msIdentifier>
四、3知识内容<msContents>嵌套元素
1、手稿单项<msItem>,结构化手稿单项<msItemStruct>,摘要<summary>
2、<msItem>/<msItemStruct>嵌套元素:
作者、题名(一般书目元素):<author>,<respStmt>,<title>
卷首<rubric>,开端语<incipit>,结束语<explicit>,文本部分结束<finalRubric>,引语<quote>,版权页<colophon>
亲子关系<filiation>(衍生品:照相、抄本、誉本/影写本/复制本)
附注<note>,装祯附注<decoNote>;参考书目<listBibl>,<bibl>;文本语言<textLang>
例(p.336-337)
<msContents>
  <summary>A collection of Lollard sermons</summary>
  <msItem n=”1″>【第1项】
    <locus>fol. 4r-8r</locus>
    <title>3rd Sunday Before Lent</title>
  </msItem>
  <msItem n=”2″>【第2项】
    <locus>fol. 9r-16v</locus>
    <title>Sexagesima</title>
  </msItem>
</msContents>
五、4物理描述<physDesc>嵌套元素
特别要求:通用元素在前,以下专指元素在后。
实物描述<objectDesc>:支持描述<supportDesc>,支持材料<support>,条件<condition>
数量<extent>:尺寸<dimensions>,高度<height>、宽度<width>,测量<measure>(其他尺寸)
整理<collation>,叶编号<foliation>,版式描述<layoutDesc>:<layout>
手写描述<handDesc><handNote>(不同人字迹,特定手写字体),文字描述<scriptDesc><scriptNote>、打字描述<typeDesc><typeNote>、装祯描述<decoDesc><decoNote>
乐谱<musicNotation>,其他说明<additions>
装订描述<bindingDesc><binding>,印章描述<sealDesc> <seal>,配套资料<accMat>
六、5历史<history>嵌套元素
起源<origin>,流转<provenance>,获得<acquisition>
七、6附加信息<additional>嵌套元素
手稿管理信息<adminInfo>:记录史<recordHist>(+来源<source>、变化<change>),可获得情况<availability>,保管史<custodialHist>(+保管事件<custEvent>)
替代品<surrogates>(+书目信息<bibl>)