Skip to content

Commit

Permalink
Add Turin Museum and Seleucia
Browse files Browse the repository at this point in the history
  • Loading branch information
ejimsan committed Dec 20, 2024
1 parent 55f4b62 commit c7b9c66
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions ebl/common/domain/provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class Provenance(ProvenanceEnum):
NIPPUR = ("Nippur", "Nip", "Babylonia", "NIP")
PI_KASI = ("Pī-Kasî", "Pik", "Babylonia", "ANT")
PUZRIS_DAGAN = ("Puzriš-Dagān", "Puz", "Babylonia", "DRE")
SELEUCIA = ("Silūqīah", "Sel", "Babylonia", "SEL")
SIPPAR = ("Sippar", "Sip", "Babylonia", "SAP")
SIPPAR_AMNANUM = ("Sippar-Amnānum", "Sipam", "Babylonia", "SIP")
SULAIYMAH = ("Sulaiymah", "Sul", "Babylonia", "HMR")
Expand Down
6 changes: 6 additions & 0 deletions ebl/fragmentarium/domain/museum.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,12 @@ def __init__(self, museum_name, city="", country="", url=""):
"IRL",
"https://www.tcd.ie/",
)
TURIN_DEPARTMENT_ARCHAEOLOGY = (
"Sezione di Archeologia del Dipartimento di Studi Storici, Università di Torino",
"Turin",
"ITA",
"https://www.dipstudistorici.unito.it/",
)
URUK_WARKA_SAMMLUNG = (
"Uruk-Warka-Sammlung",
"Heidelberg",
Expand Down
1 change: 1 addition & 0 deletions ebl/transliteration/domain/ebl_atf.lark
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ PROVENANCE: "Assa"
| "Qaṭ"
| "Šad"
| "Šah"
| "Sel"
| "Shn"
| "Sipam"
| "Sip"
Expand Down

0 comments on commit c7b9c66

Please sign in to comment.