diff --git a/import_script.py b/import_script.py index 093e3a9..86fdcd4 100644 --- a/import_script.py +++ b/import_script.py @@ -186,8 +186,8 @@ def main() -> None: segment.append(excel2xml.make_isSegmentOf_prop("video_1")) segment.append(excel2xml.make_hasSegmentBounds_prop(segment_start=0, segment_end=5)) segment.append(excel2xml.make_hasTitle_prop("Intro of my video")) - segment.append(excel2xml.make_hasDescription_prop("This segments spans the first 5 seconds of my video")) segment.append(excel2xml.make_hasComment_prop("Video segments can also have comments")) + segment.append(excel2xml.make_hasDescription_prop("This segments spans the first 5 seconds of my video")) segment.append(excel2xml.make_hasKeyword_prop("publicly available video")) segment.append(excel2xml.make_relatesTo_prop(object_labels_to_ids["Horohoroto"])) root.append(segment) diff --git a/test/expected.xml b/test/expected.xml index abbb0b9..efbcaa1 100644 --- a/test/expected.xml +++ b/test/expected.xml @@ -209,8 +209,8 @@ video_1 Intro of my video - This segments spans the first 5 seconds of my video Video segments can also have comments + This segments spans the first 5 seconds of my video publicly available video Horohoroto_42fd3508-f299-4981-9d85-65a48cab14d7