Chobienia, Lubin County

Chobienia [xɔˈbjɛɲa] (German: Köben) is a village in the administrative district of Gmina Rudna, within Lubin County, Lower Silesian Voivodeship, in south-western Poland.

Chobienia
Village
Chobienia
Coordinates: 51°33′N 16°27′E
Country Poland
VoivodeshipLower Silesian
CountyLubin
GminaRudna
Population
650

It lies approximately 25 kilometres (16 mi) north-east of Lubin, and 63 kilometres (39 mi) north-west of the regional capital Wrocław.

The village has a population of 650.

Chobienia Castle, 2007

Chobienia is the site of a Renaissance castle, where Frederick II of Prussia stayed after the Battle of Kunersdorf in 1759.

Notable people

Johann Heermann (1585-1647), hymn composer, worked as a pastor in Köben from 1611.

gollark: ++exec```pythondef f(x, y, z): if y == 0: if z == 0: return x return f(x, 0, z - 1) * f(x, 0, z - 1) return f(x, y - 1, z) * f(x, y - 1, z)print(f(10, 10, 10))```
gollark: ++exec```luafunction f(x, y, z)if y == 0 thenif z == 0 thenreturn xendreturn f(x, 0, z - 1) * f(x, 0, z - 1)endreturn f(x, y - 1, z) * f(x, y - 1, z)endprint(f(3, 3, 3))```
gollark: Hmm.
gollark: ++exec```luafunction f(x, y, z)if y == 0 thenif z == 0 thenreturn xendreturn f(x, 0, z - 1) * f(x, 0, z - 1)endreturn f(x, y - 1, z) * f(x, y - 1, z)endprint(f(10, 3, 2))```
gollark: ++exec```luafunction f(x, y, z)if y == 0 thenif z == 0 thenreturn xendreturn f(x, 0, z - 1) * f(x, 0, z - 1)endreturn f(x, y - 1, z) * f(x, y - 1, z)endprint(f(10, 3, 3))```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.