Skip to content

Instantly share code, notes, and snippets.

@hcayless
Created May 21, 2020 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hcayless/db6ec99898978c949f01f2521417e426 to your computer and use it in GitHub Desktop.
Save hcayless/db6ec99898978c949f01f2521417e426 to your computer and use it in GitHub Desktop.
Simple textual body
<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>
<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 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>
<listAnnotation>
<annotation>
<note target="#string-range(c1p1s1,0,6)">The Roman province of Gaul.</note>
</annotation>
<annotation>
<note target="#string-range(c1p1s2,98,112)">The Garonne river.</note>
</annotation>
<annotation>
<note target="#string-range(c1p1s2,123,130)">The Marne river.</note>
</annotation>
<annotation>
<note target="#string-range(c1p1s2,134,141)">The Seine river.</note>
</annotation>
</listAnnotation>
</standOff>
</TEI>
</TEI>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment