Created
May 21, 2020 19:52
-
-
Save hcayless/2f2dc4afb2f25632e20282f0ceb2311b to your computer and use it in GitHub Desktop.
Annotation with other properties
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
<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> | |
<listPlace> | |
<place xml:id="Gallia"> | |
<placeName xml:lang="la">Gallia</placeName> | |
<placeName xml:lang="en">Gaul</placeName> | |
<idno type="URI">https://pleiades.stoa.org/places/993</idno> | |
</place> | |
<place xml:id="Garumna"> | |
<placeName xml:lang="la">Garumna flumen</placeName> | |
<placeName xml:lang="en">Garonne River</placeName> | |
<idno type="URI">https://pleiades.stoa.org/places/138369</idno> | |
</place> | |
<place xml:id="Matrona"> | |
<placeName xml:lang="la">Matrona flumen</placeName> | |
<placeName xml:lang="en">Marne River</placeName> | |
<idno type="URI">https://pleiades.stoa.org/places/109147</idno> | |
</place> | |
<place xml:id="Sequana"> | |
<placeName xml:lang="la">Sequana flumen</placeName> | |
<placeName xml:lang="en">Seine River</placeName> | |
<idno type="URI">https://pleiades.stoa.org/places/109341</idno> | |
</place> | |
</listPlace> | |
<listAnnotation> | |
<annotation motivation="classifying"> | |
<respStmt xml:id="HAC"> | |
<resp>creator</resp> | |
<persName>Hugh Cayless</persName> | |
</respStmt> | |
<revisionDesc> | |
<change status="created" when="2020-05-21T13:59:00Z" who="#HAC"/> | |
<change status="modified" when="2020-05-21T19:48:00Z" who="#HAC"/> | |
</revisionDesc> | |
<license target="http://creativecommons.org/licenses/by/3.0/"/> | |
<ptr type="target" target="#Gallia"/> | |
<ptr type="body" target="#string-range(c1p1s1,0,6)"/> | |
</annotation> | |
</listAnnotation> | |
</standOff> | |
</TEI> | |
</TEI> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment