<?xml version="1.0"?>
<!DOCTYPE div SYSTEM "../dtd/tei-epidoc.dtd">
<!-- Start CVS information: do not remove -->
<!-- $Header: /cvsroot/epidoc/guidelines/src/namesandpersons.xml,v 1.7 2006/03/15 21:59:37 paregorios Exp $ -->
<!-- End CVS information: do not remove -->
<div xmlns="http://www.tei-c.org/ns/1.0" id="namesandpersons" lang="en">
    <head>Personal names and prosopography</head>
    <p>It is likely that an epigraphic or papyrological project will need to maintain a database or authority list containing onomastic or basic prosopographical data on persons named in the corpus. In addition to the tags and attributes suggested below, therefore, the individual names might be linked to the keys or ids in this controlled list.</p>
    <p>As a minimum, personal names should be tagged with the <tag>persName</tag> tag, as demonstrated below. In addition, the attributes 'reg' and 'key' may be used to offer normalised spelling and link to a database/authority list, respectively.</p>
    
        <div id="namesandpersons-typographic" type="gl-typographic">
            <head>Traditional typographic representation</head>
            <list type="ordered">
                <item>Antonius Tatianus</item>
                <item>Τ. Ἀσκληπίοδοτον</item>
            </list>
        </div>
        <div id="namesandpersons-encoding" type="gl-encoding">
            <head>EpiDoc encoding</head>
            <list type="ordered">
                <item><tag>persName</tag>Antonius Tatianus<tag>/persName</tag></item>
                <item><tag>persName reg="Ἀσκληπίοδοτος, Τίτος Ὄππιος" key="OppAsclep"</tag>Τ. Ἀσκληπίοδοτον<tag>/persName</tag></item>
               
            </list>
        </div>
        <div id="namesandpersons-edition" type="gl-edition">
            <head>EpiDoc appearance with standard XSLT</head>
            <list type="ordered">
                <item><persName>Antonius Tatianus</persName></item>
                <item><persName reg="Ἀσκληπίοδοτος, Τίτος Ὄππιος" key="OppAsclep">Τ. Ἀσκληπίοδοτον</persName></item>
            </list>
        </div>
    
    
    <div id="namesandpersons-tei-p4links" type="gl-tei-p4links">
        <head>TEI P4 links</head>
        <list>
            <item>
                <xref href="http://www.tei-c.org/P4X/ref-PERSNAME.html">
                    <tag>persName</tag>
                </xref>
            </item>
            <item>
                <xref href="http://www.tei-c.org/P4X/ND.html#NDPER">20.1 Personal Names</xref>
            </item>
        </list>
    </div>
    <div id="namesandpersons-responsibility" type="gl-responsibility">
        <head>Responsibility for this section</head>
        <listBibl>
            <bibl>
                <respStmt>
                    <resp>author</resp>
                    <name>Gabriel Bodard</name>
                </respStmt>
            </bibl>
            <bibl>
                <respStmt>
                    <resp>converted from xwiki to xml</resp>
                    <name>Tom Elliott</name>
                </respStmt>
            </bibl>
        </listBibl>
    </div>
    <div id="namesandpersons-cvs" type="gl-cvs">
        <head><abbr expan="Concurrent Versioning System">CVS</abbr> Information</head>
        <p id="namesandpersons-cvs-revision-number">Revision number: <seg n="cvs-revision-number"
                >$Revision: 1.7 $</seg></p>
        <p id="namesandpersons-cvs-revision-name">Revision name (if any): <seg n="cvs-revision-name"
                >$Name: sandstorm $</seg></p>
        <p id="namesandpersons-cvs-revision-date">Revision date: <seg n="cvs-revision-date"
                >$Date: 2006/03/15 21:59:37 $</seg></p>
        <p id="namesandpersons-cvs-revision-author">Revision committed by: <seg n="cvs-revision-author"
                >$Author: paregorios $</seg></p>
    </div>
</div>

