Skip to content

Commit

Permalink
Add Ankara and Urfa Museums
Browse files Browse the repository at this point in the history
  • Loading branch information
ejimsan committed Feb 26, 2024
1 parent 8149b4b commit f54d83c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/fragmentarium/domain/museum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ export const Museums = {
country: 'BEL',
url: 'https://www.kmkg-mrah.be/',
},
MUSEUM_OF_ANATOLIAN_CIVILIZATIONS: {
name: 'Anadolu Medeniyetleri Müzesi',
city: 'Ankara',
country: 'TUR',
url: 'https://muze.gov.tr/muze-detay?SectionId=AMM01&DistId=AMM',
},
MUSEUM_OF_MONTSERRAT: {
name: 'Museum of Montserrat',
city: 'Montserrat',
Expand Down Expand Up @@ -172,6 +178,12 @@ export const Museums = {
country: 'GRB',
url: 'https://www.library.manchester.ac.uk/rylands/',
},
SANLIURFA_MUSEUM: {
name: 'Şanlıurfa Arkeoloji Müzesi',
city: 'Şanlıurfa',
country: 'TUR',
url: 'https://muze.gov.tr/muze-detay?SectionId=SUM02&DistId=SUM',
},
THE_BRITISH_MUSEUM: {
name: 'The British Museum',
city: 'London',
Expand Down

0 comments on commit f54d83c

Please sign in to comment.