Changes between Version 24 and Version 25 of IsmiDataModel


Ignore:
Timestamp:
Jun 23, 2009, 9:09:05 PM (15 years ago)
Author:
Robert Casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IsmiDataModel

    v24 v25  
    33Conceptual objects in the database:
    44
    5   * (abstract-) '''text'''
    6   * '''alias''' (title for text or name for person or place)
    7   * '''witness''' (aka manuscript)
    8   * '''codex''' (of one or more witnesses)
    9   * '''collection'''
    10   * '''repository''' (aka library)
    11   * '''person'''
    12   * '''place'''
     5  * (abstract-) '''TEXT'''
     6  * '''ALIAS''' (title for text or name for person or place)
     7  * '''WITNESS''' (aka manuscript)
     8  * '''CODEX''' (of one or more witnesses)
     9  * '''COLLECTION'''
     10  * '''REPOSITORY''' (aka library)
     11  * '''PERSON'''
     12  * '''PLACE'''
    1313  * ''ms-city''
    1414  * ''country''
     
    1616== Objects ==
    1717
    18 === Text ===
     18=== TEXT ===
    1919
    2020an abstract text (mostly with a specific title) that exists as one or more ''witnesses''.
     
    6565
    6666
    67 === Alias ===
     67=== ALIAS ===
    6868
    6969alias titles or names for places and persons.
     
    8181
    8282
    83 === Witness ===
     83=== WITNESS ===
    8484
    8585witnesses (manuscripts) are concrete written pieces of paper lying in a library.
     
    125125  * how to manage annotations?
    126126
    127 === Codex ===
     127=== CODEX ===
    128128
    129129a codex is a physical, bound collection of manuscripts
     
    155155
    156156
    157 === Person ===
     157=== PERSON ===
    158158
    159159persons are (real or hypothetical) people that have some relation to a manuscript/text.
    160160
    161 Relations:
    162   * is author of manuscript (text?)
    163   * is author of commentary (manuscript/text?)
    164   * is copyist of manuscript
    165   * is patron of manuscript/text
    166   * is owner of manuscript
    167   * is annotator of manuscript
    168   * is reader of manuscript
    169   * is teacher/student of person
    170   * is patron of person
    171   * has alias names
    172 
    173 Information:
    174   * short name (translit)
    175   * long name (translit)
    176   * original script name
    177   * birth/work/death date
    178   * birth/work/death place
     161Attributes:
     162  * '''name''' long arabic (or other script) name
     163  * '''name_translit''' transliteration of name
     164  * '''short_name''' canonical short name (in transliteration)
     165  * '''birth_date''' birth date (hijra)
     166  * '''birth_date_ce''' birth date (ce)
     167  * '''death_date''' death date (hijra)
     168  * '''birth_date_ce''' birth date (ce)
     169  * '''major_influences''' (?)
     170  * '''notes'''
     171
     172Relations:
     173  * PERSON is_author_of TEXT
     174  * PERSON is_author_of WITNESS
     175  * PERSON is_copyist_of WITNESS
     176  * PERSON is_patron_of TEXT (WITNESS)
     177  * ALIAS is_alias_name_of PERSON
     178  * (...)
    179179
    180180Problems: