14 Names, Dates, People, and Places
內容
This chapter describes a module which may be used for the encoding of names and other phrases descriptive of persons, places, or organizations, in a manner more detailed than that possible using the elements already provided for these purposes in the Core module. In section 3.6 Names, Numbers, Dates, Abbreviations, and Addresses it was noted that the elements provided in the core module allow an encoder to specify that a given text segment is a proper noun, or a referring string, and to specify the kind of object named or referred to only by supplying a value for the type attribute. The elements provided by the present module allow the encoder to supply a detailed sub-structure for such referring strings, and to distinguish explicitly between names of persons, places, and organizations.
This module also provides elements for the representation of information about the person, place, or organization to which a given name is understood to refer and to represent the name itself, independently of its application. In simple terms, where the core module allows one simply to represent that a given piece of text is a name, this module allows one further to represent a personal name, to represent the person being named, and to represent the canonical name being used. A similar range is provided for names of places and organizations. The main intended applications for this module are in biographical, historical, or geographical data systems such as gazetteers and biographical databases, where these are to be integrated with encoded texts.
The chapter begins by discussing attributes common to many of the elements discussed in the remaining parts of the chapter (14.1 Attribute Classes Defined by This Module) before discussing specifically the elements provided for the encoding of component parts of personal names (section 14.2.1 Personal Names), place names (section 14.2.3 Place Names) and organizational names (section 14.2.2 Organizational Names). Elements for encoding personal and organizational data are discussed in section 14.3 Biographical and Prosopographical Data. Elements for the encoding of geographical data are discussed in section 14.3.4 Places. Finally, elements for encoding onomastic data are discussed in 14.3.7 Names and Nyms, and the detailed encoding of dates and times is described in section 14.4 Dates.
TEI: Attribute Classes Defined by This Module⚓︎14.1 Attribute Classes Defined by This Module
Most of the elements made available by this chapter share some important characteristics which are expressed by their membership in specific attribute classes. Members of the class att.naming have specialized attributes which support linkage of a naming element with the entity (person, place, organization) being named; members of the class att.datable have specialized attributes which support a number of ways of normalizing the date or time of the data encoded by the element concerned.
TEI: Linking Names and Their Referents⚓︎14.1.1 Linking Names and Their Referents
- att.canonical provides attributes that can be used to associate a representation such as a name
or title with canonical information about the object being named or referenced.
key provides an externally-defined means of identifying the entity (or entities) being named, using a coded value of some kind. ref (reference) provides an explicit means of locating a full definition or identity for the entity being named by means of one or more URIs.
- att.naming 提供屬性,通用於參照到人物、地點、組織等的元素。
role may be used to specify further information about the entity referenced by this name in the form of a set of whitespace-separated values, for example the occupation of a person, or the status of a place. nymRef (reference to the canonical name) provides a means of locating the canonical form (nym) of the names associated with the object named by the element bearing it.
DPB1
, which will contain canonical information about this particular person, marked up
using the elements discussed in 14.3 Biographical and Prosopographical Data below. The same element might alternatively be provided by some other document, of
course, which the same attribute could refer to by means of a URI, as explained in 17.2 Pointing Mechanisms:
type="person">David Paul Brown</name> has suffered ...
EBB1
, a reference to ‘the Browns’ might be encoded
<name key="FR" type="place">France</name>
However, as explained in 3.6.1 Referring Strings, interchange is improved by use of tag URIs in ref instead of key.
The nymRef attribute has a more specialized use, where it is the name itself which is of interest rather than the person, place, or organization being named. See section 14.3.7 Names and Nyms for further discussion.
All members of the att.naming class inherit the following attributes from the att.global.responsibility class:
- att.global.responsibility provides attributes indicating the agent responsible for some aspect of the text,
the markup or something asserted by the markup, and the degree of certainty associated
with it.
resp (responsible party) 指出負責該更動或詮釋的代理者,例如編輯或轉錄者。 cert (certainty) 表示該更動或詮釋的相關正確度。
This enables an encoder to record the agency responsible for a given assertion (for example, the name) and the confidence placed in that assertion by the encoder. Examples are given below.
TEI: Dating Attributes⚓︎14.1.2 Dating Attributes
Members of the att.datable class share the following attributes:
- att.datable 提供用於元素規格化的屬性, 這些元素包含日期明確的事件。
period supplies pointers to one or more definitions of named periods of time (typically categorys, dates or events) within which the datable item is understood to have occurred. - att.datable.w3c 提供用於元素規格化的屬性,這些元素包含以W3C datatypes所定義的日期明確之事件。
when supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd. notBefore 以標準格式說明該事件可能發生的最早日期,例如年-月-日。 notAfter 以標準形式標明該事件可能的最晚日期,例如年-月-日。 from 以標準格式表示該段時間的起始點。 to 以標準格式表示該段時間的結束點。
<category xml:id="tyranny">
<catDesc>Before 510 BC</catDesc>
</category>
<category xml:id="classical">
<catDesc>Between 510 and 323 BC</catDesc>
</category>
<category xml:id="hellenistic">
<catDesc>
<ref target="http://www.wikipedia.com/wiki/Hellenistic">Hellenistic</ref>. Commonly treated as <date notBefore="-0323" notAfter="-0031">from the death of Alexander to the Roman conquest.</date>
</catDesc>
</category>
<category xml:id="roman">
<catDesc>
<ref target="http://www.wikipedia.com/wiki/Roman_Empire">Roman</ref>
</catDesc>
</category>
<category xml:id="christian">
<catDesc> The Christian period technically starts at the birth of Jesus, but in practice is considered to date from
the conversion of Constantine in <date when="0312">312 AD</date>. </catDesc>
</category>
</taxonomy>
to="1956-12-20">
<label>Montgomery Bus Boycott</label>
<desc>A political and social protest campaign against the policy of racial segregation on the public transit system of
the city of <placeName ref="#MONT">Montgomery</placeName>.</desc>
</event>
Since when is used for a particular date or time, from and to for a duration, and notBefore and notAfter for a date or time within a range, it makes no sense to use when in combination with one or more of the others. Thus these Guidelines at present recommend against the use of when in combination with any of from, to, notBefore, or notAfter.
The from or to attributes imply that the temporal expression to which they are attached signifies a duration, so the use of either with notBefore or notAfter means a duration is indicated.
notBefore | from | |
notAfter | range of possibilities, inclusive | duration from from to sometime before notAfter, inclusive |
to | duration from sometime after notBefore to to, inclusive | duration from from to to, inclusive |
to="1857-04-30">Lived in Amsterdam during March and April of 1857.</residence>
notAfter="1857-04-30">From the 1st of March to some time later in March or April of 1857.</date>
to="1857-04-30">From the 1st of March or sometime later to the end of April,
1857.</residence>
Normalization of date and time values permits the efficient processing of data (for example, to determine whether one event precedes or follows another). These examples all use the W3C standard format for representation of dates and times. Further examples, and discussion of some alternative approaches to normalization are given in section 14.4.3 More Expressive Normalizations below.
TEI: Names⚓︎14.2 Names
TEI: Personal Names⚓︎14.2.1 Personal Names
The core rs and name elements can distinguish names in a text but are insufficiently powerful to mark their internal components or structure. To conduct nominal record linkage or even to create an alphabetically sorted list of personal names, it is important to distinguish between a family name, a forename and an honorary title. Similarly, when confronted with a string such as ‘John, by the grace of God, king of England, lord of Ireland, duke of Normandy and Aquitaine, and count of Anjou’, the analyst will often wish to distinguish amongst the various constituent elements present, since they provide additional information about the status, occupation, or residence of the person to whom the name belongs. The following elements are provided for these and related purposes:
- persName (個人名稱) 包含一個人名,可能是任何或全部屬於該人物的名字、姓氏、敬稱、或附加名等。
- surname (surname) 包含一個家族姓氏,並非名字、教名、或綽號。
- forename (forename) 包含名字或教名。
- roleName (role name) 包含一個身份名稱,代表個人在社會上所扮演的特殊角色或所處地位,例如官方頭銜或地位。
- addName (附加名稱) 附加的名稱,例如綽號、稱號、或別名,或是在人名中出現的其他描述性措辭。
- nameLink (name link) 包含一個名稱中的連結字彙,但不屬於該名稱的一部份,例如 van der 或是 of。
- genName 該名稱用來和其他相似名稱做區別,以個人的相對年紀或隸屬世代作依據。
In addition to the att.naming attributes mentioned above, all of the above elements are members of the class att.personal, and thus share the following attributes:
- att.personal (用於個人名稱元件的屬性) 構成部分個人名稱的元素所用之通用屬性
full 指出所提供的名稱元件是否完整,為一縮寫或僅為一字首字母。 sort (sort) 指明個人名稱中該名稱元件與其他元件之間的排列順序。
type="person">David Paul Brown</rs> has suffered the furniture of his office to be seized the third time for
rent.
type="person">
<name>David Paul Brown</name>
</rs> has suffered ...
type="person">David Paul Brown</name> has suffered ...
Brown</persName> has suffered ...
The persName element is more powerful than the rs and name elements because distinctive name components occurring within it can be marked as such.
<surname>Roosevelt</surname>, <forename>Franklin</forename>
<forename>Delano</forename>
</persName>
<persName>
<forename>Franklin</forename>
<forename>Delano</forename>
<surname>Roosevelt</surname>
</persName>
<forename type="first">Franklin</forename>
<forename type="middle">Delano</forename>
<surname>Roosevelt</surname>
</persName>
<persName>
<forename type="given">Margaret</forename>
<forename type="unused">Hilda</forename>
<surname type="birth">Roberts</surname>
<surname type="married">Thatcher</surname>
</persName>
<persName type="religious">Muhammad Ali</persName>
<persName>
<forename>Norman</forename>
<surname type="complex">St John Stevas</surname>
</persName>
<forename>Johan</forename>
<surname type="toponymic" ref="#dystvold">Dystvold</surname>
</persName>
<!-- ... -->
<placeName xml:id="dystvold">Dystvold</placeName>
<forename>Kara</forename>
<surname type="complex">
<surname type="paternal">Hattersley</surname>- <surname type="maternal">Smith</surname>
</surname>
</persName>
<forename>Snorri</forename>
<forename>Sturluson</forename>
</persName> to combine the two traditions in cyclic form.
<forename>Finnur</forename>
<surname>Jonsson</surname>
</persName> acknowledged the artificiality of the procedure...
<forename>Egill</forename>
<addName type="patronym">Skallagrmsson</addName>
</persName>
<forename sort="2">Sergei</forename>
<forename sort="3" type="patronym">Mikhailovic</forename>
<surname sort="1">Uspensky</surname>
</persName>
This example also demonstrates the use of the sort attribute common to all members of the model.persNamePart class; its effect is to state the sequence in which forename and surname elements should be combined when constructing a sort key for the name.
<surname>Marques</surname>
<genName>Junior</genName>, <forename>Henrique</forename>
</persName>
<forename>Rudolf</forename>
<genName>II</genName>
<surname>von Habsburg</surname>
</persName>
<roleName type="honorific" full="abb">Mme</roleName>
<nameLink>de la</nameLink>
<surname>Rochefoucault</surname>
</persName>
Finally, the addName and roleName elements are used to mark all name components other than those already listed. The distinction between them is that a roleName encloses an associated name component such as an aristocratic or official title which exists in some sense independently of its bearer. The distinction is not always a clear one. As elsewhere, the type attribute may be used with either element to supply culture- or application- specific distinctions. Some typical values for this attribute for names in the Western European tradition follow:
- nobility
- An inherited or life-time title of nobility such as Lord, Viscount, Baron, etc.
- honorific
- An academic or other honorific prefixed to a name e.g. Doctor, Professor, Mrs., etc.
- office
- Membership of some elected or appointed organization such as President, Governor, etc.
- military
- Military rank such as Colonel.
- epithet
- A traditional descriptive phrase or nick-name such as The Hammer, The Great, etc.
Note, however, that the role a person has in a given context (such as witness, defendant, etc. in a legal document) should not be encoded using the roleName element, since this is intended to mark roles which function as part of a person's name, not the role of the person bearing the name in general. Information about roles, occupations, etc. of a person are encoded within the person element discussed below in 14.3 Biographical and Prosopographical Data.
<roleName type="nobility">Princess</roleName>
<forename>Grace</forename>
</persName>
type="pseudo">
<addName type="honorific">Grandma</addName>
<surname>Moses</surname>
</persName>
<roleName type="office">President</roleName>
<forename>Bill</forename>
<surname>Clinton</surname>
</persName>
<roleName type="military">Colonel</roleName>
<surname>Gaddafi</surname>
</persName>
<forename>Frederick</forename>
<addName type="epithet">the Great</addName>
</persName>
<roleName type="office">Governor</roleName>
<forename sort="2">Edmund</forename>
<forename full="init" sort="3">G.</forename>
<addName type="nick">Jerry</addName>
<addName type="epithet">Moonbeam</addName>
<surname sort="1">Brown</surname>
<genName full="abb">Jr</genName>.
</persName>
Although highly flexible, these mechanisms for marking personal name components will not cater for every personal name, nor for every processing need. Where the internal structure of personal names is highly complex or where name components are particularly ambiguous, feature structures are recommended as the most appropriate mechanism to mark and analyze them, as further discussed in chapter 19 Feature Structures.
White space is allowed and therefore significant between elements within name, persName, orgName, and placeName. Therefore
<persName> <forename>Mary</forename> <forename>Ann</forename> <nameLink>De</nameLink><surname>Mint</surname> </persName>⚓
encodes ‘Mary Ann DeMint’ and
<persName> <forename>Mary</forename><forename>Ann</forename> <nameLink>De</nameLink> <surname>Mint</surname> </persName>⚓
encodes ‘MaryAnn De Mint’. See 1.3.1.1.6 XML Whitespace for more information on whitespace in XML.
TEI: Organizational Names⚓︎14.2.2 Organizational Names
In these Guidelines, we use the term ‘organization’ for any named collection of people regarded as a single unit. Typical examples include institutions such as ‘Harvard College’ or ‘the BBC’ and businesses such as ‘Apple’ or ‘Google’ but also racial or ethnic groupings or political factions where these are regarded as forming a single agency such as ‘the Scythians’ or ‘the Militant Tendency’. Giving a loosely-defined group of individuals a name often serves a particular political or social agenda and an analysis of the way such phrases are constructed and used may therefore be of considerable importance to the social historian, even where the objective existence of an ‘organization’ in this sense is harder to demonstrate than that of (say) a named person. In the case of businesses or other formally constituted institutions, the component parts of an organizational name may help to characterize the organization in terms of its perceived geographical location, ownership, likely number of employees, management structure, etc.
Like names of persons or places, organizational names can be marked up as referring strings or as proper names with the rs or name elements respectively. The element orgName is provided for use where it is desired to distinguish organizational names more explicitly.
- orgName (組織名稱) 包含一個組織名稱。
This element is a member of the same attribute classes as persName, as discussed above in 14.1.1 Linking Names and Their Referents.
was agitated in the <orgName type="voluntary"
ref="tag:projectname.org,2012:PAS1">Pennsyla. Abolition
Society</orgName>
was agitated in the <rs ref="tag:projectname.org,2012:PAS1"
type="org">
<name>Pennsyla. Abolition Society</name>
</rs>.
<name ref="tag:projectname.org,2012:PAS1"
type="org">Pennsyla. Abolition Society</name>.
extra fee from <orgName type="acronym">BSkyB</orgName> rather than the
<orgName type="acronym">BBC</orgName>
<country>Canada</country> is one of strong aversion to the <orgName type="phrase">United States Government</orgName>,
and of predilection for self-government under the
<orgName type="phrase">English Crown</orgName>
<orgName>IBM</orgName>
<country>UK</country>
</orgName> said ...
receive herewith has been formed by the <orgName>Democratic Whig <name type="role">party</name>
</orgName> after the most careful deliberation, with a reference to all the great objects of NATIONAL, STATE, COUNTY and
CITY concern, and with a single eye to the <hi>Welfare and Best Interests of the Community</hi>.
<orgName>Department of Modern History</orgName>
<orgName>
<name type="city">Glasgow</name>
<name type="role">University</name>
</orgName>
</orgName>
TEI: Place Names⚓︎14.2.3 Place Names
Like other proper nouns or noun phrases used as names, place names can simply be marked up with the rs element, or with the name element. For cartographers and historical geographers, however, the component parts of a place name provide important information about the relation between the name and some spot in space and time. They also provide important evidence in historical linguistics.
These Guidelines distinguish three ways of referring to places. A place name (represented using the placeName element) may consist of one or more names for hierarchically-organized geo-political or administrative units (see section 14.2.3.1 Geo-political Place Names). A place named simply in terms of geographical features such as mountains or rivers is represented using the geogName element (see section 14.2.3.2 Geographic Names). Finally, an expression consisting of phrases expressing spatial or other kinds of relationship between other kinds of named place may itself be regarded as a way of referring to a place, and hence as a kind of named place (see section 14.2.3.3 Relative Place Names).
As members of the att.naming class, all of these elements bear the attributes key, ref, and nymRef mentioned above. These attributes are primarily useful as a means of linking a place name with information about a specific place. Recommendations for the encoding of information about a place, as distinct from its name, are provided in 14.3.4 Places below.
type="place">modern <name ref="tag:projectname.org,2012:BA1"
type="place">Babylon</name>
</rs>, <name ref="tag:projectname.org,2012:NY1"
type="place">New York</name>, I have proceeded to the <rs ref="tag:projectname.org,2012:PH1"
type="place">City of Brotherly Love</rs>.
</placeName>, <placeName ref="tag:projectname.org,2012:NY1">New York</placeName>, I have proceeded
to the <placeName ref="tag:projectname.org,2012:PH1">City of Brotherly Love</placeName>.
TEI: Geo-political Place Names⚓︎14.2.3.1 Geo-political Place Names
- district (district) 包含任何次行政區名稱,例如教區、選區、或其他行政或地理單元。
- settlement (settlement) 包含主行政區的名稱,例如城市、鄉鎮、村莊等單一地理政治或行政單位。
- region (region) 包含行政單位的名稱,例如州、省、或郡,範圍大於主政區,但小於國家。
- country (country) 包含一個地理政治區域名稱,例如民族、國家、殖民地、或聯邦區域,範圍大於一般地區或行政地位較高,但小於國家聯盟性的地理政治區。
- bloc (bloc) 包含一個地理政治區域名稱,由一個或多個國家所組成。
<settlement type="city">Rochester</settlement>, <region type="state">New York</region>
</placeName>
<country type="nation">Laos</country>, <bloc type="sub-continent">Southeast Asia</bloc>
</placeName>
<district type="arondissement">6ème</district>
<settlement type="city">Paris, </settlement>
<country>France</country>
</placeName>
TEI: Geographic Names⚓︎14.2.3.2 Geographic Names
In addition to the usual phrase level elements, the geogName element may contain the following specialized element:
- geogFeat (geographical feature name) contains a common noun identifying some geographical feature contained within a geographic name, such as valley, mount, etc.
type="river">
<name>Mississippi</name>
<geogFeat>River</geogFeat>
</geogName>
type="place">Glencoe</name> into <geogName ref="tag:projectname.org,2012:GLET1"
type="glen">
<geogFeat>Glen</geogFeat>
<name>Etive</name>
</geogName>, the <geogName ref="tag:projectname.org,2012:LAGA1"
type="hill">
<geogFeat xml:lang="gd">Lairig</geogFeat>
<name>Gartain</name>
</geogName> and the
<geogName ref="tag:projectname.org,2012:LAEI1"
type="hill">
<geogFeat xml:lang="gd">Lairig</geogFeat>
<name>Eilde</name>
</geogName>
The Gaelic word lairig may be glossed as sloping hill face. The most efficient way of including this information in the above encoding would be to create a separate nym element for this component of the name and then point to it using the nymRef attribute, as further discussed in 14.3.7 Names and Nyms.
TEI: Relative Place Names⚓︎14.2.3.3 Relative Place Names
All the place name specifications so far discussed are absolute, in the sense that they define only one place. A place may however be specified in terms of its relationship to another place, for example ‘10 miles northeast of Paris’ or ‘near the top of Mount Sinai’. These relative place names will contain a place name which acts as a referent (e.g. ‘Paris’ and ‘Mount Sinai’). They will also contain a word or phrase indicating the position of the place being named in relation to the referent (e.g. ‘the top of’, ‘north of’). A distance, possibly only vaguely specified, between the referent place and the place being indicated may also be present (e.g. ‘10 miles’, ‘near’).
- offset (offset) 在時間或空間差距的表示中,該部分指出兩個地名、日期、或時間之間差距的方向性。
- measure (measure) 包含用來表示某物品數量的字詞,通常是由數字、單位和物品名稱所組成。
<offset>near the top of</offset>
<geogName>
<geogFeat>Mount</geogFeat>
<name>Sinai</name>
</geogName>
</placeName>
<measure>20 km</measure>
<offset>north of</offset>
<settlement type="city">Paris</settlement>
</placeName>
<measure unit="km" quantity="17.7">11 miles</measure>
<offset>Northwest of</offset>
<settlement type="city">Providence</settlement>, <region type="state">RI</region>
</placeName>
The internal structure of place names is like that of personal names—complex and subject to an enormous amount of variation across time and different cultures. The recommendations in this section should however be adequate for a majority of users and applications; they may be extended using the mechanisms described in chapter 24.3 Customization to add new elements to the existing classes. When the focus of interest is on the name components themselves, as in place name studies for example, the elements discussed in 14.3.7 Names and Nyms may also be of use. Alternatively, the meaning structure itself may be represented using feature structures (19 Feature Structures).
TEI: Event Names⚓︎14.2.4 Event Names
<eventName ref="#SecondDefPrague">1618 Defenestration of Prague</eventName> which initiated the
<rs type="event" ref="#ThirtyYearsWar">long war</rs>.</p>
- eventName (name of an event) contains a proper noun or noun phrase used to refer to an event.
There are two major applications of eventName:
- to indicate names of events mentioned in transcribed text, such as in the above example; and
- to indicate the names of events for which details are being provided in an event element.
For the first application, as with most other naming elements, the eventName element is a member of the att.canonical class, and thus the ref (or key) attribute may be used to refer to a an event element (about which see 14.3.5 Events) or some other data item that contains further information about the event.
When used as a direct child of event, an eventName provides one of the names of the event about which details are being provided in its parent event. A single event may be known by many names. All, only one, or indeed none of these might be provided in the event used to provide information about such an event. If more than one eventName is used they may be differentiated by use of type, where, or dating attributes. In cases where multiple event elements describe events that have the same name, the xml:id attribute of the event or an idno, head, or label sibling of the eventName may be used for disambiguation and identification. Typically xml:id or idno would be used for machine-processable disambiguation, and either head or label for human readers.
TEI: Object Names⚓︎14.2.5 Object Names
- objectName (name of an object) contains a proper noun or noun phrase used to refer to an object.
<objectName ref="#AlfredJewel">Alfred Jewel</objectName> and was found in <placeName ref="#MinsterLovell">Minster
Lovell</placeName> in <placeName ref="#Oxfordshire">Oxfordshire</placeName> and is kept at the <orgName ref="#AshmoleanMuseum">Ashmolean Museum</orgName>.</p>
The objectName element may be used to encode any named object whether or not this is a text-bearing object. The use of objectName by itself does not categorize the object referenced, but this may be done further with the type and subtype attributes or through reference to a taxonomy. Additionally, the use of the objectName element says nothing about the physical reality of the object – that is whether it is real, fictional, purported, or missing – and this may be one aspect that some may wish to record through the type attribute. Where more detailed information is available for a named object the ref attribute should be used to point to an object element or other source of information about this object. The objectName element is intended for named objects; where an object is mentioned through a descriptive phrase but not named explicitly the rs element should be used.
TEI: Biographical and Prosopographical Data⚓︎14.3 Biographical and Prosopographical Data
This module defines a number of special purpose elements which can be used to markup biographical, historical, and prosopographical data. We envisage a number of users and uses for these elements. For example, an encoder may be interested in creating or converting a set of biographical records of the type found in a Dictionary of National Biography. Another use is the creation or conversion of a database-like collection of information about a group of people, such as the people referenced in a marked-up collection of documents, or persons who have served as informants in the creation of spoken corpora. It is also appropriate to use these elements to register information relating to those who have taken part in the creation of a TEI document.
To cater for this diversity, these Guidelines propose a flexible strategy, in which encoders may choose for themselves the approach appropriate to their needs. If one were interested, for example, in converting existing DNB-type records, and wanted to preserve the text as is, the person element (see 14.3.2 The Person Element) could simply contain the text of an article, placed within p elements, possibly using elements such as name or date to mark up features of that text. For a more structured entry, however, one would extract the data and place information contained in the text, and encode it directly using the more specific elements described in this section.
TEI: Basic Principles⚓︎14.3.1 Basic Principles
Information about people, places, organizations, and events, of whatever type, essentially comprises a series of statements or assertions relating to:
- characteristics or traits which do not, by and large, change over time
- characteristics or states which hold true only at a specific time
- events or incidents which may lead to a change of state or, less frequently, trait,
- external resources where other information on the subject can be found.
‘Characteristics’ or ‘traits’ are typically independent of an individual's volition or action and can be either physical, such as hair and eye colour; or cultural, such as ethnicity and caste. The distinction is not entirely straightforward: gender and sex can be regarded as culturally determined with physical manifestations, interpreted based on the social hierarchies of a time and place. Also the division of humanity into different ‘races’, formalized in the nineteenth century to organize a hierarchy of humanity on the basis of physical characteristics such as skin colour, hair type, and skull measurements, is now recognized as a colonialist social construct.53 When such a construct defined individuals' identities beyond their volition, the markup and documentation should reflect this as a culturally-determined characteristic.
‘States’ include, for example, marital status, place of residence, and position or occupation. Such states have a definite duration, that is, they have a beginning and an end and are typically a consequence of the individual's own action or that of others.
‘Changes in state’ refer to life-changing or identity-changing events such as birth, marriage, or appointment to office; such events will normally be associated with a specific date or a fairly narrow date-range. Changes in states can also cause or be caused by changes in characteristics. Any statement or assertion about these aspects of a person's life will be based on some source, possibly multiple sources, possibly contradictory. Taking all this into account it follows that each such statement or assertion needs to be documentable, put into a time frame, and be relatable to other statements or assertions.
The elements defined by the module described in this chapter may, for the most part, all be regarded as specializations of one or other of the above three classes. Generic elements for state, trait, and event are also defined:
- state (state) 標明分界方法所定義的權威參照標準裡其中ㄧ個組件。
- trait (trait) contains a description of some status or quality attributed to a person, place, or organization typically, but not necessarily, independent of the volition or action of the holder and usually not at some specific time or for a specific date range.
- event (event) 任何未必是口說的或溝通上的現象或發生情況,例如偶然的噪音或其他影響溝通的事件。
- att.locatable provides attributes for referencing locations by pointing to entries in a canonical
list of places.
where indicates one or more locations by pointing to a place element or other canonical description. - listEvent (list of events) contains a list of descriptions, each of which provides information about an identifiable event.
When developing a prosopography record of a named entity it is a common practice to refer explicitly to other resources, for example the Library of Congress Name Authority File, Virtual Internationl Authority File (VIAF), a gazetteer of places like Pleiades, or a printed book.
- idno (識別代碼) 提供任何用來識別書目項目的標準或非標準編碼。
type 表明編碼的種類,例如國際標準書號 (ISBN) 或其他標準系列編碼。
<placeName>Rome</placeName>
<location>
<geo>41.891775 12.486137</geo>
</location>
<idno type="Pleiades">423025</idno>
<note>capital of the Roman Empire</note>
</place>
TEI: The Person Element⚓︎14.3.2 The Person Element
Information about a person, as distinct from references to a person, for example by name, is grouped together within a person element. Information about a group of people regarded as a single entity (for example ‘the audience’ of a performance) may be encoded using the personGrp element. Note however that information about a group of people with a distinct identity (for example a named theatrical troupe) should be recorded using the org element described in section 14.3.3 Organizational Data below.
These elements may appear only within a listPerson element, which groups such descriptions together, and optionally also describes relationships amongst the people listed.
- listPerson (list of persons) 人物描述清單,其中每個項目包含一個已知人物的相關資料,例如語言互動中的參與者、或是歷史來源中提及的人物。
- listRelation 描述一項語言互動中參與者之間的關係或社交關聯。
One or more listPerson elements may be supplied within the standOff element (see 17.10 The standOff Container) or, when used to list the participants in a linguistic interaction, within the particDesc (participant description) element in the profileDesc element of a TEI header. Like other forms of list, however, listPerson can also appear within the body of a text when the module defined by this chapter is included in a schema.
<listPerson type="fictional">
<person xml:id="person_FAS">
<persName>Adam Schiff</persName>
<note>District Attorney for <placeName>Manhattan</placeName> in
seasons 1 to 10 of <title>Law and Order</title>.</note>
</person>
<person xml:id="person_FML">
<persName>Mike Logan</persName>
<note>
<choice>
<abbr>NYPD</abbr>
<expan>New York Police
Department</expan>
</choice> Detective regularly appearing in
seasons 1 to 5 of <title>Law and Order</title> and seasons 5 to 7
of <title>Law and Order: Criminal Intent</title>.</note>
</person>
<person xml:id="person_FBS">
<persName>Benjamin Stone</persName>
<note>Executive Assistant District Attorney for
<placeName>Manhattan</placeName> in seasons 1 to 4 of <title>Law
and Order</title>
</note>
</person>
<person xml:id="person_FJM">
<persName>Jack McCoy</persName>
<note>An Executive Assistant District Attorney then District
Attorney for <placeName>Manhattan</placeName> in seasons 5 to 10
of <title>Law and Order</title>, in seasons 1, 9, 11, and 19 of
<title>Law and Order: Special Victims Unit</title>, and in
season 1 of <title>Law and Order: Trial by Jury</title>.</note>
</person>
<person xml:id="person_FJR">
<persName>Jamie Ross</persName>
<note>An Assistant District Attorney for
<placeName>Manhattan</placeName> in seasons 7 & 8 of
<title>Law and Order</title>, and a defense attorney in seasons
10 & 11, and then a judge in <title>Law and Order: Trial by
Jury</title>.</note>
</person>
<person xml:id="person_FJF">
<persName>Joe Fontana</persName>
<note>
<choice>
<abbr>NYPD</abbr>
<expan>New York Police
Department</expan>
</choice> Detective regularly appearing
in seasons 15 & 16 of <title>Law and Order</title>.</note>
</person>
</listPerson>
<!-- == == -->
<listPerson type="real">
<person xml:id="person_RAS">
<persName>Adam Schiff</persName>
<note>U.S. Representative from California since 2013.</note>
</person>
<person xml:id="person_RML">
<persName>Mike Logan</persName>
<note>Gridiron football player for the Pittsburgh Steelers from
2001 to 2006.</note>
</person>
<person xml:id="person_RBS">
<persName>Benjamin Stone</persName>
<note>Michigan State Senator from 1968 to 1979.</note>
</person>
<person xml:id="person_RJM">
<persName>Jack McCoy</persName>
<note>Iowa State Representative from 1955 to 1959.</note>
</person>
<person xml:id="person_RJR">
<persName>Jamie Ross</persName>
<note>Broadway actor, with occasional forays into television,
from 1971 to roughly 2007.</note>
</person>
<person xml:id="person_RJF">
<persName>Joe Fontana</persName>
<note>A member of Canada’s House of Commons from 1987 to 2006,
and mayor of London, Ontario from 2010 to 2014.</note>
</person>
</listPerson>
</standOff>
The person element carries several attributes. As a member of the classes att.global.responsibility, att.editLike, and att.global.source class, it carries the usual attributes for providing details about the information recorded for that person, such as its reliability or source:
- att.global.responsibility provides attributes indicating the agent responsible for some aspect of the text,
the markup or something asserted by the markup, and the degree of certainty associated
with it.
cert (certainty) 表示該更動或詮釋的相關正確度。 resp (responsible party) 指出負責該更動或詮釋的代理者,例如編輯或轉錄者。 - att.editLike 提供屬性,描述任何已標記的學者更正或詮釋的性質。
evidence 指出支持該更動或詮釋可信度或正確性的證明 被推薦的值包含: 1] internal; 2] external; 3] conjecture - att.global.source provides attributes used by elements to point to an external source.
source specifies the source from which some aspect of this element is drawn.
In addition, a small number of very commonly used personal properties may be recorded using attributes specific to person and personGrp:
- person (person) 提供一個已知人物的相關資料,例如語言互動中的參與者、或是歷史來源中提及的人物。
role 說明該人物的主要角色或分類。 sex 指出該人物的性別。 age 指出該人物所屬的年齡層。 - personGrp (人物團體) 描述一個為分析目的而被視為單一個人的團體。
These attributes are intended for use where only a small amount of data is to be encoded in a more or less normalized form, possibly for many person elements, for example when encoding basic facts about respondents to a questionnaire. When however a more detailed encoding is required for all kinds of information about a person, for example in a historical gazetteer, then it will be more appropriate to use the elements age, sex and others described elsewhere in this chapter.
module="namesdates" mode="change">
<attList>
<attDef mode="replace" ident="age">
<datatype>
<dataRef key="teidata.enumerated"/>
</datatype>
<valList type="closed">
<valItem ident="child">
<desc>less than 18 years of age</desc>
</valItem>
<valItem ident="adult">
<desc>18 to 65 years of age</desc>
</valItem>
<valItem ident="retired">
<desc>over 65 years of age</desc>
</valItem>
</valList>
</attDef>
</attList>
</elementSpec>
The person element may contain many sub-elements, each specifying a different property of the person being described. The remainder of this section describes these more specific elements. For convenience, these elements are grouped into three classes, corresponding with the tripartite division outlined above: one for traits, one for states and one for events. Each class may contain specific elements for common types of biographical information, and contains a generic element for other, user-defined, types of information.
All the elements in these three classes belong to the attribute class att.datable, which provides the following attributes:
- att.datable.w3c 提供用於元素規格化的屬性,這些元素包含以W3C datatypes所定義的日期明確之事件。
when supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd. notBefore 以標準格式說明該事件可能發生的最早日期,例如年-月-日。 notAfter 以標準形式標明該事件可能的最晚日期,例如年-月-日。 from 以標準格式表示該段時間的起始點。 to 以標準格式表示該段時間的結束點。
as discussed in 14.1 Attribute Classes Defined by This Module above.
TEI: Personal Characteristics⚓︎14.3.2.1 Personal Characteristics
- affiliation (affiliation) 包含非正式性的描述,關於個人現在或過去隸屬的團體,例如雇主或贊助者。
- age (age) 標明個人的年齡。
- education (education) 包含個人教育經歷的描述。
- faith (faith) 標明個人的宗教信仰或其他信念。
- floruit (floruit) 包含個人活動時期的相關資訊。
- gender (gender) specifies the gender identity of a person, persona, or character.
- langKnowledge (language knowledge) 包含個人的語言認知狀態,可用敘述的方式或元素langKnown的條列形式來表達。
- nationality (nationality) 包含一非正式的敘述,表示個人現在或過去擁有的國籍或公民身分。
- occupation (occupation) 包含非正式的敘述,表示個人所從事的行業或所屬的專業。
- persName (個人名稱) 包含一個人名,可能是任何或全部屬於該人物的名字、姓氏、敬稱、或附加名等。
- persona provides information about one of the personalities identified for a given individual, where an individual has multiple personalities.
- persPronouns (personal pronouns) indicates the personal pronouns used, or assumed to be used, by the individual being described.
- residence (住所) 描述個人過去或現在的住所。
- sex (sex) 指明個人性別。
- socecStatus (社會經濟地位) 包含個人的社會或經濟地位的非正式描述。
- state (state) 標明分界方法所定義的權威參照標準裡其中ㄧ個組件。
- trait (trait) contains a description of some status or quality attributed to a person, place, or organization typically, but not necessarily, independent of the volition or action of the holder and usually not at some specific time or for a specific date range.
Encoders should take particular care to be explicit about culturally determined concepts such as nationality, ethnicity, age, or sex/gender system that influence their markup.54 For example, when recording personal age in different cultures, there may be different assumptions about the point from which age is reckoned. Scholars face similar issues when marking sex and gender according to cultural systems from times and places not their own. A statement of the practice adopted in a given encoding may usefully be provided in the editorialDecl element discussed in 2.3.3 The Editorial Practices Declaration.
The langKnowledge element contains either paragraphs or a number of langKnown elements; it may take a tags attribute, which provides one or more standard codes or ‘tag’s for the languages. The langKnown element must have a tag attribute, which indicates the language with the same kind of ‘language tag’. These ‘language tags’ are discussed in detail in vi.1. Language Identification.
<p>Speaks fluent Fulani, Wolof, and French. Some knowledge of
English.</p>
</langKnowledge>
<langKnown level="fluent" tag="ff">Fulani</langKnown>
<langKnown level="fluent" tag="wo">Wolof</langKnown>
<langKnown level="fluent" tag="fr">French</langKnown>
<langKnown level="basic" tag="en">English</langKnown>
</langKnowledge>
The persona element may contain the same component elements as a person element. Its function is to document a distinct persona assumed by the person element containing it. A person, not necessarily fictional, may take on different personas at different times or in different situations, each persona having different personal characteristics, such as name, age, sex, gender etc. We distinguish a persona, which is a set of characteristics associated with one specific individual, from a role, which is a set of characteristics that many different people can assume. An actor does not change their persona when adopting a different role, but none of the personas associated with one person can properly be associated with another.
The persPronouns element may be used to indicate the personal pronouns used, or assumed to be used, by the individual being described. It is common practice in email signatures and biographies, for people to include their preferred personal pronouns along with their name or handle. This allows transgender and gender variant people to express how they wish to be identified, without having to share their gender identity (though some do). Cisgender people have also adopted the practice, which normalizes the idea that a person's personal pronouns should not be inferred by their name, sex, gender, or gender presentation. The persPronouns element may be used either in transcribed content to encode a phrase used to indicate preferred personal pronouns, or may be used inside a person or persona element to indicate the associated pronouns.
<persName>
<forename>Miss Major</forename>
<surname>Griffin-Gracy</surname>
</persName>
<birth when="1940-10-25"/>
<gender value="transWoman"
evidence="selfIdentification">trans woman</gender>
<persPronouns value="she"
evidence="selfIdentification"/>
<note>
<p>Veteran of the Stonewall Riots. Founder of the
Griffin-Gracy Educational Retreat and Historical
Center (the House of GG). Activist and advocate for
transgender and gender-nonconforming people of
color.</p>
</note>
</person>
<opener>
<salute>Dear all,</salute>
</opener>
<p>With apologies for length. I'm expanding a schema …</p>
<!-- ... -->
<closer>
<lb/>
<persName>Diane Jakacki, Ph.D.</persName>
<lb/>
<roleName>Digital Scholarship Coordinator</roleName>
<lb/>
<roleName>Affiliate Faculty in Comparative & Digital Humanities</roleName>
<lb/>
<orgName>Bucknell University</orgName>
<lb/>
<email>d…@….edu</email>
<lb/>(<persPronouns>she/her/hers</persPronouns>)
<lb/>
<lb/>
<roleName>Principal Investigator</roleName>,
<lb/>
<orgName>LAB Cooperative</orgName> and <orgName>REED London Online</orgName>
<lb/>
<roleName>Chair</roleName>, <orgName>ADHO Conference Coordinating Committee</orgName>
</closer>
</div>
- trait (trait) contains a description of some status or quality attributed to a person, place, or organization typically, but not necessarily, independent of the volition or action of the holder and usually not at some specific time or for a specific date range.
- state (state) 標明分界方法所定義的權威參照標準裡其中ㄧ個組件。
<label>eye colour</label>
<desc>blue</desc>
</trait>
<trait type="physical">
<label>hair colour</label>
<desc>brown</desc>
</trait>
If none of the more specialized elements listed above is appropriate, then a choice must be made between the two generic elements trait and state. If you wish to distinguish between characteristics that are generally perceived to be transient and those which are generally considered unchanging, use state for the former, and trait for the latter. It may also be helpful to note that traits are typically, but not necessarily, independent of the volition or action of the holder. If the distinction between state and trait is not considered relevant or useful, use state.
<persName xml:lang="is">Árni Magnússon</persName>
<persName xml:lang="da">Arne Magnusson</persName>
<persName xml:lang="la">Arnas Magnæus</persName>
</person>
<persName>Simon, son of Richard</persName>
<residence>
<placeName>
<region>Essex</region>
</placeName>
</residence>
<floruit notBefore="1219" notAfter="1223">1219-1223</floruit>
</person>
to="1780-07-12">
<p>Jón's first living — which he apparently accepted rather reluctantly — was at <name type="place">Háls í
Hamarsfirði</name>, <name type="place">Múlasýsla</name>, to which he was presented on 7 April 1777. He was
ordained the following month and spent three years at Háls, but was never happy there, due largely to the general
penury in which he was forced to live — a recurrent theme throughout the early part of his life. In June of 1780
the bishop recommended that Jón should <q xml:lang="da">promoveres til andet bedre kald, end det hand hidindtil
har havt</q>, and on 12 July it was agreed that he should exchange livings with <name type="person"
ref="tag:projectname.org,2012:ThorJon">sr. Þórður Jónsson</name> at <name type="place">Kálfafell á Síðu</name>,
<name type="place">Skaftafellssýsla</name>.</p>
<bibl>ÞÍ, Stms I.15, p. 733.</bibl>
<bibl>ÞÍ, Stms I.17, p.
102.</bibl>
</state>
TEI: Personal Events⚓︎14.3.2.2 Personal Events
This section describes events that relate to one or more persons, while the section on Events below describes the use of event in more general terms.
Events in a person's history are not characteristics of an individual, but often cause an individual to gain such characteristics, or to enter a new state. Most such events, for example marriage, appointment, promotion, or a journey may be recorded using the generic element event, which may be grouped with listEvent, and has a content model similar to that of state and trait. The chief difference is that event can include a placeName element to identify the name of the place where the event occurred.
Two particular events in a person's life, namely birth and death, are both ubiquitous and usually considered particularly important, and thus may be represented by specialized elements for the purpose:
<!-- ... -->
<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>. The wedding was
conducted by Morris's friend <name type="person" ref="#RWD">R. W. Dixon</name> with <name type="person" ref="#CBF">Charles Faulkner</name> as the best man. The bride was given away by her father, <name type="person" ref="#RB">Robert Burden</name>. According to the account that <name type="person"
ref="http://en.wikipedia.org/wiki/Edward_Burne-Jones">Burne-Jones</name> gave <name type="person" ref="#JWM">Mackail</name>
<quote>M. said to Dixon beforehand <said>Mind you don't call her Mary</said> but he did</quote>. The entry in
the Register reads: <quote>William Morris, 25, Bachelor Gentleman, 13 George Street, son of William Morris decd.
Gentleman. Jane Burden, minor, spinster, 65 Holywell Street, d. of Robert Burden, Groom.</quote> The witnesses
were Jane's parents and Faulkner. None of Morris's family attended the ceremony. Morris presented Jane with a
plain gold ring bearing the London hallmark for 1858. She gave her husband a double-handled antique silver
cup.</desc>
<bibl>J. W. Mackail, <title>The Life of William Morris</title>, 1899.</bibl>
</event>
</person>
<person xml:id="RB">
<persName>Robert Burden</persName>
</person>
<person xml:id="RWD">
<persName>R.W. Dixon</persName>
</person>
<person xml:id="CBF">
<persName>Charles Faulkner</persName>
</person>
<person xml:id="EBJ">
<persName>
<forename>Edward</forename>
<surname>Burne-Jones</surname>
</persName>
</person>
<person xml:id="JWM">
<persName>J.W. Mackail</persName>
</person>
<persName notAfter="1966">David Jones</persName>
<persName notBefore="1966">David Bowie</persName>
</person>
<p>Born in <name type="place">Brixton</name> on 8 January
1947.</p>
</event>
<event type="birth" resp="#ABC" cert="low">
<p>Born in <name type="place">Berkhamsted</name> on 9 January
1947.</p>
</event>
TEI: Personal Relationships⚓︎14.3.2.3 Personal Relationships
When the module defined by this chapter is included in a schema, the following two elements may be used to document relationships amongst the persons, places, or organizations identified:
- listRelation 描述一項語言互動中參與者之間的關係或社交關聯。
- relation (人際關係) 描述在特定團體中,參與者彼此之間的關係或關聯。
name 提供該關係的確切名稱。 active identifies the ‘active’ participants in a non-mutual relationship, or all the participants in a mutual one. mutual supplies a list of participants amongst all of whom the relationship holds equally. passive 指出非對等關係中的‘被動’關係人。
These elements are both members of the att.typed class, from which they inherit the type and subtype attributes in the usual way. The value specified for either attribute on a listRelation element is implicitly applicable to all of its child relation elements, unless overridden.
A relationship, as defined here, may be any kind of describable link between specified participants. A participant (in this sense) might be a person, a place, or an organization. In the case of persons, therefore, a relationship might be a social relationship (such as employer/employee), a personal relationship (such as sibling, spouse, etc.) or something less precise such as ‘possessing shared knowledge’. A relationship may be mutual, in that all the participants engage in it on an equal footing (for example the ‘sibling’ relationship); or it may not be if participants are not identical with respect to their role in the relationship (for example, the ‘employer’ relationship). For non-mutual relationships, only two kinds of role are currently supported; they are named active and passive. These names are chosen to reflect the fact that non-mutual relations are directed, in the sense that they are most readily described by a transitive verb, or a verb phrase of the form is X of or is X to. The subject of the verb is classed as active; the direct object of the verb, or the object of the concluding preposition, as passive. Thus parents are ‘active’ and children ‘passive’ in the relationship ‘parent’ (interpreted as is parent of); the employer is ‘active’, the employee ‘passive’, in the relationship employs. These relationships can be inverted: parents are ‘passive’ and children ‘active’ in the relationship is child of; similarly ‘works for’ inverts the active and passive roles of ‘employs’.
<relation name="parent" active="#P1 #P2"
passive="#P3 #P4"/>
<relation name="spouse" mutual="#P1 #P2"/>
<relation type="social" name="employer"
active="#P1" passive="#P3 #P4"/>
</listRelation>
- P1 and P2 are parents of P3 and P4.
- P1 and P2 are linked in a mutual relationship called ‘spouse’—that is, P2 is the spouse of P1, and P1 is the spouse of P2.
- P1 has the social relationship ‘employer’ with respect to P3 and P4.
Relationships within places and organizations are further discussed in the relevant sections below. Relationships between for example organizations and places, or places and persons, may be handled in exactly the same way.
TEI: Organizational Data⚓︎14.3.3 Organizational Data
The org and listOrg elements are used to store data about an organization such as its preferred name, its locations, or key persons within it.
- org (organization) provides information about an identifiable organization such as a business, a tribe, or any other grouping of people.
- listOrg (list of organizations) contains a list of elements, each of which provides information about an identifiable organization.
These elements are intended to be used in a way analogous to the place and person elements discussed elsewhere in this chapter, that is to provide a unique wrapper element for information about an entity, distinct from references to that entity which are typically encoded using a naming element such as <name type="org"> or orgName. The content of a naming element will represent the way an organization is named in a given context; the content of an org represents the information known to the encoder about that organization, gathered together in a single place, and independent of its textual realization.
An organization is not the same thing as a list or group of people because it has an identity of its own. That identity may be expressed solely in the existence of a name (for example ‘The Scythians’), but is likely to consist in the combination of that name with a number of events, traits, or states which are considered to apply to the organization itself, rather than any of its members. For example, a sports team might be described in terms of its membership (a listPerson), its fixtures (a listPlace), its geographical affiliation (a placeName), or any combination of these. It will also have properties which may be used to categorize it in some way such as the kind of sport played, whether the team is amateur or professional, and so on: these are probably best dealt with by means of the type attribute. However, it is the name of the sports team alone which identifies it.
The content model for org permits any mixture of generic state, trait, or event elements: the presence of the orgName element described in 14.2.2 Organizational Names is however strongly recommended.
<orgName notAfter="1960">The Silver Beetles</orgName>
<orgName from="1960-08">The Beatles</orgName>
</org>
<orgName notAfter="1960">The Silver Beetles</orgName>
<orgName notBefore="1960">The Beatles</orgName>
<state type="membership" from="1960-08"
to="1962-05">
<desc>
<persName>John Lennon</persName>
<persName>Paul McCartney</persName>
<persName>George Harrison</persName>
<persName>Stuart Sutcliffe</persName>
<persName>Pete Best</persName>
</desc>
</state>
<state type="membership" notBefore="1963">
<desc>
<persName>John Lennon</persName>
<persName>Paul McCartney</persName>
<persName>George Harrison</persName>
<persName>Ringo Starr</persName>
</desc>
</state>
</org>
<orgName>Oxford University Computing Services</orgName>
<org xml:id="OUCSisg">
<orgName>Information and Support Group</orgName>
</org>
<org xml:id="OUCSig">
<orgName>Infrastructure Group</orgName>
<org xml:id="OUCSig.nt">
<orgName>Networking Team</orgName>
</org>
<org xml:id="OUCSig.sdt">
<orgName>System Development Team</orgName>
</org>
</org>
<org xml:id="OUCSltg">
<orgName>Learning Technologies Group</orgName>
</org>
</org>
<org xml:id="bu">
<orgName>Brown University</orgName>
<desc>The host contribution is made jointly by the <name type="project">Brown University Women Writers
Project</name> and the <orgName>Brown University Library's Center for Digital Initiatives</orgName>.</desc>
</org>
<org xml:id="na">
<orgName>Nancy</orgName>
<desc>Hosting is provided by a group of institutions located in Nancy, France, coordinated by
<orgName>Loria</orgName> and also including <orgName>ATILF</orgName> and <orgName>INIST</orgName>.</desc>
</org>
<org xml:id="ou">
<orgName>Oxford University</orgName>
<desc>Hosting is provided by the <orgName>Research Technologies Service</orgName> at <orgName>Oxford University
Computing Services</orgName>.</desc>
</org>
<org xml:id="uv">
<orgName>University of Virginia</orgName>
<desc>Virginia's host support comes jointly from the <orgName>Institute for Advanced Technology in the
Humanities</orgName> and the <orgName>University of Virginia Library</orgName>.</desc>
</org>
</listOrg>
</p>
TEI: Places⚓︎14.3.4 Places
In 14.2.3 Place Names we discuss various ways of naming places such as towns, countries, etc. In much the same way as these Guidelines distinguish between the encoding of names for people and the encoding of other data about people, so they also distinguish between the encoding of names for places and the encoding of other data about places. In this section we present elements which may be used to record in a structured way data about places of any kind which might be named or referenced within a text. Such data may be useful as a way of normalizing or standardizing references to particular places, as the raw material for a gazetteer or similar reference document associated with a particular text or set of texts, or in conjunction with any form of geographical information system.
The following elements are provided for this purpose:
- listPlace (list of places) contains a list of places, optionally followed by a list of relationships (other than containment) defined amongst them.
- place (place) contains data about a geographic location
The model.placeStateLike class contains elements describing characteristics of a place which have a definite duration, such as its name. Any member of the model.placeNamePart may be used for this purpose, since a place element will usually contain at least one, and possibly several, placeName-like elements indicating the names associated with it, by different people, in different languages, or at different times.
For example, the modern city of Lyon in France was in Roman times known as Lugdunum. Although the modern and the Roman city are not physically co-extensive, they have significant areas which overlap, and we may therefore wish to regard them as the same place, while supplying both names with an indication of the time period during which each was current.
Places usually have physical locations in addition to names. As with the example of Lyon, the precise geographic location and extent of a place may change over time, and so locations like names may need to be qualified with indications of the time period to which they apply. Locations may be specified in a number of ways: as a set of coordinates defining a point or an area on the surface of the earth, or by providing a description of how the place may be found, usually in terms of other place names. For example, we can identify the location of the Canadian city of London, either by specifying its latitude and longitude, or by specifying that we mean the city called London located in the province called Ontario within the country called Canada.
In addition we may wish to supply a brief characterization of the place identified, for example to state that it is a city, an administrative area such as a country, or a landmark of some kind such as a monument or a battlefield. If our typology of places is simple, the open ended type attribute is the easiest way to represent it: so we might say <place type="city">, <place type="battlefield"> etc.
Within the place element, the following elements may be used to provide more information about specific aspects of the place in a structured form:
- placeName (place name) 包含一個確切位置或相對位置的名稱。
- location (location) defines the location of a place as a set of geographical coordinates, in terms of other named geo-political entities, or as an address.
TEI: Varieties of Location⚓︎14.3.4.1 Varieties of Location
A location may be specified in one or more of the following ways:
- by supplying a string representing its coordinates in some standardized way within a geo element, as shown below
- by supplying one or more place name component elements (e.g. country, settlement etc.) to place it within a geo-political context
- by supplying a postal address, e.g. using the address element
- by supplying a brief textual description, e.g. using the desc element
- by using a non-TEI XML vocabulary such as the Geography Markup Language
We give examples of all of these methods in the remainder of this section.
<placeName notBefore="1400">Lyon</placeName>
<placeName notAfter="0640">Lugdunum</placeName>
<location>
<geo>45.769559 4.834843</geo>
</location>
</place>
<placeName notBefore="1400">Lyon</placeName>
<placeName notAfter="0640">Lugdunum</placeName>
<location>
<bloc>EU</bloc>
<country>France</country>
</location>
</place>
<placeName>Brasserie Georges</placeName>
<location>
<country key="FR"/>
<settlement type="city">Lyon</settlement>
<district type="arrondissement">IIème</district>
<district type="quartier">Perrache</district>
<placeName type="street">
<num>30</num>, Cours de Verdun</placeName>
</location>
</place>
<placeName>Atlantis</placeName>
<location>
<offset>beyond</offset>
<placeName>The Pillars of <persName>Hercules</persName>
</placeName>
</location>
</place>
<placeName notAfter="1969">Yasgur's Farm</placeName>
<placeName notBefore="1969">Woodstock Festival Site</placeName>
<location>
<measure>one mile</measure>
<offset>north west of</offset>
<settlement>Bethel</settlement>
<region>New York</region>
</location>
</place>
<placeName>Protestant Cemetery</placeName>
<placeName type="official" xml:lang="it">Cimitero Acattolico</placeName>
<location type="geopolitical">
<country>Italy</country>
<settlement>Rome</settlement>
<district>Testaccio</district>
</location>
<location type="address">
<address>
<addrLine>Via Caio Cestio, 6</addrLine>
<addrLine>00153 Roma</addrLine>
</address>
</location>
</place>
The location element may thus identify a place to a greater or lesser degree of precision, using a variety of means: a name, a set of names, or a set of coordinates. The geo element introduced earlier is by default understood to supply a value expressed in a specific (and widely used) notation. If a location contains more than one geo, this is interpreted as being really the same place in the universe, but with different systems used to refer to it. If there is a lack of consensus about the location (of, for example, Camelot), more than one location should be used, each with its own geo.
By default, the content of geo is interpreted as following the standard known as the World Geodetic System (WGS). This may be modified, however, in two ways.
Firstly, the content of the geo element can be expressed some other way, that is, according to some different geodetic system. The decls attribute is used point to a geoDecl element defined in the document header, which describes a different datum.
Secondly, the element geo may be redefined to contain markup from a different XML vocabulary which is specifically designed to represent this kind of information. This technique is used throughout these Guidelines where specialized markup is required, for example to embed mathematical expressions or vector graphics, and is further described and exemplified in 24.3.4 Examples of Modification . For geographic information, suitable non-TEI vocabularies include:
- the OpenGIS Geography Markup Language (GML) being defined by the OGC56
- the Keyhole Markup Language (KML) used by Google Maps57
<placeName notBefore="1400">Lyon</placeName>
<placeName notAfter="0640">Lugdunum</placeName>
<location>
<geo>
<gml:Polygon>
<gml:exterior>
<gml:LinearRing> 45.256 -110.45 46.46 -109.48 43.84 -109.86 45.8 -109.2 45.256 -110.45 </gml:LinearRing>
</gml:exterior>
</gml:Polygon>
</geo>
</location>
</place>
A bibl element may be used within location to indicate the source of the location information.
<geo>53.226658 -0.541254</geo>
<bibl>
<title>Roman Inscriptions of Britain</title>, <idno>262</idno>
</bibl>
</location>
TEI: Multiple Places⚓︎14.3.4.2 Multiple Places
<country>Lithuania</country>
<country xml:lang="lt">Lietuva</country>
<place>
<settlement>Vilnius</settlement>
</place>
<place>
<settlement>Kaunas</settlement>
</place>
</place>
This does not, of course, imply that Vilnius and Kaunas are the only places constituting Lithuania; only that they are within it. A separate place element may indicate that it is a part of Lithuania by supplying a relation element, as discussed below (14.3.4.4 Relations Between Places).
type="islandGroup">
<placeName>Mascarene Islands</placeName>
<placeName>Mascarenhas Archipelago</placeName>
<place type="island">
<placeName>Mauritius</placeName>
<listPlace type="offshoreIslands">
<place>
<placeName>La roche qui pleure</placeName>
</place>
<place>
<placeName>Île aux cerfs</placeName>
</place>
</listPlace>
</place>
<place type="island">
<placeName>Rodrigues</placeName>
</place>
<place type="island">
<placeName>Réunion</placeName>
</place>
</place>
<placeName xml:lang="cy">Cymru</placeName>
<placeName xml:lang="en">Wales</placeName>
<placeName xml:lang="la">Wallie</placeName>
<placeName xml:lang="la">Wallia</placeName>
<placeName xml:lang="fro">Le Waleis</placeName>
<place xml:id="carmarthenshire"
type="region">
<region type="county" xml:lang="en"
notBefore="1284">Carmarthenshire</region>
<place xml:id="carmarthen"
type="settlement">
<placeName xml:lang="en">Carmarthen</placeName>
<placeName xml:lang="la"
notBefore="1090" notAfter="1300">Kaermerdin</placeName>
<placeName xml:lang="cy">Caerfyrddin</placeName>
<place xml:id="carmarthen_castle"
type="castle">
<settlement>castle of Carmarthen</settlement>
</place>
</place>
</place>
</place>
As noted previously, country, region, and settlement are all specializations of the generic placeName element; they are not specializations of the place element. If it is desired to distinguish amongst kinds of place this can only be done by means of the type attribute as in the above example.
<placeName>Herefordshire</placeName>
<listPlace type="villages">
<place xml:id="pl-v-AD">
<placeName>Abbey Dore</placeName>
<location>
<geo>51.969604 -2.893146</geo>
</location>
</place>
<place xml:id="pl-v-AB">
<placeName>Acton Beauchamp</placeName>
</place>
<!-- ... -->
</listPlace>
<listPlace type="towns">
<place xml:id="pl-t-H">
<placeName>Hereford</placeName>
</place>
<place xml:id="pl-t-L">
<placeName>Leominster</placeName>
</place>
<!-- ... -->
</listPlace>
</place>
TEI: States, Traits, and Events⚓︎14.3.4.3 States, Traits, and Events
There are many different kinds of information which it might be considered useful to record for a place in addition to its name and location, and the categories selected are likely to be very project-specific. As with persons therefore these Guidelines make no claim to comprehensiveness in this context. Instead, the generic state, trait, and event elements defined by this module should be used. Each of these may be customized for particular needs by means of their type attribute. These are complemented by a small number of predefined elements of general utility:
- population (population) contains information about the population of a place.
- climate (climate) contains information about the physical climate of a place.
- terrain (terrain) contains information about the physical terrain of a place.
These are all specializations of the generic trait element. This element may be used for almost any kind of event in the life of a place; no specialized version of this element is proposed, nor do we attempt to enumerate the possible values which might be appropriate for the type attribute on any of these generic elements.
<placeName xml:lang="en">Iceland</placeName>
<placeName xml:lang="is">Ísland</placeName>
<location>
<geo>65.00 -18.00</geo>
</location>
<terrain>
<desc>Area: 103,000 sq km</desc>
</terrain>
<state type="governance" notBefore="1944">
<p>Constitutional republic</p>
</state>
<state type="governance" notAfter="1944">
<p>Part of the kingdom of <placeName key="DK">Denmark</placeName>
</p>
</state>
<event type="governance" when="1944-06-17">
<desc>Iceland became independent on 17 June 1944.</desc>
</event>
<state type="governance" from="1944-06-17">
<p>An independent republic since June 1944</p>
</state>
</place>
<placeName>Greece</placeName>
<climate>
<desc>Greece's climate is divided into three well defined classes:</desc>
<climate>
<label>Mediterranean</label>
<desc>It features mild, wet winters and hot, dry summers. Temperatures rarely reach extremes, although snowfalls
do occur occasionally even in <placeName>Athens</placeName>, <placeName>Cyclades</placeName> or
<placeName>Crete</placeName> during the winter.</desc>
</climate>
<climate>
<label>Alpine</label>
<desc>It is found primarily in <placeName>
<offset>Western</offset> Greece</placeName>
(<placeName>Epirus</placeName>, <placeName>
<offset>Central</offset> Greece</placeName>,
<placeName>Thessaly</placeName>, <placeName>
<offset>Western</offset> Macedonia</placeName> as well as
central parts of <placeName>Peloponnesus</placeName> like <placeName>Achaea</placeName>,
<placeName>Arcadia</placeName> and parts of <placeName>Laconia</placeName> where the Alpine range pass
by)</desc>
</climate>
<climate>
<label>Temperate</label>
<desc>It is found in <placeName>
<offset>Central</offset> and <offset>Eastern</offset> Macedonia</placeName> as
well as in <placeName>Thrace</placeName> at places like <placeName>Komotini</placeName>,
<placeName>Xanthi</placeName> and <placeName>
<offset>northern</offset> Evros</placeName>. It features cold,
damp winters and hot, dry summers.</desc>
</climate>
</climate>
</place>
notBefore="1901" notAfter="1902-01-11" resp="#strabo">
<population type="red" when="1901-01-10">
<population type="female">
<desc>12</desc>
</population>
<population type="male">
<desc>15</desc>
</population>
</population>
<population type="gray" when="1902-01-10"
cert="high">
<population type="female">
<desc>23</desc>
</population>
<population type="male" cert="low"
resp="#biber">
<desc>45</desc>
</population>
</population>
</population>
An event may be related to other named entities, and thus may appear within an org, person, personGrp, persona, or place element as well as within a listEvent or another event.
TEI: Relations Between Places⚓︎14.3.4.4 Relations Between Places
<place xml:id="MASC">
<placeName>Mascarene islands</placeName>
<placeName>Mascarenhas Archipelago</placeName>
</place>
<place xml:id="MRU">
<placeName>Mauritius</placeName>
<!-- ... -->
</place>
<place xml:id="ROD">
<placeName>Rodrigues</placeName>
</place>
<place xml:id="REN">
<placeName>Réunion</placeName>
</place>
<relation name="contains" active="#MASC"
passive="#ROD #MRU #REN"/>
</listPlace>
TEI: Events⚓︎14.3.5 Events
- event (event) 任何未必是口說的或溝通上的現象或發生情況,例如偶然的噪音或其他影響溝通的事件。
- eventName (name of an event) contains a proper noun or noun phrase used to refer to an event.
- listEvent (list of events) contains a list of descriptions, each of which provides information about an identifiable event.
An event is a change of state whether real, planned, fictional, or purported about which more information is known. The eventName element may be used to encode the proper name of an event, if known. The head or label element may also appear in event, either in lieu of or in addition to the eventName element, to provide a human-readable heading or editorially supplied label for the event.
These guidelines do not prescribe what encoders count as events, nor their granularity, nesting, or amount of other information to record in relation to each event. Yet most events can be identified by their time, location, or agents involved (be they organizations, persons, or objects).
An event element may be used to record information about a place, person, or organization related to the described event; for this reason the element may appear as content of a place, person, or org. However, it is also possible to describe events independently of either a place, person, or organization. This may be useful not only for encoding texts which describe named events and their eventNames, but also in applications as chronologies or lists of significant events (e.g., important battles, legislative milestones, or the stages of construction of a large building, etc.).
The listEvent element is a member of the model.listLike class, and may therefore appear inside standOff, or wherever else lists are permitted, in the same way as the listPerson, listPlace, listOrg etc. elements described elsewhere in this chapter.
<listEvent>
<event when="1713"
ref="https://www.canadiana.ca/view/oocihm.9_01832/2">
<label>Treaty of Utrecht</label>
<!-- The following example presupposes that the editors of the TEI document decided to understand legislation or a treaty as an <gi>event</gi>, which itself may be considered a shortcut for several events that led up to the existence or validity of the law or treaty (e.g. the signing of a treaty could also be modeled as an event, and the result on paper could be encoded as an <gi>object</gi> or <gi>bibl</gi>). -->
<desc>France ceded to Great Britain its claims to the <orgName>Hudson's Bay Company</orgName> territories in
<placeName>Rupert's Land</placeName>, <placeName>Newfoundland</placeName>, and <placeName>Acadia</placeName> and
recognized British suzerainty over <orgName type="tribe">the Iroquois</orgName> but retained its other pre-war
North American possessions, including
<placeName key="PEI">Île-Saint-Jean</placeName>
(now <placeName key="PEI">Prince Edward Island</placeName>)...</desc>
</event>
<event when="1774" key="14-GeoIII-c83">
<label>Quebec Act</label>
<desc>This act of the British Parliament guaranteed free practice of the Catholic faith and restored use of the
French Civil Code for private matters throughout the Province of Quebec, which had been expanded in territory
following the <ref>Treaty of Paris</ref>.</desc>
</event>
<event when="1778"
ref="http://avalon.law.yale.edu/18th_century/del1778.asp">
<label>Treaty of Fort Pitt</label>
<desc>Also known as the <name type="event">Treaty with the Delawares</name>, this was the first written treaty
between the newly formed <orgName>United States</orgName> and any Native American people, in this case, the
<orgName type="tribe">Lenape</orgName> or Delawares.</desc>
</event>
</listEvent>
</standOff>
The next example demonstrates the use of the where attribute with event, coordinated with location information stored in listPlace.
<!-- ========= events ========= -->
<listEvent>
<event xml:id="DB-3F" where="#WWIIEast"
when="1942-01">
<head>Luftwaffe shoots down Ilyushin Il-4</head>
<head type="short">DB-3F</head>
<ab type="altitude">
<measure unit="m" quantity="7000"/>
</ab>
<ab type="survivor">
<persName ref="#p-IC">Іван Чиссов</persName>
</ab>
</event>
<event xml:id="SCP" where="#l-GSN"
when="1943-01-03">
<head>Snap, Crackle, Pop is shot down by German flak</head>
<head type="short">B-17</head>
<ab type="altitude">
<measure unit="m" quantity="6700"/>
</ab>
<ab type="survivor">
<persName ref="#p-AM">Alan Magee</persName>
</ab>
</event>
<event xml:id="DS664" where="#l-Obe"
when="1944-03-24">
<head>Avro Lancaster shot down by Junkers Ju 88</head>
<head type="short">Lancaster</head>
<ab type="altitude">
<measure unit="m" quantity="5490"/>
</ab>
<ab type="survivor">
<persName ref="#p-NA">Nicholas Alkemade</persName>
</ab>
</event>
<event xml:id="LANSA508" where="#l-PI"
when="1971-12-04">
<head>LANSA 508 struck by lightning</head>
<head type="short">Amazon rainforest</head>
<ab type="altitude">
<measure unit="m" quantity="3000"/>
</ab>
<ab type="survivor">
<persName ref="#p-JK">Juliane Diller (née Koepcke)</persName>
</ab>
</event>
<event xml:id="jat367" where="#l-Seb"
when="1972-01-26T16:01:29Z">
<head>Bombing of Yugoslav Airlines Flight 367</head>
<head type="short">JAT 367</head>
<ab type="altitude">
<measure unit="m" quantity="10050"/>
</ab>
<ab type="survivor">
<persName ref="#p-VV">Весна Вуловић</persName>
</ab>
<ptr type="furtherInfo"
target="https://en.wikipedia.org/wiki/JAT_Flight_367"/>
</event>
<event xml:id="BG" where="#l-KorZ"
when="1996">
<head>SAS parachute failure</head>
<head type="short">Bear Grylls</head>
<ab type="altitude">
<measure unit="m" quantity="4877"/>
</ab>
<ab type="survivor">
<persName ref="#p-BG"/>
</ab>
</event>
<event xml:id="CM" where="#l-Joh"
when="2004-08-22">
<head>Johannesburg parachute failure</head>
<head type="short">Christine McKenzie</head>
<ab type="altitude">
<measure unit="m" quantity="3353"/>
</ab>
<ab type="survivor">
<persName ref="#p-CM">Christine McKenzie</persName>
</ab>
</event>
<event xml:id="JBK" where="#l-Kam"
when="2009-05">
<head>Cameraman fails to open chute</head>
<head type="short">Sport videographer</head>
<ab type="altitude">
<measure unit="m" quantity="1829"/>
</ab>
<ab type="survivor">
<persName ref="#p-JB"/>
</ab>
</event>
</listEvent>
<!-- ========= places ========= -->
<listPlace>
<place xml:id="l-GSN">
<placeName xml:lang="fr">Gare de Saint-Nazaire</placeName>
<location>
<geo>47.28657 -2.21171</geo>
</location>
</place>
<place xml:id="l-Joh">
<placeName>Johannesburg</placeName>
<location>
<country>South Africa</country>
<region type="province">Gauteng</region>
</location>
</place>
<place xml:id="l-Kam">
<placeName xml:lang="ru">Камчатке</placeName>
<location>
<country>Russia</country>
<region>Kamchatka Krai</region>
</location>
</place>
<place xml:id="l-Ken">
<country>Kenya</country>
</place>
<place xml:id="l-Obe" xml:lang="de">
<placeName>Oberkirchen</placeName>
<location>
<country>Deutschland</country>
<region type="state">Nordrhein-Westfalen</region>
<region>Arnsberg</region>
<district>Hochsauerlandkreis</district>
<settlement>Schmallenberg</settlement>
<geo cert="low">51.154 8.357</geo>
</location>
</place>
<place xml:id="l-PI" xml:lang="es">
<placeName>Puerto Inca</placeName>
<location>
<country>Peru</country>
<region>Huánuco</region>
<district>Puerto Inca</district>
</location>
</place>
<place xml:id="l-Sch">
<placeName xml:lang="de">Schmallenberg</placeName>
<placeName xml:lang="wep">Smalmereg</placeName>
<location/>
</place>
<place xml:id="l-Seb">
<placeName xml:lang="de">Sebnitz</placeName>
<location>
<geo>50.966667 14.283333</geo>
</location>
</place>
<place xml:id="l-WWIIEast">
<name>Eastern Front</name>
<ptr type="furtherInfo"
target="https://en.wikipedia.org/wiki/Eastern_Front_(World_War_II)"/>
</place>
<place xml:id="l-Zam">
<country>Zambia</country>
</place>
</listPlace>
<!-- ========= people ========= -->
<listPerson>
<person xml:id="p-VV">
<persName xml:lang="sr-Cyrl">Весна Вуловић</persName>
<persName xml:lang="sr-Latn">Vesna Vulović</persName>
<birth when="1950-01-03"/>
<death when="2016-12-23"/>
<ptr type="furtherInfo"
target="https://en.wikipedia.org/wiki/Vesna_Vulovi%C4%87"/>
</person>
<person xml:id="p-IC">
<persName xml:lang="uk-Cyrl">Іван Михайлович Чиссов</persName>
<persName xml:lang="ru-Cyrl">Иван Михайлович Чисов</persName>
<persName xml:lang="uk-Latn">Ivan Mikhailovich Chisov</persName>
<birth when="1916"/>
<death when="1986"/>
<ptr type="furtherInfo"
target="https://en.wikipedia.org/wiki/Ivan_Chisov"/>
</person>
<person xml:id="p-AM">
<persName>Alan Eugene Magee</persName>
<birth when="1919-01-13"/>
<death when="2003-12-20"/>
<ptr type="furtherInfo"
target="https://en.wikipedia.org/wiki/Alan_Magee"/>
</person>
<person xml:id="p-NA">
<persName>Nicholas Stephen Alkemade</persName>
<birth when="1922-12-10"/>
<death when="1987-06-22"/>
<ptr type="furtherInfo"
target="https://en.wikipedia.org/wiki/Nicholas_Alkemade"/>
</person>
<person xml:id="p-BG">
<persName>Edward Michael Grylls</persName>
<birth when="1974-06-07"/>
<ptr type="furtherInfo"
target="https://www.beargrylls.com/pages/about-bear-grylls"/>
</person>
<person xml:id="p-JK">
<persName>Juliane Koepcke</persName>
<birth when="1954-10-10"/>
<ptr type="furtherInfo"
target="https://en.wikipedia.org/wiki/Juliane_Koepcke"/>
</person>
<person xml:id="p-JB">
<persName>James Boole</persName>
<birth>1978, give or take a year</birth>
<ptr type="furtherInfo"
target="https://www.facebook.com/james.boole/?ref=page_internal"/>
</person>
</listPerson>
<!-- ========= conjunctions and disjunctions ========= -->
<altGrp type="location">
<alt xml:id="l-KorZ"
target="#l-Ken #l-Zam"/>
</altGrp>
</standOff>
The where attribute on event can point to multiple canonical place descriptions, which indicates that an event took place in multiple locations. For example, the November 2015 Paris Attacks took place at six different locations in Paris; this might be encoded as an event with a where attribute with six space-separated values, or using a listPlace (nested into the event or standalone).
<desc>All day meeting to resolve content models</desc>
<event type="preamble" notAfter="13:00:00">
<desc>first part</desc>
</event>
<event type="conclusions"
notBefore="13:00:00">
<desc>second part</desc>
</event>
</event>
For event as a child element of person, note the Section 14.3.2.2 Personal Events.
TEI: Objects⚓︎14.3.6 Objects
- object contains a description of a single identifiable physical object.
- objectName (name of an object) contains a proper noun or noun phrase used to refer to an object.
- listObject (list of objects) contains a list of descriptions, each of which provides information about an identifiable physical object.
An object is any material thing whether real, in existence, fictional, missing, or purported about which more information is known. Where objects have proper names the objectName element may be used to encode these. However, many objects are not named but the object element may still be used to provide a description of them. The object element is a more general descriptive form of the msDesc element. The latter should be used for describing manuscripts and similar text-bearing objects but can be viewed as a more specific form of the object element.
Please note: The object element is a recent addition to TEI P5 Guidelines as of version 3.5.0 and as such might be more prone to further revision in the next few releases as its use develops. This may be particularly evident where its contents have been borrowed from msDesc and have yet to be generalized from their use in the context of manuscript descriptions.
The object element usually appears inside the listObject element which is used to group descriptions of identifiable objects. The listObject element is a member of model.listLike and so may appear inside standOff, or anywhere else that list is allowed. This enables the flexibility of using listObject to contain a set of metadata descriptions stored in the TEI header, or as a list of objects transcribed from a source document. The equivalent list for manuscript descriptions is listBibl.
- objectIdentifier (object identifier) groups one or more identifiers or pieces of locating information concerning a single object.
- msContents (manuscript contents) 描述手稿或手稿部分的智慧內容,可以是一系列的文字段落,或是一系列有組織的手稿項目。
- physDesc 包含一個手稿或手稿部分的完整材質描述,可以利用model.physDescPart class中的專門元素選擇性地再分類。
- history (history) 匯集描述手稿或手稿部分完整歷史的元素。
- additional (additional) 匯集附加資訊,結合手稿的書目資訊、或是手稿的代替副本,包含管理或行政資訊。
Overall, the basic structure of an object element is akin to that of msDesc in that it is providing a structured description of an object. After a group of identifying information, it has the option of paragraphs or, if the msdescription module is loaded, msContents, physDesc, history, and additional elements for descriptive metadata about this object. Although these elements originate from manuscript description the object element may be used for all forms of object (whether text-bearing or not). Where descendents of object still have the hallmarks of their use in manuscript description, the descriptions as relating to manuscripts should be interpreted as applying to all forms of object (text-bearing) or not.
<objectIdentifier>
<objectName>Excalibur</objectName>
</objectIdentifier>
<p>Excalibur is the name for the legendary sword of King Arthur.</p>
</object>
<objectIdentifier>
<objectName type="main">Excalibur</objectName>
<objectName type="alt">Caliburn</objectName>
<objectName xml:lang="cy">Caledfwlch</objectName>
<objectName xml:lang="cnx">Calesvol</objectName>
<objectName xml:lang="br">Kaledvoulc'h</objectName>
<objectName xml:lang="la">Caliburnus</objectName>
<country>Wales</country>
</objectIdentifier>
<p>Excalibur is the main English name for the legendary
sword of King Arthur. In Welsh it is called
<mentioned>Caledfwlch</mentioned>, in Cornish it is called
<mentioned>Calesvol</mentioned>, in Breton it is called
<mentioned>Kaledvoulc'h</mentioned>, and in Latin it is
called <mentioned>Caliburnus</mentioned>. In some versions
of the legend, Excalibur’s blade was engraved with phrases on opposite
sides: <q>Take me up</q> and <q>Cast me away</q> (or similar).</p>
</object>
<objectName xml:lang="en">Mask of Tutankhamun</objectName>
<idno type="carter">256a</idno>
<idno type="JournalD'Entrée">60672</idno>
<idno type="exhibition">220</idno>
<institution>Museum of Egyptian Antiquities</institution>
<address>
<street>15 Meret Basha</street>
<district>Ismailia</district>
<settlement>Cairo</settlement>
<country>Egypt</country>
<location>
<geo>30.047778 31.233333</geo>
</location>
</address>
</objectIdentifier>
<object xml:id="TutankhamunMask">
<objectIdentifier>
<objectName xml:lang="en">Mask of Tutankhamun</objectName>
<idno type="carter">256a</idno>
<idno type="JournalD'Entrée">60672</idno>
<idno type="exhibition">220</idno>
<institution>Museum of Egyptian Antiquities</institution>
<address>
<street>15 Meret Basha</street>
<district>Ismailia</district>
<settlement>Cairo</settlement>
<country>Egypt</country>
<location>
<geo>30.047778 31.233333</geo>
</location>
</address>
</objectIdentifier>
<msContents>
<p>The back and shoulders of the mask is inscribed with a protective spell in Egyptian hieroglyphs formed of ten
vertical and horizontal lines. This spell first appeared on masks in the Middle Kingdom at least 500 years
before Tutankhamun, and comes from chapter 151 of the <title>Book of the Dead</title>.</p>
</msContents>
<physDesc>
<p>The mask of Tutankhamun is 54cm x 39.3cm x 49cm. It is constructed from two layers of high-karat gold that
varies in thickness from 1.5-3mm. It weighs approximately 10.23kg and x-ray crystallography shows that it is
composed of two alloys of gold with a lighter 18.4 karat shade being used for the face and neck while a heavier
22.5 karat gold was used for the rest of the mask.</p>
<p>In the mask Tutankhamun wears a nemes headcloth which has the royal insignia of a cobra (Wadjet) and vulture
(Nekhbet) on it. These are thought respectively to symbolize Tutankhamun's rule of both Lower Egypt and Upper
Egypt. His ears are pierced for earrings. The mask has rich inlays of coloured glass and gemstones, including
lapis lazuli surrounding the eye and eyebrows, quartz for the eyes, obsidian for the pupils. The broad collar is
made up of carnelian, feldspar, turquoise, amazonite, faience and other stones.</p>
</physDesc>
<history>
<origin>
<p>The mask of Tutankhamun was created in <origPlace>Egypt</origPlace> around <origDate when="-1323" type="circa">1323 BC</origDate>. It is a death mask of the 18th-dynasty ancient Egyptian Pharaoh Tutankhamun
who reigned 1332–1323 BC.</p>
</origin>
<provenance>
<p>The mask of Tutankhamun was found in his burial chamber at Theban Necropolis in the Valley of the Kings in
1922. On 28 October 1925 the excavation team led by English archaeologist Howard Carter opened the heavy
sarcophagus and three coffins and were the first people in around 3,250 years to see the mask of Tutankhamun.
Carter wrote in his diary: <quote> The pins removed, the lid was raised. The penultimate scene was disclosed –
a very neatly wrapped mummy of the young king, with golden mask of sad but tranquil expression, symbolizing
Osiris … the mask bears that god's attributes, but the likeness is that of Tut.Ankh.Amen – placid and
beautiful, with the same features as we find upon his statues and coffins. The mask has fallen slightly
back, thus its gaze is straight up to the heavens. </quote>
</p>
</provenance>
<acquisition> In December 1925, the mask was removed from the tomb, placed in a crate and transported 635
kilometres (395 mi) to the Egyptian Museum in Cairo, where it remains on public display. </acquisition>
</history>
<additional>
<adminInfo>
<custodialHist>
<custEvent when="1944">When it was discovered in 1925, the 2.5kg narrow gold beard was no longer attached to
the mask and was reattached to the chin by use of a wooden dowel in 1944.</custEvent>
<custEvent when="2014-08"> In August 2014 when the mask was removed from its display case for cleaning, the
beard fell off again. Those working in the museum unadvisedly used a quick-drying epoxy to attempt to fix
it, but left the beard off-centre. </custEvent>
<custEvent when="2015-01">The damage was noticed and repaired in January 2015 by a German-Egyptian team who
used beeswax, a material known to be used as adhesives by the ancient Egyptians.</custEvent>
</custodialHist>
</adminInfo>
</additional>
</object>
</listObject>
<!-- Inside <standOff>: --><listObject>
<object xml:id="Alfred-Jewel">
<objectIdentifier>
<country>United Kingdom</country>
<region>Oxfordshire</region>
<settlement>Oxford</settlement>
<institution>University of Oxford</institution>
<repository>Ashmolean Museum</repository>
<collection>English Treasures</collection>
<idno type="ashmolean">AN1836p.135.371</idno>
<idno type="wikipedia">https://en.wikipedia.org/wiki/Alfred_Jewel</idno>
<objectName>Alfred Jewel</objectName>
</objectIdentifier>
<physDesc>
<p>The Alfred Jewel is about 6.4 cm in length and is made of combination of filigreed <material>gold</material>
surrounding a polished teardrop shaped piece of transparent <material>quartz</material>. Underneath the rock
crystal is a cloisonné enamel image of a man with ecclesiastical symbols. The sides of the jewel holding the
crystal in place contain an openwork inscription saying "AELFRED MEC HEHT GEWYRCAN", meaning 'Alfred ordered me
made'.</p>
</physDesc>
<history>
<origin>It is generally accepted that the Alfred Jewel dates from the <origDate>late 9th Century</origDate> and
was most likely made in <origPlace>England</origPlace>. </origin>
<provenance when="1693">The jewel was discovered in 1693 at Petherton Park, North Petherton in the English county
of Somerset, on land owned by Sir Thomas Wroth. North Petherton is about 8 miles away from Athelney, where King
Alfred founded a monastery. </provenance>
<provenance when="1698">A description of the Alfred Jewel was first published in 1698, in the Philosophical
Transactions of the Royal Society.</provenance>
<acquisition> It was bequeathed to Oxford University by Colonel Nathaniel Palmer (c. 1661-1718) and today is in
the Ashmolean Museum in Oxford. </acquisition>
</history>
</object>
</listObject>
<!-- Inside <text>: -->
<p> The <objectName ref="#MinsterLovellJewel">Minster Lovell Jewel</objectName> is probably the most similar to the
<objectName ref="#Alfred-Jewel">Alfred Jewel</objectName> and was found in <placeName ref="#MinsterLovell">Minster
Lovell</placeName> in <placeName ref="#Oxfordshire">Oxfordshire</placeName> and is kept at the <orgName ref="#AshmoleanMuseum">Ashmolean Museum</orgName>.
</p>
There is no restriction on the form, size, or type of object that may be described by an object element, however, some objects may be more adequately described by a place element depending on context. Where a description of an object is being provided in terms of identification, physical characteristics, or history, then an object element may be preferred. Where metadata is being recorded about the geo-political location, population, or similar traits, then the place element may be better suited. A corresponding relation between an object description and place may be recorded through the use of the corresp attribute. An example of a large object that might be described with the object element could be a building such as the Central Library of the National Autonomous University of Mexico.
xml:id="UNAM-CL">
<objectIdentifier>
<objectName type="abbr">The Central Library of UNAM</objectName>
<objectName type="full">The Central Library of the National Autonomous University of Mexico</objectName>
<objectName xml:lang="es">La Biblioteca Central de la Universidad Nacional Autónoma de México</objectName>
<settlement>Mexico City</settlement>
<region>Coyoacán</region>
<country>Mexico</country>
</objectIdentifier>
<physDesc>
<objectDesc>
<p>The Central Library encompasses an area of <dim unit="m" quantity="16000"
type="area">16 thousand square
meters</dim> and is built on a three meter platform. The base contains two <material>basalt</material>
<objectType>fountains</objectType> and <objectType>decorative reliefs</objectType> inspired by
pre-Hispanic art.</p>
<p>The library has ten windowless floors for book storage, each having enough space for 120 thousand volumes.
These storage areas have the necessary lighting, temperature and humidty conditions for book conservation.
In the reading room, flanked by a garden on each side, the diffuse and matte light is filtered through
<material>thin tecali stone slabs</material>. The semi-basement of the building contains the service
and administrative offices of the library.</p>
<p>The building facades are covered with one of the largest murals in the world and is made from naturally
colored stone tiles. It is entitled <title>Historical Representation of Culture</title> and is by
<persName role="artist">Juan O'Gorman</persName>.</p>
</objectDesc>
<decoDesc>
<decoNote>
<label>Base</label> At the base of the building there are two basalt fountains and decorative reliefs
around the outside that are inspired by pre-Hispanic art. The color of the stone in these elements is left
exposed to take advantage of the stone's texture as an aesthetic and expressive element, and to give a
sense of continuity to the external pavement.</decoNote>
<decoNote>
<label>Murals</label>
<p>The outside windowless portion of the building contains one of the largest murals in the world. This is
called <title>Historical Representation of the Culture</title> and is a <material>stone polychromatic
mosaic</material> based on the combination of 12 basic colors. The mural is created in an
impressionist style where the coloured tiles when seen from a distance form specific figures. The 12
colors where chosen from 150 samples of original stones with the criteria including the stone's
resistance to degredation by weather. According to the artist, <persName role="artist">Juan
O'Gorman</persName>, in the mosaic he represented three fundamental historical facets of the Mexican
culture: the pre-Hispanic era, the Spanish colonial era, and the modern age. For example with the North
Wall, this represents the pre-Hispanic era and is dominated by mythical elements relating to the
life-death duality. The left side of the main axis there are
deities and scenes pertaining to the creation of life. The right hand side of the mural contains figures
relating to death. For a more detailed description see <ref target="https://en.wikipedia.org/wiki/Central_Library_(UNAM)#Murals">https://en.wikipedia.org/wiki/Central_Library_(UNAM)#Murals</ref>.</p>
</decoNote>
</decoDesc>
</physDesc>
<history>
<origin> In <origDate when="1948" type="conceptual">1948</origDate> the architect and artist Juan O'Gorman, in
collaboration with architects Gustavo Saavedra and Juan Martinez de Velasco designed the building with a
functionalist approach, as part of the greater project of the construction of the University City on the
grounds of the Pedregal de San Angel in Mexico City. Originally the building was planned to host the National
Library and National Newspaper Library of Mexico. The library finally opened its doors for the first time on
<origDate when="1956-04-05"
type="opening">5 April 1956</origDate>. In July 2007 it was declared a UNESCO
world heritage site. </origin>
</history>
<additional>
<adminInfo>
<custodialHist>
<custEvent from="1981" to="1983"> The library was significantly remodelled from 1981 - 1983 with the
purpose of changing from closed shelving to open stacks, providing users more direct access to the
collections. </custEvent>
</custodialHist>
</adminInfo>
</additional>
</object>
TEI: Names and Nyms⚓︎14.3.7 Names and Nyms
So far we have discussed ways in which a name or referring string encountered in running text may be resolved by considering the object that the name refers to: in the case of a personal name, the name refers to a person; in the case of a place name, to a place, for example. The resolution of this reference is effected by means of the key or ref attributes available to all elements which are members of the att.naming class, such as persName or placeName and their more specialized variants such as forename or country. However, names can also be regarded as objects in their own right, irrespective of the objects to which they are attached, notably in onomastic studies. From this point of view, the names John in English, Jean in French, and Ivan in Russian might all be regarded as existing independently of any person to which they are attached, and also independently of any variant forms that might be attested in different sources (such as Jon or Johnny in English, or Jehan or Jojo in French). We use the term nym to refer to the canonical or normalized form of a name regarded in such a way, and provide the following elements to encode it:
<nym xml:id="N123">
<form>Antony</form>
</nym>
<!-- other nym definitions here -->
</listNym>
<!-- ... -->
<person xml:id="BLT">
<persName>Tony Blair</persName>
<occupation>politician</occupation>
</person>
<form>
<orth xml:lang="en-US">Ian</orth>
<orth xml:lang="en-x-Scots">Iain</orth>
</form>
</nym>
<form>Bogomil</form>
<etym>Means <gloss>favoured by God</gloss> from the <lang>Slavic</lang> elements <mentioned xml:lang="ru">bog</mentioned>
<gloss>God</gloss> and <mentioned xml:lang="ru">mil</mentioned>
<gloss>favour</gloss>
</etym>
</nym>
<form>
<choice>
<seg type="morph">
<seg>Bog</seg>
<seg>o</seg>
<seg>mil</seg>
</seg>
<seg type="morph">
<seg>Bogo</seg>
<seg>mil</seg>
</seg>
</choice>
</form>
</nym>
<form>bog</form>
</nym>
<nym xml:id="M1" type="part">
<form>mil</form>
</nym>
<form xml:lang="la">Iohannes</form>
<nym xml:id="J450">
<form xml:lang="en">John</form>
<nym xml:id="J4501">
<form>Johnny</form>
</nym>
<nym xml:id="J4502">
<form>Jon</form>
</nym>
</nym>
<nym xml:id="J455">
<form xml:lang="ru">Ivan</form>
</nym>
<nym xml:id="J453">
<form xml:lang="fr">Jean</form>
</nym>
</nym>
type="hill">
<geogFeat xml:lang="gd" nymRef="#LAIRG">Lairig</geogFeat>
<name>Eilde</name>
</geogName> ... <nym xml:id="LAIRG">
<form xml:lang="gd">lairig</form>
<def>sloping hill face</def>
</nym> ...
As noted above, use of these elements implies that both the dictionaries and the namesdates modules are included in a schema.
TEI: Dates⚓︎14.4 Dates
The following elements for the encoding of dates and times were introduced in section 3.6.4 Dates and Times:
The current module namesdates provides a mechanism for more detailed encoding of relative dates and times. A relative temporal expression describes a date or time with reference to some other (absolute) temporal expression, and thus may contain an offset element in addition to one or more date or time elements:
- offset (offset) 在時間或空間差距的表示中,該部分指出兩個地名、日期、或時間之間差距的方向性。
As members of the att.datable and att.duration classes, which in turn are members of att.datable.w3c and att.duration.w3c respectively, the date and time elements share the following attributes:
- att.datable.w3c 提供用於元素規格化的屬性,這些元素包含以W3C datatypes所定義的日期明確之事件。
when supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd. - att.duration.w3c 用於記錄時間長度規格化的屬性
dur (時間長度) 指明此元素的時間長度。
TEI: Relative Dates and Times ⚓︎14.4.1 Relative Dates and Times
As noted above, relative dates and times such as ‘in the Two Hundredth and First Year of the Republic’, ‘twenty minutes before noon’, and, more ambiguously, ‘after the lamented death of the Doctor’ or ‘an hour after the game’ have two distinct components. As well as the absolute temporal expression or event to which reference is made (e.g. ‘noon’, ‘the game’, ‘the death of the Doctor’, ‘[the foundation of] the Republic’), they also contain a description of the ‘distance’ between the time or date which is indicated and the referent expression (e.g. ‘the Two Hundredth and First Year’, ‘twenty minutes’, ‘an hour’); and (optionally) an ‘offset’ describing the direction of the distance between the time or date indicated and the referent expression (e.g. ‘of’ implying after, ‘before’, ‘after’).
The ‘distance’ component of a relative temporal expression may be encoded as a temporal element in its own right using either date or time, or with the more generic measure element. A special element, offset, is provided by this module for encoding the ‘offset’ component of a relative temporal expression. The absolute temporal expression contained within the relative expression may be encoded with a date or time element; in turn, those elements may of course be relative, and thus contain date or time elements within themselves. This allows for deeply nested structures such as ‘the third Sunday after the first Monday before Lammastide in the fifth year of the King's second marriage ... ’ but so does natural language.
<date dur="P14D">A fortnight</date>
<offset>before</offset>
<date when="1786-12-25" type="holiday">Christmas 1786</date>
</date>
<time dur="PT30M0S">precisely half an hour</time>
<offset>after</offset>
<time when="13:45:00" type="occasion">the departure of the afternoon train to Boston</time>
</time>
<date>A week</date>
<offset>before</offset>
<date when="--12-09">
<date type="occasion">my birthday</date> on <date>9th December</date>
</date>
</date>
<date>A week</date>
<offset>before</offset>
<date type="occasion" when="--12-16">my birthday</date> on <date>9th December</date>
</date>
nucleus of immorality and wickedness; it sends our multitudes to pollute and demoralize the country.
<f name="event">
<string>the Fair</string>
</f>
<f name="place">
<string>Glasgow</string>
</f>
<f name="year">
<numeric value="1850"/>
</f>
<f name="from-value">
<string>1850-08-08</string>
</f>
<f name="to-value">
<string>1850-09-19</string>
</f>
</fs>
TEI: Absolute Dates and Times⚓︎14.4.2 Absolute Dates and Times
The following are examples of absolute temporal expressions.
produced a stinging attack by Edmund Burke in the Commons debate of <date when="1775-10-26">26 October
1775</date>
New York, <date type="occasion" when="--01-01">New Year's Day</date> is the quietest of holidays, <date when="--07-04" type="occasion">Independence Day</date> the most turbulent.
when="13:45:00-05:00"> a quarter of two </time>
TEI: More Expressive Normalizations⚓︎14.4.3 More Expressive Normalizations
The attributes for normalization of dates and times so far described use a standard format defined by XML Schema Part 2: Datatypes Second Edition. This format is widely accepted and has significant software support. It is essentially a profile of ISO 8601 Data elements and interchange formats — Information interchange — Representation of dates and times. The full ISO standard provides formats not available in the W3C recommendation, for example, the capability to refer to a date by its ordinal date or week date, or to refer to a century. It also provides ways of indicating duration and range.
- att.datable.iso 用於紀錄規格化時間的屬性,該規格使用ISO 8601:2004標準
when-iso supplies the value of a date or time in a standard form. notBefore-iso 以標準格式標明該事件可能發生的最早日期,例如年-月-日。 notAfter-iso 以標準格式標明該事件可能發生的最晚日期,例如年-月-日。 from-iso 以標準格式表示該段時間的起始點。 to-iso 以標準格式表示該段時間的結束點。 - att.duration.iso 記錄時間長度規格化的屬性
dur-iso (時間長度) 指出此元素的時間長度。
<date from="1301" dur="P100Y">fourteenth century</date>
century</date>
<date when-iso="1301/1400">fourteenth century</date>
<date when-iso="1301/P100Y">fourteenth century</date>
TEI: Using Non-Gregorian Calendars⚓︎14.4.4 Using Non-Gregorian Calendars
All date-related encoding described above makes use of the Gregorian calendar, on which both the ISO and W3C datetime formats are based. However, historical texts often pre-date the invention of the Gregorian calendar in the 16th century, or its adoption in Europe over the following centuries, and many other calendars are used in texts from other cultures and contexts. Non-Gregorian dates can be encoded using methods described below.
First, a Calendar Description element needs to be supplied in the teiHeader as described in 2.4.5 Calendar Description:
<calendar xml:id="Julian_England">
<p>The Julian calendar, as used in England until 1752.</p>
</calendar>
</calendarDesc>
- att.calendarSystem provides attributes for indicating calendar systems to which a date belongs.
calendar 指明該日期表示所使用的曆法計算系統。 - att.datable.custom provides attributes for normalization of elements that contain datable events to a
custom dating system (i.e. other than the Gregorian used by W3 and ISO).
when-custom supplies the value of a date or time in some custom standard form. notBefore-custom specifies the earliest possible date for the event in some custom standard form. notAfter-custom specifies the latest possible date for the event in some custom standard form. from-custom indicates the starting point of the period in some custom standard form. to-custom indicates the ending point of the period in some custom standard form. datingMethod supplies a pointer to a calendar element or other means of interpreting the values of the custom dating attributes.
his Inauguration into the Maioraltie of London, on Monday being the <date when-custom="1620-10-30"
datingMethod="#Julian_England" calendar="#Julian_England"> 30. of October, 1620. </date>
</head>
when="1620-11-09" datingMethod="#Julian_England"
calendar="#Julian_England"> 30. of
October, 1620. </date>
TEI: Module for Names and Dates⚓︎14.5 Module for Names and Dates
The module described in this chapter makes available the following components:
- 組件 namesdates: 名稱與日期
-
- 被定義的元素: addName affiliation age birth bloc climate country death district education event eventName faith floruit forename genName gender geo geogFeat geogName langKnowledge langKnown listEvent listNym listObject listOrg listPerson listPlace listRelation location nameLink nationality nym object objectIdentifier objectName occupation offset org orgName persName persPronouns person personGrp persona place placeName population region relation residence roleName settlement sex socecStatus state surname terrain trait
- 被定義的分類: att.datable.custom att.datable.iso model.persNamePart
The selection and combination of modules to form a TEI schema is described in 1.2 Defining a TEI Schema.