Changes between Version 35 and Version 36 of IsmiDataModel


Ignore:
Timestamp:
Jun 24, 2009, 6:30:38 PM (15 years ago)
Author:
Robert Casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IsmiDataModel

    v35 v36  
    139139  * WITNESS is_part_of CODEX
    140140  * CODEX is_part_of COLLECTION
    141   * CODEX is_in LIBRARY
     141  * CODEX is_part_of LIBRARY
    142142  * CODEX is_copy_of CODEX
    143143  * CODEX was_copied_by PERSON
     
    147147Problems:
    148148  * does every manuscript have to be in a codex?
     149
     150
     151=== COLLECTION ===
     152
     153a codex is in a collection (in a library).
     154
     155Attributes:
     156  * '''name''' of collection
     157  * owner and historical information
     158  * description of holdings
     159
     160Relations:
     161  * CODEX is_part_of COLLECTION
     162  * COLLECTION is_part_of LIBRARY
     163
     164
     165=== REPOSITORY ===
     166
     167a collection is in a repository (aka library)
     168
     169Attributes:
     170  * '''name''' of repository
     171  * more info?
     172
     173Relations:
     174  * CODEX is_part_of REPOSITORY (?)
     175  * COLLECTION is_part_of REPOSITORY
     176  * REPOSITORY is_in PLACE
    149177
    150178
     
    160188  * '''birth_date_ce''' birth date (ce)
    161189  * '''death_date''' death date (hijra)
    162   * '''birth_date_ce''' birth date (ce)
     190  * '''death_date_ce''' birth date (ce)
    163191  * '''major_influences''' (?)
    164192  * '''notes'''
     
    189217Attributes:
    190218  * '''alias''' arabic or latin or other text
    191   * '''alias_translit''' semi-automatically generated transliteration if neccessary
    192 
    193 Relations:
    194   * ALIAS '''is_alias_name_of''' PERSON
    195   * ALIAS '''is_alias_title_of''' TEXT
    196   * ALIAS '''is_alias_incipit_of''' TEXT
    197   * ALIAS '''is_alias_explicit_of''' TEXT
    198 
    199 
    200 
    201 === Place ===
    202 
    203 
    204 places are places that have some relation to a manuscript/text/person/library/...
    205 
    206 Types:
    207   * institution (Madrasa Mosque in Cairo, etc.)
    208   * city area (Fustat in Cairo)
    209   * city
    210   * region (Egypt, Iran, Maghreb, etc.)
    211 
    212 Relations:
    213   * place is part of other place (city is part of region, etc)
    214   * manuscript was written in
    215   * person was born/lived/died in
    216   * library is in
    217   * has alias name (at certain time)
    218 
    219 Information:
    220   * name of place (translit)
    221   * original script name
    222   * location(?)
     219  * '''alias_translit''' semi-automatically generated transliteration if necessary
     220
     221Relations:
     222  * ALIAS is_alias_name_of PERSON
     223  * ALIAS is_alias_title_of TEXT
     224  * ALIAS is_alias_incipit_of TEXT
     225  * ALIAS is_alias_explicit_of TEXT
     226
     227
     228=== PLACE ===
     229
     230places are institutions, dwellings or locations that have some relation to a manuscript/text/person/library/...
     231
     232Attributes:
     233  * '''name''' original script name
     234  * '''name_translit''' (translit)
     235  * '''type''' of place
     236    * institution, city_area, modern_city, historical_city, region (also country)
     237  * '''location''' geographic coordinates (point and polygon?)
     238
     239Relations:
     240  * PLACE is_part_of PLACE (city is part of region, etc)
     241  * WITNESS was_written_in PLACE
     242  * PERSON was_born_in PLACE
     243  * LIBRARY is_in PLACE
     244  * ALIAS is_alias_name_of PLACE (at certain time?)
    223245
    224246Problems:
     
    226248
    227249
    228 
    229 === Collection ===
    230 
    231 a manuscript is in a collection in a library.
    232 
    233 Relations:
    234   * contains manuscripts
    235   * is part of a library
    236 
    237 Information:
    238   * collection name
    239   * owner and historical information
    240   * description of holdings
    241 
    242 === Library ===
    243 
    244 a codex is in a library
    245 
    246 Relations:
    247   * contains codices
    248   * contains collections
    249   * is in a place
    250 
    251 Information:
    252   * name of library
    253   * more info
    254250
    255251== Secondary literature ==