Skip to main content

Example TEI Files

Minimal Example

tip

If you want to test this file on LAUDATIO, save the contents to a file called dipl.xml or download our example file (you may need to right-click in order to download the file).

Note that this minimal example includes all fields required by the LAUDATIO data ingestion pipeline, even if they are optional according to the schema. (That is, this example contains all tags/attributes marked with ‼️ in the metadata model description.)

<?xml version='1.0' encoding='utf-8'?>
<?xml-model href="../rng/annotation.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader type="PreparationHeader">
<fileDesc>
<titleStmt>
<title corresp="dipl" type="AnnotationKey">Diplomatic transcription</title>
<editor n="1" role="CorpusEditor">
<persName>
<forename>Jane</forename>
<surname>Doe</surname>
</persName>
<affiliation>
<orgName type="Department">Department of Linguistics</orgName>
<orgName type="Institution">University</orgName>
</affiliation>
</editor>
<author n="1" role="Annotator">
<persName>
<forename>John</forename>
<surname>Doe</surname>
</persName>
<affiliation>
<orgName type="Department">Department of History</orgName>
<orgName type="Institution">University</orgName>
</affiliation>
</author>
</titleStmt>
<extent type="Tokens">305056</extent>
<publicationStmt>
<authority>Humboldt-Universität zu Berlin</authority>
<date type="AnnotationRelease" when="2026-06-16">
Licensed under a Creative Commons Attribution 4.0 Unported License. First corpus release.
</date>
</publicationStmt>
<sourceDesc>
<p>
</p>
</sourceDesc>
</fileDesc>
<encodingDesc style="OCR">
<appInfo style="Automatic">
<application ident="OCRopus" style="txt" subtype="NA" type="Transcription"
version="1">
<label>OCRopus</label>
<p>The OCR recognition was achieved with OCRopus.</p>
</application>
</appInfo>
</encodingDesc>
<revisionDesc>
<change n="1.0" when="2026">Annotation was added with first release of the corpus.</change>
</revisionDesc>
</teiHeader>
<text />
</TEI>

Full example

<?xml version='1.0' encoding='utf-8'?>
<?xml-model href="./annotation.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader type="PreparationHeader">
<fileDesc>
<titleStmt>
<title corresp="dipl" type="AnnotationKey">Diplomatic transcription</title>
<editor n="1" role="CorpusEditor">
<persName>
<forename>Jane</forename>
<surname>Doe</surname>
</persName>
<affiliation>
<orgName type="Department">Department of Linguistics</orgName>
<orgName type="Institution">University</orgName>
</affiliation>
</editor>
<author n="1" role="Annotator">
<persName>
<forename>John</forename>
<surname>Doe</surname>
</persName>
<affiliation>
<orgName type="Department">Department of History</orgName>
<orgName type="Institution">University</orgName>
</affiliation>
</author>
<author n="1" role="Infrastructure">
<persName>
<forename>Someone</forename>
<surname>Else</surname>
</persName>
<affiliation>
<orgName type="Department">Institut für deutsche Sprache und Linguistik</orgName>
<orgName type="Institution">Humboldt-Universität zu Berlin</orgName>
</affiliation>
</author>
<respStmt>
<resp>Metadata</resp>
<persName>
<forename>John</forename>
<surname>Doe</surname>
</persName>
<orgName type="Department">Department of History</orgName>
<orgName type="Institution">University</orgName>
</respStmt>
</titleStmt>
<extent type="Tokens">305056</extent>
<publicationStmt>
<authority>Humboldt-Universität zu Berlin</authority>
<availability status="free">
<licence target="http://creativecommons.org/licenses/by/3.0/" />
</availability>
<date type="AnnotationRelease" when="2017-09-21">Licensed under a Creative Commons
Attribution 3.0 Unported License. Seventh corpus release. Annotation is released in the
seventh version.
</date>
<date type="AnnotationRelease" when="2018-03-29">Licensed under a Creative Commons
Attribution 3.0 Unported License. Eighth corpus release. Annotation is released in the
eighth version.
</date>
<date type="AnnotationRelease" when="2020-03-31">Licensed under a Creative Commons
Attribution 3.0 Unported License. Ninth corpus release. Annotation is released in the
ninth version.
</date>
</publicationStmt>
<sourceDesc>
<p>
<ref target="https://hu.berlin/ridges-documentation-v8-en" type="CorpusHomepage" />
Corpus Homepage (Documentation).
</p>
</sourceDesc>
</fileDesc>
<encodingDesc n="1" style="SpanAnnotation">
<appInfo n="1" style="Manual">
<application ident="EXCEL" style="xls" subtype="NA" type="Lexical" version="15.0.4551.1011">
<label>MS EXCEL 2013.</label>
<p>Span annotation with key "abbr" of all documents of RIDGES Herbolgy 9.0
Manually annotated by annotators. Consistency checks and further changes
such as changes in tokenization are applied in this preparation step. For
further information see https://hu.berlin/ridges-documentation-v9-en.
</p>
</application>
</appInfo>
<editorialDecl>
<segmentation corresp="norm" style="Dependent">
<p>Segmentation depends on "norm".</p>
</segmentation>
<normalization method="None">
<p>NA</p>
</normalization>
<correction method="manual" status="low">
<p>Manually checked by annotator.</p>
</correction>
</editorialDecl>
<projectDesc>
<p>
<ref target="http://korpling.org/ridges/" />
The RIDGES project (Register in Diachronic German Science) is an investigation into the development
of the German scientific language in the early modern and modern periods,
ranging from the mid 15th to the 20th century. The LAUDATIO project
(www.laudatio-repository.org) hosts and curates the RIDGES Herbology
corpus in cooperation with the LangBank project (sfs.uni-tuebingen.de/langbank).
</p>
</projectDesc>
</encodingDesc>
<revisionDesc>
<change n="9.0" type="Creation" when="2020-03-31" who="NA">Annotation was added to the corpus.</change>
</revisionDesc>
</teiHeader>
<text/>
</TEI>