Skip to content

Commit 6a68fa2

Browse files
Merge pull request #4 from EpiDoc/eventnames
Eventnames
2 parents 12db359 + 3c8a8ac commit 6a68fa2

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed

guidelines/xml/app-allidx.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<item><ref target="idx-titlesoffices.html">Titles, offices, political posts, honorifics, occupations</ref></item>
3939
<item><ref target="idx-socialterms.html">Military, religious, socio-economic terminology</ref></item>
4040
<item><ref target="idx-datesage.html">Dates and month names; age at death on funerary texts</ref></item>
41+
<item><ref target="idx-eventnames.html">Event names</ref></item>
4142
</list>
4243
</div>
4344

guidelines/xml/idx-eventnames.xml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!-- Start license statement: do not remove
2+
3+
EpiDoc: Guidelines for Structured Markup of Epigraphic Texts in TEI
4+
Edition 8 copyright © 2008–2016 by all contributors listed in <div type="gl-responsibility">, below.
5+
Additional contributors' copyright may be designated in individual source files.
6+
7+
This program is free software; you can redistribute it and/or
8+
modify it under the terms of the GNU General Public License
9+
as published by the Free Software Foundation; either version 2
10+
of the License, or (at your option) any later version.
11+
12+
This program is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with this program; if not, write to the Free Software
19+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20+
21+
Information about the EpiDoc community can be obtained via
22+
http://epidoc.sf.net.
23+
24+
End license statement: do not remove -->
25+
<!-- $Id$ -->
26+
<?oxygen NVDLSchema="../schema/epidoc.nvdl"?>
27+
28+
<div xmlns="http://www.tei-c.org/ns/1.0" xml:id="idx-eventnames" xml:lang="en">
29+
<head>Names of Events</head>
30+
<p>Tagging of events named in the transcribed text or elsewhere, usually for the purposes of indexing or searching the corpus.</p>
31+
<p>
32+
<specList>
33+
<specDesc key="eventName"/>
34+
<specDesc key="event"/>
35+
<specDesc key="listEvent"/>
36+
</specList>
37+
</p>
38+
39+
<p>Event names may be tagged using the <gi>eventName</gi> element. It may be advisable to attach a <att>nymRef</att> or <att>key</att>
40+
attribute point to an <ref target="idx-other.html">authority list</ref> in a <gi>listEvent</gi> elsewhere in the project,
41+
or use the <att>ref</att> attribute point to an external authority.</p>
42+
43+
<egXML xmlns="http://www.tei-c.org/ns/Examples">
44+
<eventName nymRef="eventslist.xml#bellumDacicum">bellum Dacicum</eventName> <!-- CIL VIII 1026, EDH HD051091 -->
45+
</egXML>
46+
47+
<egXML xmlns="http://www.tei-c.org/ns/Examples">
48+
<eventName ref="https://www.wikidata.org/wiki/Q650197">Lupercalia</eventName> <!-- CIL IV 06882 -->
49+
</egXML>
50+
51+
<divGen type="seealso"/>
52+
53+
<div xml:id="idx-eventnames-responsibility">
54+
<head>Responsibility for this section</head>
55+
<listBibl>
56+
<bibl><respStmt><resp>author</resp><name>Scott Vanderbilt</name></respStmt></bibl>
57+
</listBibl>
58+
</div>
59+
</div>

guidelines/xml/idx-events.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ End license statement: do not remove -->
3232
<specList>
3333
<specDesc key="listEvent"/>
3434
<specDesc key="event"/>
35+
<specDesc key="eventName"/>
3536
<specDesc key="label"/>
3637
</specList>
3738
</p>
@@ -53,6 +54,7 @@ End license statement: do not remove -->
5354
<listBibl>
5455
<bibl><respStmt><resp>author</resp><name>Gabriel Bodard</name></respStmt></bibl>
5556
<bibl><respStmt><resp>author</resp><name>Simona Stoyanova</name></respStmt></bibl>
57+
<bibl><respStmt><resp>author</resp><name>Scott Vanderbilt</name></respStmt></bibl>
5658
</listBibl>
5759
</div>
5860
</div>

0 commit comments

Comments
 (0)