Update cleaned openmind data model authored by Robert Casties's avatar Robert Casties
......@@ -5,31 +5,31 @@
* entities
* **PERSON**
* _attributes_
* arabic_notes
* authority_id
* ~~arabic_notes~~
* ~~authority_id~~
* birth_date
* birth_date_text
* ~~birth_date_text~~
* death_date
* death_date_text
* hijra_date
* ~~death_date_text~~
* ~~hijra_date~~
* mams_number
* name
* name_translit
* notes
* notes_old
* num_death_date
* role
* ~~num_death_date~~
* ~~role~~
* url
* _relations_
* died_in [PLACE]
* has_floruit_date [FLORUIT_DATE]
* has_role [ROLE]
* ~~is_prime_alias_name_of [ALIAS]~~
* has_role [ROLE] (TODO: clean up and remove author, commentator)
* ~~is_prime_alias_name_of [ALIAS]~~
* lived_in [PLACE]
* was_born_in [PLACE]
* was_student_of [PERSON]
* [ALIAS] is_alias_name_of
* [ALIAS] is_prime_alias_name_of
* [ALIAS] is_prime_alias_name_of (TODO: check if copied to alias)
* [CODEX] owned_by
* [COPY_EVENT] has_person_copying_text
* [COPY_EVENT] was_copied_for
......@@ -49,7 +49,7 @@
* **TEXT**
* _attributes_
* creation_date
* creation_date_num
* ~~creation_date_num~~
* dedication
* explicit
* full_title
......@@ -57,11 +57,11 @@
* incipit
* language
* notes
* notes_arabic
* notes_old
* old_format
* old_genre
* old_texttype
* ~~notes_arabic~~
* notes_old (keep as private field)
* ~~old_format~~
* ~~old_genre~~
* ~~old_texttype~~
* table_of_contents
* text_arrangement
* text_type
......
......