Skip to content

Preprocessing

Christopher Pollin edited this page Sep 22, 2020 · 3 revisions

Table of Contents

CSV To RDF via Python
TOTEI
TORDF

preprocesses the XML/TEI before ingest

  • copy input XML/TEI
  • remove all xml:id
  • add T0, T1, T2 as xml:id etc. (equal to <bk:Transaction rdf:about="https://gams.uni-graz.at/o:depcha.washington.27#T1">)
  • replace " in tei:text with ' (invalid JSON-result)

takes the preprocessed XML/TEI (TOTEI) and creates RDF triple stored in RDF datastream (http://glossa.uni-graz.at/o:depcha.washington.27/RDF).

a

Clone this wiki locally