Generalizing from that sense, we define markup, or (synonymously) encoding, as any means of making explicit an interpretation of a text.
The Text Encoding Initiative (TEI) is a consortium which collectively develops and maintains a standard for the representation of texts in digital form. Its chief deliverable is a set of Guidelines which specify encoding methods for machine-readable texts, chiefly in the humanities, social sciences and linguistics.
aus: http://www.tei-c.org
EpiDoc is an international, collaborative effort that provides guidelines and tools for encoding scholarly and educational editions of ancient documents. It uses a subset of the Text Encoding Initiative's standard for the representation of texts in digital form and was developed initially for the publication of digital editions of ancient inscriptions (e.g. Inscriptions of Aphrodisias, Vindolanda Tablets). Its domain has expanded to include the publication of papyri and manuscripts (e.g. Papyri.info). It addresses not only the transcription and editorial treatment of texts themselves, but also the history and materiality of the objects on which the texts appear (i.e., manuscripts, monuments, tablets, papyri, and other text-bearing objects).
Quelle: http://www.stoa.org/epidoc/
EpiDoc ist – wie die TEI – ein Vorschlag. Das "P" hinter TEI steht für proposal. TEI ist kein Zwangskorsett.
Nur Elemente und Attribute nutzen, die für das Verständnis der Quelle nötig und nützlich sind. (Das heisst: Nicht alles, was ausgezeichnet werden könnte, muss auch ausgezeichnet werden).
Sinnvoller Einsatz von TEI setzt ein Konzept voraus (Editionsrichtlinien, Fragestellung, etc.).
EpiDoc Schema und Struktur ermöglichen geführte, regelbasierte Erfassung von (historischen) Texten.
EpiDoc TEI XML nicht (auswendig) lernen! Das dahinterliegende Schema ist selbsterklärend …
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://www.stoa.org/epidoc/schema/latest/tei-epidoc.rng"
schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="http://www.stoa.org/epidoc/schema/latest/tei-epidoc.rng"
schematypens="http://purl.oclc.org/dsdl/schematron"?>
/schema/latest
– validiert gegen das aktuellste Schema/schema/8.23
– validiert gegen das versionierte Schema (Release)
<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:space="preserve" xml:lang="en">
<teiHeader>
<!-- Metadaten -->
</teiHeader>
<facsimile>
<!-- Informationen zu Bilddaten-->
</facsimile>
<text>
<!-- Textdaten: Edition, Kommentar, Übersetzung, etc. -->
</text>
</TEI>
<teiHeader>
<fileDesc> <!-- mögl. vollständige Beschreibung der Datei -->
<titleStmt> <!-- Titel -->
<publicationStmt> <!-- Herausgeber -->
<sourceDesc> <!-- Beschreibung der Quelle -->
</fileDesc>
</teiHeader>
Die Section <sourceDesc> bietet zahlreiche struktierende Elemente zur Beschreibung der Quelle.
- <msIdentifier>
- <physDesc>
- <history>
Hinweis <msDesc> gilt nicht nur für Handschriften, sondern für jedes other text-bearing object
- Weitere Auszeichnungsoptionen:
- encodingDesc
- profileDesc
- particDesc
- langUsage
- List of all supporting Data Guidelines
Bilddateien und andere digitale Faksimiles werden – so möglich mit @url – in der Faksimile-Section aufgeführt.
Übertragen Sie mit Hilfe der EpiDoc Template Datei unter Zuhilfenahme der EpiDoc Guidelines das Fallbeispiel in ein valides EpiDoc: TEI XML Dokument !
ex-epidoctemplate.xml
herunterladen
Optionen: Quelle: DIO 34, 561
Einen Lösungsvorschlag zur EpiDoc TEI konformen Auszeichnung der Musterinschrift
finden Sie in der Datei DIO_34_561_20170321.xml
.
EpiDoc Converter API (Deutsches Archäologisches Institut)