Created
April 14, 2019 16:55
-
-
Save hcayless/93318af9e36e4a3eccf51f66200ef8dd to your computer and use it in GitHub Desktop.
Using <app> for annotations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
<teiHeader> | |
<fileDesc> | |
<titleStmt> | |
<title>Title</title> | |
</titleStmt> | |
<publicationStmt> | |
<p>Publication Information</p> | |
</publicationStmt> | |
<sourceDesc> | |
<p>Information about the source</p> | |
</sourceDesc> | |
</fileDesc> | |
</teiHeader> | |
<TEI type="annotations"> | |
<teiHeader> | |
<fileDesc> | |
<titleStmt> | |
<title>My Annotations</title> | |
</titleStmt> | |
<publicationStmt> | |
<authority>Me</authority> | |
</publicationStmt> | |
<sourceDesc> | |
<p>Annotations generated by...</p> | |
</sourceDesc> | |
</fileDesc> | |
</teiHeader> | |
<standoff> | |
<listApp> | |
<app from="#string-index(c1p1s1,0)" to="#string-index(c1p1s1,6)"> | |
<rdg><placeName ref="https://pleiades.stoa.org/places/993">Gallia</placeName></rdg> | |
</app> | |
<app from="#string-index(c1p1s2,98)" to="#string-index(c1p1s2,112)"> | |
<rdg><placeName ref="https://pleiades.stoa.org/places/138369">Garumna flumen</placeName></rdg> | |
</app> | |
<app from="#string-index(c1p1s2,123)" to="#string-index(c1p1s2,130)"> | |
<rdg><placeName ref="http://pleiades.stoa.org/places/109147">Matrona</placeName></rdg> | |
</app> | |
<app from="#string-index(c1p1s2,134)" to="#string-index(c1p1s2,141)"> | |
<rdg><placeName ref="http://pleiades.stoa.org/places/109341">Sequana</placeName></rdg> | |
</app> | |
</listApp> | |
</standoff> | |
</TEI> | |
<text> | |
<body> | |
<div type="edition"> | |
<div type="textpart" subtype="chapter" n="1" xml:id="c1"> | |
<p n="1" xml:id="c1p1"> | |
<seg n="1" xml:id="c1p1s1">Gallia est omnis divisa in partes tres, quarum unam incolunt Belgae, aliam | |
Aquitani, tertiam qui ipsorum lingua Celtae, nostra Galli appellantur.</seg> | |
<seg n="2" xml:id="c1p1s2">Hi omnes lingua, institutis, legibus inter se differunt. Gallos ab Aquitanis | |
Garumna flumen, a Belgis Matrona et Sequana dividit.</seg> | |
<seg n="3" xml:id="c1p1s3">Horum omnium fortissimi sunt Belgae, propterea quod a cultu atque humanitate | |
provinciae longissime absunt, minimeque ad eos mercatores saepe commeant atque ea quae | |
ad effeminandos animos pertinent important,</seg> | |
<seg n="4" xml:id="c1p1s4">proximique sunt Germanis, qui trans Rhenum incolunt, quibuscum continenter bellum | |
gerunt. Qua de causa Helvetii quoque reliquos Gallos virtute praecedunt, quod fere | |
cotidianis proeliis cum Germanis contendunt, cum aut suis finibus eos prohibent aut ipsi | |
in eorum finibus bellum gerunt.</seg> | |
<seg n="5" xml:id="c1p1s5">[Eorum una, pars, quam Gallos obtinere dictum est, initium capit a flumine | |
Rhodano, continetur Garumna flumine, Oceano, finibus Belgarum, attingit etiam ab | |
Sequanis et Helvetiis flumen Rhenum, vergit ad septentriones.</seg> | |
<seg n="6" xml:id="c1p1s6">Belgae ab extremis Galliae finibus oriuntur, pertinent ad inferiorem partem | |
fluminis Rheni, spectant in septentrionem et orientem solem.</seg> | |
<seg n="7" xml:id="c1p1s7">Aquitania a Garumna flumine ad Pyrenaeos montes et eam partem Oceani quae est ad | |
Hispaniam pertinet; spectat inter occasum solis et septentriones.]</seg> | |
</p> | |
</div> | |
</div> | |
</body> | |
</text> | |
</TEI> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While I agree it is feasible to use apparatus in a standoff manner, I wonder how is that different or preferable over putting listApp in sourceDesc?