summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-08-12 13:22:23 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-08-12 13:22:23 +0200
commite40b17c69546c42938e0a40d593c7a7a41392858 (patch)
tree5bd6ed0712418e84bda3c439c545137025a4902b
parent7d3fc39c7282af20182ba83b5e03aa1cc673516e (diff)
downloadIshtar-e40b17c69546c42938e0a40d593c7a7a41392858.tar.bz2
Ishtar-e40b17c69546c42938e0a40d593c7a7a41392858.zip
Fixtures: natural keys for context records types
-rw-r--r--Makefile.example2
-rw-r--r--archaeological_finds/fixtures/initial_data-fr.json14702
2 files changed, 7052 insertions, 7652 deletions
diff --git a/Makefile.example b/Makefile.example
index a99f3b7c1..f806ac1b7 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -175,7 +175,7 @@ fixtures_context_records:
> '../archaeological_context_records/fixtures/initial_data-'$(default_data)'.json'
fixtures_finds:
- cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \
+ cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \
archaeological_finds.materialtype \
archaeological_finds.treatmenttype \
archaeological_finds.treatmentstate \
diff --git a/archaeological_finds/fixtures/initial_data-fr.json b/archaeological_finds/fixtures/initial_data-fr.json
index c7f0699b1..33d239ef6 100644
--- a/archaeological_finds/fixtures/initial_data-fr.json
+++ b/archaeological_finds/fixtures/initial_data-fr.json
@@ -1,7652 +1,7052 @@
[
- {
- "pk": 56,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.MT",
- "parent": 27,
- "label": "Alliage cuivreux",
- "recommendation": "",
- "txt_idx": "copper-alloy"
- }
- },
- {
- "pk": 16,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Tout ce qui ne rentre pas dans les autres cases...",
- "available": true,
- "code": "M.AT",
- "parent": null,
- "label": "Autre",
- "recommendation": "",
- "txt_idx": "other"
- }
- },
- {
- "pk": 51,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.OG",
- "parent": 23,
- "label": "Bois non travaill\u00e9",
- "recommendation": "",
- "txt_idx": "wood"
- }
- },
- {
- "pk": 52,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.OG",
- "parent": 22,
- "label": "Bois travaill\u00e9",
- "recommendation": "",
- "txt_idx": "shaped_wood"
- }
- },
- {
- "pk": 45,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "BRZ",
- "parent": 56,
- "label": "Bronze",
- "recommendation": "",
- "txt_idx": "brz"
- }
- },
- {
- "pk": 24,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Toute la vaisselle c\u00e9ramique y compris les amphores",
- "available": true,
- "code": "M.TC",
- "parent": 13,
- "label": "C\u00e9ramique",
- "recommendation": "",
- "txt_idx": "ceramic"
- }
- },
- {
- "pk": 47,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.OG",
- "parent": 23,
- "label": "Charbon de bois",
- "recommendation": "\u00c9viter l'\u00e9crasement",
- "txt_idx": "charcoal"
- }
- },
- {
- "pk": 46,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Fait de plusieurs mati\u00e8res",
- "available": true,
- "code": "CP",
- "parent": null,
- "label": "Composite",
- "recommendation": "",
- "txt_idx": "composite"
- }
- },
- {
- "pk": 44,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.OG",
- "parent": 22,
- "label": "Cuir",
- "recommendation": "",
- "txt_idx": "leather"
- }
- },
- {
- "pk": 34,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.EP",
- "parent": 32,
- "label": "Enduit peint",
- "recommendation": "",
- "txt_idx": "painted_plaster"
- }
- },
- {
- "pk": 54,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.TC",
- "parent": 24,
- "label": "Fa\u00efence",
- "recommendation": "",
- "txt_idx": "faience"
- }
- },
- {
- "pk": 43,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.OS",
- "parent": 39,
- "label": "Faune",
- "recommendation": "",
- "txt_idx": "animal_bone"
- }
- },
- {
- "pk": 49,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.MT",
- "parent": 28,
- "label": "Fer",
- "recommendation": "",
- "txt_idx": "Iron"
- }
- },
- {
- "pk": 50,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.MT",
- "parent": 28,
- "label": "Fonte",
- "recommendation": "",
- "txt_idx": "cast_iron"
- }
- },
- {
- "pk": 48,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.OG",
- "parent": 23,
- "label": "Graine",
- "recommendation": "Hygrom\u00e9trie \u00e0 contr\u00f4ler, \u00e9viter l'\u00e9crasement",
- "txt_idx": "seed"
- }
- },
- {
- "pk": 55,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.TC",
- "parent": 24,
- "label": "Gr\u00e8s c\u00e9ramique",
- "recommendation": "",
- "txt_idx": "stoneware"
- }
- },
- {
- "pk": 17,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Tout ce qui n'a pas pu \u00eatre identifi\u00e9, qui est ind\u00e9terminable \u00e0 ce jour (semble t-il)",
- "available": true,
- "code": "M.ID",
- "parent": null,
- "label": "Ind\u00e9termin\u00e9",
- "recommendation": "",
- "txt_idx": "unknown"
- }
- },
- {
- "pk": 20,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Tout \u00e9l\u00e9ment en pierre intervenant dans la construction : pierre taill\u00e9e, moellon, pierre sculpt\u00e9e, statue \u2026",
- "available": true,
- "code": "M.LP",
- "parent": 11,
- "label": "Lapidaire",
- "recommendation": "",
- "txt_idx": "lapidary"
- }
- },
- {
- "pk": 19,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Tout ce qui a rapport \u00e0 la pierre, \u00e0 la taille et \u00e0 l'industrie de la pierre durant la pr\u00e9histoire (ou plus r\u00e9cemment d'ailleurs)",
- "available": true,
- "code": "M.LT",
- "parent": 11,
- "label": "Lithique",
- "recommendation": "",
- "txt_idx": "lithic"
- }
- },
- {
- "pk": 32,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Tout mat\u00e9riau de construction qui n'est ni de la pierre, ni de la TCA, ni du verre : terre crue, torchis, pl\u00e2tre, enduit peint, mosa\u00efque, bois ...",
- "available": true,
- "code": "M.AT",
- "parent": 16,
- "label": "Mat\u00e9riaux de construction autre",
- "recommendation": "",
- "txt_idx": "constr_material"
- }
- },
- {
- "pk": 14,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.MT",
- "parent": null,
- "label": "M\u00e9tal",
- "recommendation": "",
- "txt_idx": "metal"
- }
- },
- {
- "pk": 28,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Tout objet en m\u00e9tal ferreux",
- "available": true,
- "code": "M.MT",
- "parent": 14,
- "label": "M\u00e9tal ferreux",
- "recommendation": "",
- "txt_idx": "iron_metal"
- }
- },
- {
- "pk": 27,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Tout objet en m\u00e9tal non ferreux",
- "available": true,
- "code": "M.MT",
- "parent": 14,
- "label": "M\u00e9tal non ferreux",
- "recommendation": "",
- "txt_idx": "not_iron_metal"
- }
- },
- {
- "pk": 11,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.MI",
- "parent": null,
- "label": "Min\u00e9ral",
- "recommendation": "",
- "txt_idx": "mineral"
- }
- },
- {
- "pk": 29,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Monnaies, jetons \u00e0 compter, poids mon\u00e9taires, coins",
- "available": true,
- "code": "M.MT",
- "parent": 14,
- "label": "Mon\u00e9taire",
- "recommendation": "",
- "txt_idx": "monetary"
- }
- },
- {
- "pk": 18,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Type de mat\u00e9riau inconnu car non \u00e9tudi\u00e9",
- "available": true,
- "code": "M.?",
- "parent": null,
- "label": "Non \u00e9tudi\u00e9",
- "recommendation": "",
- "txt_idx": "not_studied"
- }
- },
- {
- "pk": 12,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.OG",
- "parent": null,
- "label": "Organique",
- "recommendation": "",
- "txt_idx": "organic"
- }
- },
- {
- "pk": 23,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Mat\u00e9riaux naturels et de nature biologique (mnnb). Tout objet organique brut : os humain, reste de boucherie, graine, coquillage, corne \u2026",
- "available": true,
- "code": "M.OG",
- "parent": 12,
- "label": "Organique non travaill\u00e9",
- "recommendation": "",
- "txt_idx": "raw_organic"
- }
- },
- {
- "pk": 22,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Cuir, tissu, tabletterie, vannerie, cordage, bois (hors construction), tout objet travaill\u00e9 (transform\u00e9) en mat\u00e9riau organique",
- "available": true,
- "code": "M.OG",
- "parent": 12,
- "label": "Organique travaill\u00e9",
- "recommendation": "",
- "txt_idx": "organicwork"
- }
- },
- {
- "pk": 42,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.OS",
- "parent": 39,
- "label": "Os humain",
- "recommendation": "",
- "txt_idx": "human_bone"
- }
- },
- {
- "pk": 39,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.OS",
- "parent": 23,
- "label": "Os non travaill\u00e9",
- "recommendation": "",
- "txt_idx": "unworked_bone"
- }
- },
- {
- "pk": 40,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.OS",
- "parent": 22,
- "label": "Os travaill\u00e9",
- "recommendation": "",
- "txt_idx": "bonework"
- }
- },
- {
- "pk": 21,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Tout ce qui n'est ni de l'industrie lithique, ni de la pierre de construction : meule, vaisselle, objet manufactur\u00e9 \u2026",
- "available": true,
- "code": "M.MI",
- "parent": 11,
- "label": "Pierre autre",
- "recommendation": "",
- "txt_idx": "other_stone"
- }
- },
- {
- "pk": 53,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.TC",
- "parent": 24,
- "label": "Porcelaine",
- "recommendation": "",
- "txt_idx": "porcelain"
- }
- },
- {
- "pk": 37,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "P.NT",
- "parent": 16,
- "label": "Pr\u00e9l\u00e8vement non trait\u00e9",
- "recommendation": "",
- "txt_idx": "sampling_not_processed"
- }
- },
- {
- "pk": 35,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "P.TE",
- "parent": 16,
- "label": "Pr\u00e9l\u00e8vement trait\u00e9 et \u00e9tudi\u00e9",
- "recommendation": "",
- "txt_idx": "sampling_processed_studied"
- }
- },
- {
- "pk": 36,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "P.NE",
- "parent": 16,
- "label": "Pr\u00e9l\u00e8vement trait\u00e9 non \u00e9tudi\u00e9",
- "recommendation": "",
- "txt_idx": "sampling_processed_not_studied"
- }
- },
- {
- "pk": 33,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Plastique \u2026",
- "available": true,
- "code": "M.AT",
- "parent": 16,
- "label": "Synth\u00e9tique",
- "recommendation": "",
- "txt_idx": "synthetic"
- }
- },
- {
- "pk": 13,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.TC",
- "parent": null,
- "label": "Terre cuite",
- "recommendation": "",
- "txt_idx": "earthenware"
- }
- },
- {
- "pk": 25,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Mat\u00e9riaux de construction en terre cuite",
- "available": true,
- "code": "M.TC",
- "parent": 13,
- "label": "Terre cuite architecturale",
- "recommendation": "",
- "txt_idx": "architect_earthenwork"
- }
- },
- {
- "pk": 26,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Tout ce qui n'est ni de la vaisselle c\u00e9ramique, ni de la TCA : peson, statuette, jouet \u2026",
- "available": true,
- "code": "M.TC",
- "parent": 13,
- "label": "Terre cuite autre",
- "recommendation": "",
- "txt_idx": "other_earthenwork"
- }
- },
- {
- "pk": 15,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "",
- "available": true,
- "code": "M.VR",
- "parent": null,
- "label": "Verre",
- "recommendation": "",
- "txt_idx": "glass"
- }
- },
- {
- "pk": 31,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Tout objet en verre autre que le verre li\u00e9 \u00e0 la construction : vaisselle \u2026",
- "available": true,
- "code": "M.VR",
- "parent": 15,
- "label": "Verre autre",
- "recommendation": "",
- "txt_idx": "glass_other"
- }
- },
- {
- "pk": 30,
- "model": "archaeological_finds.materialtype",
- "fields": {
- "comment": "Tout objet en verre li\u00e9 \u00e0 la construction : vitrage \u2026",
- "available": true,
- "code": "M.VR",
- "parent": 15,
- "label": "Verre construction",
- "recommendation": "",
- "txt_idx": "glass_constr"
- }
- },
- {
- "pk": 1,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "Le fait de mettre du mobilier dans un contenant. Que cela soit le conditionnement initial ou un re-conditionnement. ",
- "available": true,
- "downstream_is_many": false,
- "parent": null,
- "virtual": false,
- "label": "Conditionnement",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "packaging"
- }
- },
- {
- "pk": 16,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "",
- "available": true,
- "downstream_is_many": false,
- "parent": null,
- "virtual": false,
- "label": "Conservation-restauration",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "conservation"
- }
- },
- {
- "pk": 14,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "",
- "available": true,
- "downstream_is_many": false,
- "parent": null,
- "virtual": false,
- "label": "Consultation sur place",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "local_consultation"
- }
- },
- {
- "pk": 4,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "D\u00e9placement de mobilier, entre deux d\u00e9p\u00f4ts : le mobilier ne peut pas \u00eatre stock\u00e9 ailleurs que dans un lieu consid\u00e9r\u00e9 comme un d\u00e9p\u00f4t.",
- "available": true,
- "downstream_is_many": false,
- "parent": null,
- "virtual": false,
- "label": "D\u00e9placement",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "moving"
- }
- },
- {
- "pk": 10,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "Processus qui permet d'\u00e9liminer le sel qui impr\u00e8gne un objet arch\u00e9ologique ou un lot d'objets.",
- "available": true,
- "downstream_is_many": false,
- "parent": null,
- "virtual": false,
- "label": "D\u00e9salinisation",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "desalinisation"
- }
- },
- {
- "pk": 7,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "Division d'un lot de mobilier en plusieurs lots.",
- "available": true,
- "downstream_is_many": true,
- "parent": null,
- "virtual": false,
- "label": "Division",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "split"
- }
- },
- {
- "pk": 11,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "R\u00e9duction des oxydes d\u00e9velopp\u00e9s sur/dans un objet arch\u00e9ologique par l'usage de courant \u00e9lectrique.",
- "available": true,
- "downstream_is_many": false,
- "parent": null,
- "virtual": false,
- "label": "\u00c9lectrolyse",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "electrolysis"
- }
- },
- {
- "pk": 6,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "R\u00e9union de plusieurs objets ou lots mobiliers en un seul. Ce type de traitement peut impliquer ou non un reconditionnement.\r\n\r\nExemple : Remontage d'une c\u00e9ramique \u00e0 partir de tessons d\u00e9j\u00e0 pr\u00e9sents dans un contenant (pas de reconditionnement), regroupement d'une partie de la faune (os) d'une op\u00e9ration et cr\u00e9ation d'une nouvelle caisse dans ce but (reconditionnement \u00e0 faire).",
- "available": true,
- "downstream_is_many": false,
- "parent": null,
- "virtual": false,
- "label": "Groupement",
- "upstream_is_many": true,
- "order": 10,
- "txt_idx": "physical_grouping"
- }
- },
- {
- "pk": 5,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "Regroupement d'un ensemble de mobilier. Exemple : ensemble des outils provenant d'une fouille, mobilier datant d'un site, tessonier virtuel, etc.",
- "available": true,
- "downstream_is_many": false,
- "parent": null,
- "virtual": true,
- "label": "Groupement virtuel",
- "upstream_is_many": true,
- "order": 10,
- "txt_idx": "virtual_group"
- }
- },
- {
- "pk": 13,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "Action de nettoyer le mobilier, d'ordinaire \u00e0 l'eau",
- "available": true,
- "downstream_is_many": false,
- "parent": null,
- "virtual": false,
- "label": "Lavage",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "washing"
- }
- },
- {
- "pk": 15,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "",
- "available": true,
- "downstream_is_many": false,
- "parent": null,
- "virtual": false,
- "label": "Marquage",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "marking"
- }
- },
- {
- "pk": 18,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "",
- "available": true,
- "downstream_is_many": false,
- "parent": 17,
- "virtual": false,
- "label": "Photographie",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "photo"
- }
- },
- {
- "pk": 9,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "Photographie produisant un film (positif ou n\u00e9gatif).",
- "available": true,
- "downstream_is_many": false,
- "parent": 18,
- "virtual": false,
- "label": "Photographie argentique",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "regular_photography"
- }
- },
- {
- "pk": 8,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "Prise de vue \u00e0 l'aide d'un appareil photo num\u00e9rique.",
- "available": true,
- "downstream_is_many": false,
- "parent": 18,
- "virtual": false,
- "label": "Photographie num\u00e9rique",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "digital_photography"
- }
- },
- {
- "pk": 17,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "",
- "available": true,
- "downstream_is_many": false,
- "parent": null,
- "virtual": false,
- "label": "Prises de vue",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "shooting"
- }
- },
- {
- "pk": 19,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "",
- "available": true,
- "downstream_is_many": false,
- "parent": 17,
- "virtual": false,
- "label": "Radiographie",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "radioX"
- }
- },
- {
- "pk": 2,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "Radiographie (rayon X) qui produit un ou des films radio.",
- "available": true,
- "downstream_is_many": false,
- "parent": 19,
- "virtual": false,
- "label": "Radiographie argentique",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "regular_x_ray"
- }
- },
- {
- "pk": 3,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "Radiographie (rayon X) qui produit un ou des fichiers num\u00e9riques.",
- "available": true,
- "downstream_is_many": false,
- "parent": 19,
- "virtual": false,
- "label": "Radiographie num\u00e9rique",
- "upstream_is_many": false,
- "order": 10,
- "txt_idx": "digital_x_ray"
- }
- },
- {
- "pk": 12,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "Regroupement d\u2019\u00e9l\u00e9ments afin d'en remonter un. Ceci traduit le remontage physique des \u00e9l\u00e9ments. Ils constituent dor\u00e9navant un seul objet issu du remontage de plusieurs.",
- "available": true,
- "downstream_is_many": false,
- "parent": null,
- "virtual": false,
- "label": "Remontage",
- "upstream_is_many": true,
- "order": 10,
- "txt_idx": "reassembly"
- }
- },
- {
- "pk": 20,
- "model": "archaeological_finds.treatmenttype",
- "fields": {
- "comment": "Remontage virtuel : on sait que les \u00e9l\u00e9ments remontent ensemble, mais il n'y a pas eu de remontage physique p\u00e9renne.",
- "available": true,
- "downstream_is_many": false,
- "parent": null,
- "virtual": true,
- "label": "Remontage virtuel",
- "upstream_is_many": true,
- "order": 10,
- "txt_idx": "virtual-reassembly"
- }
- },
- {
- "pk": 6,
- "model": "archaeological_finds.treatmentstate",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "cancelled",
- "label": "Abandonn\u00e9"
- }
- },
- {
- "pk": 3,
- "model": "archaeological_finds.treatmentstate",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "completed",
- "label": "Achev\u00e9"
- }
- },
- {
- "pk": 5,
- "model": "archaeological_finds.treatmentstate",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "to_be_confirmed",
- "label": "\u00c0 confirmer"
- }
- },
- {
- "pk": 2,
- "model": "archaeological_finds.treatmentstate",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "in_progress",
- "label": "En cours"
- }
- },
- {
- "pk": 4,
- "model": "archaeological_finds.treatmentstate",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "unknown",
- "label": "Inconnu"
- }
- },
- {
- "pk": 1,
- "model": "archaeological_finds.treatmentstate",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "planned",
- "label": "Pr\u00e9vu"
- }
- },
- {
- "pk": 4,
- "model": "archaeological_finds.conservatorystate",
- "fields": {
- "comment": "L\u2019\u00e9tat de l\u2019objet n\u00e9cessite un traitement pr\u00e9ventif et/ou curatif.",
- "available": true,
- "txt_idx": "critical",
- "parent": null,
- "label": "Critique"
- }
- },
- {
- "pk": 1,
- "model": "archaeological_finds.conservatorystate",
- "fields": {
- "comment": "L\u2019\u00e9tat de l\u2019objet est \u00e0 d\u00e9terminer.",
- "available": true,
- "txt_idx": "unknown",
- "parent": null,
- "label": "Inconnu"
- }
- },
- {
- "pk": 3,
- "model": "archaeological_finds.conservatorystate",
- "fields": {
- "comment": "L\u2019\u00e9tat de l\u2019objet n\u00e9cessite un traitement pr\u00e9ventif.",
- "available": true,
- "txt_idx": "unstable",
- "parent": null,
- "label": "Instable"
- }
- },
- {
- "pk": 2,
- "model": "archaeological_finds.conservatorystate",
- "fields": {
- "comment": "L\u2019\u00e9tat de l\u2019objet est stable.",
- "available": true,
- "txt_idx": "stable",
- "parent": null,
- "label": "Stable"
- }
- },
- {
- "pk": 1,
- "model": "archaeological_finds.remarkabilitytype",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "museable",
- "label": "Mus\u00e9able"
- }
- },
- {
- "pk": 5,
- "model": "archaeological_finds.preservationtype",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "to_wash",
- "label": "\u00c0 laver"
- }
- },
- {
- "pk": 2,
- "model": "archaeological_finds.preservationtype",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "recond",
- "label": "\u00c0 reconditionner"
- }
- },
- {
- "pk": 4,
- "model": "archaeological_finds.preservationtype",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "to_restaur",
- "label": "\u00c0 restaurer"
- }
- },
- {
- "pk": 3,
- "model": "archaeological_finds.preservationtype",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "to_stab",
- "label": "\u00c0 stabiliser"
- }
- },
- {
- "pk": 1,
- "model": "archaeological_finds.preservationtype",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "unknown",
- "label": "Ind\u00e9termin\u00e9"
- }
- },
- {
- "pk": 8,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "abreuvoir",
- "parent": null,
- "label": "abreuvoir"
- }
- },
- {
- "pk": 9,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "accessoire-de-toilette",
- "parent": null,
- "label": "accessoire de toilette"
- }
- },
- {
- "pk": 10,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "affutoir",
- "parent": null,
- "label": "aff\u00fbtoir"
- }
- },
- {
- "pk": 11,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "agrafe",
- "parent": null,
- "label": "agrafe"
- }
- },
- {
- "pk": 12,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "aiguille",
- "parent": null,
- "label": "aiguille"
- }
- },
- {
- "pk": 13,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "aiguille-a-chas",
- "parent": null,
- "label": "aiguille \u00e0 chas"
- }
- },
- {
- "pk": 14,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "aiguisoir",
- "parent": null,
- "label": "aiguisoir"
- }
- },
- {
- "pk": 15,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "albarel",
- "parent": null,
- "label": "albarel"
- }
- },
- {
- "pk": 16,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "alene",
- "parent": null,
- "label": "al\u00eane"
- }
- },
- {
- "pk": 17,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "amphore",
- "parent": null,
- "label": "amphore"
- }
- },
- {
- "pk": 18,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "amphorette",
- "parent": null,
- "label": "amphorette"
- }
- },
- {
- "pk": 7,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ancre",
- "parent": null,
- "label": "ancre"
- }
- },
- {
- "pk": 19,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "andouillet",
- "parent": null,
- "label": "andouillet"
- }
- },
- {
- "pk": 20,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "angon",
- "parent": null,
- "label": "angon"
- }
- },
- {
- "pk": 21,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "anneau",
- "parent": null,
- "label": "anneau"
- }
- },
- {
- "pk": 22,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "anse",
- "parent": null,
- "label": "anse"
- }
- },
- {
- "pk": 23,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "applique",
- "parent": null,
- "label": "applique"
- }
- },
- {
- "pk": 24,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "appui-de-fenetre",
- "parent": null,
- "label": "appui de fen\u00eatre"
- }
- },
- {
- "pk": 25,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ardillon",
- "parent": null,
- "label": "ardillon"
- }
- },
- {
- "pk": 26,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ardoise",
- "parent": null,
- "label": "ardoise"
- }
- },
- {
- "pk": 27,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ardoise-de-couverture",
- "parent": null,
- "label": "ardoise de couverture"
- }
- },
- {
- "pk": 28,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "argile",
- "parent": null,
- "label": "argile"
- }
- },
- {
- "pk": 29,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "argile-brule",
- "parent": null,
- "label": "argile br\u00fbl\u00e9"
- }
- },
- {
- "pk": 30,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "armille",
- "parent": null,
- "label": "armille"
- }
- },
- {
- "pk": 31,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "arrache-clous",
- "parent": null,
- "label": "arrache-clous "
- }
- },
- {
- "pk": 32,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "assiette",
- "parent": null,
- "label": "assiette"
- }
- },
- {
- "pk": 33,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "attache",
- "parent": null,
- "label": "attache"
- }
- },
- {
- "pk": 34,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "aumoniere",
- "parent": null,
- "label": "aum\u00f4ni\u00e8re "
- }
- },
- {
- "pk": 35,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "avifaune-oiseau",
- "parent": null,
- "label": "avifaune (oiseau)"
- }
- },
- {
- "pk": 36,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "axe-dune-meule-et-licotin",
- "parent": null,
- "label": "axe d'une meule et licotin"
- }
- },
- {
- "pk": 37,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bague",
- "parent": null,
- "label": "bague"
- }
- },
- {
- "pk": 38,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "balance",
- "parent": null,
- "label": "balance"
- }
- },
- {
- "pk": 39,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "balle",
- "parent": null,
- "label": "balle"
- }
- },
- {
- "pk": 40,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "balsamaire",
- "parent": null,
- "label": "balsamaire"
- }
- },
- {
- "pk": 41,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "balustrade",
- "parent": null,
- "label": "balustrade"
- }
- },
- {
- "pk": 42,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bandage-de-roue",
- "parent": null,
- "label": "bandage de roue"
- }
- },
- {
- "pk": 43,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "barbacane",
- "parent": null,
- "label": "barbacane"
- }
- },
- {
- "pk": 44,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "barre",
- "parent": null,
- "label": "barre"
- }
- },
- {
- "pk": 45,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "barrette",
- "parent": null,
- "label": "barrette"
- }
- },
- {
- "pk": 46,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "barrette-de-fourreau",
- "parent": null,
- "label": "barrette de fourreau"
- }
- },
- {
- "pk": 47,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "basalte",
- "parent": null,
- "label": "basalte"
- }
- },
- {
- "pk": 48,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "base",
- "parent": null,
- "label": "base"
- }
- },
- {
- "pk": 49,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "base-de-colonne",
- "parent": null,
- "label": "base de colonne"
- }
- },
- {
- "pk": 50,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bassin",
- "parent": null,
- "label": "bassin"
- }
- },
- {
- "pk": 51,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "baton-docre",
- "parent": null,
- "label": "b\u00e2ton d'ocre"
- }
- },
- {
- "pk": 52,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "battitures",
- "parent": null,
- "label": "battitures"
- }
- },
- {
- "pk": 54,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "beche",
- "parent": null,
- "label": "b\u00eache"
- }
- },
- {
- "pk": 53,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bec-verseur",
- "parent": null,
- "label": "bec verseur"
- }
- },
- {
- "pk": 55,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "beliere",
- "parent": null,
- "label": "b\u00e9li\u00e8re"
- }
- },
- {
- "pk": 56,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "biface",
- "parent": null,
- "label": "biface"
- }
- },
- {
- "pk": 57,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bille",
- "parent": null,
- "label": "bille"
- }
- },
- {
- "pk": 58,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bloc",
- "parent": null,
- "label": "bloc"
- }
- },
- {
- "pk": 59,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bloc-sculpte",
- "parent": null,
- "label": "bloc sculpt\u00e9"
- }
- },
- {
- "pk": 60,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bloc-taille",
- "parent": null,
- "label": "bloc taill\u00e9"
- }
- },
- {
- "pk": 61,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bobine-a-fil",
- "parent": null,
- "label": "bobine \u00e0 fil"
- }
- },
- {
- "pk": 62,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bocal",
- "parent": null,
- "label": "bocal"
- }
- },
- {
- "pk": 63,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bocal-a-pharmacie",
- "parent": null,
- "label": "bocal \u00e0 pharmacie"
- }
- },
- {
- "pk": 64,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bois",
- "parent": null,
- "label": "bois"
- }
- },
- {
- "pk": 65,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bois-de-cerf",
- "parent": null,
- "label": "bois de cerf"
- }
- },
- {
- "pk": 66,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bois-de-construction",
- "parent": null,
- "label": "bois de construction"
- }
- },
- {
- "pk": 67,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "boite",
- "parent": null,
- "label": "bo\u00eete"
- }
- },
- {
- "pk": 68,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bol",
- "parent": null,
- "label": "bol"
- }
- },
- {
- "pk": 69,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bonnet",
- "parent": null,
- "label": "bonnet"
- }
- },
- {
- "pk": 70,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bord",
- "parent": null,
- "label": "bord "
- }
- },
- {
- "pk": 71,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bordure",
- "parent": null,
- "label": "bordure"
- }
- },
- {
- "pk": 72,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "boucharde-ou-eclat",
- "parent": null,
- "label": "boucharde ou \u00e9clat"
- }
- },
- {
- "pk": 73,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bouchon",
- "parent": null,
- "label": "bouchon"
- }
- },
- {
- "pk": 74,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "boucle",
- "parent": null,
- "label": "boucle"
- }
- },
- {
- "pk": 77,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "boucle-de-ceinture",
- "parent": null,
- "label": "boucle de ceinture"
- }
- },
- {
- "pk": 78,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "boucle-de-chaussure",
- "parent": null,
- "label": "boucle de chaussure"
- }
- },
- {
- "pk": 76,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "boucle-dharnachement",
- "parent": null,
- "label": "boucle d'harnachement"
- }
- },
- {
- "pk": 75,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "boucle-doreille",
- "parent": null,
- "label": "boucle d'oreille"
- }
- },
- {
- "pk": 79,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "boucle-en-8",
- "parent": null,
- "label": "boucle en 8"
- }
- },
- {
- "pk": 80,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "boudins",
- "parent": null,
- "label": "boudins"
- }
- },
- {
- "pk": 81,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bougeoir",
- "parent": null,
- "label": "bougeoir"
- }
- },
- {
- "pk": 82,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "boule",
- "parent": null,
- "label": "boule"
- }
- },
- {
- "pk": 83,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "boulet",
- "parent": null,
- "label": "boulet"
- }
- },
- {
- "pk": 84,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "boulet-de-canon",
- "parent": null,
- "label": "boulet de canon"
- }
- },
- {
- "pk": 85,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "boulette",
- "parent": null,
- "label": "boulette"
- }
- },
- {
- "pk": 86,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bouteille",
- "parent": null,
- "label": "bouteille"
- }
- },
- {
- "pk": 87,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bouterolle",
- "parent": null,
- "label": "bouterolle"
- }
- },
- {
- "pk": 88,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bouton",
- "parent": null,
- "label": "bouton"
- }
- },
- {
- "pk": 89,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bovide",
- "parent": null,
- "label": "bovid\u00e9"
- }
- },
- {
- "pk": 90,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bracelet",
- "parent": null,
- "label": "bracelet"
- }
- },
- {
- "pk": 91,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "branche",
- "parent": null,
- "label": "branche"
- }
- },
- {
- "pk": 92,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bride",
- "parent": null,
- "label": "bride"
- }
- },
- {
- "pk": 93,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "brides-dattaches",
- "parent": null,
- "label": "brides d'attaches"
- }
- },
- {
- "pk": 94,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "brique",
- "parent": null,
- "label": "brique"
- }
- },
- {
- "pk": 95,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "briquet",
- "parent": null,
- "label": "briquet"
- }
- },
- {
- "pk": 96,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "briquetage-element",
- "parent": null,
- "label": "briquetage (\u00e9l\u00e9ment)"
- }
- },
- {
- "pk": 97,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "broche",
- "parent": null,
- "label": "broche"
- }
- },
- {
- "pk": 98,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "broyon",
- "parent": null,
- "label": "broyon"
- }
- },
- {
- "pk": 99,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "bulle-pontificale",
- "parent": null,
- "label": "bulle pontificale"
- }
- },
- {
- "pk": 100,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "burin",
- "parent": null,
- "label": "burin"
- }
- },
- {
- "pk": 101,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "buste",
- "parent": null,
- "label": "buste"
- }
- },
- {
- "pk": 102,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cabochon",
- "parent": null,
- "label": "cabochon"
- }
- },
- {
- "pk": 103,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cadenas",
- "parent": null,
- "label": "cadenas"
- }
- },
- {
- "pk": 104,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "calage",
- "parent": null,
- "label": "calage"
- }
- },
- {
- "pk": 105,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "calcaire-moulure",
- "parent": null,
- "label": "calcaire moulur\u00e9"
- }
- },
- {
- "pk": 106,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cale",
- "parent": null,
- "label": "cale"
- }
- },
- {
- "pk": 107,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "calice",
- "parent": null,
- "label": "calice"
- }
- },
- {
- "pk": 108,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "calotte-cranienne-et-fibula",
- "parent": null,
- "label": "calotte cr\u00e2nienne et fibula"
- }
- },
- {
- "pk": 109,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "canalisation",
- "parent": null,
- "label": "canalisation"
- }
- },
- {
- "pk": 110,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "canon",
- "parent": null,
- "label": "canon"
- }
- },
- {
- "pk": 111,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "caquelon",
- "parent": null,
- "label": "caquelon"
- }
- },
- {
- "pk": 112,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "carafe",
- "parent": null,
- "label": "carafe"
- }
- },
- {
- "pk": 113,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "carene",
- "parent": null,
- "label": "car\u00e8ne"
- }
- },
- {
- "pk": 114,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "carreau",
- "parent": null,
- "label": "carreau"
- }
- },
- {
- "pk": 120,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "carreau-bol",
- "parent": null,
- "label": "carreau-bol"
- }
- },
- {
- "pk": 116,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "carreau-dangle",
- "parent": null,
- "label": "carreau d'angle"
- }
- },
- {
- "pk": 115,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "carreau-darbalete",
- "parent": null,
- "label": "carreau d'arbal\u00e8te"
- }
- },
- {
- "pk": 117,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "carreau-de-pavement",
- "parent": null,
- "label": "carreau de pavement"
- }
- },
- {
- "pk": 118,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "carreau-de-poele",
- "parent": null,
- "label": "carreau de po\u00eale"
- }
- },
- {
- "pk": 119,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "carreau-double",
- "parent": null,
- "label": "carreau double"
- }
- },
- {
- "pk": 121,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "carrelage",
- "parent": null,
- "label": "carrelage"
- }
- },
- {
- "pk": 122,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cartouche",
- "parent": null,
- "label": "cartouche"
- }
- },
- {
- "pk": 123,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "casque",
- "parent": null,
- "label": "casque"
- }
- },
- {
- "pk": 124,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "casson",
- "parent": null,
- "label": "casson"
- }
- },
- {
- "pk": 125,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cavalier",
- "parent": null,
- "label": "cavalier"
- }
- },
- {
- "pk": 126,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ceinture",
- "parent": null,
- "label": "ceinture"
- }
- },
- {
- "pk": 127,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cerclage",
- "parent": null,
- "label": "cerclage"
- }
- },
- {
- "pk": 128,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cercle",
- "parent": null,
- "label": "cercle"
- }
- },
- {
- "pk": 129,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cereales",
- "parent": null,
- "label": "c\u00e9r\u00e9ales"
- }
- },
- {
- "pk": 130,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cervide",
- "parent": null,
- "label": "cervid\u00e9"
- }
- },
- {
- "pk": 131,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "chaine",
- "parent": null,
- "label": "cha\u00eene"
- }
- },
- {
- "pk": 132,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "chainette",
- "parent": null,
- "label": "cha\u00eenette"
- }
- },
- {
- "pk": 133,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "chandelier",
- "parent": null,
- "label": "chandelier"
- }
- },
- {
- "pk": 134,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "chape",
- "parent": null,
- "label": "chape"
- }
- },
- {
- "pk": 135,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "chapelet",
- "parent": null,
- "label": "chapelet"
- }
- },
- {
- "pk": 136,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "chapiteau",
- "parent": null,
- "label": "chapiteau"
- }
- },
- {
- "pk": 137,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "charbon",
- "parent": null,
- "label": "charbon"
- }
- },
- {
- "pk": 138,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "charniere",
- "parent": null,
- "label": "charni\u00e8re"
- }
- },
- {
- "pk": 140,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "chatelaine",
- "parent": null,
- "label": "ch\u00e2telaine"
- }
- },
- {
- "pk": 141,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "chaton",
- "parent": null,
- "label": "chaton"
- }
- },
- {
- "pk": 139,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "chat-tete",
- "parent": null,
- "label": "chat (t\u00eate)"
- }
- },
- {
- "pk": 142,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "chaudron",
- "parent": null,
- "label": "chaudron"
- }
- },
- {
- "pk": 143,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "chaussure",
- "parent": null,
- "label": "chaussure"
- }
- },
- {
- "pk": 144,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "chenet",
- "parent": null,
- "label": "chenet"
- }
- },
- {
- "pk": 145,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cheveux",
- "parent": null,
- "label": "cheveux"
- }
- },
- {
- "pk": 146,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cheville",
- "parent": null,
- "label": "cheville"
- }
- },
- {
- "pk": 147,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "chien",
- "parent": null,
- "label": "chien"
- }
- },
- {
- "pk": 148,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "christ-en-croix",
- "parent": null,
- "label": "christ en croix"
- }
- },
- {
- "pk": 149,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ciboire",
- "parent": null,
- "label": "ciboire"
- }
- },
- {
- "pk": 150,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ciseau",
- "parent": null,
- "label": "ciseau"
- }
- },
- {
- "pk": 151,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ciseaux-plat",
- "parent": null,
- "label": "ciseaux plat"
- }
- },
- {
- "pk": 152,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ciste",
- "parent": null,
- "label": "ciste"
- }
- },
- {
- "pk": 153,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "clarine",
- "parent": null,
- "label": "clarine "
- }
- },
- {
- "pk": 154,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "claveau",
- "parent": null,
- "label": "claveau"
- }
- },
- {
- "pk": 155,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "clavette",
- "parent": null,
- "label": "clavette"
- }
- },
- {
- "pk": 156,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "clavicule",
- "parent": null,
- "label": "clavicule"
- }
- },
- {
- "pk": 157,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cle",
- "parent": null,
- "label": "cl\u00e9"
- }
- },
- {
- "pk": 158,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cle-bague",
- "parent": null,
- "label": "cl\u00e9 bague"
- }
- },
- {
- "pk": 159,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cle-de-voute",
- "parent": null,
- "label": "cl\u00e9 de vo\u00fbte"
- }
- },
- {
- "pk": 160,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cloche",
- "parent": null,
- "label": "cloche"
- }
- },
- {
- "pk": 161,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "clochette",
- "parent": null,
- "label": "clochette"
- }
- },
- {
- "pk": 162,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "clou",
- "parent": null,
- "label": "clou"
- }
- },
- {
- "pk": 163,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "coffret",
- "parent": null,
- "label": "coffret"
- }
- },
- {
- "pk": 164,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "coin",
- "parent": null,
- "label": "coin"
- }
- },
- {
- "pk": 165,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "col",
- "parent": null,
- "label": "col"
- }
- },
- {
- "pk": 166,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "collier",
- "parent": null,
- "label": "collier"
- }
- },
- {
- "pk": 167,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "colonne",
- "parent": null,
- "label": "colonne"
- }
- },
- {
- "pk": 168,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "colonnette",
- "parent": null,
- "label": "colonnette"
- }
- },
- {
- "pk": 169,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cone",
- "parent": null,
- "label": "c\u00f4ne"
- }
- },
- {
- "pk": 170,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "contre-plaque",
- "parent": null,
- "label": "contre plaque"
- }
- },
- {
- "pk": 171,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "copeau",
- "parent": null,
- "label": "copeau"
- }
- },
- {
- "pk": 172,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "coprolithes",
- "parent": null,
- "label": "coprolithes"
- }
- },
- {
- "pk": 173,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "coquemar-tripode",
- "parent": null,
- "label": "coquemar tripode"
- }
- },
- {
- "pk": 174,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "coquillage-conchyliologie",
- "parent": null,
- "label": "coquillage (conchyliologie)"
- }
- },
- {
- "pk": 175,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "corne",
- "parent": null,
- "label": "corne"
- }
- },
- {
- "pk": 176,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "corne-dappel",
- "parent": null,
- "label": "corne d'appel"
- }
- },
- {
- "pk": 177,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cornet",
- "parent": null,
- "label": "cornet"
- }
- },
- {
- "pk": 178,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "corniere",
- "parent": null,
- "label": "corni\u00e8re"
- }
- },
- {
- "pk": 179,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cote",
- "parent": null,
- "label": "c\u00f4te"
- }
- },
- {
- "pk": 180,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "coulure",
- "parent": null,
- "label": "coulure"
- }
- },
- {
- "pk": 181,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "coupe",
- "parent": null,
- "label": "coupe"
- }
- },
- {
- "pk": 182,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "coupelle",
- "parent": null,
- "label": "coupelle"
- }
- },
- {
- "pk": 183,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "couteau",
- "parent": null,
- "label": "couteau"
- }
- },
- {
- "pk": 184,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "couvercle",
- "parent": null,
- "label": "couvercle"
- }
- },
- {
- "pk": 185,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "couvre-feu",
- "parent": null,
- "label": "couvre feu"
- }
- },
- {
- "pk": 186,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "couvre-joint",
- "parent": null,
- "label": "couvre joint"
- }
- },
- {
- "pk": 187,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "coxal",
- "parent": null,
- "label": "coxal"
- }
- },
- {
- "pk": 188,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "crampon",
- "parent": null,
- "label": "crampon"
- }
- },
- {
- "pk": 189,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "crane",
- "parent": null,
- "label": "cr\u00e2ne"
- }
- },
- {
- "pk": 190,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "crapaudine",
- "parent": null,
- "label": "crapaudine"
- }
- },
- {
- "pk": 191,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cremaillere-element-de",
- "parent": null,
- "label": "cr\u00e9maill\u00e8re ( \u00e9l\u00e9ment de )"
- }
- },
- {
- "pk": 192,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "creuset",
- "parent": null,
- "label": "creuset"
- }
- },
- {
- "pk": 193,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "crochet",
- "parent": null,
- "label": "crochet"
- }
- },
- {
- "pk": 194,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "croix",
- "parent": null,
- "label": "croix"
- }
- },
- {
- "pk": 195,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "croix-de-lorraine",
- "parent": null,
- "label": "croix de lorraine"
- }
- },
- {
- "pk": 196,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cruche",
- "parent": null,
- "label": "cruche"
- }
- },
- {
- "pk": 197,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "crucifix",
- "parent": null,
- "label": "crucifix"
- }
- },
- {
- "pk": 198,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cuillere",
- "parent": null,
- "label": "cuill\u00e8re"
- }
- },
- {
- "pk": 199,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cuirasse",
- "parent": null,
- "label": "cuirasse"
- }
- },
- {
- "pk": 200,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "culot",
- "parent": null,
- "label": "culot"
- }
- },
- {
- "pk": 201,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "culot-de-forge",
- "parent": null,
- "label": "culot de forge"
- }
- },
- {
- "pk": 202,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "curette",
- "parent": null,
- "label": "curette"
- }
- },
- {
- "pk": 203,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cuve",
- "parent": null,
- "label": "cuve"
- }
- },
- {
- "pk": 204,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "cylindre",
- "parent": null,
- "label": "cylindre"
- }
- },
- {
- "pk": 205,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "dallage",
- "parent": null,
- "label": "dallage"
- }
- },
- {
- "pk": 206,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "dalle",
- "parent": null,
- "label": "dalle"
- }
- },
- {
- "pk": 207,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "de-a-coudre",
- "parent": null,
- "label": "d\u00e9 \u00e0 coudre"
- }
- },
- {
- "pk": 208,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "de-a-jouer",
- "parent": null,
- "label": "d\u00e9 \u00e0 jouer"
- }
- },
- {
- "pk": 209,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "dechet-chute-de-sciage",
- "parent": null,
- "label": "d\u00e9chet chute de sciage"
- }
- },
- {
- "pk": 210,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "dechet-de-coule",
- "parent": null,
- "label": "d\u00e9chet de coul\u00e9"
- }
- },
- {
- "pk": 211,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "dechets-de-forge",
- "parent": null,
- "label": "d\u00e9chets de forge"
- }
- },
- {
- "pk": 212,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "decor-sculpte",
- "parent": null,
- "label": "d\u00e9cor sculpt\u00e9"
- }
- },
- {
- "pk": 213,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "degorgeoir",
- "parent": null,
- "label": "d\u00e9gorgeoir"
- }
- },
- {
- "pk": 214,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "dent",
- "parent": null,
- "label": "dent"
- }
- },
- {
- "pk": 215,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "disque",
- "parent": null,
- "label": "disque"
- }
- },
- {
- "pk": 216,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "divers",
- "parent": null,
- "label": "divers"
- }
- },
- {
- "pk": 217,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "divinite",
- "parent": null,
- "label": "divinit\u00e9"
- }
- },
- {
- "pk": 218,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "dogger",
- "parent": null,
- "label": "dogger"
- }
- },
- {
- "pk": 219,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "dolia",
- "parent": null,
- "label": "dolia"
- }
- },
- {
- "pk": 220,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "dolium",
- "parent": null,
- "label": "dolium"
- }
- },
- {
- "pk": 221,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "douelle",
- "parent": null,
- "label": "douelle"
- }
- },
- {
- "pk": 222,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "douille",
- "parent": null,
- "label": "douille"
- }
- },
- {
- "pk": 223,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ebauche",
- "parent": null,
- "label": "\u00e9bauche"
- }
- },
- {
- "pk": 224,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "echantillon",
- "parent": null,
- "label": "\u00e9chantillon"
- }
- },
- {
- "pk": 225,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "eclat",
- "parent": null,
- "label": "\u00e9clat"
- }
- },
- {
- "pk": 226,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ecuelle",
- "parent": null,
- "label": "\u00e9cuelle"
- }
- },
- {
- "pk": 227,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ecusson",
- "parent": null,
- "label": "\u00e9cusson"
- }
- },
- {
- "pk": 228,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "element-architectural",
- "parent": null,
- "label": "\u00e9l\u00e9ment architectural"
- }
- },
- {
- "pk": 230,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "element-de-char",
- "parent": null,
- "label": "\u00e9l\u00e9ment de char"
- }
- },
- {
- "pk": 229,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "element-dharnachement",
- "parent": null,
- "label": "\u00e9l\u00e9ment d'harnachement"
- }
- },
- {
- "pk": 231,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "embarcation",
- "parent": null,
- "label": "embarcation"
- }
- },
- {
- "pk": 232,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "empreinte-de-pas",
- "parent": null,
- "label": "empreinte de pas"
- }
- },
- {
- "pk": 233,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "enclume",
- "parent": null,
- "label": "enclume"
- }
- },
- {
- "pk": 234,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "enduit",
- "parent": null,
- "label": "enduit"
- }
- },
- {
- "pk": 235,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "enseigne-de-pelerinage",
- "parent": null,
- "label": "enseigne de p\u00e8lerinage"
- }
- },
- {
- "pk": 236,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "epaule",
- "parent": null,
- "label": "\u00e9paule"
- }
- },
- {
- "pk": 237,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "epee",
- "parent": null,
- "label": "\u00e9p\u00e9e"
- }
- },
- {
- "pk": 238,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "eperon",
- "parent": null,
- "label": "\u00e9peron"
- }
- },
- {
- "pk": 239,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "epingle",
- "parent": null,
- "label": "\u00e9pingle"
- }
- },
- {
- "pk": 240,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "equide",
- "parent": null,
- "label": "\u00e9quid\u00e9"
- }
- },
- {
- "pk": 241,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "escargot",
- "parent": null,
- "label": "escargot"
- }
- },
- {
- "pk": 242,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "esquille",
- "parent": null,
- "label": "esquille"
- }
- },
- {
- "pk": 243,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "esse",
- "parent": null,
- "label": "esse"
- }
- },
- {
- "pk": 244,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "estampille",
- "parent": null,
- "label": "estampille"
- }
- },
- {
- "pk": 245,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "etrier",
- "parent": null,
- "label": "\u00e9trier"
- }
- },
- {
- "pk": 246,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ex-voto",
- "parent": null,
- "label": "ex voto"
- }
- },
- {
- "pk": 247,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fabricat",
- "parent": null,
- "label": "fabricat"
- }
- },
- {
- "pk": 248,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "faisselle",
- "parent": null,
- "label": "faisselle"
- }
- },
- {
- "pk": 249,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fascine",
- "parent": null,
- "label": "fascine"
- }
- },
- {
- "pk": 250,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fauchard",
- "parent": null,
- "label": "fauchard"
- }
- },
- {
- "pk": 251,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "faucille",
- "parent": null,
- "label": "faucille"
- }
- },
- {
- "pk": 252,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "faune",
- "parent": null,
- "label": "faune"
- }
- },
- {
- "pk": 253,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "femur",
- "parent": null,
- "label": "f\u00e9mur"
- }
- },
- {
- "pk": 254,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fer-a-cheval",
- "parent": null,
- "label": "fer \u00e0 cheval"
- }
- },
- {
- "pk": 256,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fer-de-lance",
- "parent": null,
- "label": "fer de lance"
- }
- },
- {
- "pk": 255,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fer-dequide",
- "parent": null,
- "label": "fer d'\u00e9quid\u00e9"
- }
- },
- {
- "pk": 257,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ferret",
- "parent": null,
- "label": "ferret"
- }
- },
- {
- "pk": 258,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ferrure-element",
- "parent": null,
- "label": "ferrure (\u00e9l\u00e9ment)"
- }
- },
- {
- "pk": 259,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "feuillard",
- "parent": null,
- "label": "feuillard"
- }
- },
- {
- "pk": 260,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "feuille",
- "parent": null,
- "label": "feuille"
- }
- },
- {
- "pk": 261,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fiasque",
- "parent": null,
- "label": "fiasque"
- }
- },
- {
- "pk": 262,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fibulas",
- "parent": null,
- "label": "fibulas"
- }
- },
- {
- "pk": 263,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fibule",
- "parent": null,
- "label": "fibule"
- }
- },
- {
- "pk": 264,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fiche",
- "parent": null,
- "label": "fiche"
- }
- },
- {
- "pk": 265,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fiche-a-beliere",
- "parent": null,
- "label": "fiche \u00e0 b\u00e9li\u00e8re"
- }
- },
- {
- "pk": 266,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "figurine",
- "parent": null,
- "label": "figurine"
- }
- },
- {
- "pk": 267,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fil",
- "parent": null,
- "label": "fil"
- }
- },
- {
- "pk": 268,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fiole",
- "parent": null,
- "label": "fiole"
- }
- },
- {
- "pk": 269,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "flacon",
- "parent": null,
- "label": "flacon"
- }
- },
- {
- "pk": 270,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fleau-de-balance",
- "parent": null,
- "label": "fl\u00e9au de balance"
- }
- },
- {
- "pk": 271,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fleche",
- "parent": null,
- "label": "fl\u00e8che"
- }
- },
- {
- "pk": 272,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "flute",
- "parent": null,
- "label": "fl\u00fbte"
- }
- },
- {
- "pk": 273,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fond",
- "parent": null,
- "label": "fond"
- }
- },
- {
- "pk": 274,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "force",
- "parent": null,
- "label": "force"
- }
- },
- {
- "pk": 275,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "four",
- "parent": null,
- "label": "four"
- }
- },
- {
- "pk": 276,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fourche",
- "parent": null,
- "label": "fourche"
- }
- },
- {
- "pk": 277,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fourreau",
- "parent": null,
- "label": "fourreau"
- }
- },
- {
- "pk": 278,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "foyer",
- "parent": null,
- "label": "foyer"
- }
- },
- {
- "pk": 279,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "francisque",
- "parent": null,
- "label": "francisque"
- }
- },
- {
- "pk": 280,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "frette",
- "parent": null,
- "label": "frette"
- }
- },
- {
- "pk": 281,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "frise-darchitrave",
- "parent": null,
- "label": "frise d'architrave"
- }
- },
- {
- "pk": 282,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "furgeoire",
- "parent": null,
- "label": "furgeoire"
- }
- },
- {
- "pk": 283,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fusaiole",
- "parent": null,
- "label": "fusa\u00efole"
- }
- },
- {
- "pk": 284,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fusee-dobus",
- "parent": null,
- "label": "fus\u00e9e d'obus"
- }
- },
- {
- "pk": 285,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "fut-de-colonne",
- "parent": null,
- "label": "f\u00fbt de colonne"
- }
- },
- {
- "pk": 286,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "galet",
- "parent": null,
- "label": "galet"
- }
- },
- {
- "pk": 287,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "garniture",
- "parent": null,
- "label": "garniture"
- }
- },
- {
- "pk": 288,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "garniture-de-bouton",
- "parent": null,
- "label": "garniture de bouton"
- }
- },
- {
- "pk": 289,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "garniture-de-ceinture",
- "parent": null,
- "label": "garniture de ceinture"
- }
- },
- {
- "pk": 290,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "gasteropode-escargot",
- "parent": null,
- "label": "gast\u00e9ropode (escargot)"
- }
- },
- {
- "pk": 291,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "gland",
- "parent": null,
- "label": "gland"
- }
- },
- {
- "pk": 292,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "gobelet",
- "parent": null,
- "label": "gobelet"
- }
- },
- {
- "pk": 293,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "gobelet-de-poele",
- "parent": null,
- "label": "gobelet de po\u00eale"
- }
- },
- {
- "pk": 294,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "gond",
- "parent": null,
- "label": "gond"
- }
- },
- {
- "pk": 295,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "gouge",
- "parent": null,
- "label": "gouge"
- }
- },
- {
- "pk": 296,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "goulot",
- "parent": null,
- "label": "goulot"
- }
- },
- {
- "pk": 297,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "goutte-de-verre",
- "parent": null,
- "label": "goutte de verre"
- }
- },
- {
- "pk": 298,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "gouttiere",
- "parent": null,
- "label": "goutti\u00e8re"
- }
- },
- {
- "pk": 299,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "grain-de-chapelet",
- "parent": null,
- "label": "grain de chapelet"
- }
- },
- {
- "pk": 300,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "graine",
- "parent": null,
- "label": "graine"
- }
- },
- {
- "pk": 301,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "grattoir",
- "parent": null,
- "label": "grattoir"
- }
- },
- {
- "pk": 302,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "gravier",
- "parent": null,
- "label": "gravier "
- }
- },
- {
- "pk": 303,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "gravure",
- "parent": null,
- "label": "gravure"
- }
- },
- {
- "pk": 304,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "grelot",
- "parent": null,
- "label": "grelot"
- }
- },
- {
- "pk": 305,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "grille",
- "parent": null,
- "label": "grille"
- }
- },
- {
- "pk": 306,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "gros-lithique",
- "parent": null,
- "label": "gros lithique"
- }
- },
- {
- "pk": 307,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "gryphees",
- "parent": null,
- "label": "gryph\u00e9es"
- }
- },
- {
- "pk": 308,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "guimbarde",
- "parent": null,
- "label": "guimbarde"
- }
- },
- {
- "pk": 309,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "hache",
- "parent": null,
- "label": "hache"
- }
- },
- {
- "pk": 310,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "hamecon",
- "parent": null,
- "label": "hame\u00e7on"
- }
- },
- {
- "pk": 311,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "herminette",
- "parent": null,
- "label": "herminette"
- }
- },
- {
- "pk": 312,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "herse",
- "parent": null,
- "label": "herse"
- }
- },
- {
- "pk": 313,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "hipposandale",
- "parent": null,
- "label": "hipposandale"
- }
- },
- {
- "pk": 314,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "huitre",
- "parent": null,
- "label": "hu\u00eetre"
- }
- },
- {
- "pk": 315,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "humerus",
- "parent": null,
- "label": "hum\u00e9rus"
- }
- },
- {
- "pk": 316,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ichtyofaune-poisson",
- "parent": null,
- "label": "ichtyofaune (poisson)"
- }
- },
- {
- "pk": 317,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "imbrex",
- "parent": null,
- "label": "imbrex"
- }
- },
- {
- "pk": 318,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "incineration-prelevement",
- "parent": null,
- "label": "incin\u00e9ration (pr\u00e9l\u00e8vement)"
- }
- },
- {
- "pk": 319,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "indetermine",
- "parent": null,
- "label": "ind\u00e9termin\u00e9"
- }
- },
- {
- "pk": 320,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "inhumation",
- "parent": null,
- "label": "inhumation"
- }
- },
- {
- "pk": 321,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "inscription",
- "parent": null,
- "label": "inscription"
- }
- },
- {
- "pk": 322,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "intaille",
- "parent": null,
- "label": "intaille"
- }
- },
- {
- "pk": 323,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "jambage",
- "parent": null,
- "label": "jambage"
- }
- },
- {
- "pk": 324,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "jambiere",
- "parent": null,
- "label": "jambi\u00e8re"
- }
- },
- {
- "pk": 325,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "jante",
- "parent": null,
- "label": "jante"
- }
- },
- {
- "pk": 326,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "jarre",
- "parent": null,
- "label": "jarre"
- }
- },
- {
- "pk": 327,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "jatte",
- "parent": null,
- "label": "jatte"
- }
- },
- {
- "pk": 328,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "jeton",
- "parent": null,
- "label": "jeton"
- }
- },
- {
- "pk": 329,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "joug",
- "parent": null,
- "label": "joug"
- }
- },
- {
- "pk": 330,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "kugeltopf",
- "parent": null,
- "label": "kugeltopf"
- }
- },
- {
- "pk": 331,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lacrymaire",
- "parent": null,
- "label": "lacrymaire"
- }
- },
- {
- "pk": 332,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lame",
- "parent": null,
- "label": "lame"
- }
- },
- {
- "pk": 333,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lamelle",
- "parent": null,
- "label": "lamelle"
- }
- },
- {
- "pk": 334,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lampe",
- "parent": null,
- "label": "lampe"
- }
- },
- {
- "pk": 335,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lampe-a-huile",
- "parent": null,
- "label": "lampe \u00e0 huile"
- }
- },
- {
- "pk": 336,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lance",
- "parent": null,
- "label": "lance"
- }
- },
- {
- "pk": 337,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "languette",
- "parent": null,
- "label": "languette"
- }
- },
- {
- "pk": 338,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lapidaire",
- "parent": null,
- "label": "lapidaire"
- }
- },
- {
- "pk": 339,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lapidaire-element",
- "parent": null,
- "label": "lapidaire (\u00e9l\u00e9ment)"
- }
- },
- {
- "pk": 340,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lechefrite",
- "parent": null,
- "label": "l\u00e8chefrite"
- }
- },
- {
- "pk": 341,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "levre",
- "parent": null,
- "label": "l\u00e8vre "
- }
- },
- {
- "pk": 342,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lime",
- "parent": null,
- "label": "lime"
- }
- },
- {
- "pk": 343,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "linceul",
- "parent": null,
- "label": "linceul"
- }
- },
- {
- "pk": 344,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lingot",
- "parent": null,
- "label": "lingot"
- }
- },
- {
- "pk": 345,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lissoir",
- "parent": null,
- "label": "lissoir"
- }
- },
- {
- "pk": 346,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lithique",
- "parent": null,
- "label": "lithique"
- }
- },
- {
- "pk": 347,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lithique-brute",
- "parent": null,
- "label": "lithique brute"
- }
- },
- {
- "pk": 348,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lithique-chauffe",
- "parent": null,
- "label": "lithique chauff\u00e9"
- }
- },
- {
- "pk": 349,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lithique-debitage",
- "parent": null,
- "label": "lithique d\u00e9bitage"
- }
- },
- {
- "pk": 350,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lithique-divers",
- "parent": null,
- "label": "lithique divers"
- }
- },
- {
- "pk": 351,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lithique-outil",
- "parent": null,
- "label": "lithique outil"
- }
- },
- {
- "pk": 352,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lithique-remontage",
- "parent": null,
- "label": "lithique remontage"
- }
- },
- {
- "pk": 353,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "louche",
- "parent": null,
- "label": "louche"
- }
- },
- {
- "pk": 354,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "loup",
- "parent": null,
- "label": "loup"
- }
- },
- {
- "pk": 355,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "macro-reste",
- "parent": null,
- "label": "macro-reste"
- }
- },
- {
- "pk": 356,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "maillon",
- "parent": null,
- "label": "maillon"
- }
- },
- {
- "pk": 357,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "main-droite",
- "parent": null,
- "label": "main droite"
- }
- },
- {
- "pk": 358,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "main-gauche",
- "parent": null,
- "label": "main gauche"
- }
- },
- {
- "pk": 359,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "mammifere",
- "parent": null,
- "label": "mammif\u00e8re"
- }
- },
- {
- "pk": 360,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "manche",
- "parent": null,
- "label": "manche"
- }
- },
- {
- "pk": 361,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "mandibule",
- "parent": null,
- "label": "mandibule"
- }
- },
- {
- "pk": 362,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "manuscrit-a-lencre",
- "parent": null,
- "label": "manuscrit \u00e0 l'encre"
- }
- },
- {
- "pk": 363,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "margelle-de-puits",
- "parent": null,
- "label": "margelle de puits"
- }
- },
- {
- "pk": 364,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "marmite",
- "parent": null,
- "label": "marmite"
- }
- },
- {
- "pk": 365,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "marteau",
- "parent": null,
- "label": "marteau"
- }
- },
- {
- "pk": 366,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "massacre-de-cerf",
- "parent": null,
- "label": "massacre de cerf"
- }
- },
- {
- "pk": 367,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "materiaux-de-construction",
- "parent": null,
- "label": "mat\u00e9riaux de construction"
- }
- },
- {
- "pk": 368,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "maxillaire",
- "parent": null,
- "label": "maxillaire"
- }
- },
- {
- "pk": 369,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "medaille",
- "parent": null,
- "label": "m\u00e9daille"
- }
- },
- {
- "pk": 370,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "membre-inferieur",
- "parent": null,
- "label": "membre inf\u00e9rieur"
- }
- },
- {
- "pk": 371,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "membre-inferieur-droit",
- "parent": null,
- "label": "membre inf\u00e9rieur droit"
- }
- },
- {
- "pk": 372,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "membre-inferieur-gauche",
- "parent": null,
- "label": "membre inf\u00e9rieur gauche"
- }
- },
- {
- "pk": 373,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "membre-posterieur-droit",
- "parent": null,
- "label": "membre post\u00e9rieur droit"
- }
- },
- {
- "pk": 374,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "membre-posterieur-gauche",
- "parent": null,
- "label": "membre post\u00e9rieur gauche"
- }
- },
- {
- "pk": 375,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "membre-superieur",
- "parent": null,
- "label": "membre sup\u00e9rieur"
- }
- },
- {
- "pk": 376,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "membre-superieur-droit",
- "parent": null,
- "label": "membre sup\u00e9rieur droit"
- }
- },
- {
- "pk": 377,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "membre-superieur-gauche",
- "parent": null,
- "label": "membre sup\u00e9rieur gauche"
- }
- },
- {
- "pk": 378,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "menhir",
- "parent": null,
- "label": "menhir"
- }
- },
- {
- "pk": 379,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "mereau",
- "parent": null,
- "label": "m\u00e9reau"
- }
- },
- {
- "pk": 380,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "metacarpe",
- "parent": null,
- "label": "m\u00e9tacarpe"
- }
- },
- {
- "pk": 381,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "meule",
- "parent": null,
- "label": "meule"
- }
- },
- {
- "pk": 383,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "micro-faune",
- "parent": null,
- "label": "micro-faune"
- }
- },
- {
- "pk": 382,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "micro-vase",
- "parent": null,
- "label": "micro vase"
- }
- },
- {
- "pk": 384,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "milfiori",
- "parent": null,
- "label": "milfiori"
- }
- },
- {
- "pk": 385,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "minerai",
- "parent": null,
- "label": "minerai "
- }
- },
- {
- "pk": 386,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "miroir",
- "parent": null,
- "label": "miroir"
- }
- },
- {
- "pk": 387,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "moellon",
- "parent": null,
- "label": "moellon"
- }
- },
- {
- "pk": 388,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "molette",
- "parent": null,
- "label": "molette "
- }
- },
- {
- "pk": 389,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "mollusque",
- "parent": null,
- "label": "mollusque"
- }
- },
- {
- "pk": 390,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "monnaie",
- "parent": null,
- "label": "monnaie"
- }
- },
- {
- "pk": 391,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "mordant-de-ceinture",
- "parent": null,
- "label": "mordant de ceinture"
- }
- },
- {
- "pk": 392,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "mors-de-cheval",
- "parent": null,
- "label": "mors de cheval"
- }
- },
- {
- "pk": 393,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "mortier",
- "parent": null,
- "label": "mortier"
- }
- },
- {
- "pk": 394,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "mosaique",
- "parent": null,
- "label": "mosa\u00efque"
- }
- },
- {
- "pk": 395,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "moulage",
- "parent": null,
- "label": "moulage"
- }
- },
- {
- "pk": 397,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "moule-a-kugeltopf",
- "parent": null,
- "label": "moule \u00e0 kugeltopf"
- }
- },
- {
- "pk": 396,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "moule-objet",
- "parent": null,
- "label": "moule (objet)"
- }
- },
- {
- "pk": 398,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "moulure",
- "parent": null,
- "label": "moulure"
- }
- },
- {
- "pk": 399,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "mouture",
- "parent": null,
- "label": "mouture"
- }
- },
- {
- "pk": 400,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "navette",
- "parent": null,
- "label": "navette"
- }
- },
- {
- "pk": 401,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "nodule",
- "parent": null,
- "label": "nodule"
- }
- },
- {
- "pk": 402,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "nodule-brule",
- "parent": null,
- "label": "nodule br\u00fble"
- }
- },
- {
- "pk": 403,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "nucleus",
- "parent": null,
- "label": "nucl\u00e9us"
- }
- },
- {
- "pk": 404,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ocre",
- "parent": null,
- "label": "ocre"
- }
- },
- {
- "pk": 405,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "oeuf",
- "parent": null,
- "label": "oeuf"
- }
- },
- {
- "pk": 406,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "oiseau",
- "parent": null,
- "label": "oiseau"
- }
- },
- {
- "pk": 407,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "omoplate",
- "parent": null,
- "label": "omoplate"
- }
- },
- {
- "pk": 408,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "orle",
- "parent": null,
- "label": "orle"
- }
- },
- {
- "pk": 409,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "os-debite",
- "parent": null,
- "label": "os d\u00e9bit\u00e9"
- }
- },
- {
- "pk": 410,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "oule",
- "parent": null,
- "label": "oule"
- }
- },
- {
- "pk": 411,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "outil-indetermine",
- "parent": null,
- "label": "outil ind\u00e9termin\u00e9"
- }
- },
- {
- "pk": 412,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "paillette",
- "parent": null,
- "label": "paillette "
- }
- },
- {
- "pk": 413,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "panse",
- "parent": null,
- "label": "panse"
- }
- },
- {
- "pk": 414,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "papier",
- "parent": null,
- "label": "papier"
- }
- },
- {
- "pk": 416,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "paroi-de-four",
- "parent": null,
- "label": "paroi de four"
- }
- },
- {
- "pk": 415,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "paroi-element",
- "parent": null,
- "label": "paroi (\u00e9l\u00e9ment)"
- }
- },
- {
- "pk": 417,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pas",
- "parent": null,
- "label": "pas"
- }
- },
- {
- "pk": 418,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "passant",
- "parent": null,
- "label": "passant"
- }
- },
- {
- "pk": 419,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "passant-de-ceinture",
- "parent": null,
- "label": "passant de ceinture"
- }
- },
- {
- "pk": 421,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "passe-courroi",
- "parent": null,
- "label": "passe-courroi"
- }
- },
- {
- "pk": 422,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "passe-guide",
- "parent": null,
- "label": "passe-guide"
- }
- },
- {
- "pk": 420,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "passe-lacet",
- "parent": null,
- "label": "passe lacet"
- }
- },
- {
- "pk": 423,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "passoire",
- "parent": null,
- "label": "passoire"
- }
- },
- {
- "pk": 424,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "patellas",
- "parent": null,
- "label": "patellas"
- }
- },
- {
- "pk": 425,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "patere",
- "parent": null,
- "label": "pat\u00e8re"
- }
- },
- {
- "pk": 426,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "patte",
- "parent": null,
- "label": "patte"
- }
- },
- {
- "pk": 427,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pavage",
- "parent": null,
- "label": "pavage"
- }
- },
- {
- "pk": 428,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pave",
- "parent": null,
- "label": "pav\u00e9"
- }
- },
- {
- "pk": 429,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pavement",
- "parent": null,
- "label": "pavement"
- }
- },
- {
- "pk": 430,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "peigne",
- "parent": null,
- "label": "peigne"
- }
- },
- {
- "pk": 431,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "peinture-murale",
- "parent": null,
- "label": "peinture murale"
- }
- },
- {
- "pk": 432,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pelle",
- "parent": null,
- "label": "pelle"
- }
- },
- {
- "pk": 433,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pelle-a-feu",
- "parent": null,
- "label": "pelle \u00e0 feu"
- }
- },
- {
- "pk": 434,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pendant-de-ceinture",
- "parent": null,
- "label": "pendant de ceinture"
- }
- },
- {
- "pk": 435,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pendeloque",
- "parent": null,
- "label": "pendeloque"
- }
- },
- {
- "pk": 436,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pendentif",
- "parent": null,
- "label": "pendentif"
- }
- },
- {
- "pk": 437,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "penture",
- "parent": null,
- "label": "penture"
- }
- },
- {
- "pk": 438,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "percoir",
- "parent": null,
- "label": "per\u00e7oir"
- }
- },
- {
- "pk": 439,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "percuteur",
- "parent": null,
- "label": "percuteur"
- }
- },
- {
- "pk": 440,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "perle",
- "parent": null,
- "label": "perle"
- }
- },
- {
- "pk": 441,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "peson",
- "parent": null,
- "label": "peson"
- }
- },
- {
- "pk": 442,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "phalange",
- "parent": null,
- "label": "phalange"
- }
- },
- {
- "pk": 443,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "phosphate",
- "parent": null,
- "label": "phosphate"
- }
- },
- {
- "pk": 444,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pic",
- "parent": null,
- "label": "pic"
- }
- },
- {
- "pk": 445,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pichet",
- "parent": null,
- "label": "pichet"
- }
- },
- {
- "pk": 446,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "piece-de-renfort",
- "parent": null,
- "label": "pi\u00e8ce de renfort"
- }
- },
- {
- "pk": 447,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pied",
- "parent": null,
- "label": "pied"
- }
- },
- {
- "pk": 448,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pierre-a-aiguiser",
- "parent": null,
- "label": "pierre \u00e0 aiguiser"
- }
- },
- {
- "pk": 449,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pieu",
- "parent": null,
- "label": "pieu"
- }
- },
- {
- "pk": 450,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pilette",
- "parent": null,
- "label": "pilette"
- }
- },
- {
- "pk": 451,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pilette-dhypocauste",
- "parent": null,
- "label": "pilette d'hypocauste"
- }
- },
- {
- "pk": 452,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pilier",
- "parent": null,
- "label": "pilier"
- }
- },
- {
- "pk": 453,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pilum",
- "parent": null,
- "label": "pilum"
- }
- },
- {
- "pk": 454,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pince-a-epiler",
- "parent": null,
- "label": "pince \u00e0 \u00e9piler"
- }
- },
- {
- "pk": 455,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "piochon",
- "parent": null,
- "label": "piochon"
- }
- },
- {
- "pk": 456,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pion",
- "parent": null,
- "label": "pion"
- }
- },
- {
- "pk": 457,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pipe",
- "parent": null,
- "label": "pipe"
- }
- },
- {
- "pk": 458,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "piquet",
- "parent": null,
- "label": "piquet"
- }
- },
- {
- "pk": 459,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pirogue",
- "parent": null,
- "label": "pirogue"
- }
- },
- {
- "pk": 460,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pise",
- "parent": null,
- "label": "pis\u00e9"
- }
- },
- {
- "pk": 461,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "piton",
- "parent": null,
- "label": "piton"
- }
- },
- {
- "pk": 462,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "planche",
- "parent": null,
- "label": "planche"
- }
- },
- {
- "pk": 463,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "plane",
- "parent": null,
- "label": "plane"
- }
- },
- {
- "pk": 464,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "plaque",
- "parent": null,
- "label": "plaque"
- }
- },
- {
- "pk": 472,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "plaque-boucle",
- "parent": null,
- "label": "plaque-boucle"
- }
- },
- {
- "pk": 466,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "plaque-de-ceinture",
- "parent": null,
- "label": "plaque de ceinture"
- }
- },
- {
- "pk": 470,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "plaque-decorative-de-harnachement",
- "parent": null,
- "label": "plaque d\u00e9corative de harnachement"
- }
- },
- {
- "pk": 465,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "plaque-dentree-de-serrure",
- "parent": null,
- "label": "plaque d'entr\u00e9e de serrure"
- }
- },
- {
- "pk": 467,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "plaque-de-porte",
- "parent": null,
- "label": "plaque de porte"
- }
- },
- {
- "pk": 468,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "plaque-de-renfort",
- "parent": null,
- "label": "plaque de renfort"
- }
- },
- {
- "pk": 469,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "plaque-de-tole",
- "parent": null,
- "label": "plaque de t\u00f4le "
- }
- },
- {
- "pk": 471,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "plaque-dorsale",
- "parent": null,
- "label": "plaque dorsale"
- }
- },
- {
- "pk": 473,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "plaquette",
- "parent": null,
- "label": "plaquette"
- }
- },
- {
- "pk": 474,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "plat",
- "parent": null,
- "label": "plat"
- }
- },
- {
- "pk": 475,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "plat-a-barbe",
- "parent": null,
- "label": "plat \u00e0 barbe"
- }
- },
- {
- "pk": 476,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "plomb-de-vitrail",
- "parent": null,
- "label": "plomb de vitrail"
- }
- },
- {
- "pk": 477,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "poelon",
- "parent": null,
- "label": "po\u00ealon"
- }
- },
- {
- "pk": 478,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "poids",
- "parent": null,
- "label": "poids"
- }
- },
- {
- "pk": 479,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "poignard",
- "parent": null,
- "label": "poignard"
- }
- },
- {
- "pk": 480,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "poignee",
- "parent": null,
- "label": "poign\u00e9e"
- }
- },
- {
- "pk": 481,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "poincon",
- "parent": null,
- "label": "poin\u00e7on"
- }
- },
- {
- "pk": 482,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pointe",
- "parent": null,
- "label": "pointe"
- }
- },
- {
- "pk": 483,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pointe-de-fleche",
- "parent": null,
- "label": "pointe de fl\u00e8che"
- }
- },
- {
- "pk": 484,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pointe-de-lance",
- "parent": null,
- "label": "pointe de lance"
- }
- },
- {
- "pk": 485,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pointerolle",
- "parent": null,
- "label": "pointerolle"
- }
- },
- {
- "pk": 486,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "polissoir",
- "parent": null,
- "label": "polissoir"
- }
- },
- {
- "pk": 487,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pommeau",
- "parent": null,
- "label": "pommeau"
- }
- },
- {
- "pk": 488,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "porte-ardillon",
- "parent": null,
- "label": "porte ardillon"
- }
- },
- {
- "pk": 489,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pot",
- "parent": null,
- "label": "pot"
- }
- },
- {
- "pk": 490,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pot-a-carene",
- "parent": null,
- "label": "pot \u00e0 car\u00e8ne"
- }
- },
- {
- "pk": 491,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pot-a-cuire",
- "parent": null,
- "label": "pot \u00e0 cuire"
- }
- },
- {
- "pk": 492,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pot-a-digitations",
- "parent": null,
- "label": "pot \u00e0 digitations"
- }
- },
- {
- "pk": 493,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pot-anse",
- "parent": null,
- "label": "pot ans\u00e9"
- }
- },
- {
- "pk": 494,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pot-de-chambre",
- "parent": null,
- "label": "pot de chambre"
- }
- },
- {
- "pk": 497,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pot-decore",
- "parent": null,
- "label": "pot d\u00e9cor\u00e9"
- }
- },
- {
- "pk": 495,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pot-de-fleur",
- "parent": null,
- "label": "pot de fleur"
- }
- },
- {
- "pk": 496,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pot-de-poele",
- "parent": null,
- "label": "pot de po\u00eale"
- }
- },
- {
- "pk": 500,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "poteau",
- "parent": null,
- "label": "poteau"
- }
- },
- {
- "pk": 501,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "potin",
- "parent": null,
- "label": "potin"
- }
- },
- {
- "pk": 498,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pot-tripode",
- "parent": null,
- "label": "pot tripode"
- }
- },
- {
- "pk": 499,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "pot-verseur",
- "parent": null,
- "label": "pot verseur"
- }
- },
- {
- "pk": 502,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "poutre",
- "parent": null,
- "label": "poutre"
- }
- },
- {
- "pk": 503,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "prelevement",
- "parent": null,
- "label": "pr\u00e9l\u00e8vement"
- }
- },
- {
- "pk": 504,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "puits",
- "parent": null,
- "label": "puits"
- }
- },
- {
- "pk": 505,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "radius",
- "parent": null,
- "label": "radius"
- }
- },
- {
- "pk": 506,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "rasoir",
- "parent": null,
- "label": "rasoir"
- }
- },
- {
- "pk": 507,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "rebut-de-fabrication",
- "parent": null,
- "label": "rebut de fabrication"
- }
- },
- {
- "pk": 508,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "recipient",
- "parent": null,
- "label": "r\u00e9cipient"
- }
- },
- {
- "pk": 509,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "reduction",
- "parent": null,
- "label": "r\u00e9duction"
- }
- },
- {
- "pk": 510,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "refus-de-tamis",
- "parent": null,
- "label": "refus de tamis"
- }
- },
- {
- "pk": 511,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "rivet",
- "parent": null,
- "label": "rivet"
- }
- },
- {
- "pk": 512,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "rondelle",
- "parent": null,
- "label": "rondelle"
- }
- },
- {
- "pk": 513,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "rongeur",
- "parent": null,
- "label": "rongeur"
- }
- },
- {
- "pk": 514,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "rouelle",
- "parent": null,
- "label": "rouelle"
- }
- },
- {
- "pk": 515,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ruban",
- "parent": null,
- "label": "ruban"
- }
- },
- {
- "pk": 516,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "sabot-animal",
- "parent": null,
- "label": "sabot (animal)"
- }
- },
- {
- "pk": 517,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "sacrum",
- "parent": null,
- "label": "sacrum"
- }
- },
- {
- "pk": 518,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "sarcophage",
- "parent": null,
- "label": "sarcophage"
- }
- },
- {
- "pk": 519,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "scie",
- "parent": null,
- "label": "scie"
- }
- },
- {
- "pk": 520,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "scorie",
- "parent": null,
- "label": "scorie"
- }
- },
- {
- "pk": 521,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "scramasaxe",
- "parent": null,
- "label": "scramasaxe"
- }
- },
- {
- "pk": 522,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "sculpture",
- "parent": null,
- "label": "sculpture"
- }
- },
- {
- "pk": 523,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "seau",
- "parent": null,
- "label": "seau"
- }
- },
- {
- "pk": 524,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "sediment",
- "parent": null,
- "label": "s\u00e9diment"
- }
- },
- {
- "pk": 525,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "semelle-de-chaussure",
- "parent": null,
- "label": "semelle de chaussure"
- }
- },
- {
- "pk": 526,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "serfouette",
- "parent": null,
- "label": "serfouette *"
- }
- },
- {
- "pk": 527,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "serpette",
- "parent": null,
- "label": "serpette"
- }
- },
- {
- "pk": 528,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "serrure",
- "parent": null,
- "label": "serrure"
- }
- },
- {
- "pk": 529,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "sifflet",
- "parent": null,
- "label": "sifflet"
- }
- },
- {
- "pk": 530,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "soc",
- "parent": null,
- "label": "soc"
- }
- },
- {
- "pk": 531,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "soie",
- "parent": null,
- "label": "soie"
- }
- },
- {
- "pk": 532,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "sol-de-four",
- "parent": null,
- "label": "sol de four"
- }
- },
- {
- "pk": 533,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "sonde",
- "parent": null,
- "label": "sonde"
- }
- },
- {
- "pk": 534,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "soucoupe",
- "parent": null,
- "label": "soucoupe"
- }
- },
- {
- "pk": 535,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "spatule",
- "parent": null,
- "label": "spatule"
- }
- },
- {
- "pk": 536,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "squelette",
- "parent": null,
- "label": "squelette"
- }
- },
- {
- "pk": 537,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "statuaire-anthropomorphe",
- "parent": null,
- "label": "statuaire anthropomorphe"
- }
- },
- {
- "pk": 538,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "statuaire-zoomorphe",
- "parent": null,
- "label": "statuaire zoomorphe"
- }
- },
- {
- "pk": 539,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "statue",
- "parent": null,
- "label": "statue"
- }
- },
- {
- "pk": 540,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "statuette",
- "parent": null,
- "label": "statuette"
- }
- },
- {
- "pk": 541,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "stele",
- "parent": null,
- "label": "st\u00e8le"
- }
- },
- {
- "pk": 542,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "sternum",
- "parent": null,
- "label": "sternum"
- }
- },
- {
- "pk": 543,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "strigile",
- "parent": null,
- "label": "strigile"
- }
- },
- {
- "pk": 544,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "stylet",
- "parent": null,
- "label": "stylet"
- }
- },
- {
- "pk": 545,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tabletterie",
- "parent": null,
- "label": "tabletterie"
- }
- },
- {
- "pk": 546,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "talon",
- "parent": null,
- "label": "talon"
- }
- },
- {
- "pk": 547,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tariere",
- "parent": null,
- "label": "tari\u00e8re"
- }
- },
- {
- "pk": 548,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tasse",
- "parent": null,
- "label": "tasse"
- }
- },
- {
- "pk": 549,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tegulae",
- "parent": null,
- "label": "tegulae"
- }
- },
- {
- "pk": 550,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "temporaux",
- "parent": null,
- "label": "temporaux"
- }
- },
- {
- "pk": 551,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "terrazzo",
- "parent": null,
- "label": "terrazzo"
- }
- },
- {
- "pk": 552,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "terre-cuite-architecturale",
- "parent": null,
- "label": "terre cuite architecturale"
- }
- },
- {
- "pk": 553,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "terre-rubefiee",
- "parent": null,
- "label": "terre rub\u00e9fi\u00e9e"
- }
- },
- {
- "pk": 554,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "terrine",
- "parent": null,
- "label": "terrine "
- }
- },
- {
- "pk": 555,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tesselle",
- "parent": null,
- "label": "tesselle"
- }
- },
- {
- "pk": 556,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tesson",
- "parent": null,
- "label": "tesson"
- }
- },
- {
- "pk": 557,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tete",
- "parent": null,
- "label": "t\u00eate"
- }
- },
- {
- "pk": 558,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "thermometre",
- "parent": null,
- "label": "thermom\u00e8tre"
- }
- },
- {
- "pk": 559,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "thorax",
- "parent": null,
- "label": "thorax"
- }
- },
- {
- "pk": 560,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tibia",
- "parent": null,
- "label": "tibia"
- }
- },
- {
- "pk": 561,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tige",
- "parent": null,
- "label": "tige"
- }
- },
- {
- "pk": 562,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tissu",
- "parent": null,
- "label": "tissu"
- }
- },
- {
- "pk": 563,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tole",
- "parent": null,
- "label": "t\u00f4le"
- }
- },
- {
- "pk": 564,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tombe",
- "parent": null,
- "label": "tombe"
- }
- },
- {
- "pk": 565,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "torchis",
- "parent": null,
- "label": "torchis"
- }
- },
- {
- "pk": 566,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "torque",
- "parent": null,
- "label": "torque"
- }
- },
- {
- "pk": 567,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tranchet",
- "parent": null,
- "label": "tranchet"
- }
- },
- {
- "pk": 568,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tripode",
- "parent": null,
- "label": "tripode"
- }
- },
- {
- "pk": 569,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tronc-echantillon",
- "parent": null,
- "label": "tronc (\u00e9chantillon)"
- }
- },
- {
- "pk": 570,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "truelle",
- "parent": null,
- "label": "truelle"
- }
- },
- {
- "pk": 571,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tube",
- "parent": null,
- "label": "tube"
- }
- },
- {
- "pk": 572,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tubulure",
- "parent": null,
- "label": "tubulure"
- }
- },
- {
- "pk": 573,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tuile",
- "parent": null,
- "label": "tuile"
- }
- },
- {
- "pk": 574,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tuile-a-crochet",
- "parent": null,
- "label": "tuile \u00e0 crochet"
- }
- },
- {
- "pk": 575,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tuile-canal",
- "parent": null,
- "label": "tuile canal"
- }
- },
- {
- "pk": 576,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tuile-mecanique",
- "parent": null,
- "label": "tuile m\u00e9canique"
- }
- },
- {
- "pk": 577,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tuile-plate",
- "parent": null,
- "label": "tuile plate"
- }
- },
- {
- "pk": 578,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tuile-ronde",
- "parent": null,
- "label": "tuile ronde"
- }
- },
- {
- "pk": 579,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tuyau",
- "parent": null,
- "label": "tuyau"
- }
- },
- {
- "pk": 580,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "tuyau-de-pipe",
- "parent": null,
- "label": "tuyau de pipe"
- }
- },
- {
- "pk": 581,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "ulnas",
- "parent": null,
- "label": "ulnas"
- }
- },
- {
- "pk": 582,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "urne",
- "parent": null,
- "label": "urne"
- }
- },
- {
- "pk": 583,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "urne-cineraire",
- "parent": null,
- "label": "urne cin\u00e9raire"
- }
- },
- {
- "pk": 584,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "vaisselle",
- "parent": null,
- "label": "vaisselle"
- }
- },
- {
- "pk": 585,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "vase",
- "parent": null,
- "label": "vase"
- }
- },
- {
- "pk": 586,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "vase-silo",
- "parent": null,
- "label": "vase silo"
- }
- },
- {
- "pk": 587,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "verre-a-boire",
- "parent": null,
- "label": "verre (\u00e0 boire)"
- }
- },
- {
- "pk": 588,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "verre-a-jambe",
- "parent": null,
- "label": "verre \u00e0 jambe"
- }
- },
- {
- "pk": 589,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "verre-a-pied",
- "parent": null,
- "label": "verre \u00e0 pied"
- }
- },
- {
- "pk": 591,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "verre-apode",
- "parent": null,
- "label": "verre apode"
- }
- },
- {
- "pk": 590,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "verre-a-vitre",
- "parent": null,
- "label": "verre \u00e0 vitre"
- }
- },
- {
- "pk": 592,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "verre-fondu",
- "parent": null,
- "label": "verre fondu"
- }
- },
- {
- "pk": 593,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "verre-plat",
- "parent": null,
- "label": "verre plat"
- }
- },
- {
- "pk": 594,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "vertebre",
- "parent": null,
- "label": "vert\u00e8bre"
- }
- },
- {
- "pk": 595,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "virole",
- "parent": null,
- "label": "virole"
- }
- },
- {
- "pk": 596,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "vitrail",
- "parent": null,
- "label": "vitrail"
- }
- },
- {
- "pk": 597,
- "model": "archaeological_finds.objecttype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "vitre",
- "parent": null,
- "label": "vitre"
- }
- },
- {
- "pk": 5,
- "model": "archaeological_finds.integritytype",
- "fields": {
- "comment": "N'est plus pr\u00e9sent : perdu ?",
- "available": true,
- "txt_idx": "not_there",
- "label": "Absent"
- }
- },
- {
- "pk": 2,
- "model": "archaeological_finds.integritytype",
- "fields": {
- "comment": "Il est possible d'en reconstituer la forme compl\u00e8te avec une approximation acceptable (et ma\u00eetris\u00e9e)",
- "available": true,
- "txt_idx": "archaeo_complete",
- "label": "Arch\u00e9ologiquement complet"
- }
- },
- {
- "pk": 1,
- "model": "archaeological_finds.integritytype",
- "fields": {
- "comment": "Int\u00e9grit\u00e9 totale",
- "available": true,
- "txt_idx": "complete",
- "label": "Complet"
- }
- },
- {
- "pk": 4,
- "model": "archaeological_finds.integritytype",
- "fields": {
- "comment": "Rien \u00e0 tirer de cela : m\u00eame pas pour l'\u00e9tude de la mati\u00e8re",
- "available": true,
- "txt_idx": "lost_for_science",
- "label": "\"Perdu pour la science\""
- }
- },
- {
- "pk": 3,
- "model": "archaeological_finds.integritytype",
- "fields": {
- "comment": "La forme de l'objet est perdue",
- "available": true,
- "txt_idx": "integrity_lost",
- "label": "Perte d'int\u00e9grit\u00e9 totale"
- }
- },
- {
- "pk": 1,
- "model": "archaeological_finds.batchtype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "inconnu",
- "order": 0,
- "label": "Inconnu"
- }
- },
- {
- "pk": 2,
- "model": "archaeological_finds.batchtype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "objet",
- "order": 1,
- "label": "Objet"
- }
- },
- {
- "pk": 3,
- "model": "archaeological_finds.batchtype",
- "fields": {
- "comment": null,
- "available": true,
- "txt_idx": "lot",
- "order": 2,
- "label": "Lot"
- }
- },
- {
- "pk": 1,
- "model": "archaeological_finds.treatmentfiletype",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "loan_demand_study",
- "label": "Demande de pr\u00eat pour \u00e9tude"
- }
- },
- {
- "pk": 2,
- "model": "archaeological_finds.treatmentfiletype",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "loan_demand_exposure",
- "label": "Demande de pr\u00eat pour exposition"
- }
- },
- {
- "pk": 3,
- "model": "archaeological_finds.treatmentfiletype",
- "fields": {
- "comment": "",
- "available": true,
- "txt_idx": "gift_wish",
- "label": "Intention de donation"
- }
- }
-] \ No newline at end of file
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.MI",
+ "parent": null,
+ "label": "Min\u00e9ral",
+ "recommendation": "",
+ "txt_idx": "mineral"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.OG",
+ "parent": null,
+ "label": "Organique",
+ "recommendation": "",
+ "txt_idx": "organic"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.TC",
+ "parent": null,
+ "label": "Terre cuite",
+ "recommendation": "",
+ "txt_idx": "earthenware"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.MT",
+ "parent": null,
+ "label": "M\u00e9tal",
+ "recommendation": "",
+ "txt_idx": "metal"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.VR",
+ "parent": null,
+ "label": "Verre",
+ "recommendation": "",
+ "txt_idx": "glass"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Tout ce qui ne rentre pas dans les autres cases...",
+ "available": true,
+ "code": "M.AT",
+ "parent": null,
+ "label": "Autre",
+ "recommendation": "",
+ "txt_idx": "other"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Tout ce qui n'a pas pu \u00eatre identifi\u00e9, qui est ind\u00e9terminable \u00e0 ce jour (semble t-il)",
+ "available": true,
+ "code": "M.ID",
+ "parent": null,
+ "label": "Ind\u00e9termin\u00e9",
+ "recommendation": "",
+ "txt_idx": "unknown"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Type de mat\u00e9riau inconnu car non \u00e9tudi\u00e9",
+ "available": true,
+ "code": "M.?",
+ "parent": null,
+ "label": "Non \u00e9tudi\u00e9",
+ "recommendation": "",
+ "txt_idx": "not_studied"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Tout ce qui a rapport \u00e0 la pierre, \u00e0 la taille et \u00e0 l'industrie de la pierre durant la pr\u00e9histoire (ou plus r\u00e9cemment d'ailleurs)",
+ "available": true,
+ "code": "M.LT",
+ "parent": [
+ "mineral"
+ ],
+ "label": "Lithique",
+ "recommendation": "",
+ "txt_idx": "lithic"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Tout \u00e9l\u00e9ment en pierre intervenant dans la construction : pierre taill\u00e9e, moellon, pierre sculpt\u00e9e, statue \u2026",
+ "available": true,
+ "code": "M.LP",
+ "parent": [
+ "mineral"
+ ],
+ "label": "Lapidaire",
+ "recommendation": "",
+ "txt_idx": "lapidary"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Tout ce qui n'est ni de l'industrie lithique, ni de la pierre de construction : meule, vaisselle, objet manufactur\u00e9 \u2026",
+ "available": true,
+ "code": "M.MI",
+ "parent": [
+ "mineral"
+ ],
+ "label": "Pierre autre",
+ "recommendation": "",
+ "txt_idx": "other_stone"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Cuir, tissu, tabletterie, vannerie, cordage, bois (hors construction), tout objet travaill\u00e9 (transform\u00e9) en mat\u00e9riau organique",
+ "available": true,
+ "code": "M.OG",
+ "parent": [
+ "organic"
+ ],
+ "label": "Organique travaill\u00e9",
+ "recommendation": "",
+ "txt_idx": "organicwork"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Mat\u00e9riaux naturels et de nature biologique (mnnb). Tout objet organique brut : os humain, reste de boucherie, graine, coquillage, corne \u2026",
+ "available": true,
+ "code": "M.OG",
+ "parent": [
+ "organic"
+ ],
+ "label": "Organique non travaill\u00e9",
+ "recommendation": "",
+ "txt_idx": "raw_organic"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Toute la vaisselle c\u00e9ramique y compris les amphores",
+ "available": true,
+ "code": "M.TC",
+ "parent": [
+ "earthenware"
+ ],
+ "label": "C\u00e9ramique",
+ "recommendation": "",
+ "txt_idx": "ceramic"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Mat\u00e9riaux de construction en terre cuite",
+ "available": true,
+ "code": "M.TC",
+ "parent": [
+ "earthenware"
+ ],
+ "label": "Terre cuite architecturale",
+ "recommendation": "",
+ "txt_idx": "architect_earthenwork"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Tout ce qui n'est ni de la vaisselle c\u00e9ramique, ni de la TCA : peson, statuette, jouet \u2026",
+ "available": true,
+ "code": "M.TC",
+ "parent": [
+ "earthenware"
+ ],
+ "label": "Terre cuite autre",
+ "recommendation": "",
+ "txt_idx": "other_earthenwork"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Tout objet en m\u00e9tal non ferreux",
+ "available": true,
+ "code": "M.MT",
+ "parent": [
+ "metal"
+ ],
+ "label": "M\u00e9tal non ferreux",
+ "recommendation": "",
+ "txt_idx": "not_iron_metal"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Tout objet en m\u00e9tal ferreux",
+ "available": true,
+ "code": "M.MT",
+ "parent": [
+ "metal"
+ ],
+ "label": "M\u00e9tal ferreux",
+ "recommendation": "",
+ "txt_idx": "iron_metal"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Monnaies, jetons \u00e0 compter, poids mon\u00e9taires, coins",
+ "available": true,
+ "code": "M.MT",
+ "parent": [
+ "metal"
+ ],
+ "label": "Mon\u00e9taire",
+ "recommendation": "",
+ "txt_idx": "monetary"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Tout objet en verre li\u00e9 \u00e0 la construction : vitrage \u2026",
+ "available": true,
+ "code": "M.VR",
+ "parent": [
+ "glass"
+ ],
+ "label": "Verre construction",
+ "recommendation": "",
+ "txt_idx": "glass_constr"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Tout objet en verre autre que le verre li\u00e9 \u00e0 la construction : vaisselle \u2026",
+ "available": true,
+ "code": "M.VR",
+ "parent": [
+ "glass"
+ ],
+ "label": "Verre autre",
+ "recommendation": "",
+ "txt_idx": "glass_other"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Tout mat\u00e9riau de construction qui n'est ni de la pierre, ni de la TCA, ni du verre : terre crue, torchis, pl\u00e2tre, enduit peint, mosa\u00efque, bois ...",
+ "available": true,
+ "code": "M.AT",
+ "parent": [
+ "other"
+ ],
+ "label": "Mat\u00e9riaux de construction autre",
+ "recommendation": "",
+ "txt_idx": "constr_material"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Plastique \u2026",
+ "available": true,
+ "code": "M.AT",
+ "parent": [
+ "other"
+ ],
+ "label": "Synth\u00e9tique",
+ "recommendation": "",
+ "txt_idx": "synthetic"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.EP",
+ "parent": [
+ "constr_material"
+ ],
+ "label": "Enduit peint",
+ "recommendation": "",
+ "txt_idx": "painted_plaster"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "P.TE",
+ "parent": [
+ "other"
+ ],
+ "label": "Pr\u00e9l\u00e8vement trait\u00e9 et \u00e9tudi\u00e9",
+ "recommendation": "",
+ "txt_idx": "sampling_processed_studied"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "P.NE",
+ "parent": [
+ "other"
+ ],
+ "label": "Pr\u00e9l\u00e8vement trait\u00e9 non \u00e9tudi\u00e9",
+ "recommendation": "",
+ "txt_idx": "sampling_processed_not_studied"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "P.NT",
+ "parent": [
+ "other"
+ ],
+ "label": "Pr\u00e9l\u00e8vement non trait\u00e9",
+ "recommendation": "",
+ "txt_idx": "sampling_not_processed"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.OS",
+ "parent": [
+ "raw_organic"
+ ],
+ "label": "Os non travaill\u00e9",
+ "recommendation": "",
+ "txt_idx": "unworked_bone"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.OS",
+ "parent": [
+ "organicwork"
+ ],
+ "label": "Os travaill\u00e9",
+ "recommendation": "",
+ "txt_idx": "bonework"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.OS",
+ "parent": [
+ "unworked_bone"
+ ],
+ "label": "Os humain",
+ "recommendation": "",
+ "txt_idx": "human_bone"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.OS",
+ "parent": [
+ "unworked_bone"
+ ],
+ "label": "Faune",
+ "recommendation": "",
+ "txt_idx": "animal_bone"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.OG",
+ "parent": [
+ "organicwork"
+ ],
+ "label": "Cuir",
+ "recommendation": "",
+ "txt_idx": "leather"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "BRZ",
+ "parent": [
+ "copper-alloy"
+ ],
+ "label": "Bronze",
+ "recommendation": "",
+ "txt_idx": "brz"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Fait de plusieurs mati\u00e8res",
+ "available": true,
+ "code": "CP",
+ "parent": null,
+ "label": "Composite",
+ "recommendation": "",
+ "txt_idx": "composite"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.OG",
+ "parent": [
+ "raw_organic"
+ ],
+ "label": "Charbon de bois",
+ "recommendation": "\u00c9viter l'\u00e9crasement",
+ "txt_idx": "charcoal"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.OG",
+ "parent": [
+ "raw_organic"
+ ],
+ "label": "Graine",
+ "recommendation": "Hygrom\u00e9trie \u00e0 contr\u00f4ler, \u00e9viter l'\u00e9crasement",
+ "txt_idx": "seed"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.MT",
+ "parent": [
+ "iron_metal"
+ ],
+ "label": "Fer",
+ "recommendation": "",
+ "txt_idx": "Iron"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.MT",
+ "parent": [
+ "iron_metal"
+ ],
+ "label": "Fonte",
+ "recommendation": "",
+ "txt_idx": "cast_iron"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.OG",
+ "parent": [
+ "raw_organic"
+ ],
+ "label": "Bois non travaill\u00e9",
+ "recommendation": "",
+ "txt_idx": "wood"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.OG",
+ "parent": [
+ "organicwork"
+ ],
+ "label": "Bois travaill\u00e9",
+ "recommendation": "",
+ "txt_idx": "shaped_wood"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.TC",
+ "parent": [
+ "ceramic"
+ ],
+ "label": "Porcelaine",
+ "recommendation": "",
+ "txt_idx": "porcelain"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.TC",
+ "parent": [
+ "ceramic"
+ ],
+ "label": "Fa\u00efence",
+ "recommendation": "",
+ "txt_idx": "faience"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.TC",
+ "parent": [
+ "ceramic"
+ ],
+ "label": "Gr\u00e8s c\u00e9ramique",
+ "recommendation": "",
+ "txt_idx": "stoneware"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "code": "M.MT",
+ "parent": [
+ "not_iron_metal"
+ ],
+ "label": "Alliage cuivreux",
+ "recommendation": "",
+ "txt_idx": "copper-alloy"
+ },
+ "model": "archaeological_finds.materialtype"
+},
+{
+ "fields": {
+ "comment": "Le fait de mettre du mobilier dans un contenant. Que cela soit le conditionnement initial ou un re-conditionnement. ",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": null,
+ "virtual": false,
+ "label": "Conditionnement",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "packaging"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "Radiographie (rayon X) qui produit un ou des films radio.",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": [
+ "radioX"
+ ],
+ "virtual": false,
+ "label": "Radiographie argentique",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "regular_x_ray"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "Radiographie (rayon X) qui produit un ou des fichiers num\u00e9riques.",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": [
+ "radioX"
+ ],
+ "virtual": false,
+ "label": "Radiographie num\u00e9rique",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "digital_x_ray"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "D\u00e9placement de mobilier, entre deux d\u00e9p\u00f4ts : le mobilier ne peut pas \u00eatre stock\u00e9 ailleurs que dans un lieu consid\u00e9r\u00e9 comme un d\u00e9p\u00f4t.",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": null,
+ "virtual": false,
+ "label": "D\u00e9placement",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "moving"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "Regroupement d'un ensemble de mobilier. Exemple : ensemble des outils provenant d'une fouille, mobilier datant d'un site, tessonier virtuel, etc.",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": null,
+ "virtual": true,
+ "label": "Groupement virtuel",
+ "upstream_is_many": true,
+ "order": 10,
+ "txt_idx": "virtual_group"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "R\u00e9union de plusieurs objets ou lots mobiliers en un seul. Ce type de traitement peut impliquer ou non un reconditionnement.\r\n\r\nExemple : Remontage d'une c\u00e9ramique \u00e0 partir de tessons d\u00e9j\u00e0 pr\u00e9sents dans un contenant (pas de reconditionnement), regroupement d'une partie de la faune (os) d'une op\u00e9ration et cr\u00e9ation d'une nouvelle caisse dans ce but (reconditionnement \u00e0 faire).",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": null,
+ "virtual": false,
+ "label": "Groupement",
+ "upstream_is_many": true,
+ "order": 10,
+ "txt_idx": "physical_grouping"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "Division d'un lot de mobilier en plusieurs lots.",
+ "available": true,
+ "downstream_is_many": true,
+ "parent": null,
+ "virtual": false,
+ "label": "Division",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "split"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "Prise de vue \u00e0 l'aide d'un appareil photo num\u00e9rique.",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": [
+ "photo"
+ ],
+ "virtual": false,
+ "label": "Photographie num\u00e9rique",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "digital_photography"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "Photographie produisant un film (positif ou n\u00e9gatif).",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": [
+ "photo"
+ ],
+ "virtual": false,
+ "label": "Photographie argentique",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "regular_photography"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "Processus qui permet d'\u00e9liminer le sel qui impr\u00e8gne un objet arch\u00e9ologique ou un lot d'objets.",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": null,
+ "virtual": false,
+ "label": "D\u00e9salinisation",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "desalinisation"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "R\u00e9duction des oxydes d\u00e9velopp\u00e9s sur/dans un objet arch\u00e9ologique par l'usage de courant \u00e9lectrique.",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": null,
+ "virtual": false,
+ "label": "\u00c9lectrolyse",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "electrolysis"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "Regroupement d\u2019\u00e9l\u00e9ments afin d'en remonter un. Ceci traduit le remontage physique des \u00e9l\u00e9ments. Ils constituent dor\u00e9navant un seul objet issu du remontage de plusieurs.",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": null,
+ "virtual": false,
+ "label": "Remontage",
+ "upstream_is_many": true,
+ "order": 10,
+ "txt_idx": "reassembly"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "Action de nettoyer le mobilier, d'ordinaire \u00e0 l'eau",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": null,
+ "virtual": false,
+ "label": "Lavage",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "washing"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": null,
+ "virtual": false,
+ "label": "Consultation sur place",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "local_consultation"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": null,
+ "virtual": false,
+ "label": "Marquage",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "marking"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": null,
+ "virtual": false,
+ "label": "Conservation-restauration",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "conservation"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": null,
+ "virtual": false,
+ "label": "Prises de vue",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "shooting"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": [
+ "shooting"
+ ],
+ "virtual": false,
+ "label": "Photographie",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "photo"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": [
+ "shooting"
+ ],
+ "virtual": false,
+ "label": "Radiographie",
+ "upstream_is_many": false,
+ "order": 10,
+ "txt_idx": "radioX"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "Remontage virtuel : on sait que les \u00e9l\u00e9ments remontent ensemble, mais il n'y a pas eu de remontage physique p\u00e9renne.",
+ "available": true,
+ "downstream_is_many": false,
+ "parent": null,
+ "virtual": true,
+ "label": "Remontage virtuel",
+ "upstream_is_many": true,
+ "order": 10,
+ "txt_idx": "virtual-reassembly"
+ },
+ "model": "archaeological_finds.treatmenttype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "planned",
+ "label": "Pr\u00e9vu"
+ },
+ "model": "archaeological_finds.treatmentstate"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "in_progress",
+ "label": "En cours"
+ },
+ "model": "archaeological_finds.treatmentstate"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "completed",
+ "label": "Achev\u00e9"
+ },
+ "model": "archaeological_finds.treatmentstate"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "unknown",
+ "label": "Inconnu"
+ },
+ "model": "archaeological_finds.treatmentstate"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "to_be_confirmed",
+ "label": "\u00c0 confirmer"
+ },
+ "model": "archaeological_finds.treatmentstate"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "cancelled",
+ "label": "Abandonn\u00e9"
+ },
+ "model": "archaeological_finds.treatmentstate"
+},
+{
+ "fields": {
+ "comment": "L\u2019\u00e9tat de l\u2019objet est \u00e0 d\u00e9terminer.",
+ "available": true,
+ "txt_idx": "unknown",
+ "parent": null,
+ "label": "Inconnu"
+ },
+ "model": "archaeological_finds.conservatorystate"
+},
+{
+ "fields": {
+ "comment": "L\u2019\u00e9tat de l\u2019objet est stable.",
+ "available": true,
+ "txt_idx": "stable",
+ "parent": null,
+ "label": "Stable"
+ },
+ "model": "archaeological_finds.conservatorystate"
+},
+{
+ "fields": {
+ "comment": "L\u2019\u00e9tat de l\u2019objet n\u00e9cessite un traitement pr\u00e9ventif.",
+ "available": true,
+ "txt_idx": "unstable",
+ "parent": null,
+ "label": "Instable"
+ },
+ "model": "archaeological_finds.conservatorystate"
+},
+{
+ "fields": {
+ "comment": "L\u2019\u00e9tat de l\u2019objet n\u00e9cessite un traitement pr\u00e9ventif et/ou curatif.",
+ "available": true,
+ "txt_idx": "critical",
+ "parent": null,
+ "label": "Critique"
+ },
+ "model": "archaeological_finds.conservatorystate"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "museable",
+ "label": "Mus\u00e9able"
+ },
+ "model": "archaeological_finds.remarkabilitytype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "unknown",
+ "label": "Ind\u00e9termin\u00e9"
+ },
+ "model": "archaeological_finds.preservationtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "recond",
+ "label": "\u00c0 reconditionner"
+ },
+ "model": "archaeological_finds.preservationtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "to_stab",
+ "label": "\u00c0 stabiliser"
+ },
+ "model": "archaeological_finds.preservationtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "to_restaur",
+ "label": "\u00c0 restaurer"
+ },
+ "model": "archaeological_finds.preservationtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "to_wash",
+ "label": "\u00c0 laver"
+ },
+ "model": "archaeological_finds.preservationtype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ancre",
+ "parent": null,
+ "label": "ancre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "abreuvoir",
+ "parent": null,
+ "label": "abreuvoir"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "accessoire-de-toilette",
+ "parent": null,
+ "label": "accessoire de toilette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "affutoir",
+ "parent": null,
+ "label": "aff\u00fbtoir"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "agrafe",
+ "parent": null,
+ "label": "agrafe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "aiguille",
+ "parent": null,
+ "label": "aiguille"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "aiguille-a-chas",
+ "parent": null,
+ "label": "aiguille \u00e0 chas"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "aiguisoir",
+ "parent": null,
+ "label": "aiguisoir"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "albarel",
+ "parent": null,
+ "label": "albarel"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "alene",
+ "parent": null,
+ "label": "al\u00eane"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "amphore",
+ "parent": null,
+ "label": "amphore"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "amphorette",
+ "parent": null,
+ "label": "amphorette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "andouillet",
+ "parent": null,
+ "label": "andouillet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "angon",
+ "parent": null,
+ "label": "angon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "anneau",
+ "parent": null,
+ "label": "anneau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "anse",
+ "parent": null,
+ "label": "anse"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "applique",
+ "parent": null,
+ "label": "applique"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "appui-de-fenetre",
+ "parent": null,
+ "label": "appui de fen\u00eatre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ardillon",
+ "parent": null,
+ "label": "ardillon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ardoise",
+ "parent": null,
+ "label": "ardoise"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ardoise-de-couverture",
+ "parent": null,
+ "label": "ardoise de couverture"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "argile",
+ "parent": null,
+ "label": "argile"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "argile-brule",
+ "parent": null,
+ "label": "argile br\u00fbl\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "armille",
+ "parent": null,
+ "label": "armille"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "arrache-clous",
+ "parent": null,
+ "label": "arrache-clous "
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "assiette",
+ "parent": null,
+ "label": "assiette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "attache",
+ "parent": null,
+ "label": "attache"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "aumoniere",
+ "parent": null,
+ "label": "aum\u00f4ni\u00e8re "
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "avifaune-oiseau",
+ "parent": null,
+ "label": "avifaune (oiseau)"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "axe-dune-meule-et-licotin",
+ "parent": null,
+ "label": "axe d'une meule et licotin"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bague",
+ "parent": null,
+ "label": "bague"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "balance",
+ "parent": null,
+ "label": "balance"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "balle",
+ "parent": null,
+ "label": "balle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "balsamaire",
+ "parent": null,
+ "label": "balsamaire"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "balustrade",
+ "parent": null,
+ "label": "balustrade"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bandage-de-roue",
+ "parent": null,
+ "label": "bandage de roue"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "barbacane",
+ "parent": null,
+ "label": "barbacane"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "barre",
+ "parent": null,
+ "label": "barre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "barrette",
+ "parent": null,
+ "label": "barrette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "barrette-de-fourreau",
+ "parent": null,
+ "label": "barrette de fourreau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "basalte",
+ "parent": null,
+ "label": "basalte"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "base",
+ "parent": null,
+ "label": "base"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "base-de-colonne",
+ "parent": null,
+ "label": "base de colonne"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bassin",
+ "parent": null,
+ "label": "bassin"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "baton-docre",
+ "parent": null,
+ "label": "b\u00e2ton d'ocre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "battitures",
+ "parent": null,
+ "label": "battitures"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bec-verseur",
+ "parent": null,
+ "label": "bec verseur"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "beche",
+ "parent": null,
+ "label": "b\u00eache"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "beliere",
+ "parent": null,
+ "label": "b\u00e9li\u00e8re"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "biface",
+ "parent": null,
+ "label": "biface"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bille",
+ "parent": null,
+ "label": "bille"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bloc",
+ "parent": null,
+ "label": "bloc"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bloc-sculpte",
+ "parent": null,
+ "label": "bloc sculpt\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bloc-taille",
+ "parent": null,
+ "label": "bloc taill\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bobine-a-fil",
+ "parent": null,
+ "label": "bobine \u00e0 fil"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bocal",
+ "parent": null,
+ "label": "bocal"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bocal-a-pharmacie",
+ "parent": null,
+ "label": "bocal \u00e0 pharmacie"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bois",
+ "parent": null,
+ "label": "bois"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bois-de-cerf",
+ "parent": null,
+ "label": "bois de cerf"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bois-de-construction",
+ "parent": null,
+ "label": "bois de construction"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "boite",
+ "parent": null,
+ "label": "bo\u00eete"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bol",
+ "parent": null,
+ "label": "bol"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bonnet",
+ "parent": null,
+ "label": "bonnet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bord",
+ "parent": null,
+ "label": "bord "
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bordure",
+ "parent": null,
+ "label": "bordure"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "boucharde-ou-eclat",
+ "parent": null,
+ "label": "boucharde ou \u00e9clat"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bouchon",
+ "parent": null,
+ "label": "bouchon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "boucle",
+ "parent": null,
+ "label": "boucle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "boucle-doreille",
+ "parent": null,
+ "label": "boucle d'oreille"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "boucle-dharnachement",
+ "parent": null,
+ "label": "boucle d'harnachement"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "boucle-de-ceinture",
+ "parent": null,
+ "label": "boucle de ceinture"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "boucle-de-chaussure",
+ "parent": null,
+ "label": "boucle de chaussure"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "boucle-en-8",
+ "parent": null,
+ "label": "boucle en 8"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "boudins",
+ "parent": null,
+ "label": "boudins"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bougeoir",
+ "parent": null,
+ "label": "bougeoir"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "boule",
+ "parent": null,
+ "label": "boule"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "boulet",
+ "parent": null,
+ "label": "boulet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "boulet-de-canon",
+ "parent": null,
+ "label": "boulet de canon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "boulette",
+ "parent": null,
+ "label": "boulette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bouteille",
+ "parent": null,
+ "label": "bouteille"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bouterolle",
+ "parent": null,
+ "label": "bouterolle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bouton",
+ "parent": null,
+ "label": "bouton"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bovide",
+ "parent": null,
+ "label": "bovid\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bracelet",
+ "parent": null,
+ "label": "bracelet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "branche",
+ "parent": null,
+ "label": "branche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bride",
+ "parent": null,
+ "label": "bride"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "brides-dattaches",
+ "parent": null,
+ "label": "brides d'attaches"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "brique",
+ "parent": null,
+ "label": "brique"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "briquet",
+ "parent": null,
+ "label": "briquet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "briquetage-element",
+ "parent": null,
+ "label": "briquetage (\u00e9l\u00e9ment)"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "broche",
+ "parent": null,
+ "label": "broche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "broyon",
+ "parent": null,
+ "label": "broyon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "bulle-pontificale",
+ "parent": null,
+ "label": "bulle pontificale"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "burin",
+ "parent": null,
+ "label": "burin"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "buste",
+ "parent": null,
+ "label": "buste"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cabochon",
+ "parent": null,
+ "label": "cabochon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cadenas",
+ "parent": null,
+ "label": "cadenas"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "calage",
+ "parent": null,
+ "label": "calage"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "calcaire-moulure",
+ "parent": null,
+ "label": "calcaire moulur\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cale",
+ "parent": null,
+ "label": "cale"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "calice",
+ "parent": null,
+ "label": "calice"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "calotte-cranienne-et-fibula",
+ "parent": null,
+ "label": "calotte cr\u00e2nienne et fibula"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "canalisation",
+ "parent": null,
+ "label": "canalisation"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "canon",
+ "parent": null,
+ "label": "canon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "caquelon",
+ "parent": null,
+ "label": "caquelon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "carafe",
+ "parent": null,
+ "label": "carafe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "carene",
+ "parent": null,
+ "label": "car\u00e8ne"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "carreau",
+ "parent": null,
+ "label": "carreau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "carreau-darbalete",
+ "parent": null,
+ "label": "carreau d'arbal\u00e8te"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "carreau-dangle",
+ "parent": null,
+ "label": "carreau d'angle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "carreau-de-pavement",
+ "parent": null,
+ "label": "carreau de pavement"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "carreau-de-poele",
+ "parent": null,
+ "label": "carreau de po\u00eale"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "carreau-double",
+ "parent": null,
+ "label": "carreau double"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "carreau-bol",
+ "parent": null,
+ "label": "carreau-bol"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "carrelage",
+ "parent": null,
+ "label": "carrelage"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cartouche",
+ "parent": null,
+ "label": "cartouche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "casque",
+ "parent": null,
+ "label": "casque"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "casson",
+ "parent": null,
+ "label": "casson"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cavalier",
+ "parent": null,
+ "label": "cavalier"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ceinture",
+ "parent": null,
+ "label": "ceinture"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cerclage",
+ "parent": null,
+ "label": "cerclage"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cercle",
+ "parent": null,
+ "label": "cercle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cereales",
+ "parent": null,
+ "label": "c\u00e9r\u00e9ales"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cervide",
+ "parent": null,
+ "label": "cervid\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "chaine",
+ "parent": null,
+ "label": "cha\u00eene"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "chainette",
+ "parent": null,
+ "label": "cha\u00eenette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "chandelier",
+ "parent": null,
+ "label": "chandelier"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "chape",
+ "parent": null,
+ "label": "chape"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "chapelet",
+ "parent": null,
+ "label": "chapelet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "chapiteau",
+ "parent": null,
+ "label": "chapiteau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "charbon",
+ "parent": null,
+ "label": "charbon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "charniere",
+ "parent": null,
+ "label": "charni\u00e8re"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "chat-tete",
+ "parent": null,
+ "label": "chat (t\u00eate)"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "chatelaine",
+ "parent": null,
+ "label": "ch\u00e2telaine"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "chaton",
+ "parent": null,
+ "label": "chaton"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "chaudron",
+ "parent": null,
+ "label": "chaudron"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "chaussure",
+ "parent": null,
+ "label": "chaussure"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "chenet",
+ "parent": null,
+ "label": "chenet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cheveux",
+ "parent": null,
+ "label": "cheveux"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cheville",
+ "parent": null,
+ "label": "cheville"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "chien",
+ "parent": null,
+ "label": "chien"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "christ-en-croix",
+ "parent": null,
+ "label": "christ en croix"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ciboire",
+ "parent": null,
+ "label": "ciboire"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ciseau",
+ "parent": null,
+ "label": "ciseau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ciseaux-plat",
+ "parent": null,
+ "label": "ciseaux plat"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ciste",
+ "parent": null,
+ "label": "ciste"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "clarine",
+ "parent": null,
+ "label": "clarine "
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "claveau",
+ "parent": null,
+ "label": "claveau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "clavette",
+ "parent": null,
+ "label": "clavette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "clavicule",
+ "parent": null,
+ "label": "clavicule"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cle",
+ "parent": null,
+ "label": "cl\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cle-bague",
+ "parent": null,
+ "label": "cl\u00e9 bague"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cle-de-voute",
+ "parent": null,
+ "label": "cl\u00e9 de vo\u00fbte"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cloche",
+ "parent": null,
+ "label": "cloche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "clochette",
+ "parent": null,
+ "label": "clochette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "clou",
+ "parent": null,
+ "label": "clou"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "coffret",
+ "parent": null,
+ "label": "coffret"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "coin",
+ "parent": null,
+ "label": "coin"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "col",
+ "parent": null,
+ "label": "col"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "collier",
+ "parent": null,
+ "label": "collier"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "colonne",
+ "parent": null,
+ "label": "colonne"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "colonnette",
+ "parent": null,
+ "label": "colonnette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cone",
+ "parent": null,
+ "label": "c\u00f4ne"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "contre-plaque",
+ "parent": null,
+ "label": "contre plaque"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "copeau",
+ "parent": null,
+ "label": "copeau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "coprolithes",
+ "parent": null,
+ "label": "coprolithes"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "coquemar-tripode",
+ "parent": null,
+ "label": "coquemar tripode"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "coquillage-conchyliologie",
+ "parent": null,
+ "label": "coquillage (conchyliologie)"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "corne",
+ "parent": null,
+ "label": "corne"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "corne-dappel",
+ "parent": null,
+ "label": "corne d'appel"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cornet",
+ "parent": null,
+ "label": "cornet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "corniere",
+ "parent": null,
+ "label": "corni\u00e8re"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cote",
+ "parent": null,
+ "label": "c\u00f4te"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "coulure",
+ "parent": null,
+ "label": "coulure"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "coupe",
+ "parent": null,
+ "label": "coupe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "coupelle",
+ "parent": null,
+ "label": "coupelle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "couteau",
+ "parent": null,
+ "label": "couteau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "couvercle",
+ "parent": null,
+ "label": "couvercle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "couvre-feu",
+ "parent": null,
+ "label": "couvre feu"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "couvre-joint",
+ "parent": null,
+ "label": "couvre joint"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "coxal",
+ "parent": null,
+ "label": "coxal"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "crampon",
+ "parent": null,
+ "label": "crampon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "crane",
+ "parent": null,
+ "label": "cr\u00e2ne"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "crapaudine",
+ "parent": null,
+ "label": "crapaudine"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cremaillere-element-de",
+ "parent": null,
+ "label": "cr\u00e9maill\u00e8re ( \u00e9l\u00e9ment de )"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "creuset",
+ "parent": null,
+ "label": "creuset"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "crochet",
+ "parent": null,
+ "label": "crochet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "croix",
+ "parent": null,
+ "label": "croix"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "croix-de-lorraine",
+ "parent": null,
+ "label": "croix de lorraine"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cruche",
+ "parent": null,
+ "label": "cruche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "crucifix",
+ "parent": null,
+ "label": "crucifix"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cuillere",
+ "parent": null,
+ "label": "cuill\u00e8re"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cuirasse",
+ "parent": null,
+ "label": "cuirasse"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "culot",
+ "parent": null,
+ "label": "culot"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "culot-de-forge",
+ "parent": null,
+ "label": "culot de forge"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "curette",
+ "parent": null,
+ "label": "curette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cuve",
+ "parent": null,
+ "label": "cuve"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "cylindre",
+ "parent": null,
+ "label": "cylindre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "dallage",
+ "parent": null,
+ "label": "dallage"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "dalle",
+ "parent": null,
+ "label": "dalle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "de-a-coudre",
+ "parent": null,
+ "label": "d\u00e9 \u00e0 coudre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "de-a-jouer",
+ "parent": null,
+ "label": "d\u00e9 \u00e0 jouer"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "dechet-chute-de-sciage",
+ "parent": null,
+ "label": "d\u00e9chet chute de sciage"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "dechet-de-coule",
+ "parent": null,
+ "label": "d\u00e9chet de coul\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "dechets-de-forge",
+ "parent": null,
+ "label": "d\u00e9chets de forge"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "decor-sculpte",
+ "parent": null,
+ "label": "d\u00e9cor sculpt\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "degorgeoir",
+ "parent": null,
+ "label": "d\u00e9gorgeoir"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "dent",
+ "parent": null,
+ "label": "dent"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "disque",
+ "parent": null,
+ "label": "disque"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "divers",
+ "parent": null,
+ "label": "divers"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "divinite",
+ "parent": null,
+ "label": "divinit\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "dogger",
+ "parent": null,
+ "label": "dogger"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "dolia",
+ "parent": null,
+ "label": "dolia"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "dolium",
+ "parent": null,
+ "label": "dolium"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "douelle",
+ "parent": null,
+ "label": "douelle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "douille",
+ "parent": null,
+ "label": "douille"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ebauche",
+ "parent": null,
+ "label": "\u00e9bauche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "echantillon",
+ "parent": null,
+ "label": "\u00e9chantillon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "eclat",
+ "parent": null,
+ "label": "\u00e9clat"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ecuelle",
+ "parent": null,
+ "label": "\u00e9cuelle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ecusson",
+ "parent": null,
+ "label": "\u00e9cusson"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "element-architectural",
+ "parent": null,
+ "label": "\u00e9l\u00e9ment architectural"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "element-dharnachement",
+ "parent": null,
+ "label": "\u00e9l\u00e9ment d'harnachement"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "element-de-char",
+ "parent": null,
+ "label": "\u00e9l\u00e9ment de char"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "embarcation",
+ "parent": null,
+ "label": "embarcation"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "empreinte-de-pas",
+ "parent": null,
+ "label": "empreinte de pas"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "enclume",
+ "parent": null,
+ "label": "enclume"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "enduit",
+ "parent": null,
+ "label": "enduit"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "enseigne-de-pelerinage",
+ "parent": null,
+ "label": "enseigne de p\u00e8lerinage"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "epaule",
+ "parent": null,
+ "label": "\u00e9paule"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "epee",
+ "parent": null,
+ "label": "\u00e9p\u00e9e"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "eperon",
+ "parent": null,
+ "label": "\u00e9peron"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "epingle",
+ "parent": null,
+ "label": "\u00e9pingle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "equide",
+ "parent": null,
+ "label": "\u00e9quid\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "escargot",
+ "parent": null,
+ "label": "escargot"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "esquille",
+ "parent": null,
+ "label": "esquille"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "esse",
+ "parent": null,
+ "label": "esse"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "estampille",
+ "parent": null,
+ "label": "estampille"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "etrier",
+ "parent": null,
+ "label": "\u00e9trier"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ex-voto",
+ "parent": null,
+ "label": "ex voto"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fabricat",
+ "parent": null,
+ "label": "fabricat"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "faisselle",
+ "parent": null,
+ "label": "faisselle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fascine",
+ "parent": null,
+ "label": "fascine"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fauchard",
+ "parent": null,
+ "label": "fauchard"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "faucille",
+ "parent": null,
+ "label": "faucille"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "faune",
+ "parent": null,
+ "label": "faune"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "femur",
+ "parent": null,
+ "label": "f\u00e9mur"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fer-a-cheval",
+ "parent": null,
+ "label": "fer \u00e0 cheval"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fer-dequide",
+ "parent": null,
+ "label": "fer d'\u00e9quid\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fer-de-lance",
+ "parent": null,
+ "label": "fer de lance"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ferret",
+ "parent": null,
+ "label": "ferret"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ferrure-element",
+ "parent": null,
+ "label": "ferrure (\u00e9l\u00e9ment)"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "feuillard",
+ "parent": null,
+ "label": "feuillard"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "feuille",
+ "parent": null,
+ "label": "feuille"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fiasque",
+ "parent": null,
+ "label": "fiasque"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fibulas",
+ "parent": null,
+ "label": "fibulas"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fibule",
+ "parent": null,
+ "label": "fibule"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fiche",
+ "parent": null,
+ "label": "fiche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fiche-a-beliere",
+ "parent": null,
+ "label": "fiche \u00e0 b\u00e9li\u00e8re"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "figurine",
+ "parent": null,
+ "label": "figurine"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fil",
+ "parent": null,
+ "label": "fil"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fiole",
+ "parent": null,
+ "label": "fiole"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "flacon",
+ "parent": null,
+ "label": "flacon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fleau-de-balance",
+ "parent": null,
+ "label": "fl\u00e9au de balance"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fleche",
+ "parent": null,
+ "label": "fl\u00e8che"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "flute",
+ "parent": null,
+ "label": "fl\u00fbte"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fond",
+ "parent": null,
+ "label": "fond"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "force",
+ "parent": null,
+ "label": "force"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "four",
+ "parent": null,
+ "label": "four"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fourche",
+ "parent": null,
+ "label": "fourche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fourreau",
+ "parent": null,
+ "label": "fourreau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "foyer",
+ "parent": null,
+ "label": "foyer"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "francisque",
+ "parent": null,
+ "label": "francisque"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "frette",
+ "parent": null,
+ "label": "frette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "frise-darchitrave",
+ "parent": null,
+ "label": "frise d'architrave"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "furgeoire",
+ "parent": null,
+ "label": "furgeoire"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fusaiole",
+ "parent": null,
+ "label": "fusa\u00efole"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fusee-dobus",
+ "parent": null,
+ "label": "fus\u00e9e d'obus"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "fut-de-colonne",
+ "parent": null,
+ "label": "f\u00fbt de colonne"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "galet",
+ "parent": null,
+ "label": "galet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "garniture",
+ "parent": null,
+ "label": "garniture"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "garniture-de-bouton",
+ "parent": null,
+ "label": "garniture de bouton"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "garniture-de-ceinture",
+ "parent": null,
+ "label": "garniture de ceinture"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "gasteropode-escargot",
+ "parent": null,
+ "label": "gast\u00e9ropode (escargot)"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "gland",
+ "parent": null,
+ "label": "gland"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "gobelet",
+ "parent": null,
+ "label": "gobelet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "gobelet-de-poele",
+ "parent": null,
+ "label": "gobelet de po\u00eale"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "gond",
+ "parent": null,
+ "label": "gond"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "gouge",
+ "parent": null,
+ "label": "gouge"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "goulot",
+ "parent": null,
+ "label": "goulot"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "goutte-de-verre",
+ "parent": null,
+ "label": "goutte de verre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "gouttiere",
+ "parent": null,
+ "label": "goutti\u00e8re"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "grain-de-chapelet",
+ "parent": null,
+ "label": "grain de chapelet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "graine",
+ "parent": null,
+ "label": "graine"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "grattoir",
+ "parent": null,
+ "label": "grattoir"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "gravier",
+ "parent": null,
+ "label": "gravier "
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "gravure",
+ "parent": null,
+ "label": "gravure"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "grelot",
+ "parent": null,
+ "label": "grelot"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "grille",
+ "parent": null,
+ "label": "grille"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "gros-lithique",
+ "parent": null,
+ "label": "gros lithique"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "gryphees",
+ "parent": null,
+ "label": "gryph\u00e9es"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "guimbarde",
+ "parent": null,
+ "label": "guimbarde"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "hache",
+ "parent": null,
+ "label": "hache"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "hamecon",
+ "parent": null,
+ "label": "hame\u00e7on"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "herminette",
+ "parent": null,
+ "label": "herminette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "herse",
+ "parent": null,
+ "label": "herse"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "hipposandale",
+ "parent": null,
+ "label": "hipposandale"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "huitre",
+ "parent": null,
+ "label": "hu\u00eetre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "humerus",
+ "parent": null,
+ "label": "hum\u00e9rus"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ichtyofaune-poisson",
+ "parent": null,
+ "label": "ichtyofaune (poisson)"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "imbrex",
+ "parent": null,
+ "label": "imbrex"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "incineration-prelevement",
+ "parent": null,
+ "label": "incin\u00e9ration (pr\u00e9l\u00e8vement)"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "indetermine",
+ "parent": null,
+ "label": "ind\u00e9termin\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "inhumation",
+ "parent": null,
+ "label": "inhumation"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "inscription",
+ "parent": null,
+ "label": "inscription"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "intaille",
+ "parent": null,
+ "label": "intaille"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "jambage",
+ "parent": null,
+ "label": "jambage"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "jambiere",
+ "parent": null,
+ "label": "jambi\u00e8re"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "jante",
+ "parent": null,
+ "label": "jante"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "jarre",
+ "parent": null,
+ "label": "jarre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "jatte",
+ "parent": null,
+ "label": "jatte"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "jeton",
+ "parent": null,
+ "label": "jeton"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "joug",
+ "parent": null,
+ "label": "joug"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "kugeltopf",
+ "parent": null,
+ "label": "kugeltopf"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lacrymaire",
+ "parent": null,
+ "label": "lacrymaire"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lame",
+ "parent": null,
+ "label": "lame"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lamelle",
+ "parent": null,
+ "label": "lamelle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lampe",
+ "parent": null,
+ "label": "lampe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lampe-a-huile",
+ "parent": null,
+ "label": "lampe \u00e0 huile"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lance",
+ "parent": null,
+ "label": "lance"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "languette",
+ "parent": null,
+ "label": "languette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lapidaire",
+ "parent": null,
+ "label": "lapidaire"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lapidaire-element",
+ "parent": null,
+ "label": "lapidaire (\u00e9l\u00e9ment)"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lechefrite",
+ "parent": null,
+ "label": "l\u00e8chefrite"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "levre",
+ "parent": null,
+ "label": "l\u00e8vre "
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lime",
+ "parent": null,
+ "label": "lime"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "linceul",
+ "parent": null,
+ "label": "linceul"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lingot",
+ "parent": null,
+ "label": "lingot"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lissoir",
+ "parent": null,
+ "label": "lissoir"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lithique",
+ "parent": null,
+ "label": "lithique"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lithique-brute",
+ "parent": null,
+ "label": "lithique brute"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lithique-chauffe",
+ "parent": null,
+ "label": "lithique chauff\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lithique-debitage",
+ "parent": null,
+ "label": "lithique d\u00e9bitage"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lithique-divers",
+ "parent": null,
+ "label": "lithique divers"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lithique-outil",
+ "parent": null,
+ "label": "lithique outil"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lithique-remontage",
+ "parent": null,
+ "label": "lithique remontage"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "louche",
+ "parent": null,
+ "label": "louche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "loup",
+ "parent": null,
+ "label": "loup"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "macro-reste",
+ "parent": null,
+ "label": "macro-reste"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "maillon",
+ "parent": null,
+ "label": "maillon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "main-droite",
+ "parent": null,
+ "label": "main droite"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "main-gauche",
+ "parent": null,
+ "label": "main gauche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "mammifere",
+ "parent": null,
+ "label": "mammif\u00e8re"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "manche",
+ "parent": null,
+ "label": "manche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "mandibule",
+ "parent": null,
+ "label": "mandibule"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "manuscrit-a-lencre",
+ "parent": null,
+ "label": "manuscrit \u00e0 l'encre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "margelle-de-puits",
+ "parent": null,
+ "label": "margelle de puits"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "marmite",
+ "parent": null,
+ "label": "marmite"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "marteau",
+ "parent": null,
+ "label": "marteau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "massacre-de-cerf",
+ "parent": null,
+ "label": "massacre de cerf"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "materiaux-de-construction",
+ "parent": null,
+ "label": "mat\u00e9riaux de construction"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "maxillaire",
+ "parent": null,
+ "label": "maxillaire"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "medaille",
+ "parent": null,
+ "label": "m\u00e9daille"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "membre-inferieur",
+ "parent": null,
+ "label": "membre inf\u00e9rieur"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "membre-inferieur-droit",
+ "parent": null,
+ "label": "membre inf\u00e9rieur droit"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "membre-inferieur-gauche",
+ "parent": null,
+ "label": "membre inf\u00e9rieur gauche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "membre-posterieur-droit",
+ "parent": null,
+ "label": "membre post\u00e9rieur droit"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "membre-posterieur-gauche",
+ "parent": null,
+ "label": "membre post\u00e9rieur gauche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "membre-superieur",
+ "parent": null,
+ "label": "membre sup\u00e9rieur"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "membre-superieur-droit",
+ "parent": null,
+ "label": "membre sup\u00e9rieur droit"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "membre-superieur-gauche",
+ "parent": null,
+ "label": "membre sup\u00e9rieur gauche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "menhir",
+ "parent": null,
+ "label": "menhir"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "mereau",
+ "parent": null,
+ "label": "m\u00e9reau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "metacarpe",
+ "parent": null,
+ "label": "m\u00e9tacarpe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "meule",
+ "parent": null,
+ "label": "meule"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "micro-vase",
+ "parent": null,
+ "label": "micro vase"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "micro-faune",
+ "parent": null,
+ "label": "micro-faune"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "milfiori",
+ "parent": null,
+ "label": "milfiori"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "minerai",
+ "parent": null,
+ "label": "minerai "
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "miroir",
+ "parent": null,
+ "label": "miroir"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "moellon",
+ "parent": null,
+ "label": "moellon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "molette",
+ "parent": null,
+ "label": "molette "
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "mollusque",
+ "parent": null,
+ "label": "mollusque"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "monnaie",
+ "parent": null,
+ "label": "monnaie"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "mordant-de-ceinture",
+ "parent": null,
+ "label": "mordant de ceinture"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "mors-de-cheval",
+ "parent": null,
+ "label": "mors de cheval"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "mortier",
+ "parent": null,
+ "label": "mortier"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "mosaique",
+ "parent": null,
+ "label": "mosa\u00efque"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "moulage",
+ "parent": null,
+ "label": "moulage"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "moule-objet",
+ "parent": null,
+ "label": "moule (objet)"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "moule-a-kugeltopf",
+ "parent": null,
+ "label": "moule \u00e0 kugeltopf"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "moulure",
+ "parent": null,
+ "label": "moulure"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "mouture",
+ "parent": null,
+ "label": "mouture"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "navette",
+ "parent": null,
+ "label": "navette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "nodule",
+ "parent": null,
+ "label": "nodule"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "nodule-brule",
+ "parent": null,
+ "label": "nodule br\u00fble"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "nucleus",
+ "parent": null,
+ "label": "nucl\u00e9us"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ocre",
+ "parent": null,
+ "label": "ocre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "oeuf",
+ "parent": null,
+ "label": "oeuf"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "oiseau",
+ "parent": null,
+ "label": "oiseau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "omoplate",
+ "parent": null,
+ "label": "omoplate"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "orle",
+ "parent": null,
+ "label": "orle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "os-debite",
+ "parent": null,
+ "label": "os d\u00e9bit\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "oule",
+ "parent": null,
+ "label": "oule"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "outil-indetermine",
+ "parent": null,
+ "label": "outil ind\u00e9termin\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "paillette",
+ "parent": null,
+ "label": "paillette "
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "panse",
+ "parent": null,
+ "label": "panse"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "papier",
+ "parent": null,
+ "label": "papier"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "paroi-element",
+ "parent": null,
+ "label": "paroi (\u00e9l\u00e9ment)"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "paroi-de-four",
+ "parent": null,
+ "label": "paroi de four"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pas",
+ "parent": null,
+ "label": "pas"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "passant",
+ "parent": null,
+ "label": "passant"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "passant-de-ceinture",
+ "parent": null,
+ "label": "passant de ceinture"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "passe-lacet",
+ "parent": null,
+ "label": "passe lacet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "passe-courroi",
+ "parent": null,
+ "label": "passe-courroi"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "passe-guide",
+ "parent": null,
+ "label": "passe-guide"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "passoire",
+ "parent": null,
+ "label": "passoire"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "patellas",
+ "parent": null,
+ "label": "patellas"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "patere",
+ "parent": null,
+ "label": "pat\u00e8re"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "patte",
+ "parent": null,
+ "label": "patte"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pavage",
+ "parent": null,
+ "label": "pavage"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pave",
+ "parent": null,
+ "label": "pav\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pavement",
+ "parent": null,
+ "label": "pavement"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "peigne",
+ "parent": null,
+ "label": "peigne"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "peinture-murale",
+ "parent": null,
+ "label": "peinture murale"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pelle",
+ "parent": null,
+ "label": "pelle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pelle-a-feu",
+ "parent": null,
+ "label": "pelle \u00e0 feu"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pendant-de-ceinture",
+ "parent": null,
+ "label": "pendant de ceinture"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pendeloque",
+ "parent": null,
+ "label": "pendeloque"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pendentif",
+ "parent": null,
+ "label": "pendentif"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "penture",
+ "parent": null,
+ "label": "penture"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "percoir",
+ "parent": null,
+ "label": "per\u00e7oir"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "percuteur",
+ "parent": null,
+ "label": "percuteur"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "perle",
+ "parent": null,
+ "label": "perle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "peson",
+ "parent": null,
+ "label": "peson"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "phalange",
+ "parent": null,
+ "label": "phalange"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "phosphate",
+ "parent": null,
+ "label": "phosphate"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pic",
+ "parent": null,
+ "label": "pic"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pichet",
+ "parent": null,
+ "label": "pichet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "piece-de-renfort",
+ "parent": null,
+ "label": "pi\u00e8ce de renfort"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pied",
+ "parent": null,
+ "label": "pied"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pierre-a-aiguiser",
+ "parent": null,
+ "label": "pierre \u00e0 aiguiser"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pieu",
+ "parent": null,
+ "label": "pieu"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pilette",
+ "parent": null,
+ "label": "pilette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pilette-dhypocauste",
+ "parent": null,
+ "label": "pilette d'hypocauste"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pilier",
+ "parent": null,
+ "label": "pilier"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pilum",
+ "parent": null,
+ "label": "pilum"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pince-a-epiler",
+ "parent": null,
+ "label": "pince \u00e0 \u00e9piler"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "piochon",
+ "parent": null,
+ "label": "piochon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pion",
+ "parent": null,
+ "label": "pion"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pipe",
+ "parent": null,
+ "label": "pipe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "piquet",
+ "parent": null,
+ "label": "piquet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pirogue",
+ "parent": null,
+ "label": "pirogue"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pise",
+ "parent": null,
+ "label": "pis\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "piton",
+ "parent": null,
+ "label": "piton"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "planche",
+ "parent": null,
+ "label": "planche"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "plane",
+ "parent": null,
+ "label": "plane"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "plaque",
+ "parent": null,
+ "label": "plaque"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "plaque-dentree-de-serrure",
+ "parent": null,
+ "label": "plaque d'entr\u00e9e de serrure"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "plaque-de-ceinture",
+ "parent": null,
+ "label": "plaque de ceinture"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "plaque-de-porte",
+ "parent": null,
+ "label": "plaque de porte"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "plaque-de-renfort",
+ "parent": null,
+ "label": "plaque de renfort"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "plaque-de-tole",
+ "parent": null,
+ "label": "plaque de t\u00f4le "
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "plaque-decorative-de-harnachement",
+ "parent": null,
+ "label": "plaque d\u00e9corative de harnachement"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "plaque-dorsale",
+ "parent": null,
+ "label": "plaque dorsale"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "plaque-boucle",
+ "parent": null,
+ "label": "plaque-boucle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "plaquette",
+ "parent": null,
+ "label": "plaquette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "plat",
+ "parent": null,
+ "label": "plat"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "plat-a-barbe",
+ "parent": null,
+ "label": "plat \u00e0 barbe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "plomb-de-vitrail",
+ "parent": null,
+ "label": "plomb de vitrail"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "poelon",
+ "parent": null,
+ "label": "po\u00ealon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "poids",
+ "parent": null,
+ "label": "poids"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "poignard",
+ "parent": null,
+ "label": "poignard"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "poignee",
+ "parent": null,
+ "label": "poign\u00e9e"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "poincon",
+ "parent": null,
+ "label": "poin\u00e7on"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pointe",
+ "parent": null,
+ "label": "pointe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pointe-de-fleche",
+ "parent": null,
+ "label": "pointe de fl\u00e8che"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pointe-de-lance",
+ "parent": null,
+ "label": "pointe de lance"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pointerolle",
+ "parent": null,
+ "label": "pointerolle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "polissoir",
+ "parent": null,
+ "label": "polissoir"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pommeau",
+ "parent": null,
+ "label": "pommeau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "porte-ardillon",
+ "parent": null,
+ "label": "porte ardillon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pot",
+ "parent": null,
+ "label": "pot"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pot-a-carene",
+ "parent": null,
+ "label": "pot \u00e0 car\u00e8ne"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pot-a-cuire",
+ "parent": null,
+ "label": "pot \u00e0 cuire"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pot-a-digitations",
+ "parent": null,
+ "label": "pot \u00e0 digitations"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pot-anse",
+ "parent": null,
+ "label": "pot ans\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pot-de-chambre",
+ "parent": null,
+ "label": "pot de chambre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pot-de-fleur",
+ "parent": null,
+ "label": "pot de fleur"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pot-de-poele",
+ "parent": null,
+ "label": "pot de po\u00eale"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pot-decore",
+ "parent": null,
+ "label": "pot d\u00e9cor\u00e9"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pot-tripode",
+ "parent": null,
+ "label": "pot tripode"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "pot-verseur",
+ "parent": null,
+ "label": "pot verseur"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "poteau",
+ "parent": null,
+ "label": "poteau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "potin",
+ "parent": null,
+ "label": "potin"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "poutre",
+ "parent": null,
+ "label": "poutre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "prelevement",
+ "parent": null,
+ "label": "pr\u00e9l\u00e8vement"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "puits",
+ "parent": null,
+ "label": "puits"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "radius",
+ "parent": null,
+ "label": "radius"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "rasoir",
+ "parent": null,
+ "label": "rasoir"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "rebut-de-fabrication",
+ "parent": null,
+ "label": "rebut de fabrication"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "recipient",
+ "parent": null,
+ "label": "r\u00e9cipient"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "reduction",
+ "parent": null,
+ "label": "r\u00e9duction"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "refus-de-tamis",
+ "parent": null,
+ "label": "refus de tamis"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "rivet",
+ "parent": null,
+ "label": "rivet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "rondelle",
+ "parent": null,
+ "label": "rondelle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "rongeur",
+ "parent": null,
+ "label": "rongeur"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "rouelle",
+ "parent": null,
+ "label": "rouelle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ruban",
+ "parent": null,
+ "label": "ruban"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "sabot-animal",
+ "parent": null,
+ "label": "sabot (animal)"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "sacrum",
+ "parent": null,
+ "label": "sacrum"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "sarcophage",
+ "parent": null,
+ "label": "sarcophage"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "scie",
+ "parent": null,
+ "label": "scie"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "scorie",
+ "parent": null,
+ "label": "scorie"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "scramasaxe",
+ "parent": null,
+ "label": "scramasaxe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "sculpture",
+ "parent": null,
+ "label": "sculpture"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "seau",
+ "parent": null,
+ "label": "seau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "sediment",
+ "parent": null,
+ "label": "s\u00e9diment"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "semelle-de-chaussure",
+ "parent": null,
+ "label": "semelle de chaussure"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "serfouette",
+ "parent": null,
+ "label": "serfouette *"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "serpette",
+ "parent": null,
+ "label": "serpette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "serrure",
+ "parent": null,
+ "label": "serrure"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "sifflet",
+ "parent": null,
+ "label": "sifflet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "soc",
+ "parent": null,
+ "label": "soc"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "soie",
+ "parent": null,
+ "label": "soie"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "sol-de-four",
+ "parent": null,
+ "label": "sol de four"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "sonde",
+ "parent": null,
+ "label": "sonde"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "soucoupe",
+ "parent": null,
+ "label": "soucoupe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "spatule",
+ "parent": null,
+ "label": "spatule"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "squelette",
+ "parent": null,
+ "label": "squelette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "statuaire-anthropomorphe",
+ "parent": null,
+ "label": "statuaire anthropomorphe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "statuaire-zoomorphe",
+ "parent": null,
+ "label": "statuaire zoomorphe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "statue",
+ "parent": null,
+ "label": "statue"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "statuette",
+ "parent": null,
+ "label": "statuette"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "stele",
+ "parent": null,
+ "label": "st\u00e8le"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "sternum",
+ "parent": null,
+ "label": "sternum"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "strigile",
+ "parent": null,
+ "label": "strigile"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "stylet",
+ "parent": null,
+ "label": "stylet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tabletterie",
+ "parent": null,
+ "label": "tabletterie"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "talon",
+ "parent": null,
+ "label": "talon"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tariere",
+ "parent": null,
+ "label": "tari\u00e8re"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tasse",
+ "parent": null,
+ "label": "tasse"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tegulae",
+ "parent": null,
+ "label": "tegulae"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "temporaux",
+ "parent": null,
+ "label": "temporaux"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "terrazzo",
+ "parent": null,
+ "label": "terrazzo"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "terre-cuite-architecturale",
+ "parent": null,
+ "label": "terre cuite architecturale"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "terre-rubefiee",
+ "parent": null,
+ "label": "terre rub\u00e9fi\u00e9e"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "terrine",
+ "parent": null,
+ "label": "terrine "
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tesselle",
+ "parent": null,
+ "label": "tesselle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tesson",
+ "parent": null,
+ "label": "tesson"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tete",
+ "parent": null,
+ "label": "t\u00eate"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "thermometre",
+ "parent": null,
+ "label": "thermom\u00e8tre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "thorax",
+ "parent": null,
+ "label": "thorax"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tibia",
+ "parent": null,
+ "label": "tibia"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tige",
+ "parent": null,
+ "label": "tige"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tissu",
+ "parent": null,
+ "label": "tissu"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tole",
+ "parent": null,
+ "label": "t\u00f4le"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tombe",
+ "parent": null,
+ "label": "tombe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "torchis",
+ "parent": null,
+ "label": "torchis"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "torque",
+ "parent": null,
+ "label": "torque"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tranchet",
+ "parent": null,
+ "label": "tranchet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tripode",
+ "parent": null,
+ "label": "tripode"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tronc-echantillon",
+ "parent": null,
+ "label": "tronc (\u00e9chantillon)"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "truelle",
+ "parent": null,
+ "label": "truelle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tube",
+ "parent": null,
+ "label": "tube"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tubulure",
+ "parent": null,
+ "label": "tubulure"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tuile",
+ "parent": null,
+ "label": "tuile"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tuile-a-crochet",
+ "parent": null,
+ "label": "tuile \u00e0 crochet"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tuile-canal",
+ "parent": null,
+ "label": "tuile canal"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tuile-mecanique",
+ "parent": null,
+ "label": "tuile m\u00e9canique"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tuile-plate",
+ "parent": null,
+ "label": "tuile plate"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tuile-ronde",
+ "parent": null,
+ "label": "tuile ronde"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tuyau",
+ "parent": null,
+ "label": "tuyau"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "tuyau-de-pipe",
+ "parent": null,
+ "label": "tuyau de pipe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "ulnas",
+ "parent": null,
+ "label": "ulnas"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "urne",
+ "parent": null,
+ "label": "urne"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "urne-cineraire",
+ "parent": null,
+ "label": "urne cin\u00e9raire"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "vaisselle",
+ "parent": null,
+ "label": "vaisselle"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "vase",
+ "parent": null,
+ "label": "vase"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "vase-silo",
+ "parent": null,
+ "label": "vase silo"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "verre-a-boire",
+ "parent": null,
+ "label": "verre (\u00e0 boire)"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "verre-a-jambe",
+ "parent": null,
+ "label": "verre \u00e0 jambe"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "verre-a-pied",
+ "parent": null,
+ "label": "verre \u00e0 pied"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "verre-a-vitre",
+ "parent": null,
+ "label": "verre \u00e0 vitre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "verre-apode",
+ "parent": null,
+ "label": "verre apode"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "verre-fondu",
+ "parent": null,
+ "label": "verre fondu"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "verre-plat",
+ "parent": null,
+ "label": "verre plat"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "vertebre",
+ "parent": null,
+ "label": "vert\u00e8bre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "virole",
+ "parent": null,
+ "label": "virole"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "vitrail",
+ "parent": null,
+ "label": "vitrail"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "vitre",
+ "parent": null,
+ "label": "vitre"
+ },
+ "model": "archaeological_finds.objecttype"
+},
+{
+ "fields": {
+ "comment": "Int\u00e9grit\u00e9 totale",
+ "available": true,
+ "txt_idx": "complete",
+ "label": "Complet"
+ },
+ "model": "archaeological_finds.integritytype"
+},
+{
+ "fields": {
+ "comment": "Il est possible d'en reconstituer la forme compl\u00e8te avec une approximation acceptable (et ma\u00eetris\u00e9e)",
+ "available": true,
+ "txt_idx": "archaeo_complete",
+ "label": "Arch\u00e9ologiquement complet"
+ },
+ "model": "archaeological_finds.integritytype"
+},
+{
+ "fields": {
+ "comment": "La forme de l'objet est perdue",
+ "available": true,
+ "txt_idx": "integrity_lost",
+ "label": "Perte d'int\u00e9grit\u00e9 totale"
+ },
+ "model": "archaeological_finds.integritytype"
+},
+{
+ "fields": {
+ "comment": "Rien \u00e0 tirer de cela : m\u00eame pas pour l'\u00e9tude de la mati\u00e8re",
+ "available": true,
+ "txt_idx": "lost_for_science",
+ "label": "\"Perdu pour la science\""
+ },
+ "model": "archaeological_finds.integritytype"
+},
+{
+ "fields": {
+ "comment": "N'est plus pr\u00e9sent : perdu ?",
+ "available": true,
+ "txt_idx": "not_there",
+ "label": "Absent"
+ },
+ "model": "archaeological_finds.integritytype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "inconnu",
+ "order": 0,
+ "label": "Inconnu"
+ },
+ "model": "archaeological_finds.batchtype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "objet",
+ "order": 1,
+ "label": "Objet"
+ },
+ "model": "archaeological_finds.batchtype"
+},
+{
+ "fields": {
+ "comment": null,
+ "available": true,
+ "txt_idx": "lot",
+ "order": 2,
+ "label": "Lot"
+ },
+ "model": "archaeological_finds.batchtype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "loan_demand_study",
+ "label": "Demande de pr\u00eat pour \u00e9tude"
+ },
+ "model": "archaeological_finds.treatmentfiletype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "loan_demand_exposure",
+ "label": "Demande de pr\u00eat pour exposition"
+ },
+ "model": "archaeological_finds.treatmentfiletype"
+},
+{
+ "fields": {
+ "comment": "",
+ "available": true,
+ "txt_idx": "gift_wish",
+ "label": "Intention de donation"
+ },
+ "model": "archaeological_finds.treatmentfiletype"
+}
+]