summaryrefslogtreecommitdiff
path: root/archaeological_operations/fixtures/initial_data-fr.json
blob: 16e6a49a1d22e2fca838f2d40bca2b4bdd0ecafa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
[
    {
        "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", 
            "indexed": false, 
            "associated_template": [], 
            "txt_idx": "a_receipt"
        }
    }, 
    {
        "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": 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": 878, 
        "model": "archaeological_operations.acttype", 
        "fields": {
            "comment": "", 
            "available": true, 
            "code": "Cour_CIRA", 
            "intented_to": "O", 
            "label": "Courrier am\u00e9nageur passage en CIRA", 
            "indexed": false, 
            "associated_template": [], 
            "txt_idx": "CIRA_mail"
        }
    }, 
    {
        "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": 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": 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": 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": 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": 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": 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": 34, 
        "model": "archaeological_operations.period", 
        "fields": {
            "comment": "", 
            "available": true, 
            "parent": null, 
            "end_date": 0, 
            "order": 1000, 
            "label": "Epoque ind\u00e9termin\u00e9e", 
            "start_date": 0, 
            "txt_idx": "indetermined"
        }
    }, 
    {
        "pk": 31, 
        "model": "archaeological_operations.period", 
        "fields": {
            "comment": "", 
            "available": true, 
            "parent": null, 
            "end_date": 2014, 
            "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": 2014, 
            "order": 2800, 
            "label": "Epoque 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": "Epoque 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-\u00e2ge", 
            "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-\u00e2ge", 
            "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-\u00e2ge 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-\u00e2ge", 
            "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": -3000, 
            "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": -8000, 
            "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": 5, 
        "model": "archaeological_operations.remaintype", 
        "fields": {
            "comment": "", 
            "available": true, 
            "txt_idx": "cairn", 
            "label": "cairn"
        }
    }, 
    {
        "pk": 3, 
        "model": "archaeological_operations.remaintype", 
        "fields": {
            "comment": "", 
            "available": true, 
            "txt_idx": "church", 
            "label": "\u00e9glise"
        }
    }, 
    {
        "pk": 2, 
        "model": "archaeological_operations.remaintype", 
        "fields": {
            "comment": "", 
            "available": true, 
            "txt_idx": "enclosure", 
            "label": "enclos"
        }
    }, 
    {
        "pk": 4, 
        "model": "archaeological_operations.remaintype", 
        "fields": {
            "comment": "", 
            "available": true, 
            "txt_idx": "pit", 
            "label": "fosse"
        }
    }, 
    {
        "pk": 6, 
        "model": "archaeological_operations.remaintype", 
        "fields": {
            "comment": "", 
            "available": true, 
            "txt_idx": "ditch", 
            "label": "foss\u00e9"
        }
    }, 
    {
        "pk": 8, 
        "model": "archaeological_operations.remaintype", 
        "fields": {
            "comment": "", 
            "available": true, 
            "txt_idx": "burn", 
            "label": "foyer"
        }
    }, 
    {
        "pk": 7, 
        "model": "archaeological_operations.remaintype", 
        "fields": {
            "comment": "", 
            "available": true, 
            "txt_idx": "post_hole", 
            "label": "trous de poteaux"
        }
    }, 
    {
        "pk": 1, 
        "model": "archaeological_operations.remaintype", 
        "fields": {
            "comment": "", 
            "available": true, 
            "txt_idx": "villa", 
            "label": "villa"
        }
    }
]