summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.example2
-rw-r--r--archaeological_context_records/fixtures/initial_data-fr.json131
2 files changed, 126 insertions, 7 deletions
diff --git a/Makefile.example b/Makefile.example
index 4d6258882..3d866508b 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -153,6 +153,7 @@ fixtures_operations:
archaeological_operations.acttype \
archaeological_operations.period \
archaeological_operations.remaintype \
+ archaeological_operations.relationtype \
> '../archaeological_operations/fixtures/initial_data-'$(default_data)'.json'
fixtures_context_records:
@@ -162,6 +163,7 @@ fixtures_context_records:
archaeological_context_records.identificationtype \
archaeological_context_records.unit \
archaeological_context_records.datingtype \
+ archaeological_context_records.relationtype \
> '../archaeological_context_records/fixtures/initial_data-'$(default_data)'.json'
fixtures_finds:
diff --git a/archaeological_context_records/fixtures/initial_data-fr.json b/archaeological_context_records/fixtures/initial_data-fr.json
index 4d9ab809e..00138177e 100644
--- a/archaeological_context_records/fixtures/initial_data-fr.json
+++ b/archaeological_context_records/fixtures/initial_data-fr.json
@@ -6,7 +6,7 @@
"comment": "Datation fond\u00e9e sur des faits",
"available": true,
"txt_idx": "sure",
- "label": "Av\u00e9r\u00e9e"
+ "label": "Aver\u00e9e"
}
},
{
@@ -23,7 +23,7 @@
"pk": 1,
"model": "archaeological_context_records.activitytype",
"fields": {
- "comment": "Unit\u00e9 d'enregistrement qui n'est pas directement d'origine anthropique. ",
+ "comment": "Unit\u00e9 enregistrement qui n'est pas directement d'origine anthropique. ",
"available": true,
"txt_idx": "natural",
"order": 1000,
@@ -34,7 +34,7 @@
"pk": 2,
"model": "archaeological_context_records.activitytype",
"fields": {
- "comment": "Unit\u00e9 \u00e9labor\u00e9e par l'homme, comme une mur ou un sol am\u00e9nag\u00e9 par exemple.",
+ "comment": "Unit\u00e9 \u00e9labor\u00e9e par l'homme, comme une mur ou un sol am\u00e9nag\u00e9 par exemple",
"available": true,
"txt_idx": "construction",
"order": 1100,
@@ -45,7 +45,7 @@
"pk": 3,
"model": "archaeological_context_records.activitytype",
"fields": {
- "comment": "Unit\u00e9 r\u00e9sultant de l'arr\u00eat d'anthropisation.",
+ "comment": "Unit\u00e9 r\u00e9sultant de l'arr\u00eat d'anthropisation",
"available": true,
"txt_idx": "desertion",
"order": 1200,
@@ -56,7 +56,7 @@
"pk": 4,
"model": "archaeological_context_records.activitytype",
"fields": {
- "comment": "Unit\u00e9 li\u00e9e \u00e0 l'anthropisation elle-m\u00eame.",
+ "comment": "Unit\u00e9 li\u00e9e \u00e0 l'anthropisation elle-m\u00eame",
"available": true,
"txt_idx": "occupation",
"order": 1300,
@@ -365,7 +365,7 @@
"pk": 1,
"model": "archaeological_context_records.datingtype",
"fields": {
- "comment": "D'apr\u00e8s une datation de type C14, OSL, TL, arch\u00e9omagn\u00e9tisme, etc, fournissant une date en BP cal avec une marge.",
+ "comment": "D'apr\u00e8s une datation de type C14, OSL, TL, arch\u00e9omagn\u00e9tisme, etc, forunissant une date en BPcal avec une marge.",
"available": true,
"txt_idx": "from_absolute_dating",
"label": "D'apr\u00e8s datation absolue"
@@ -375,10 +375,127 @@
"pk": 2,
"model": "archaeological_context_records.datingtype",
"fields": {
- "comment": "Une \u00e9tude du mobilier est la source de datation.",
+ "comment": "Une \u00e9tude du mobilier est la source de datation",
"available": true,
"txt_idx": "from_artefact",
"label": "D'apr\u00e8s \u00e9tude du mobilier"
}
+ },
+ {
+ "pk": 2,
+ "model": "archaeological_context_records.relationtype",
+ "fields": {
+ "comment": "Une UE en rempli une autre (qui doit \u00eatre vraisemblablement une US de creusement)",
+ "available": true,
+ "label": "Remplissage",
+ "symmetrical": false,
+ "inverse_relation": null,
+ "order": 1,
+ "txt_idx": "filling"
+ }
+ },
+ {
+ "pk": 4,
+ "model": "archaeological_context_records.relationtype",
+ "fields": {
+ "comment": "A pr\u00e9ciser ",
+ "available": true,
+ "label": "Relation indirecte",
+ "symmetrical": true,
+ "inverse_relation": null,
+ "order": 1,
+ "txt_idx": "indirect_relation"
+ }
+ },
+ {
+ "pk": 5,
+ "model": "archaeological_context_records.relationtype",
+ "fields": {
+ "comment": "Cette Unit\u00e9 d\u2019enregistrement en inclut (regroupe) d'autres (ex: tranch\u00e9e / structures ou entre structure / US, etc.)",
+ "available": true,
+ "label": "Inclut",
+ "symmetrical": false,
+ "inverse_relation": 6,
+ "order": 1,
+ "txt_idx": "include"
+ }
+ },
+ {
+ "pk": 7,
+ "model": "archaeological_context_records.relationtype",
+ "fields": {
+ "comment": "UE est situ\u00e9e en-dessous d'une autre",
+ "available": true,
+ "label": "Est en-dessous de",
+ "symmetrical": false,
+ "inverse_relation": 3,
+ "order": 1,
+ "txt_idx": "is_below"
+ }
+ },
+ {
+ "pk": 3,
+ "model": "archaeological_context_records.relationtype",
+ "fields": {
+ "comment": "UE est situ\u00e9e au-dessus d'une autre",
+ "available": true,
+ "label": "Est au-dessus de",
+ "symmetrical": false,
+ "inverse_relation": 7,
+ "order": 1,
+ "txt_idx": "is_above"
+ }
+ },
+ {
+ "pk": 8,
+ "model": "archaeological_context_records.relationtype",
+ "fields": {
+ "comment": "UE recoup\u00e9e par une autre",
+ "available": true,
+ "label": "Coup\u00e9 par",
+ "symmetrical": false,
+ "inverse_relation": 1,
+ "order": 1,
+ "txt_idx": "cutted"
+ }
+ },
+ {
+ "pk": 1,
+ "model": "archaeological_context_records.relationtype",
+ "fields": {
+ "comment": "UE recoupant une autre",
+ "available": true,
+ "label": "Recoupe",
+ "symmetrical": false,
+ "inverse_relation": 8,
+ "order": 1,
+ "txt_idx": "cutting"
+ }
+ },
+ {
+ "pk": 9,
+ "model": "archaeological_context_records.relationtype",
+ "fields": {
+ "comment": "UE \u00e9quivalant \u00e0 une autre",
+ "available": true,
+ "label": "\u00c9quivaut \u00e0",
+ "symmetrical": true,
+ "inverse_relation": null,
+ "order": 1,
+ "txt_idx": "equals"
+ }
+ },
+ {
+ "pk": 6,
+ "model": "archaeological_context_records.relationtype",
+ "fields": {
+ "comment": "Cette unit\u00e9 d'enregistrement fait partie d'une autre",
+ "available": true,
+ "label": "Est inclus dans",
+ "symmetrical": false,
+ "inverse_relation": 5,
+ "order": 1,
+ "txt_idx": "is_included"
+ }
}
] \ No newline at end of file