Skip to content

IHAworks

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

mapping

no disambiguation needed, no overlap

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

the list of keuwords used needs to be matched to the BM taxonomy adding values as required.

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="LIT1001Homili"  xml:lang="en" type="work">
    <teiHeader>
        <fileDesc>
            <titleStmt>
                <title xml:lang="gez" xml:id="t1">
                <date></date>
                </title>
                <title xml:lang="en" corresp="#t1"></title>
                <title xml:lang="gez" type="alt" xml:id="t2"></title>
                <title type="normalized" xml:lang="gez" corresp="#t2"></title>
            </titleStmt>
            <publicationStmt>
                <authority></authority>
                <publisher</publisher>
                <pubPlace></pubPlace>
                <availability>
                    <licence target=""></licence>
                </availability>
            </publicationStmt>
            <sourceDesc>
                <listWit>
                    <witness cert="low" ref=""/>
                    <witness ref=""/>
                    <witness ref=""/>
                    <listWit>
                        <witness ref=""/>
                        <witness ref="">
                            this manuscript was donated by <persName/>, at <placeName /> and is a copy of 
                        </witness>
                    </listWit>
                </listWit>
            </sourceDesc>
            
        </fileDesc>
        <encodingDesc>
                <p>A digital born TEI file</p>
            </encodingDesc>
        <profileDesc>
            <creation></creation>
            <abstract>
                <p>
                   
                </p>
            </abstract>
            <textClass>
                <keywords>
                    <term key=""/></keywords>
            </textClass>
            <langUsage>
                <language ident="en">English</language>
                <language ident="ar">Arabic</language>
                <language ident="it">Italian</language>
                <language ident="gez">Gǝʿǝz</language>
            </langUsage>
        </profileDesc>
        <revisionDesc>
            <change who="AB" when="2016-03-31">Created work</change>
        </revisionDesc>
    </teiHeader>
    <text>
        <body>
        <div type="bibliography">
            <listBibl type="editions">
                <bibl></bibl>
            </listBibl>
            <listBibl type="text">
                <bibl></bibl>
            </listBibl>
            <listBibl type="otherLanguages">
                <bibl></bibl>
            </listBibl>
        </div>
            <div type="edition">
                   <div type="textpart" subtype="book" n="1">
                        <div type="textpart" subtype="chapter" n="1">
                            <milestone unit="section" n="1"/>
                            <milestone unit="para"/>
                            <milestone unit="section" n="2"/>
                        </div>
                        <div type="textpart" subtype="chapter" n="2">
                            <milestone unit="section" n="1"/>
                            <milestone unit="para"/>
                            
                        </div>
                    </div>
                    <div type="textpart" subtype="book" n="2">
                        <div type="textpart" subtype="chapter" n="1">
                            <milestone unit="section" n="1"/>
                            <milestone unit="para"/>
                        </div>
                    </div>
            </div>
            <div type="translation" xml:lang="en">
                   <div type="textpart" subtype="book" n="1">
                        <div type="textpart" subtype="chapter" n="1">
                            <milestone unit="section" n="1"/>
                            <milestone unit="para"/>
                            <milestone unit="section" n="2"/>
                        </div>
                        <div type="textpart" subtype="chapter" n="2">
                            <milestone unit="section" n="1"/>
                            <milestone unit="para"/>
                            
                        </div>
                    </div>
                    <div type="textpart" subtype="book" n="2">
                        <div type="textpart" subtype="chapter" n="1">
                            <milestone unit="section" n="1"/>
                            <milestone unit="para"/>
                        </div>
                    </div>
            </div>
        </body>
    </text>
</TEI>

back

Clone this wiki locally