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