Metadata (ePistolarium)

From XML
Revision as of 11:35, 9 January 2018 by 194.171.144.181 (Talk) (Add page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The metadata in the ePistolarium documents is contained in the teiHeader element. Each item is a meta milestone element with attributes type and value. The standard types are as follows:

uuid 
the unique identifier of the letter.
correspondence 
the identifier of the correspondence.
id 
the identifier of letter in the correspondence.
date 
the date of writing of the letter. Values are encoded in the Extended Date/Time Format .
sender 
the identifier of the sender (may occur multiple times).
senderloc 
the identifier for the location where the letter was sent.
recipient 
the identifier of the recipient (may occur multiple times).
recipientloc 
the identifier for the location where the letter was received.

Example: https://correspondence.huygens.knaw.nl/documents/301ba075-dde3-4fa4-a82e-0c9ba668bb06

<TEI>
<teiHeader>
<meta type="uuid" value="301ba075-dde3-4fa4-a82e-0c9ba668bb06"/>
<meta type="correspondence" value="desc004"/>
<meta type="id" value="1001"/>
<meta type="date" value="1619-01-24"/>
<meta type="sender" value="descartes.rene.1596-1650"/>
<meta type="senderloc" value="se:breda.nld"/>
<meta type="recipient" value="beeckman.isaac.1588-1637"/>
<meta type="recipientloc" value="se:middelburg.nld"/>
</teiHeader>
...