Skip to content

IHAplaces

Pietro Liuzzo edited this page Mar 21, 2017 · 1 revision

mapping

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

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:lang="en" xml:id="" type="place">
    <teiHeader>
        <fileDesc>
            <titleStmt>
                <title/>
                <editor/>
                <editor role="generalEditor" key=""/>
                <funder>Akademie der Wissenschaften in Hamburg</funder>
            </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="FP" when="2016-10-17">CREATED: place</change>
        </revisionDesc>
    </teiHeader>
    <text>
        <body>
            <listPlace>
                <place type="area">
                    <placeName/>
                    <placeName type="alt"/>
                    <country> </country>
                    <region/>
                    <settlement/>
                    <location>
                        <geo/>
                        <height/>
                    </location>
                    <listBibl>
                        <bibl/>
                    </listBibl>
                </place>
                <listRelation>
                    <relation>
                        <desc/>
                    </relation>
                </listRelation>
            </listPlace>
        </body>
    </text>
</TEI>

back

Clone this wiki locally