diff options
-rw-r--r-- | Makefile.example | 2 | ||||
-rw-r--r-- | archaeological_operations/fixtures/initial_data-fr.json | 5860 |
2 files changed, 2837 insertions, 3025 deletions
diff --git a/Makefile.example b/Makefile.example index 567a01fea..411aef357 100644 --- a/Makefile.example +++ b/Makefile.example @@ -154,7 +154,7 @@ fixtures_spatialrefsystem: > '../ishtar_common/fixtures/initial_spatialrefsystem-'$(default_data)'.json' fixtures_operations: - cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \ + cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ archaeological_operations.acttype \ archaeological_operations.period \ archaeological_operations.remaintype \ diff --git a/archaeological_operations/fixtures/initial_data-fr.json b/archaeological_operations/fixtures/initial_data-fr.json index 214ab9cad..075231a80 100644 --- a/archaeological_operations/fixtures/initial_data-fr.json +++ b/archaeological_operations/fixtures/initial_data-fr.json @@ -1,3025 +1,2837 @@ [ - { - "pk": 873, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Document attestant de la r\u00e9ception d'un dossier", - "available": true, - "code": "AR", - "intented_to": "F", - "label": "AR : Accus\u00e9 de r\u00e9ception dossier", - "indexed": false, - "associated_template": [ - 2 - ], - "txt_idx": "a_receipt" - } - }, - { - "pk": 909, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "AR_demande", - "intented_to": "TF", - "label": "AR : demande de pr\u00eat", - "indexed": false, - "associated_template": [], - "txt_idx": "loan_demand_receipt" - } - }, - { - "pk": 904, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "AR_OPER", - "intented_to": "O", - "label": "AR : Rapport DIAG Op\u00e9rateur", - "indexed": false, - "associated_template": [], - "txt_idx": "AR_operator" - } - }, - { - "pk": 905, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "AR_FOUILLE", - "intented_to": "O", - "label": "AR : Rapport FOUILLE Op\u00e9rateur", - "indexed": false, - "associated_template": [], - "txt_idx": "ar_report_excavation" - } - }, - { - "pk": 881, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "ABROG", - "intented_to": "O", - "label": "Arr\u00eat\u00e9 d'abrogation de DIAG", - "indexed": true, - "associated_template": [], - "txt_idx": "cancel_act" - } - }, - { - "pk": 5, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Arr\u00eat\u00e9 qui donne l'autorisation \u00e0 un Am\u00e9nageur de faire ex\u00e9cuter par un Op\u00e9rateur agr\u00e9e sous la responsabilit\u00e9 d'un Responsable scientifique, une op\u00e9ration.", - "available": true, - "code": "AUT_F_PREV", - "intented_to": "O", - "label": "Arr\u00eat\u00e9 d'autorisation de fouille pr\u00e9ventive", - "indexed": true, - "associated_template": [], - "txt_idx": "excavation_autorization_order" - } - }, - { - "pk": 6, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Arr\u00eat\u00e9 donnant l'autorisation \u00e0 une responsable scientifique de fouiller sur un terrain donn\u00e9.", - "available": true, - "code": "AUT_F_PROG", - "intented_to": "O", - "label": "Arr\u00eat\u00e9 d'autorisation de fouille programm\u00e9e", - "indexed": true, - "associated_template": [], - "txt_idx": "prog_excav_autorization_order" - } - }, - { - "pk": 887, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "PI", - "intented_to": "O", - "label": "Arr\u00eat\u00e9 d'autorisation de prospection inventaire", - "indexed": true, - "associated_template": [], - "txt_idx": "general_survey_act" - } - }, - { - "pk": 10, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "", - "intented_to": "O", - "label": "Arr\u00eat\u00e9 d'autorisation de prospection th\u00e9matique", - "indexed": true, - "associated_template": [], - "txt_idx": "thematic_survey_act" - } - }, - { - "pk": 8, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "DESIGN_RS", - "intented_to": "O", - "label": "Arr\u00eat\u00e9 de d\u00e9signation de RS", - "indexed": true, - "associated_template": [], - "txt_idx": "responsible_act" - } - }, - { - "pk": 9, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "D\u00e9signation de l'op\u00e9rateur pour un diagnostic : utile dans le cas o\u00f9 un service territorial ET l'INRAP sont en m\u00eame temps comp\u00e9tents pour un territoire donn\u00e9.", - "available": true, - "code": "DES_OPE", - "intented_to": "O", - "label": "Arr\u00eat\u00e9 de d\u00e9signation d'op\u00e9rateur", - "indexed": true, - "associated_template": [], - "txt_idx": "operator_designation_act" - } - }, - { - "pk": 1, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Un arr\u00eat\u00e9 prescrivant la r\u00e9alisation d'un diagnostic sur une surface donn\u00e9e, SANS pr\u00e9cision du responsable scientifique, SANS pr\u00e9cision de l'op\u00e9rateur", - "available": true, - "code": "A_DIAG", - "intented_to": "O", - "label": "Arr\u00eat\u00e9 de diagnostic", - "indexed": true, - "associated_template": [], - "txt_idx": "diagnostic_order" - } - }, - { - "pk": 2, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Un arr\u00eat\u00e9 prescrivant la r\u00e9alisation d'une fouille pr\u00e9ventive sur une surface donn\u00e9e", - "available": true, - "code": "A_F_PREV", - "intented_to": "O", - "label": "Arr\u00eat\u00e9 de prescription de fouille", - "indexed": true, - "associated_template": [], - "txt_idx": "excavation_order" - } - }, - { - "pk": 876, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "Arr_sond", - "intented_to": "O", - "label": "Arr\u00eat\u00e9 de sondage", - "indexed": true, - "associated_template": [], - "txt_idx": "sondage_act" - } - }, - { - "pk": 885, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "ZONAGE", - "intented_to": "F", - "label": "Arr\u00eat\u00e9 de zonage arch\u00e9ologqiue", - "indexed": true, - "associated_template": [], - "txt_idx": "archaeological_zoning" - } - }, - { - "pk": 870, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Lorsque des op\u00e9rations sont r\u00e9alis\u00e9es par tranches successives, le calendrier pr\u00e9visionnel de leur r\u00e9alisation est communiqu\u00e9 au pr\u00e9fet de r\u00e9gion qui peut d\u00e9cider de prescrire les mesures pr\u00e9vues \u00e0 l'article R. 523-15 soit pour la totalit\u00e9 du projet, soit lors de l'ex\u00e9cution de chaque tranche. Dans ce dernier cas, il d\u00e9finit par arr\u00eat\u00e9 les d\u00e9lais de sa saisine et la nature des documents \u00e0 fournir.\r\nLes op\u00e9rations de diagnostic sont toutefois conduites pour l'ensemble du projet si la personne qui r\u00e9alise ce projet en fait la demande.\r\n", - "available": true, - "code": "A_INITIAL", - "intented_to": "F", - "label": "Arr\u00eat\u00e9 INITIAL (d\u00e9finissant les d\u00e9lais de saisine par tranches, Article R523-21)", - "indexed": true, - "associated_template": [], - "txt_idx": "initial_act" - } - }, - { - "pk": 871, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Modification d'un autre arr\u00eat\u00e9 concernant une op\u00e9ration", - "available": true, - "code": "A_MODIF_SU", - "intented_to": "O", - "label": "Arr\u00eat\u00e9 modificatif", - "indexed": true, - "associated_template": [], - "txt_idx": "modif_act_ope" - } - }, - { - "pk": 884, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "A_MODIF_PR", - "intented_to": "O", - "label": "Arr\u00eat\u00e9 modificatif de la consistance du projet", - "indexed": true, - "associated_template": [], - "txt_idx": "project_modif_act" - } - }, - { - "pk": 872, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Modification d'un arr\u00eat\u00e9 d\u00e9finissant les d\u00e9lais de saisines (arr\u00eat\u00e9 initial)", - "available": true, - "code": "", - "intented_to": "F", - "label": "Arr\u00eat\u00e9 modificatif (Initial)", - "indexed": true, - "associated_template": [], - "txt_idx": "modif_act_init" - } - }, - { - "pk": 900, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "DAPA_DIAG", - "intented_to": "O", - "label": "BE DAPA Rapport DIAG", - "indexed": false, - "associated_template": [], - "txt_idx": "report_post" - } - }, - { - "pk": 902, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "INRAP_RAP", - "intented_to": "O", - "label": "BE INRAP Rapport Diag autre Op\u00e9rateur", - "indexed": false, - "associated_template": [], - "txt_idx": "post_report_inrap" - } - }, - { - "pk": 901, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "BE_MAIRIE", - "intented_to": "O", - "label": "BE Mairie Rapport DIAG", - "indexed": false, - "associated_template": [], - "txt_idx": "post_report_town" - } - }, - { - "pk": 910, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "", - "intented_to": "T", - "label": "Constat d'\u00e9tat", - "indexed": false, - "associated_template": [ - 1 - ], - "txt_idx": "observation_status" - } - }, - { - "pk": 899, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "(Art. R523-19 du code du patrimoine)\r\n\r\nLe pr\u00e9fet de r\u00e9gion dispose d'un d\u00e9lai de trois mois \u00e0 compter de la r\u00e9ception du rapport de diagnostic complet pour notifier le contenu des prescriptions post\u00e9rieures au diagnostic.\r\nLa date de r\u00e9ception du rapport de diagnostic complet est notifi\u00e9e par le pr\u00e9fet de r\u00e9gion \u00e0 l'autorit\u00e9 qui instruit la demande d'autorisation et \u00e0 l'am\u00e9nageur.\r\nDans le cas o\u00f9 le diagnostic a d\u00e9j\u00e0 \u00e9t\u00e9 r\u00e9alis\u00e9 en application de l'article R. 523-14, le d\u00e9lai de trois mois court \u00e0 compter de la r\u00e9ception du dossier par le pr\u00e9fet de r\u00e9gion dans les conditions pr\u00e9vues aux articles R. 523-9 et R. 523-10 ou de la confirmation par l'am\u00e9nageur de son intention de r\u00e9aliser les am\u00e9nagements, ouvrages ou travaux projet\u00e9s.\r\nA d\u00e9faut de notification dans ce d\u00e9lai, le pr\u00e9fet de r\u00e9gion est r\u00e9put\u00e9 avoir renonc\u00e9 \u00e0 \u00e9dicter de telles prescriptions.", - "available": true, - "code": "CONFIRM", - "intented_to": "O", - "label": "Courrier am\u00e9nageur demande de confirmation de projet ", - "indexed": false, - "associated_template": [], - "txt_idx": "mail_confirm" - } - }, - { - "pk": 886, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Courrier qui accompagne l'arr\u00eat\u00e9 de diagnostic envoy\u00e9 \u00e0 l'am\u00e9nageur", - "available": true, - "code": "COUR_DIAG", - "intented_to": "O", - "label": "Courrier am\u00e9nageur Diagnostic", - "indexed": false, - "associated_template": [], - "txt_idx": "mail_diag" - } - }, - { - "pk": 895, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Suite \u00e0 une demande de l'am\u00e9nageur, si une partie des terrains ne contient pas de vestiges, il est possible de faire une lib\u00e9ration partielle.", - "available": true, - "code": "LIB_PART", - "intented_to": "O", - "label": "Courrier am\u00e9nageur lib\u00e9ration PARTIELLE terrain post DIAG", - "indexed": false, - "associated_template": [], - "txt_idx": "part_free_diag" - } - }, - { - "pk": 879, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "RAS_DIAG", - "intented_to": "O", - "label": "Courrier am\u00e9nageur lib\u00e9ration TOTALE terrain post DIAG", - "indexed": false, - "associated_template": [], - "txt_idx": "RAS_Post_DIAG" - } - }, - { - "pk": 880, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "Lib_Terr", - "intented_to": "O", - "label": "Courrier am\u00e9nageur lib\u00e9ration TOTALE terrain post FOUILLE", - "indexed": false, - "associated_template": [], - "txt_idx": "free_field" - } - }, - { - "pk": 890, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "C_Am_FOUIL", - "intented_to": "O", - "label": "Courrier am\u00e9nageur Prescription de Fouille", - "indexed": false, - "associated_template": [], - "txt_idx": "land_plan_excavation_mail" - } - }, - { - "pk": 878, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "RAP_Amenag", - "intented_to": "O", - "label": "Courrier am\u00e9nageur transmission rapport", - "indexed": false, - "associated_template": [], - "txt_idx": "contractor_post_ope_mail" - } - }, - { - "pk": 892, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "C_COLL_TER", - "intented_to": "O", - "label": "Courrier COLL TERR DIAG", - "indexed": false, - "associated_template": [], - "txt_idx": "terr_service_diag_mail" - } - }, - { - "pk": 877, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "C_PSTI_OK", - "intented_to": "O", - "label": "Courrier d'accord sur PSTI DIAG", - "indexed": false, - "associated_template": [], - "txt_idx": "ok_project_diag" - } - }, - { - "pk": 898, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "MODIF_PSTI", - "intented_to": "O", - "label": "Courrier demande Modif PSTI", - "indexed": false, - "associated_template": [], - "txt_idx": "modif_project" - } - }, - { - "pk": 889, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "DIAG_dejaA", - "intented_to": "F", - "label": "Courrier diag existe deja AMENAGEUR", - "indexed": false, - "associated_template": [], - "txt_idx": "diag_already_land" - } - }, - { - "pk": 888, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "DIAG_EXIST", - "intented_to": "F", - "label": "Courrier diag existe deja S_Instructeur", - "indexed": false, - "associated_template": [], - "txt_idx": "diag_already" - } - }, - { - "pk": 893, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Courrier \u00e0 l'am\u00e9nageur lui indiquant l'intention de prescrire une fouille directement sur un Dossier", - "available": true, - "code": "C_INT_pres", - "intented_to": "F", - "label": "Courrier INTENTION de prescrire une FOUILLE", - "indexed": false, - "associated_template": [], - "txt_idx": "excavation_mail" - } - }, - { - "pk": 903, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "REFUS_RAPP", - "intented_to": "O", - "label": "Courrier Op\u00e9rateur Rapport NON conforme", - "indexed": false, - "associated_template": [], - "txt_idx": "bad_report" - } - }, - { - "pk": 891, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "C_SI_DIAG", - "intented_to": "O", - "label": "Courrier Service Instructeur DIAG", - "indexed": false, - "associated_template": [], - "txt_idx": "town_planning_diag_mail" - } - }, - { - "pk": 894, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "C_SI_Fouil", - "intented_to": "O", - "label": "Courrier Service Instructeur FOUILLE DIRECTE", - "indexed": false, - "associated_template": [], - "txt_idx": "mail_excavation_urbanism" - } - }, - { - "pk": 906, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "FICHE_OPE", - "intented_to": "O", - "label": "FICHE R\u00e9ception et transmission des rapports d\u2019op\u00e9ration", - "indexed": false, - "associated_template": [], - "txt_idx": "OPE_sheetfile" - } - }, - { - "pk": 896, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "PV relatant une visite particuli\u00e8re de contr\u00f4le du SRA lors d'une op\u00e9ration d'arch\u00e9ologie", - "available": true, - "code": "PV_CR", - "intented_to": "O", - "label": "PV CR de Visite", - "indexed": false, - "associated_template": [], - "txt_idx": "PV_CR" - } - }, - { - "pk": 7, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Suite \u00e0 une Saisine (art.8), envoi d'une r\u00e9ponse de non prescription", - "available": true, - "code": "RAS", - "intented_to": "F", - "label": "R\u00e9ponse NON prescription \u00e0 une saisine", - "indexed": false, - "associated_template": [], - "txt_idx": "reply_no_prescription" - } - }, - { - "pk": 883, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "CU_POSITIF", - "intented_to": "F", - "label": "R\u00e9ponse POSITIVE \u00e0 un CU", - "indexed": false, - "associated_template": [], - "txt_idx": "pos_CU" - } - }, - { - "pk": 3, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Suite \u00e0 une demande d'avis, les SRA \u00e9met un courrier signalant sa volont\u00e9 de prescrire un diagnostic ou une fouille sur l'emprise du projet en objet.", - "available": true, - "code": "AVIS_DIAG", - "intented_to": "F", - "label": "R\u00e9ponse POSITIVE \u00e0 une demande d'AVIS", - "indexed": false, - "associated_template": [], - "txt_idx": "pos_advice_reply" - } - }, - { - "pk": 897, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Suite \u00e0 une demande d'avis, les SRA \u00e9met un courrier signalant sa volont\u00e9 de prescrire un diagnostic ou une fouille sur l'emprise du projet en objet.", - "available": true, - "code": "AVIS_DIAG2", - "intented_to": "F", - "label": "R\u00e9ponse POSITIVE \u00e0 une demande d'AVIS (demande de complements)", - "indexed": false, - "associated_template": [], - "txt_idx": "pas_advice_reply_bis" - } - }, - { - "pk": 907, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "AVIS_POS_M", - "intented_to": "F", - "label": "R\u00e9ponse POSITIVE \u00e0 une demande d'AVIS sur \u00e9tude pr\u00e9alable et diagnostic architectural (MH)", - "indexed": false, - "associated_template": [], - "txt_idx": "pos_advice_mh" - } - }, - { - "pk": 874, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "INFO", - "intented_to": "F", - "label": "R\u00e9ponse POSITIVE \u00e0 une demande d'INFO", - "indexed": false, - "associated_template": [], - "txt_idx": "info_pos" - } - }, - { - "pk": 882, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "CU_RAS", - "intented_to": "F", - "label": "R\u00e9ponse RAS \u00e0 un CU", - "indexed": false, - "associated_template": [], - "txt_idx": "CU_ok" - } - }, - { - "pk": 4, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "Suite \u00e0 une demande d'avis, les SRA \u00e9met un courrier signalant sa volont\u00e9 de NE PAS prescrire un diagnostic ou une fouille sur l'emprise du projet en objet.", - "available": true, - "code": "Art_12_RAS", - "intented_to": "F", - "label": "R\u00e9ponse RAS \u00e0 une demande d'AVIS", - "indexed": false, - "associated_template": [], - "txt_idx": "neg_advice_reply" - } - }, - { - "pk": 908, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "AVIS_RAS_M", - "intented_to": "F", - "label": "R\u00e9ponse RAS \u00e0 une demande d'AVIS sur \u00e9tude pr\u00e9alable et diagnostic architectural (MH)", - "indexed": false, - "associated_template": [], - "txt_idx": "neg_advice_MH" - } - }, - { - "pk": 875, - "model": "archaeological_operations.acttype", - "fields": { - "comment": "", - "available": true, - "code": "INFO_RAS", - "intented_to": "F", - "label": "R\u00e9ponse RAS \u00e0 une demande d'INFO", - "indexed": false, - "associated_template": [], - "txt_idx": "info_ras" - } - }, - { - "pk": 35, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": null, - "end_date": 0, - "order": 0, - "label": "Non-renseign\u00e9", - "start_date": 0, - "txt_idx": "not_yet_documented" - } - }, - { - "pk": 40, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 39, - "end_date": 0, - "order": 1, - "label": "Antiquit\u00e9 tardive (M\u00e9d.)", - "start_date": 0, - "txt_idx": "late_antiq_med" - } - }, - { - "pk": 39, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 38, - "end_date": 0, - "order": 1, - "label": "Antiquit\u00e9 m\u00e9diterran\u00e9enne", - "start_date": 0, - "txt_idx": "mediterranean_antiq" - } - }, - { - "pk": 38, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": null, - "end_date": -500, - "order": 1, - "label": "M\u00e9diterran\u00e9en", - "start_date": 500, - "txt_idx": "mediterranean" - } - }, - { - "pk": 37, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": null, - "end_date": 0, - "order": 1, - "label": "Am\u00e9rindien", - "start_date": 0, - "txt_idx": "amerindian" - } - }, - { - "pk": 41, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 39, - "end_date": 0, - "order": 2, - "label": "\u00c9poque archa\u00efque", - "start_date": 0, - "txt_idx": "archaic_epoc" - } - }, - { - "pk": 42, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 39, - "end_date": 0, - "order": 3, - "label": "Bas-Empire (M\u00e9d.)", - "start_date": 0, - "txt_idx": "lower_empire_med" - } - }, - { - "pk": 43, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 39, - "end_date": 0, - "order": 4, - "label": "\u00c9poque classique", - "start_date": 0, - "txt_idx": "classic_epoc" - } - }, - { - "pk": 44, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 39, - "end_date": 0, - "order": 5, - "label": "\u00c9poque hell\u00e9nistique", - "start_date": 0, - "txt_idx": "hellen_epoc" - } - }, - { - "pk": 45, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 39, - "end_date": 0, - "order": 6, - "label": "Haut-Empire (M\u00e9d.)", - "start_date": 0, - "txt_idx": "upper_empire" - } - }, - { - "pk": 34, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": null, - "end_date": 0, - "order": 1000, - "label": "\u00c9poque ind\u00e9termin\u00e9e", - "start_date": 0, - "txt_idx": "indetermined" - } - }, - { - "pk": 31, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": null, - "end_date": 2016, - "order": 2000, - "label": "P\u00e9riode r\u00e9cente", - "start_date": 1492, - "txt_idx": "recent_times" - } - }, - { - "pk": 33, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 31, - "end_date": 2016, - "order": 2800, - "label": "\u00c9poque contemporaine", - "start_date": 1815, - "txt_idx": "contemporan" - } - }, - { - "pk": 32, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 31, - "end_date": 1815, - "order": 2900, - "label": "\u00c9poque moderne", - "start_date": 1492, - "txt_idx": "modern" - } - }, - { - "pk": 27, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": null, - "end_date": 1492, - "order": 3000, - "label": "Moyen \u00c2ge", - "start_date": 476, - "txt_idx": "middle_age" - } - }, - { - "pk": 30, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 27, - "end_date": 1492, - "order": 3700, - "label": "Bas Moyen \u00c2ge", - "start_date": 1204, - "txt_idx": "low_middle_age" - } - }, - { - "pk": 29, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 27, - "end_date": 1204, - "order": 3800, - "label": "Moyen \u00c2ge classique", - "start_date": 987, - "txt_idx": "classic_middle_age" - } - }, - { - "pk": 28, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 27, - "end_date": 987, - "order": 3900, - "label": "Haut Moyen \u00c2ge", - "start_date": 476, - "txt_idx": "high_middle_age" - } - }, - { - "pk": 23, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": null, - "end_date": 476, - "order": 4000, - "label": "Gallo-romain", - "start_date": -40, - "txt_idx": "gallo-roman" - } - }, - { - "pk": 26, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 23, - "end_date": 476, - "order": 4700, - "label": "Bas Empire", - "start_date": 192, - "txt_idx": "low_empire" - } - }, - { - "pk": 25, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 23, - "end_date": 192, - "order": 4800, - "label": "Haut Empire", - "start_date": -27, - "txt_idx": "high-empire" - } - }, - { - "pk": 24, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 23, - "end_date": -27, - "order": 4900, - "label": "R\u00e9publique", - "start_date": -40, - "txt_idx": "republic" - } - }, - { - "pk": 15, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": null, - "end_date": -40, - "order": 5000, - "label": "Protohistoire", - "start_date": -2000, - "txt_idx": "protohistory" - } - }, - { - "pk": 22, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 17, - "end_date": -40, - "order": 5780, - "label": "Deuxi\u00e8me \u00c2ge du Fer", - "start_date": -500, - "txt_idx": "second_iron_age" - } - }, - { - "pk": 21, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 17, - "end_date": -450, - "order": 5790, - "label": "Premier \u00c2ge du Fer", - "start_date": -800, - "txt_idx": "first_iron_age" - } - }, - { - "pk": 17, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 15, - "end_date": -40, - "order": 5800, - "label": "\u00c2ge du Fer", - "start_date": -800, - "txt_idx": "iron_age" - } - }, - { - "pk": 20, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 16, - "end_date": -750, - "order": 5870, - "label": "\u00c2ge du Bronze final", - "start_date": -1200, - "txt_idx": "final_bronze_age" - } - }, - { - "pk": 19, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 16, - "end_date": -1200, - "order": 5880, - "label": "\u00c2ge du Bronze moyen", - "start_date": -1600, - "txt_idx": "middle_bronze_age" - } - }, - { - "pk": 18, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 16, - "end_date": -1600, - "order": 5890, - "label": "\u00c2ge du Bronze ancien", - "start_date": -2000, - "txt_idx": "old_bronze_age" - } - }, - { - "pk": 16, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 15, - "end_date": -750, - "order": 5900, - "label": "\u00c2ge du Bronze", - "start_date": -2000, - "txt_idx": "bronze_age" - } - }, - { - "pk": 10, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": null, - "end_date": -2000, - "order": 6000, - "label": "N\u00e9olithique", - "start_date": -5500, - "txt_idx": "neolithic" - } - }, - { - "pk": 14, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 10, - "end_date": -2000, - "order": 6600, - "label": "N\u00e9olithique final", - "start_date": -2800, - "txt_idx": "final_neolithic" - } - }, - { - "pk": 13, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 10, - "end_date": -2500, - "order": 6700, - "label": "N\u00e9olithique r\u00e9cent", - "start_date": -3200, - "txt_idx": "recent_neolithic" - } - }, - { - "pk": 12, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 10, - "end_date": -3200, - "order": 6800, - "label": "N\u00e9olithique moyen", - "start_date": -4500, - "txt_idx": "middle_neolithic" - } - }, - { - "pk": 11, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 10, - "end_date": -4500, - "order": 6900, - "label": "N\u00e9olithique ancien", - "start_date": -5500, - "txt_idx": "old_neolithic" - } - }, - { - "pk": 6, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": null, - "end_date": -5000, - "order": 7000, - "label": "M\u00e9solithique", - "start_date": -10000, - "txt_idx": "mesolithic" - } - }, - { - "pk": 9, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 6, - "end_date": -5000, - "order": 7700, - "label": "M\u00e9solithique r\u00e9cent", - "start_date": -7000, - "txt_idx": "recent_mesolithic" - } - }, - { - "pk": 8, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": false, - "parent": 6, - "end_date": -7000, - "order": 7800, - "label": "M\u00e9solithique moyen", - "start_date": -8000, - "txt_idx": "middle_mesolithic" - } - }, - { - "pk": 7, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 6, - "end_date": -7000, - "order": 7900, - "label": "M\u00e9solithique ancien", - "start_date": -10000, - "txt_idx": "old_mesolithic" - } - }, - { - "pk": 1, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": null, - "end_date": -10000, - "order": 8000, - "label": "Pal\u00e9olithique", - "start_date": -450000, - "txt_idx": "paleolithic" - } - }, - { - "pk": 5, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 1, - "end_date": -10000, - "order": 8600, - "label": "Pal\u00e9olithique sup\u00e9rieur final", - "start_date": -12000, - "txt_idx": "final_paleolithic" - } - }, - { - "pk": 4, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 1, - "end_date": -12000, - "order": 8700, - "label": "Pal\u00e9olithique sup\u00e9rieur", - "start_date": -35000, - "txt_idx": "late_paleolithic" - } - }, - { - "pk": 3, - "model": "archaeological_operations.period", - "fields": { - "comment": "1200, '', , ),", - "available": true, - "parent": 1, - "end_date": -35000, - "order": 8800, - "label": "Pal\u00e9olithique moyen", - "start_date": -150000, - "txt_idx": "middle_paleolithic" - } - }, - { - "pk": 2, - "model": "archaeological_operations.period", - "fields": { - "comment": "1100, 'Pal\u00e9olithique ancien', , )", - "available": true, - "parent": 1, - "end_date": -150000, - "order": 8900, - "label": "Pal\u00e9olithique ancien", - "start_date": -450000, - "txt_idx": "ancien_paleolithic" - } - }, - { - "pk": 160, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "aile", - "label": "aile" - } - }, - { - "pk": 161, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "aire-de-battage", - "label": "aire de battage" - } - }, - { - "pk": 162, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "amas", - "label": "amas" - } - }, - { - "pk": 163, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "amas-coquillier", - "label": "amas coquillier" - } - }, - { - "pk": 164, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "amas-de-debitage", - "label": "amas de d\u00e9bitage" - } - }, - { - "pk": 165, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "amenagement-indetermine", - "label": "am\u00e9nagement ind\u00e9termin\u00e9" - } - }, - { - "pk": 166, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "anomalie", - "label": "anomalie" - } - }, - { - "pk": 167, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "arc", - "label": "arc" - } - }, - { - "pk": 168, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "arcasse", - "label": "arcasse" - } - }, - { - "pk": 169, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "arche", - "label": "arche" - } - }, - { - "pk": 170, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "aula", - "label": "aula" - } - }, - { - "pk": 171, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "autel", - "label": "autel" - } - }, - { - "pk": 172, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "banquette", - "label": "banquette" - } - }, - { - "pk": 173, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "barbacane", - "label": "barbacane" - } - }, - { - "pk": 174, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "barrot", - "label": "barrot" - } - }, - { - "pk": 175, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "basse-cour", - "label": "basse-cour" - } - }, - { - "pk": 176, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "bassin", - "label": "bassin" - } - }, - { - "pk": 177, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "bastion", - "label": "bastion" - } - }, - { - "pk": 178, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "batiment", - "label": "b\u00e2timent" - } - }, - { - "pk": 179, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "bloc", - "label": "bloc" - } - }, - { - "pk": 180, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "bloc-orne", - "label": "bloc orn\u00e9" - } - }, - { - "pk": 181, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "bloc-ouvrage", - "label": "bloc ouvrag\u00e9" - } - }, - { - "pk": 182, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "boisage", - "label": "boisage" - } - }, - { - "pk": 183, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "boniferie", - "label": "boniferie" - } - }, - { - "pk": 184, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "borde", - "label": "bord\u00e9" - } - }, - { - "pk": 185, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "borde-a-clin", - "label": "bord\u00e9 \u00e0 clin" - } - }, - { - "pk": 186, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "borde-a-franc-bord", - "label": "bord\u00e9 \u00e0 franc-bord" - } - }, - { - "pk": 187, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "borne", - "label": "borne" - } - }, - { - "pk": 188, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "butte", - "label": "butte" - } - }, - { - "pk": 5, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "cairn", - "label": "cairn" - } - }, - { - "pk": 189, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "calage", - "label": "calage" - } - }, - { - "pk": 190, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "calfatage", - "label": "calfatage" - } - }, - { - "pk": 191, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "calvaire", - "label": "calvaire" - } - }, - { - "pk": 192, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "canalisation", - "label": "canalisation" - } - }, - { - "pk": 193, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "cargaison", - "label": "cargaison" - } - }, - { - "pk": 194, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "cave", - "label": "cave" - } - }, - { - "pk": 195, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "cercueil", - "label": "cercueil" - } - }, - { - "pk": 196, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "charpente", - "label": "charpente" - } - }, - { - "pk": 9, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "castle", - "label": "ch\u00e2teau" - } - }, - { - "pk": 197, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "cloitre", - "label": "clo\u00eetre" - } - }, - { - "pk": 198, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "cockpit", - "label": "cockpit" - } - }, - { - "pk": 199, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "colonnade", - "label": "colonnade" - } - }, - { - "pk": 200, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "colonne-element-de", - "label": "colonne (\u00e9l\u00e9ment de)" - } - }, - { - "pk": 201, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "construction", - "label": "construction" - } - }, - { - "pk": 202, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "coque", - "label": "coque" - } - }, - { - "pk": 203, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "coque-borde-premier", - "label": "coque bord\u00e9-premier" - } - }, - { - "pk": 204, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "coque-membrure-premiere", - "label": "coque membrure-premi\u00e8re" - } - }, - { - "pk": 205, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "couple", - "label": "couple" - } - }, - { - "pk": 206, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "cour", - "label": "cour" - } - }, - { - "pk": 207, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "courtine", - "label": "courtine" - } - }, - { - "pk": 208, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "croix", - "label": "croix" - } - }, - { - "pk": 209, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "crypte", - "label": "crypte" - } - }, - { - "pk": 210, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "cryptoportique", - "label": "cryptoportique" - } - }, - { - "pk": 211, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "cuve", - "label": "cuve" - } - }, - { - "pk": 212, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "cuvelage", - "label": "cuvelage" - } - }, - { - "pk": 213, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "dallage", - "label": "dallage" - } - }, - { - "pk": 214, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "demi-lune", - "label": "demi-lune" - } - }, - { - "pk": 215, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "depotoir", - "label": "d\u00e9potoir" - } - }, - { - "pk": 216, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "derive", - "label": "d\u00e9rive" - } - }, - { - "pk": 217, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "doublage", - "label": "doublage" - } - }, - { - "pk": 3, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "church", - "label": "\u00e9glise" - } - }, - { - "pk": 218, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "empierrement", - "label": "empierrement" - } - }, - { - "pk": 219, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "emplanture", - "label": "emplanture" - } - }, - { - "pk": 220, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "empreinte", - "label": "empreinte" - } - }, - { - "pk": 2, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "enclosure", - "label": "enclos" - } - }, - { - "pk": 221, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "enclos", - "label": "enclos" - } - }, - { - "pk": 222, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "enclos-systeme-d", - "label": "enclos (syst\u00e8me d')" - } - }, - { - "pk": 223, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "entree-amenagee", - "label": "entr\u00e9e am\u00e9nag\u00e9e" - } - }, - { - "pk": 224, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "escalier", - "label": "escalier" - } - }, - { - "pk": 225, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "etambot", - "label": "\u00e9tambot" - } - }, - { - "pk": 226, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "etrave", - "label": "\u00e9trave" - } - }, - { - "pk": 227, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "etrave-a-eperon", - "label": "\u00e9trave \u00e0 \u00e9peron" - } - }, - { - "pk": 228, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "etuve", - "label": "\u00e9tuve" - } - }, - { - "pk": 229, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "ferrier", - "label": "ferrier" - } - }, - { - "pk": 230, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "fondation", - "label": "fondation" - } - }, - { - "pk": 231, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "fosse", - "label": "fosse" - } - }, - { - "pk": 6, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "ditch", - "label": "foss\u00e9" - } - }, - { - "pk": 232, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "fosses-reseau-de", - "label": "foss\u00e9s (r\u00e9seau de)" - } - }, - { - "pk": 233, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "four", - "label": "four" - } - }, - { - "pk": 234, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "foyer", - "label": "foyer" - } - }, - { - "pk": 235, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "foyer-vidange-de", - "label": "foyer (vidange de)" - } - }, - { - "pk": 236, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "front-de-taille", - "label": "front de taille" - } - }, - { - "pk": 237, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "fuselage", - "label": "fuselage" - } - }, - { - "pk": 238, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "galerie", - "label": "galerie" - } - }, - { - "pk": 239, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "garenne", - "label": "garenne" - } - }, - { - "pk": 240, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "glaciere", - "label": "glaci\u00e8re" - } - }, - { - "pk": 241, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "gouvernail", - "label": "gouvernail" - } - }, - { - "pk": 242, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "gradins", - "label": "gradins" - } - }, - { - "pk": 243, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "grange", - "label": "grange" - } - }, - { - "pk": 244, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "grenier", - "label": "grenier" - } - }, - { - "pk": 245, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "helice", - "label": "h\u00e9lice" - } - }, - { - "pk": 246, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "hypocauste", - "label": "hypocauste" - } - }, - { - "pk": 247, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "incineration", - "label": "incin\u00e9ration" - } - }, - { - "pk": 248, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "inhumation", - "label": "inhumation" - } - }, - { - "pk": 249, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "inscription", - "label": "inscription" - } - }, - { - "pk": 250, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "jardin", - "label": "jardin" - } - }, - { - "pk": 251, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "laraire", - "label": "laraire" - } - }, - { - "pk": 252, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "latrines", - "label": "latrines" - } - }, - { - "pk": 253, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "lest", - "label": "lest" - } - }, - { - "pk": 254, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "levee", - "label": "lev\u00e9e" - } - }, - { - "pk": 255, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "mat", - "label": "m\u00e2t" - } - }, - { - "pk": 256, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "membrure", - "label": "membrure" - } - }, - { - "pk": 11, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "menhir", - "label": "menhir" - } - }, - { - "pk": 257, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "meule-fixe", - "label": "meule fixe" - } - }, - { - "pk": 258, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "mosaique", - "label": "mosa\u00efque" - } - }, - { - "pk": 259, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "moteur", - "label": "moteur" - } - }, - { - "pk": 10, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "motte-castrale", - "label": "motte castrale" - } - }, - { - "pk": 260, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "moule-a-cloches", - "label": "moule \u00e0 cloches" - } - }, - { - "pk": 261, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "mur", - "label": "mur" - } - }, - { - "pk": 263, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "niche", - "label": "niche" - } - }, - { - "pk": 264, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "niveau-doccupation", - "label": "niveau d'occupation" - } - }, - { - "pk": 265, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "oratoire", - "label": "oratoire" - } - }, - { - "pk": 266, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "orniere", - "label": "orni\u00e8re" - } - }, - { - "pk": 267, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "ouvrage-avance", - "label": "ouvrage avanc\u00e9" - } - }, - { - "pk": 268, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "palissade", - "label": "palissade" - } - }, - { - "pk": 269, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "paroi-ornee", - "label": "paroi orn\u00e9e" - } - }, - { - "pk": 270, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "pavage", - "label": "pavage" - } - }, - { - "pk": 271, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "pieu", - "label": "pieu" - } - }, - { - "pk": 272, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "pigeonnier", - "label": "pigeonnier" - } - }, - { - "pk": 273, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "pile", - "label": "pile" - } - }, - { - "pk": 274, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "plafond", - "label": "plafond" - } - }, - { - "pk": 275, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "plancher", - "label": "plancher" - } - }, - { - "pk": 276, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "polissoir-fixe", - "label": "polissoir fixe" - } - }, - { - "pk": 277, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "pont-de-bateau", - "label": "pont de bateau" - } - }, - { - "pk": 278, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "porte", - "label": "porte" - } - }, - { - "pk": 279, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "portique", - "label": "portique" - } - }, - { - "pk": 280, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "preceinte", - "label": "pr\u00e9ceinte" - } - }, - { - "pk": 281, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "pressoir", - "label": "pressoir" - } - }, - { - "pk": 282, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "puits", - "label": "puits" - } - }, - { - "pk": 283, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "purgerie", - "label": "purgerie" - } - }, - { - "pk": 284, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "quille", - "label": "quille" - } - }, - { - "pk": 285, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "recipient-fixe", - "label": "r\u00e9cipient fixe" - } - }, - { - "pk": 286, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "rempart", - "label": "rempart" - } - }, - { - "pk": 287, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "sarcophage", - "label": "sarcophage" - } - }, - { - "pk": 288, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "silo", - "label": "silo" - } - }, - { - "pk": 289, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "sol-doccupation", - "label": "sol d'occupation" - } - }, - { - "pk": 290, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "sol-orne", - "label": "sol orn\u00e9" - } - }, - { - "pk": 291, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "source-amenagee", - "label": "source am\u00e9nag\u00e9e" - } - }, - { - "pk": 292, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "souterrain", - "label": "souterrain" - } - }, - { - "pk": 293, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "statue", - "label": "statue" - } - }, - { - "pk": 294, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "statue-menhir", - "label": "statue-menhir" - } - }, - { - "pk": 295, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "stele", - "label": "st\u00e8le" - } - }, - { - "pk": 296, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "talus", - "label": "talus" - } - }, - { - "pk": 297, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "tour", - "label": "tour" - } - }, - { - "pk": 298, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "trace-agraire", - "label": "trace agraire" - } - }, - { - "pk": 299, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "train-datterrissage", - "label": "train d'atterrissage" - } - }, - { - "pk": 300, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "tranchee-dextraction", - "label": "tranch\u00e9e d'extraction" - } - }, - { - "pk": 301, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "trou-de-jauge", - "label": "trou de jauge" - } - }, - { - "pk": 302, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "trou-de-poteau", - "label": "trou de poteau" - } - }, - { - "pk": 303, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "trous-de-poteau-ensemble-de", - "label": "trous de poteau (ensemble de)" - } - }, - { - "pk": 304, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "tunnel", - "label": "tunnel" - } - }, - { - "pk": 305, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "urne", - "label": "urne" - } - }, - { - "pk": 306, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "vaigre", - "label": "vaigre" - } - }, - { - "pk": 307, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "verriere", - "label": "verri\u00e8re" - } - }, - { - "pk": 1, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": "", - "available": true, - "txt_idx": "villa", - "label": "villa" - } - }, - { - "pk": 308, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "virure", - "label": "virure" - } - }, - { - "pk": 309, - "model": "archaeological_operations.remaintype", - "fields": { - "comment": null, - "available": true, - "txt_idx": "zone-de-rejet", - "label": "zone de rejet" - } - }, - { - "pk": 1, - "model": "archaeological_operations.relationtype", - "fields": { - "comment": "", - "available": true, - "tiny_label": null, - "label": "Comprend", - "symmetrical": false, - "inverse_relation": 2, - "order": 1, - "txt_idx": "has_got" - } - }, - { - "pk": 2, - "model": "archaeological_operations.relationtype", - "fields": { - "comment": "", - "available": true, - "tiny_label": "", - "label": "Comprise dans", - "symmetrical": false, - "inverse_relation": 1, - "order": 1, - "txt_idx": "is_in" - } - }, - { - "pk": 3, - "model": "archaeological_operations.relationtype", - "fields": { - "comment": "", - "available": true, - "tiny_label": "", - "label": "Relation diffuse", - "symmetrical": true, - "inverse_relation": null, - "order": 1, - "txt_idx": "fuzzy_relation" - } - }, - { - "pk": 3, - "model": "archaeological_operations.reportstate", - "fields": { - "comment": "Ce rapport n'a pas encore \u00e9t\u00e9 re\u00e7u.", - "available": true, - "txt_idx": "not_received", - "order": 1, - "label": "Non re\u00e7u" - } - }, - { - "pk": 1, - "model": "archaeological_operations.reportstate", - "fields": { - "comment": "Le rapport a \u00e9t\u00e9 re\u00e7u mais n'est pas encore d\u00e9pouill\u00e9.", - "available": true, - "txt_idx": "received", - "order": 2, - "label": "Re\u00e7u et non d\u00e9pouill\u00e9" - } - }, - { - "pk": 7, - "model": "archaeological_operations.reportstate", - "fields": { - "comment": "Plusieurs rapports ont \u00e9t\u00e9 re\u00e7us mais ne sont pas encore d\u00e9pouill\u00e9s.", - "available": true, - "txt_idx": "received__not_processed", - "order": 3, - "label": "Re\u00e7us et non d\u00e9pouill\u00e9s" - } - }, - { - "pk": 10, - "model": "archaeological_operations.reportstate", - "fields": { - "comment": "Plusieurs rapports ont \u00e9t\u00e9 re\u00e7us mais ne sont que partiellement d\u00e9pouill\u00e9s.", - "available": true, - "txt_idx": "reports_received_partially_processed", - "order": 4, - "label": "Re\u00e7us, partiellement d\u00e9pouill\u00e9s" - } - }, - { - "pk": 9, - "model": "archaeological_operations.reportstate", - "fields": { - "comment": "Le rapport (unique) a \u00e9t\u00e9 re\u00e7u et d\u00e9pouill\u00e9.", - "available": true, - "txt_idx": "one_report_received_and_processed", - "order": 5, - "label": "Re\u00e7u et d\u00e9pouill\u00e9" - } - }, - { - "pk": 8, - "model": "archaeological_operations.reportstate", - "fields": { - "comment": "Tous les rapports ont \u00e9t\u00e9 re\u00e7us mais n'ont pas \u00e9t\u00e9 encore d\u00e9pouill\u00e9s.", - "available": true, - "txt_idx": "received_and_processed", - "order": 6, - "label": "Re\u00e7us et d\u00e9pouill\u00e9s" - } - }, - { - "pk": 4, - "model": "archaeological_operations.reportstate", - "fields": { - "comment": "Il n'existe pas de rapport pour cette op\u00e9ration.", - "available": true, - "txt_idx": "no-report", - "order": 7, - "label": "Rapport inexistant" - } - } -]
\ No newline at end of file +{ + "fields": { + "comment": "Un arr\u00eat\u00e9 prescrivant la r\u00e9alisation d'un diagnostic sur une surface donn\u00e9e, SANS pr\u00e9cision du responsable scientifique, SANS pr\u00e9cision de l'op\u00e9rateur", + "available": true, + "code": "A_DIAG", + "intented_to": "O", + "label": "Arr\u00eat\u00e9 de diagnostic", + "indexed": true, + "associated_template": [], + "txt_idx": "diagnostic_order" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "Un arr\u00eat\u00e9 prescrivant la r\u00e9alisation d'une fouille pr\u00e9ventive sur une surface donn\u00e9e", + "available": true, + "code": "A_F_PREV", + "intented_to": "O", + "label": "Arr\u00eat\u00e9 de prescription de fouille", + "indexed": true, + "associated_template": [], + "txt_idx": "excavation_order" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "Suite \u00e0 une demande d'avis, les SRA \u00e9met un courrier signalant sa volont\u00e9 de prescrire un diagnostic ou une fouille sur l'emprise du projet en objet.", + "available": true, + "code": "AVIS_DIAG", + "intented_to": "F", + "label": "R\u00e9ponse POSITIVE \u00e0 une demande d'AVIS", + "indexed": false, + "associated_template": [], + "txt_idx": "pos_advice_reply" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "Suite \u00e0 une demande d'avis, les SRA \u00e9met un courrier signalant sa volont\u00e9 de NE PAS prescrire un diagnostic ou une fouille sur l'emprise du projet en objet.", + "available": true, + "code": "Art_12_RAS", + "intented_to": "F", + "label": "R\u00e9ponse RAS \u00e0 une demande d'AVIS", + "indexed": false, + "associated_template": [], + "txt_idx": "neg_advice_reply" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "Arr\u00eat\u00e9 qui donne l'autorisation \u00e0 un Am\u00e9nageur de faire ex\u00e9cuter par un Op\u00e9rateur agr\u00e9e sous la responsabilit\u00e9 d'un Responsable scientifique, une op\u00e9ration.", + "available": true, + "code": "AUT_F_PREV", + "intented_to": "O", + "label": "Arr\u00eat\u00e9 d'autorisation de fouille pr\u00e9ventive", + "indexed": true, + "associated_template": [], + "txt_idx": "excavation_autorization_order" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "Arr\u00eat\u00e9 donnant l'autorisation \u00e0 une responsable scientifique de fouiller sur un terrain donn\u00e9.", + "available": true, + "code": "AUT_F_PROG", + "intented_to": "O", + "label": "Arr\u00eat\u00e9 d'autorisation de fouille programm\u00e9e", + "indexed": true, + "associated_template": [], + "txt_idx": "prog_excav_autorization_order" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "Suite \u00e0 une Saisine (art.8), envoi d'une r\u00e9ponse de non prescription", + "available": true, + "code": "RAS", + "intented_to": "F", + "label": "R\u00e9ponse NON prescription \u00e0 une saisine", + "indexed": false, + "associated_template": [], + "txt_idx": "reply_no_prescription" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "DESIGN_RS", + "intented_to": "O", + "label": "Arr\u00eat\u00e9 de d\u00e9signation de RS", + "indexed": true, + "associated_template": [], + "txt_idx": "responsible_act" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "D\u00e9signation de l'op\u00e9rateur pour un diagnostic : utile dans le cas o\u00f9 un service territorial ET l'INRAP sont en m\u00eame temps comp\u00e9tents pour un territoire donn\u00e9.", + "available": true, + "code": "DES_OPE", + "intented_to": "O", + "label": "Arr\u00eat\u00e9 de d\u00e9signation d'op\u00e9rateur", + "indexed": true, + "associated_template": [], + "txt_idx": "operator_designation_act" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "", + "intented_to": "O", + "label": "Arr\u00eat\u00e9 d'autorisation de prospection th\u00e9matique", + "indexed": true, + "associated_template": [], + "txt_idx": "thematic_survey_act" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "Lorsque des op\u00e9rations sont r\u00e9alis\u00e9es par tranches successives, le calendrier pr\u00e9visionnel de leur r\u00e9alisation est communiqu\u00e9 au pr\u00e9fet de r\u00e9gion qui peut d\u00e9cider de prescrire les mesures pr\u00e9vues \u00e0 l'article R. 523-15 soit pour la totalit\u00e9 du projet, soit lors de l'ex\u00e9cution de chaque tranche. Dans ce dernier cas, il d\u00e9finit par arr\u00eat\u00e9 les d\u00e9lais de sa saisine et la nature des documents \u00e0 fournir.\r\nLes op\u00e9rations de diagnostic sont toutefois conduites pour l'ensemble du projet si la personne qui r\u00e9alise ce projet en fait la demande.\r\n", + "available": true, + "code": "A_INITIAL", + "intented_to": "F", + "label": "Arr\u00eat\u00e9 INITIAL (d\u00e9finissant les d\u00e9lais de saisine par tranches, Article R523-21)", + "indexed": true, + "associated_template": [], + "txt_idx": "initial_act" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "Modification d'un autre arr\u00eat\u00e9 concernant une op\u00e9ration", + "available": true, + "code": "A_MODIF_SU", + "intented_to": "O", + "label": "Arr\u00eat\u00e9 modificatif", + "indexed": true, + "associated_template": [], + "txt_idx": "modif_act_ope" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "Modification d'un arr\u00eat\u00e9 d\u00e9finissant les d\u00e9lais de saisines (arr\u00eat\u00e9 initial)", + "available": true, + "code": "", + "intented_to": "F", + "label": "Arr\u00eat\u00e9 modificatif (Initial)", + "indexed": true, + "associated_template": [], + "txt_idx": "modif_act_init" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "Document attestant de la r\u00e9ception d'un dossier", + "available": true, + "code": "AR", + "intented_to": "F", + "label": "AR : Accus\u00e9 de r\u00e9ception dossier", + "indexed": false, + "associated_template": [ + [ + "accuse-de-reception-dun-dossier" + ] + ], + "txt_idx": "a_receipt" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "INFO", + "intented_to": "F", + "label": "R\u00e9ponse POSITIVE \u00e0 une demande d'INFO", + "indexed": false, + "associated_template": [], + "txt_idx": "info_pos" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "INFO_RAS", + "intented_to": "F", + "label": "R\u00e9ponse RAS \u00e0 une demande d'INFO", + "indexed": false, + "associated_template": [], + "txt_idx": "info_ras" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "Arr_sond", + "intented_to": "O", + "label": "Arr\u00eat\u00e9 de sondage", + "indexed": true, + "associated_template": [], + "txt_idx": "sondage_act" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "C_PSTI_OK", + "intented_to": "O", + "label": "Courrier d'accord sur PSTI DIAG", + "indexed": false, + "associated_template": [], + "txt_idx": "ok_project_diag" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "RAP_Amenag", + "intented_to": "O", + "label": "Courrier am\u00e9nageur transmission rapport", + "indexed": false, + "associated_template": [], + "txt_idx": "contractor_post_ope_mail" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "RAS_DIAG", + "intented_to": "O", + "label": "Courrier am\u00e9nageur lib\u00e9ration TOTALE terrain post DIAG", + "indexed": false, + "associated_template": [], + "txt_idx": "RAS_Post_DIAG" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "Lib_Terr", + "intented_to": "O", + "label": "Courrier am\u00e9nageur lib\u00e9ration TOTALE terrain post FOUILLE", + "indexed": false, + "associated_template": [], + "txt_idx": "free_field" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "ABROG", + "intented_to": "O", + "label": "Arr\u00eat\u00e9 d'abrogation de DIAG", + "indexed": true, + "associated_template": [], + "txt_idx": "cancel_act" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "CU_RAS", + "intented_to": "F", + "label": "R\u00e9ponse RAS \u00e0 un CU", + "indexed": false, + "associated_template": [], + "txt_idx": "CU_ok" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "CU_POSITIF", + "intented_to": "F", + "label": "R\u00e9ponse POSITIVE \u00e0 un CU", + "indexed": false, + "associated_template": [], + "txt_idx": "pos_CU" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "A_MODIF_PR", + "intented_to": "O", + "label": "Arr\u00eat\u00e9 modificatif de la consistance du projet", + "indexed": true, + "associated_template": [], + "txt_idx": "project_modif_act" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "ZONAGE", + "intented_to": "F", + "label": "Arr\u00eat\u00e9 de zonage arch\u00e9ologqiue", + "indexed": true, + "associated_template": [], + "txt_idx": "archaeological_zoning" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "Courrier qui accompagne l'arr\u00eat\u00e9 de diagnostic envoy\u00e9 \u00e0 l'am\u00e9nageur", + "available": true, + "code": "COUR_DIAG", + "intented_to": "O", + "label": "Courrier am\u00e9nageur Diagnostic", + "indexed": false, + "associated_template": [], + "txt_idx": "mail_diag" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "PI", + "intented_to": "O", + "label": "Arr\u00eat\u00e9 d'autorisation de prospection inventaire", + "indexed": true, + "associated_template": [], + "txt_idx": "general_survey_act" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "DIAG_EXIST", + "intented_to": "F", + "label": "Courrier diag existe deja S_Instructeur", + "indexed": false, + "associated_template": [], + "txt_idx": "diag_already" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "DIAG_dejaA", + "intented_to": "F", + "label": "Courrier diag existe deja AMENAGEUR", + "indexed": false, + "associated_template": [], + "txt_idx": "diag_already_land" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "C_Am_FOUIL", + "intented_to": "O", + "label": "Courrier am\u00e9nageur Prescription de Fouille", + "indexed": false, + "associated_template": [], + "txt_idx": "land_plan_excavation_mail" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "C_SI_DIAG", + "intented_to": "O", + "label": "Courrier Service Instructeur DIAG", + "indexed": false, + "associated_template": [], + "txt_idx": "town_planning_diag_mail" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "C_COLL_TER", + "intented_to": "O", + "label": "Courrier COLL TERR DIAG", + "indexed": false, + "associated_template": [], + "txt_idx": "terr_service_diag_mail" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "Courrier \u00e0 l'am\u00e9nageur lui indiquant l'intention de prescrire une fouille directement sur un Dossier", + "available": true, + "code": "C_INT_pres", + "intented_to": "F", + "label": "Courrier INTENTION de prescrire une FOUILLE", + "indexed": false, + "associated_template": [], + "txt_idx": "excavation_mail" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "C_SI_Fouil", + "intented_to": "O", + "label": "Courrier Service Instructeur FOUILLE DIRECTE", + "indexed": false, + "associated_template": [], + "txt_idx": "mail_excavation_urbanism" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "Suite \u00e0 une demande de l'am\u00e9nageur, si une partie des terrains ne contient pas de vestiges, il est possible de faire une lib\u00e9ration partielle.", + "available": true, + "code": "LIB_PART", + "intented_to": "O", + "label": "Courrier am\u00e9nageur lib\u00e9ration PARTIELLE terrain post DIAG", + "indexed": false, + "associated_template": [], + "txt_idx": "part_free_diag" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "PV relatant une visite particuli\u00e8re de contr\u00f4le du SRA lors d'une op\u00e9ration d'arch\u00e9ologie", + "available": true, + "code": "PV_CR", + "intented_to": "O", + "label": "PV CR de Visite", + "indexed": false, + "associated_template": [], + "txt_idx": "PV_CR" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "Suite \u00e0 une demande d'avis, les SRA \u00e9met un courrier signalant sa volont\u00e9 de prescrire un diagnostic ou une fouille sur l'emprise du projet en objet.", + "available": true, + "code": "AVIS_DIAG2", + "intented_to": "F", + "label": "R\u00e9ponse POSITIVE \u00e0 une demande d'AVIS (demande de complements)", + "indexed": false, + "associated_template": [], + "txt_idx": "pas_advice_reply_bis" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "MODIF_PSTI", + "intented_to": "O", + "label": "Courrier demande Modif PSTI", + "indexed": false, + "associated_template": [], + "txt_idx": "modif_project" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "(Art. R523-19 du code du patrimoine)\r\n\r\nLe pr\u00e9fet de r\u00e9gion dispose d'un d\u00e9lai de trois mois \u00e0 compter de la r\u00e9ception du rapport de diagnostic complet pour notifier le contenu des prescriptions post\u00e9rieures au diagnostic.\r\nLa date de r\u00e9ception du rapport de diagnostic complet est notifi\u00e9e par le pr\u00e9fet de r\u00e9gion \u00e0 l'autorit\u00e9 qui instruit la demande d'autorisation et \u00e0 l'am\u00e9nageur.\r\nDans le cas o\u00f9 le diagnostic a d\u00e9j\u00e0 \u00e9t\u00e9 r\u00e9alis\u00e9 en application de l'article R. 523-14, le d\u00e9lai de trois mois court \u00e0 compter de la r\u00e9ception du dossier par le pr\u00e9fet de r\u00e9gion dans les conditions pr\u00e9vues aux articles R. 523-9 et R. 523-10 ou de la confirmation par l'am\u00e9nageur de son intention de r\u00e9aliser les am\u00e9nagements, ouvrages ou travaux projet\u00e9s.\r\nA d\u00e9faut de notification dans ce d\u00e9lai, le pr\u00e9fet de r\u00e9gion est r\u00e9put\u00e9 avoir renonc\u00e9 \u00e0 \u00e9dicter de telles prescriptions.", + "available": true, + "code": "CONFIRM", + "intented_to": "O", + "label": "Courrier am\u00e9nageur demande de confirmation de projet ", + "indexed": false, + "associated_template": [], + "txt_idx": "mail_confirm" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "DAPA_DIAG", + "intented_to": "O", + "label": "BE DAPA Rapport DIAG", + "indexed": false, + "associated_template": [], + "txt_idx": "report_post" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "BE_MAIRIE", + "intented_to": "O", + "label": "BE Mairie Rapport DIAG", + "indexed": false, + "associated_template": [], + "txt_idx": "post_report_town" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "INRAP_RAP", + "intented_to": "O", + "label": "BE INRAP Rapport Diag autre Op\u00e9rateur", + "indexed": false, + "associated_template": [], + "txt_idx": "post_report_inrap" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "REFUS_RAPP", + "intented_to": "O", + "label": "Courrier Op\u00e9rateur Rapport NON conforme", + "indexed": false, + "associated_template": [], + "txt_idx": "bad_report" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "AR_OPER", + "intented_to": "O", + "label": "AR : Rapport DIAG Op\u00e9rateur", + "indexed": false, + "associated_template": [], + "txt_idx": "AR_operator" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "AR_FOUILLE", + "intented_to": "O", + "label": "AR : Rapport FOUILLE Op\u00e9rateur", + "indexed": false, + "associated_template": [], + "txt_idx": "ar_report_excavation" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "FICHE_OPE", + "intented_to": "O", + "label": "FICHE R\u00e9ception et transmission des rapports d\u2019op\u00e9ration", + "indexed": false, + "associated_template": [], + "txt_idx": "OPE_sheetfile" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "AVIS_POS_M", + "intented_to": "F", + "label": "R\u00e9ponse POSITIVE \u00e0 une demande d'AVIS sur \u00e9tude pr\u00e9alable et diagnostic architectural (MH)", + "indexed": false, + "associated_template": [], + "txt_idx": "pos_advice_mh" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "AVIS_RAS_M", + "intented_to": "F", + "label": "R\u00e9ponse RAS \u00e0 une demande d'AVIS sur \u00e9tude pr\u00e9alable et diagnostic architectural (MH)", + "indexed": false, + "associated_template": [], + "txt_idx": "neg_advice_MH" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "AR_demande", + "intented_to": "TF", + "label": "AR : demande de pr\u00eat", + "indexed": false, + "associated_template": [], + "txt_idx": "loan_demand_receipt" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "code": "", + "intented_to": "T", + "label": "Constat d'\u00e9tat", + "indexed": false, + "associated_template": [ + [ + "document-de-reference" + ] + ], + "txt_idx": "observation_status" + }, + "model": "archaeological_operations.acttype" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": null, + "end_date": -10000, + "order": 8000, + "label": "Pal\u00e9olithique", + "start_date": -450000, + "txt_idx": "paleolithic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "1100, 'Pal\u00e9olithique ancien', , )", + "available": true, + "parent": [ + "paleolithic" + ], + "end_date": -150000, + "order": 8900, + "label": "Pal\u00e9olithique ancien", + "start_date": -450000, + "txt_idx": "ancien_paleolithic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "1200, '', , ),", + "available": true, + "parent": [ + "paleolithic" + ], + "end_date": -35000, + "order": 8800, + "label": "Pal\u00e9olithique moyen", + "start_date": -150000, + "txt_idx": "middle_paleolithic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "paleolithic" + ], + "end_date": -12000, + "order": 8700, + "label": "Pal\u00e9olithique sup\u00e9rieur", + "start_date": -35000, + "txt_idx": "late_paleolithic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "paleolithic" + ], + "end_date": -10000, + "order": 8600, + "label": "Pal\u00e9olithique sup\u00e9rieur final", + "start_date": -12000, + "txt_idx": "final_paleolithic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": null, + "end_date": -5000, + "order": 7000, + "label": "M\u00e9solithique", + "start_date": -10000, + "txt_idx": "mesolithic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "mesolithic" + ], + "end_date": -7000, + "order": 7900, + "label": "M\u00e9solithique ancien", + "start_date": -10000, + "txt_idx": "old_mesolithic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": false, + "parent": [ + "mesolithic" + ], + "end_date": -7000, + "order": 7800, + "label": "M\u00e9solithique moyen", + "start_date": -8000, + "txt_idx": "middle_mesolithic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "mesolithic" + ], + "end_date": -5000, + "order": 7700, + "label": "M\u00e9solithique r\u00e9cent", + "start_date": -7000, + "txt_idx": "recent_mesolithic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": null, + "end_date": -2000, + "order": 6000, + "label": "N\u00e9olithique", + "start_date": -5500, + "txt_idx": "neolithic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "neolithic" + ], + "end_date": -4500, + "order": 6900, + "label": "N\u00e9olithique ancien", + "start_date": -5500, + "txt_idx": "old_neolithic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "neolithic" + ], + "end_date": -3200, + "order": 6800, + "label": "N\u00e9olithique moyen", + "start_date": -4500, + "txt_idx": "middle_neolithic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "neolithic" + ], + "end_date": -2500, + "order": 6700, + "label": "N\u00e9olithique r\u00e9cent", + "start_date": -3200, + "txt_idx": "recent_neolithic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "neolithic" + ], + "end_date": -2000, + "order": 6600, + "label": "N\u00e9olithique final", + "start_date": -2800, + "txt_idx": "final_neolithic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": null, + "end_date": -40, + "order": 5000, + "label": "Protohistoire", + "start_date": -2000, + "txt_idx": "protohistory" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "protohistory" + ], + "end_date": -750, + "order": 5900, + "label": "\u00c2ge du Bronze", + "start_date": -2000, + "txt_idx": "bronze_age" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "protohistory" + ], + "end_date": -40, + "order": 5800, + "label": "\u00c2ge du Fer", + "start_date": -800, + "txt_idx": "iron_age" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "bronze_age" + ], + "end_date": -1600, + "order": 5890, + "label": "\u00c2ge du Bronze ancien", + "start_date": -2000, + "txt_idx": "old_bronze_age" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "bronze_age" + ], + "end_date": -1200, + "order": 5880, + "label": "\u00c2ge du Bronze moyen", + "start_date": -1600, + "txt_idx": "middle_bronze_age" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "bronze_age" + ], + "end_date": -750, + "order": 5870, + "label": "\u00c2ge du Bronze final", + "start_date": -1200, + "txt_idx": "final_bronze_age" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "iron_age" + ], + "end_date": -450, + "order": 5790, + "label": "Premier \u00c2ge du Fer", + "start_date": -800, + "txt_idx": "first_iron_age" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "iron_age" + ], + "end_date": -40, + "order": 5780, + "label": "Deuxi\u00e8me \u00c2ge du Fer", + "start_date": -500, + "txt_idx": "second_iron_age" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": null, + "end_date": 476, + "order": 4000, + "label": "Gallo-romain", + "start_date": -40, + "txt_idx": "gallo-roman" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "gallo-roman" + ], + "end_date": -27, + "order": 4900, + "label": "R\u00e9publique", + "start_date": -40, + "txt_idx": "republic" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "gallo-roman" + ], + "end_date": 192, + "order": 4800, + "label": "Haut Empire", + "start_date": -27, + "txt_idx": "high-empire" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "gallo-roman" + ], + "end_date": 476, + "order": 4700, + "label": "Bas Empire", + "start_date": 192, + "txt_idx": "low_empire" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": null, + "end_date": 1492, + "order": 3000, + "label": "Moyen \u00c2ge", + "start_date": 476, + "txt_idx": "middle_age" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "middle_age" + ], + "end_date": 987, + "order": 3900, + "label": "Haut Moyen \u00c2ge", + "start_date": 476, + "txt_idx": "high_middle_age" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "middle_age" + ], + "end_date": 1204, + "order": 3800, + "label": "Moyen \u00c2ge classique", + "start_date": 987, + "txt_idx": "classic_middle_age" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "middle_age" + ], + "end_date": 1492, + "order": 3700, + "label": "Bas Moyen \u00c2ge", + "start_date": 1204, + "txt_idx": "low_middle_age" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": null, + "end_date": 2016, + "order": 2000, + "label": "P\u00e9riode r\u00e9cente", + "start_date": 1492, + "txt_idx": "recent_times" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "recent_times" + ], + "end_date": 1815, + "order": 2900, + "label": "\u00c9poque moderne", + "start_date": 1492, + "txt_idx": "modern" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "recent_times" + ], + "end_date": 2016, + "order": 2800, + "label": "\u00c9poque contemporaine", + "start_date": 1815, + "txt_idx": "contemporan" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": null, + "end_date": 0, + "order": 1000, + "label": "\u00c9poque ind\u00e9termin\u00e9e", + "start_date": 0, + "txt_idx": "indetermined" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": null, + "end_date": 0, + "order": 0, + "label": "Non-renseign\u00e9", + "start_date": 0, + "txt_idx": "not_yet_documented" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": null, + "end_date": 0, + "order": 1, + "label": "Am\u00e9rindien", + "start_date": 0, + "txt_idx": "amerindian" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": null, + "end_date": -500, + "order": 1, + "label": "M\u00e9diterran\u00e9en", + "start_date": 500, + "txt_idx": "mediterranean" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "mediterranean" + ], + "end_date": 0, + "order": 1, + "label": "Antiquit\u00e9 m\u00e9diterran\u00e9enne", + "start_date": 0, + "txt_idx": "mediterranean_antiq" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "mediterranean_antiq" + ], + "end_date": 0, + "order": 1, + "label": "Antiquit\u00e9 tardive (M\u00e9d.)", + "start_date": 0, + "txt_idx": "late_antiq_med" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "mediterranean_antiq" + ], + "end_date": 0, + "order": 2, + "label": "\u00c9poque archa\u00efque", + "start_date": 0, + "txt_idx": "archaic_epoc" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "mediterranean_antiq" + ], + "end_date": 0, + "order": 3, + "label": "Bas-Empire (M\u00e9d.)", + "start_date": 0, + "txt_idx": "lower_empire_med" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "mediterranean_antiq" + ], + "end_date": 0, + "order": 4, + "label": "\u00c9poque classique", + "start_date": 0, + "txt_idx": "classic_epoc" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "mediterranean_antiq" + ], + "end_date": 0, + "order": 5, + "label": "\u00c9poque hell\u00e9nistique", + "start_date": 0, + "txt_idx": "hellen_epoc" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "parent": [ + "mediterranean_antiq" + ], + "end_date": 0, + "order": 6, + "label": "Haut-Empire (M\u00e9d.)", + "start_date": 0, + "txt_idx": "upper_empire" + }, + "model": "archaeological_operations.period" +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "villa", + "label": "villa" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "enclosure", + "label": "enclos" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "church", + "label": "\u00e9glise" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "cairn", + "label": "cairn" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "ditch", + "label": "foss\u00e9" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "castle", + "label": "ch\u00e2teau" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "motte-castrale", + "label": "motte castrale" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": "", + "available": true, + "txt_idx": "menhir", + "label": "menhir" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "aile", + "label": "aile" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "aire-de-battage", + "label": "aire de battage" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "amas", + "label": "amas" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "amas-coquillier", + "label": "amas coquillier" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "amas-de-debitage", + "label": "amas de d\u00e9bitage" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "amenagement-indetermine", + "label": "am\u00e9nagement ind\u00e9termin\u00e9" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "anomalie", + "label": "anomalie" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "arc", + "label": "arc" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "arcasse", + "label": "arcasse" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "arche", + "label": "arche" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "aula", + "label": "aula" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "autel", + "label": "autel" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "banquette", + "label": "banquette" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "barbacane", + "label": "barbacane" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "barrot", + "label": "barrot" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "basse-cour", + "label": "basse-cour" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "bassin", + "label": "bassin" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "bastion", + "label": "bastion" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "batiment", + "label": "b\u00e2timent" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "bloc", + "label": "bloc" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "bloc-orne", + "label": "bloc orn\u00e9" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "bloc-ouvrage", + "label": "bloc ouvrag\u00e9" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "boisage", + "label": "boisage" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "boniferie", + "label": "boniferie" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "borde", + "label": "bord\u00e9" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "borde-a-clin", + "label": "bord\u00e9 \u00e0 clin" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "borde-a-franc-bord", + "label": "bord\u00e9 \u00e0 franc-bord" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "borne", + "label": "borne" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "butte", + "label": "butte" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "calage", + "label": "calage" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "calfatage", + "label": "calfatage" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "calvaire", + "label": "calvaire" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "canalisation", + "label": "canalisation" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "cargaison", + "label": "cargaison" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "cave", + "label": "cave" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "cercueil", + "label": "cercueil" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "charpente", + "label": "charpente" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "cloitre", + "label": "clo\u00eetre" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "cockpit", + "label": "cockpit" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "colonnade", + "label": "colonnade" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "colonne-element-de", + "label": "colonne (\u00e9l\u00e9ment de)" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "construction", + "label": "construction" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "coque", + "label": "coque" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "coque-borde-premier", + "label": "coque bord\u00e9-premier" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "coque-membrure-premiere", + "label": "coque membrure-premi\u00e8re" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "couple", + "label": "couple" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "cour", + "label": "cour" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "courtine", + "label": "courtine" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "croix", + "label": "croix" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "crypte", + "label": "crypte" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "cryptoportique", + "label": "cryptoportique" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "cuve", + "label": "cuve" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "cuvelage", + "label": "cuvelage" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "dallage", + "label": "dallage" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "demi-lune", + "label": "demi-lune" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "depotoir", + "label": "d\u00e9potoir" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "derive", + "label": "d\u00e9rive" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "doublage", + "label": "doublage" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "empierrement", + "label": "empierrement" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "emplanture", + "label": "emplanture" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "empreinte", + "label": "empreinte" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "enclos", + "label": "enclos" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "enclos-systeme-d", + "label": "enclos (syst\u00e8me d')" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "entree-amenagee", + "label": "entr\u00e9e am\u00e9nag\u00e9e" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "escalier", + "label": "escalier" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "etambot", + "label": "\u00e9tambot" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "etrave", + "label": "\u00e9trave" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "etrave-a-eperon", + "label": "\u00e9trave \u00e0 \u00e9peron" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "etuve", + "label": "\u00e9tuve" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "ferrier", + "label": "ferrier" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "fondation", + "label": "fondation" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "fosse", + "label": "fosse" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "fosses-reseau-de", + "label": "foss\u00e9s (r\u00e9seau de)" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "four", + "label": "four" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "foyer", + "label": "foyer" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "foyer-vidange-de", + "label": "foyer (vidange de)" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "front-de-taille", + "label": "front de taille" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "fuselage", + "label": "fuselage" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "galerie", + "label": "galerie" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "garenne", + "label": "garenne" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "glaciere", + "label": "glaci\u00e8re" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "gouvernail", + "label": "gouvernail" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "gradins", + "label": "gradins" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "grange", + "label": "grange" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "grenier", + "label": "grenier" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "helice", + "label": "h\u00e9lice" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "hypocauste", + "label": "hypocauste" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "incineration", + "label": "incin\u00e9ration" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "inhumation", + "label": "inhumation" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "inscription", + "label": "inscription" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "jardin", + "label": "jardin" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "laraire", + "label": "laraire" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "latrines", + "label": "latrines" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "lest", + "label": "lest" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "levee", + "label": "lev\u00e9e" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "mat", + "label": "m\u00e2t" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "membrure", + "label": "membrure" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "meule-fixe", + "label": "meule fixe" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "mosaique", + "label": "mosa\u00efque" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "moteur", + "label": "moteur" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "moule-a-cloches", + "label": "moule \u00e0 cloches" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "mur", + "label": "mur" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "niche", + "label": "niche" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "niveau-doccupation", + "label": "niveau d'occupation" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "oratoire", + "label": "oratoire" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "orniere", + "label": "orni\u00e8re" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "ouvrage-avance", + "label": "ouvrage avanc\u00e9" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "palissade", + "label": "palissade" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "paroi-ornee", + "label": "paroi orn\u00e9e" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "pavage", + "label": "pavage" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "pieu", + "label": "pieu" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "pigeonnier", + "label": "pigeonnier" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "pile", + "label": "pile" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "plafond", + "label": "plafond" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "plancher", + "label": "plancher" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "polissoir-fixe", + "label": "polissoir fixe" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "pont-de-bateau", + "label": "pont de bateau" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "porte", + "label": "porte" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "portique", + "label": "portique" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "preceinte", + "label": "pr\u00e9ceinte" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "pressoir", + "label": "pressoir" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "puits", + "label": "puits" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "purgerie", + "label": "purgerie" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "quille", + "label": "quille" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "recipient-fixe", + "label": "r\u00e9cipient fixe" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "rempart", + "label": "rempart" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "sarcophage", + "label": "sarcophage" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "silo", + "label": "silo" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "sol-doccupation", + "label": "sol d'occupation" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "sol-orne", + "label": "sol orn\u00e9" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "source-amenagee", + "label": "source am\u00e9nag\u00e9e" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "souterrain", + "label": "souterrain" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "statue", + "label": "statue" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "statue-menhir", + "label": "statue-menhir" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "stele", + "label": "st\u00e8le" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "talus", + "label": "talus" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "tour", + "label": "tour" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "trace-agraire", + "label": "trace agraire" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "train-datterrissage", + "label": "train d'atterrissage" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "tranchee-dextraction", + "label": "tranch\u00e9e d'extraction" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "trou-de-jauge", + "label": "trou de jauge" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "trou-de-poteau", + "label": "trou de poteau" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "trous-de-poteau-ensemble-de", + "label": "trous de poteau (ensemble de)" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "tunnel", + "label": "tunnel" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "urne", + "label": "urne" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "vaigre", + "label": "vaigre" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "verriere", + "label": "verri\u00e8re" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "virure", + "label": "virure" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": null, + "available": true, + "txt_idx": "zone-de-rejet", + "label": "zone de rejet" + }, + "model": "archaeological_operations.remaintype" +}, +{ + "fields": { + "comment": "", + "available": true, + "tiny_label": null, + "label": "Comprend", + "symmetrical": false, + "inverse_relation": [ + "is_in" + ], + "order": 1, + "txt_idx": "has_got" + }, + "model": "archaeological_operations.relationtype" +}, +{ + "fields": { + "comment": "", + "available": true, + "tiny_label": "", + "label": "Comprise dans", + "symmetrical": false, + "inverse_relation": [ + "has_got" + ], + "order": 1, + "txt_idx": "is_in" + }, + "model": "archaeological_operations.relationtype" +}, +{ + "fields": { + "comment": "", + "available": true, + "tiny_label": "", + "label": "Relation diffuse", + "symmetrical": true, + "inverse_relation": null, + "order": 1, + "txt_idx": "fuzzy_relation" + }, + "model": "archaeological_operations.relationtype" +}, +{ + "fields": { + "comment": "Le rapport a \u00e9t\u00e9 re\u00e7u mais n'est pas encore d\u00e9pouill\u00e9.", + "available": true, + "txt_idx": "received", + "order": 2, + "label": "Re\u00e7u et non d\u00e9pouill\u00e9" + }, + "model": "archaeological_operations.reportstate" +}, +{ + "fields": { + "comment": "Ce rapport n'a pas encore \u00e9t\u00e9 re\u00e7u.", + "available": true, + "txt_idx": "not_received", + "order": 1, + "label": "Non re\u00e7u" + }, + "model": "archaeological_operations.reportstate" +}, +{ + "fields": { + "comment": "Il n'existe pas de rapport pour cette op\u00e9ration.", + "available": true, + "txt_idx": "no-report", + "order": 7, + "label": "Rapport inexistant" + }, + "model": "archaeological_operations.reportstate" +}, +{ + "fields": { + "comment": "Plusieurs rapports ont \u00e9t\u00e9 re\u00e7us mais ne sont pas encore d\u00e9pouill\u00e9s.", + "available": true, + "txt_idx": "received__not_processed", + "order": 3, + "label": "Re\u00e7us et non d\u00e9pouill\u00e9s" + }, + "model": "archaeological_operations.reportstate" +}, +{ + "fields": { + "comment": "Tous les rapports ont \u00e9t\u00e9 re\u00e7us mais n'ont pas \u00e9t\u00e9 encore d\u00e9pouill\u00e9s.", + "available": true, + "txt_idx": "received_and_processed", + "order": 6, + "label": "Re\u00e7us et d\u00e9pouill\u00e9s" + }, + "model": "archaeological_operations.reportstate" +}, +{ + "fields": { + "comment": "Le rapport (unique) a \u00e9t\u00e9 re\u00e7u et d\u00e9pouill\u00e9.", + "available": true, + "txt_idx": "one_report_received_and_processed", + "order": 5, + "label": "Re\u00e7u et d\u00e9pouill\u00e9" + }, + "model": "archaeological_operations.reportstate" +}, +{ + "fields": { + "comment": "Plusieurs rapports ont \u00e9t\u00e9 re\u00e7us mais ne sont que partiellement d\u00e9pouill\u00e9s.", + "available": true, + "txt_idx": "reports_received_partially_processed", + "order": 4, + "label": "Re\u00e7us, partiellement d\u00e9pouill\u00e9s" + }, + "model": "archaeological_operations.reportstate" +} +] |