Outils pour utilisateurs

Outils du site


intro_histoire_numerique:modele_logique

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révision Les deux révisions suivantes
intro_histoire_numerique:modele_logique [2020/10/31 13:54]
Francesco Beretta [Le modèle logique ou relationnel]
intro_histoire_numerique:modele_logique [2020/10/31 13:59]
Francesco Beretta [Le modèle logique ou relationnel]
Ligne 40: Ligne 40:
 \\ \\
  
-person(//​pk_person//,​ name, definition, gender, death_date, ​__fk_birth_brought_into_life__) \\+person(//​pk_person//,​ name, definition, gender, death_date, ​__fk_birth__) \\
  
 appellation(//​pk_appellation//,​ __pk_person__,​ name) \\ appellation(//​pk_appellation//,​ __pk_person__,​ name) \\
  
-tag(//​pk_tag//,​ name, definition) \\+tag(//​pk_tag//​, __fk_parent_tag__, name, definition) \\
  
 tags(//​pk_tags//,​ __fk_person__,​ __fk_tag__) \\ tags(//​pk_tags//,​ __fk_person__,​ __fk_tag__) \\
- 
-specializes_tag(//​pk_specializes_tag//,​ __fk_tag__) \\ 
  
 pursuit(//​pk_pursuit//,​ __fk_person__,​ __fk_occupation__,​ __fk_organisation__,​ begin_date, end_date) \\ pursuit(//​pk_pursuit//,​ __fk_person__,​ __fk_occupation__,​ __fk_organisation__,​ begin_date, end_date) \\
Ligne 58: Ligne 56:
 specializes_occupation(//​pk_specializes_occupation//,​ __fk_parent_occupation__,​ __fk_child_occupation__) \\ specializes_occupation(//​pk_specializes_occupation//,​ __fk_parent_occupation__,​ __fk_child_occupation__) \\
  
-birth(//​pk_birth//,​ date, __fk_geographical_place__) \\+birth(//​pk_birth//,​ date, __fk_geographical_place__, __fk_union__) \\
  
 union(//​pk_union//,​ __fk_union_type__,​ begin_date, end_date, __fk_person_1__,​ __fk_person_2__) \\ union(//​pk_union//,​ __fk_union_type__,​ begin_date, end_date, __fk_person_1__,​ __fk_person_2__) \\
intro_histoire_numerique/modele_logique.txt · Dernière modification: 2024/03/04 13:55 par Francesco Beretta