Skip to content

IHApersons

Pietro Liuzzo edited this page Mar 23, 2017 · 2 revisions

mapping

IHA field xpath
identifier TEI//msDesc/msIdentifier/idno

different names should be in one persName and follow guidelines for the attributes usage in the person guidelines. each alternative and variant should get its own persName with no need to further encode it.

example

<?xml version="1.0" encoding="UTF-8"?>
<?xml-model
href="https://raw.githubusercontent.com/SChAth/schema/master/tei-betamesaheft.rng" 
schematypens="http://relaxng.org/ns/structure/1.0"
?>
<?xml-model href="https://raw.githubusercontent.com/SChAth/schema/master/tei-betamesaheft.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>

<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:id="" xml:lang="en" type="pers">
   <teiHeader>
      <fileDesc>
         <titleStmt>
            <title></title>
            <editor/>
            <editor role="generalEditor" key=""/>
         </titleStmt>
         <publicationStmt>
            <authority></authority>
            <publisher></publisher>
            <pubPlace></pubPlace>
            
            <availability>
               <licence target=""> </licence>
            </availability>
            
         </publicationStmt>
         <sourceDesc>
            <p>A TEI file created from original data</p>
         </sourceDesc>
      </fileDesc>
      <profileDesc>
         <langUsage>
            <language ident="en">English</language>
            <language ident="ar">Arabic</language>
            <language ident="it">Italiano</language>
            <language ident="gez">Gǝʿǝz</language>
         </langUsage>
      </profileDesc>
      <revisionDesc>
         <change who="yourname" when="2016-02-09">CREATED: person</change>
      </revisionDesc>
   </teiHeader>
   <text>
      <body>
         <listPerson>
            <person>
               <persName>
                  <forename></forename>
                  <surname></surname>
                  <addName></addName>
               </persName>
               <persName type="alt"></persName>
               <nationality>   </nationality>
               <faith>   </faith>
               <occupation>   </occupation>
               <birth></birth>
               <death> </death>
               <floruit></floruit>
               <residence>
                  <placeName></placeName>
               </residence>
            </person>
            
            <listRelation>
               <relation name="" active="" passive=""/>
              
            </listRelation>
            
         </listPerson>
         
         
      </body>
   </text>
</TEI>

back

Clone this wiki locally