|
| 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> |
0 commit comments