Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correction & new genres #500

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions ebl/fragmentarium/domain/genres.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
("ARCHIVAL", "Administrative"),
("ARCHIVAL", "Administrative", "Expenditure"),
("ARCHIVAL", "Administrative", "Expenditure", "Messenger Text"),
("ARCHIVAL", "Administrative", "Field Plan"),
("ARCHIVAL", "Administrative", "Inventories"),
("ARCHIVAL", "Administrative", "Inventories", "Balanced Accounts"),
("ARCHIVAL", "Administrative", "Inventories", "Basket Labels"),
Expand All @@ -12,13 +13,20 @@
("ARCHIVAL", "Administrative", "Memos"),
("ARCHIVAL", "Administrative", "Receipts"),
("ARCHIVAL", "Administrative", "Receipts", "Income"),
("ARCHIVAL", "Administrative", "Tabular Account"),
("ARCHIVAL", "Legal"),
("ARCHIVAL", "Legal", "Debt Note, Loan"),
("ARCHIVAL", "Legal", "Decree"),
("ARCHIVAL", "Legal", "Guardianship"),
("ARCHIVAL", "Legal", "Herding"),
("ARCHIVAL", "Legal", "Hire"),
("ARCHIVAL", "Legal", "Judicial"),
("ARCHIVAL", "Legal", "Judicial", "Court Case"),
("ARCHIVAL", "Legal", "Lease"),
("ARCHIVAL", "Legal", "Marriage"),
("ARCHIVAL", "Legal", "Rental"),
("ARCHIVAL", "Legal", "Sale"),
("ARCHIVAL", "Legal", "Suretyship"),
("ARCHIVAL", "Legal", "Transfer of Properties, Other"),
("ARCHIVAL", "Legal", "Transfer of Properties, Other", "Adoption"),
("ARCHIVAL", "Legal", "Transfer of Properties, Other", "Dowry"),
Expand Down Expand Up @@ -131,11 +139,15 @@
("CANONICAL", "Lexicography"),
("CANONICAL", "Lexicography", "Acrographic word list"),
("CANONICAL", "Lexicography", "Acrographic word list", "Izi"),
("CANONICAL", "Lexicography", "Acrographic word list", "Kagal"),
("CANONICAL", "Lexicography", "God List"),
("CANONICAL", "Lexicography", "God List", "An = Anu ša amēli"),
("CANONICAL", "Lexicography", "God List", "An = Anum"),
("CANONICAL", "Lexicography", "God List", "Weidner God List (Anum)"),
("CANONICAL", "Lexicography", "Grammatical"),
("CANONICAL", "Lexicography", "Other Word Lists"),
("CANONICAL", "Lexicography", "Other Word Lists", "Alan = lānu"),
("CANONICAL", "Lexicography", "Other Word Lists", "Igituḫ"),
("CANONICAL", "Lexicography", "Plant List"),
("CANONICAL", "Lexicography", "Plant List", "MÚD-UR.MAḪ"),
("CANONICAL", "Lexicography", "Plant List", "Šammu šikinšu"),
Expand Down Expand Up @@ -178,6 +190,8 @@
("CANONICAL", "Lexicography", "Thematic Word Lists", "List of diseases"),
("CANONICAL", "Lexicography", "Thematic Word Lists", "Lú"),
("CANONICAL", "Lexicography", "Thematic Word Lists", "Murgud"),
("CANONICAL", "Lexicography", "Thematic Word Lists", "Personal names"),
("CANONICAL", "Lexicography", "Thematic Word Lists", "Personal names", "Ur-ab-ba"),
("CANONICAL", "Lexicography", "Thematic Word Lists", "Practical Vocabulary"),
("CANONICAL", "Lexicography", "Thematic Word Lists", "Ura"),
("CANONICAL", "Lexicography", "Vocabularies"),
Expand All @@ -194,6 +208,7 @@
("CANONICAL", "Literature", "Hymns", "Divine", "Hymn to Ištar (“Ištar 2”)"),
("CANONICAL", "Literature", "Hymns", "Divine", "Hymn to the Queen of Nippur"),
("CANONICAL", "Literature", "Hymns", "Divine", "Kiutu"),
("CANONICAL", "Literature", "Hymns", "Divine", "Letter-Prayer"),
("CANONICAL", "Literature", "Hymns", "Divine", "Prayer to Marduk 1"),
("CANONICAL", "Literature", "Hymns", "Divine", "Prayer to Marduk 2"),
("CANONICAL", "Literature", "Hymns", "Divine", "Šigû Prayer"),
Expand Down Expand Up @@ -281,6 +296,7 @@
("CANONICAL", "Magic", "Anti-witchcraft", "Ušburruda"),
("CANONICAL", "Magic", "Exorcistic"),
("CANONICAL", "Magic", "Exorcistic", "Alan niŋ saŋ ila"),
("CANONICAL", "Magic", "Exorcistic", "Ardat lilî"),
("CANONICAL", "Magic", "Exorcistic", "Asaggiga"),
("CANONICAL", "Magic", "Exorcistic", "Bīt mēseri"),
("CANONICAL", "Magic", "Exorcistic", "Compendium"),
Expand Down Expand Up @@ -313,9 +329,6 @@
("CANONICAL", "Magic", "Varia", "Namburbi"),
("CANONICAL", "Magic", "Varia", "Namerimburuda"),
("CANONICAL", "Magic", "Varia", "Zuburudabeda"),
("CANONICAL", "Other Word Lists"),
("CANONICAL", "Other Word Lists", "Alan = lānu"),
("CANONICAL", "Other Word Lists", "Igituḫ"),
("CANONICAL", "School Tablet"),
("CANONICAL", "Technical"),
("CANONICAL", "Technical", "Astronomy"),
Expand Down Expand Up @@ -467,7 +480,9 @@
("MONUMENTAL", "Narrative"),
("MONUMENTAL", "Representative (personalia)"),
("MONUMENTAL", "Seal inscriptions"),
("MONUMENTAL", "Year Names"),
("OTHER",),
("OTHER", "Drawing"),
("OTHER", "Fake"),
("OTHER", "Uncertain"),
)
Loading