Skip to content

Commit

Permalink
feat(imports): add new WORK_TYPES
Browse files Browse the repository at this point in the history
Add data for new work types for creation of
additional WorkType objects during (initial)
data import.
  • Loading branch information
koeaw committed May 28, 2024
1 parent da19b50 commit a6cea6c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions apis_ontology/scripts/additional_infos.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,41 @@
"parent_key": None,
"previous_english_key": "main_category_correspondence",
},
"artworks": {
"hierarchy_level": 1,
"german_label": "Kunstwerk",
"german_label_plural": "Kunstwerke",
"parent_key": None,
"previous_english_key": None,
},
"music": {
"hierarchy_level": 1,
"german_label": "Musik",
"german_label_plural": "",
"parent_key": None,
"previous_english_key": None,
},
"reference_books": {
"hierarchy_level": 1,
"german_label": "Nachschlagewerk",
"german_label_plural": "Nachschlagewerke",
"parent_key": None,
"previous_english_key": None,
},
"partial_prints": {
"hierarchy_level": 1,
"german_label": "Vorabdruck",
"german_label_plural": "Vorabdrucke",
"parent_key": None,
"previous_english_key": None,
},
"religious_texts": {
"hierarchy_level": 1,
"german_label": "religiöser Text",
"german_label_plural": "religiöse Texte",
"parent_key": None,
"previous_english_key": None,
},
}

WORKTYPE_MAPPINGS = {
Expand Down

0 comments on commit a6cea6c

Please sign in to comment.