diff --git a/arches_lingo/src/arches_lingo/components/generic/DateDatatype.vue b/arches_lingo/src/arches_lingo/components/generic/DateDatatype.vue
new file mode 100644
index 00000000..b29d81a8
--- /dev/null
+++ b/arches_lingo/src/arches_lingo/components/generic/DateDatatype.vue
@@ -0,0 +1,44 @@
+
+
+
+
+
diff --git a/arches_lingo/src/arches_lingo/components/generic/LabelEditor.vue b/arches_lingo/src/arches_lingo/components/generic/LabelEditor.vue
index ba6f6061..6be99c97 100644
--- a/arches_lingo/src/arches_lingo/components/generic/LabelEditor.vue
+++ b/arches_lingo/src/arches_lingo/components/generic/LabelEditor.vue
@@ -1,5 +1,5 @@
+
+
+ emit('update', modelValue)"
+ />
+
diff --git a/arches_lingo/src/arches_lingo/components/generic/date-datatype/DateDatatypeViewer.vue b/arches_lingo/src/arches_lingo/components/generic/date-datatype/DateDatatypeViewer.vue
new file mode 100644
index 00000000..ea6424cd
--- /dev/null
+++ b/arches_lingo/src/arches_lingo/components/generic/date-datatype/DateDatatypeViewer.vue
@@ -0,0 +1,27 @@
+
+
+
+
+
diff --git a/arches_lingo/src/arches_lingo/types.ts b/arches_lingo/src/arches_lingo/types.ts
index 7dadfaba..606d770e 100644
--- a/arches_lingo/src/arches_lingo/types.ts
+++ b/arches_lingo/src/arches_lingo/types.ts
@@ -118,6 +118,8 @@ export interface AppellativeStatus {
appellative_status_data_assignment_object_used: ResourceInstanceReference[];
appellative_status_data_assignment_actor: ResourceInstanceReference[];
appellative_status_data_assignment_type: ControlledListItem[];
+ appellative_status_timespan_begin_of_the_begin: string;
+ appellative_status_timespan_end_of_the_end: string;
}
export interface SchemeStatement {