Isperih
Isperih (Bulgarian: Исперих) is a town in Northeastern Bulgaria.
Understand
The town has a mixed population of ethnic Bulgarians and Turkish-Bulgarians, which totals around 12,500.
Get in
Get around
See
- Thracian tomb of Sveshtari (Свещарската гробница) — about 3 km southwest of nearby Sveshtari village, this 3rd century BC Thracian tomb is a World Heritage site. Unique in ancient Thracian art, this tomb inside a typical Thracian burial mound is decorated with female figures carved on its walls.
Do
Buy
Eat
Drink
Sleep
The only hotel of the town is named Alen Mak, which also has a restaurant.
Connect
Go next
gollark: Now to watch all the tests fail.
gollark: You know what, I'll ignore this ENTIRELY for now muahahahaha.
gollark: This is in a 130 line function which *kind of* explains what it's doing, but apiaristically.
gollark: It *seemed* like it was just inserting things, but it may also be moving everything after this into the children of the other thingy?
gollark: ```nim var emNode = newDoublyLinkedNode(emToken) for childNode in token.children.nodes: if childNode.value == opener.value.token: emToken.children.head = childNode.next if childNode.next != nil: childNode.next.prev = nil childNode.next = emNode emNode.prev = childNode if childNode.value == closer.value.token: emToken.children.tail = childNode.prev if childNode.prev != nil: childNode.prev.next = nil childNode.prev = emNode emNode.next = childNode```
This article is issued from Wikivoyage. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.