Podreča

Podreča (pronounced [pɔˈdɾeːtʃa]; in older sources also Podreče,[2] German: Podretsche[2]) is a village on the right bank of the Sava River in the City Municipality of Kranj in the Upper Carniola region of Slovenia.[3]

Podreča
Podreča
Location in Slovenia
Coordinates: 46°10′22.61″N 14°24′36.27″E
Country Slovenia
Traditional regionUpper Carniola
Statistical regionUpper Carniola
MunicipalityKranj
Area
  Total3.35 km2 (1.29 sq mi)
Elevation
356 m (1,168 ft)
Population
 (2002)
  Total446
[1]

Name

Podreča was attested in written sources in 1334 as Patriarchsdorf, and in 1437 as de Patriarchali villa. The name is derived from *Podreča (vas) (literally, 'patriarch's village'); the first element is a possessive adjective from the noun podreka 'patriarch'. In the Middle Ages the village was a property of the Patriarchate of Aquileia, and so the name refers to historical ownership.[4] A small rise near the settlement known as Abbot's Hill (Slovene: Opatji hrib) is also reminiscent of this ecclesiastical heritage.[5]

History

In 1929 a monument was set up behind the church, marking the former site of the house where the Slovene poet and writer Simon Jenko (1835–1869) was born. There were formerly a sawmill and grain mill in the village, but these sites were flooded when the Sava River was dammed for the Medvode hydroelectric plant in 1953, raising the water level by 5 meters (16 ft).[5]

Church

Church in Podreča

The local church is dedicated to Saints Cantius, Cantianus, and Cantianilla.[6] It dates from 1854 and was restored after the 1895 Ljubljana earthquake. The church contains an altar created by one of the Goetzls in 1874.[5]

Notable people

Notable people that were born or lived in Podreča include:

gollark: ```haskellimport Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '```
gollark: import Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '
gollark: 3.1 Using 2x2 matricesThe argument of iterateabove is a linear transformation, so we can represent it as matrix and compute the nth power of this matrix with O(log n) multiplications and additions.For example, using the simple matrix implementation in Prelude extensions,fib n = head (apply (Matrix [[0,1], [1,1]] ^ n) [0,1])
gollark: 0, 1, 1, 2, 3...
gollark: d o n ' t c h a n g e p e r

References

  1. Statistical Office of the Republic of Slovenia
  2. Leksikon občin kraljestev in dežel zastopanih v državnem zboru, vol. 6: Kranjsko. 1906. Vienna: C. Kr. Dvorna in Državna Tiskarna, p. 54.
  3. Kranj municipal site
  4. Snoj, Marko (2009). Etimološki slovar slovenskih zemljepisnih imen. Ljubljana: Modrijan. p. 315.
  5. Savnik, Roman (1968). Krajevni leksikon Slovenije, vol. 1. Ljubljana: Državna založba Slovenije. pp. 165–166.
  6. Družina RC Church journal site
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.