This page takes an example provided by Arilès Remaki, where the same concept is demonstrated my the means of two different tables.
The goal is to encode the underlying logic once, and render it graphically in the two desired different ways, and possibly others in the future.
For now, we only present the original "table" and the TEI describing it in the most precise way possible.
The markup must provide the means for the transcriptor to embed metadata of several kinds :
- descriptors of the data itself
- descriptors of the structure (partly via the structure of the markup itself, partly with specific attributes)
- metadata meant to be used as genetic indications about the way the object was created
- metadata meant to be used as genetic indications about the way the object was conceived


<graph type="directed" xml:id="RDG1" order="21" size="10">
<label>Tabula numerorum</label>
<node xml:id="node1" inDegree="0" outDegree="1" n="1"><label>1</label></node>
<node xml:id="node2" inDegree="0" outDegree="1" n="2"><label>1</label></node>
<node xml:id="node3" inDegree="0" outDegree="1" n="2"><label>1</label></node>
<node xml:id="node4" inDegree="0" outDegree="1" n="3"><label>1</label></node>
<node xml:id="node5" inDegree="0" outDegree="1" n="3"><label>3</label></node>
<node xml:id="node6" inDegree="0" outDegree="1" n="3"><label>2</label></node>
<node xml:id="node7" inDegree="0" outDegree="1" n="4"><label>1</label></node>
<node xml:id="node8" inDegree="0" outDegree="1" n="4"><label>6</label></node>
<node xml:id="node9" inDegree="0" outDegree="1" n="4"><label>11</label></node>
<node xml:id="node10" inDegree="0" outDegree="1" n="4"><label>6</label></node>
<node xml:id="node11" inDegree="0" outDegree="1" n="5"><label>1</label></node>
<node xml:id="node12" inDegree="0" outDegree="1" n="5"><label>10</label></node>
<node xml:id="node13" inDegree="0" outDegree="1" n="5"><label>35</label></node>
<node xml:id="node14" inDegree="0" outDegree="1" n="5"><label>50</label></node>
<node xml:id="node15" inDegree="0" outDegree="1" n="5"><label>24</label></node>
<node xml:id="node16" inDegree="0" outDegree="1" n="6"><label>1</label></node>
<node xml:id="node17" inDegree="0" outDegree="1" n="6"><label>15</label></node>
<node xml:id="node18" inDegree="0" outDegree="1" n="6"><label>85</label></node>
<node xml:id="node19" inDegree="0" outDegree="1" n="6"><label>225</label></node>
<node xml:id="node20" inDegree="0" outDegree="1" n="6"><label>274</label></node>
<node xml:id="node21" inDegree="0" outDegree="1" n="6"><label>120</label></node>
<!-- Invisible connections -->
<arc from="#node1" to="#node2" style="invisible" />
<arc from="#node1" to="#node3" style="invisible" />
<arc from="#node11" to="#node16" />
<arc from="#node15" to="#node21" />
<arc from="#node2" to="#node3"/>
<arc from="#node4" to="#node5"/>
<arc from="#node5" to="#node6"/>
<arc from="#node7" to="#node8"/>
<arc from="#node8" to="#node9"/>
<arc from="#node9" to="#node10"/>
<arc from="#node11" to="#node12"/>
<arc from="#node12" to="#node13"/>
<arc from="#node13" to="#node14"/>
<arc from="#node14" to="#node15"/>
<arc from="#node2" to="#node5" label="x2"/>
<arc from="#node3" to="#node5"/>
<arc from="#node4" to="#node8" label="x3" />
<arc from="#node5" to="#node8"/>
<arc from="#node5" to="#node9" label="x3"/>
<arc from="#node6" to="#node9"/>
<arc from="#node7" to="#node12" label="x4" />
<arc from="#node8" to="#node12"/>
<arc from="#node8" to="#node13" label="x4" />
<arc from="#node9" to="#node13"/>
<arc from="#node9" to="#node14" label="x4" />
<arc from="#node10" to="#node14"/>
<arc from="#node11" to="#node17" label="x5" />
<arc from="#node12" to="#node17"/>
<arc from="#node12" to="#node18" label="x5" />
<arc from="#node13" to="#node18"/>
<arc from="#node13" to="#node19" label="x5" />
<arc from="#node14" to="#node19"/>
<arc from="#node14" to="#node20" label="x5" />
<arc from="#node15" to="#node20"/>
</graph>
- Log in to post comments