Bobrek concentration camp

Bobrek was a subcamp of Monowitz concentration camp located in or near Bobrek, Lesser Poland Voivodeship, Poland, and was part of the Auschwitz concentration camp complex. It was built by Siemens-Schuckert and held approximately 250-300 prisoners including 50 women who were used as slave labor to produce electrical parts for aircraft and U-boat submarines. The commandant of the camp was SS-Scharführer Hermann Buch.[1]

Prisoners producing aircraft and submarine parts in the Siemens-Schuckert factory at Bobrek.

Evacuation

Bobrek subcamp was evacuated along with the other camps in the Auschwitz complex on January 18, 1945. The prisoners were sent on a death march to a concentration camp in Gleiwitz, Poland. Many were then transported by rail to Buchenwald concentration camp. While in Buchenwald, the former Bobrek workers were sought out by Siemens-Schuckert executives, who had them transported to the Siemens-Schuckert factory in Siemensstadt, a suburb of Berlin.[2][3]

gollark: More great "WHY WOULD YOU DO THIS":```go// A Context carries a deadline, cancelation signal, and request-scoped values// across API boundaries. Its methods are safe for simultaneous use by multiple// goroutines.type Context interface { // Done returns a channel that is closed when this Context is canceled // or times out. Done() <-chan struct{} // Err indicates why this context was canceled, after the Done channel // is closed. Err() error // Deadline returns the time when this Context will be canceled, if any. Deadline() (deadline time.Time, ok bool) // Value returns the value associated with key or nil if none. Value(key interface{}) interface{}}```
gollark: Basically, modems/rednet but more flexible, cross-server, and without actual modems.
gollark: It's a websocket-based inter-computer cross-server message relay.
gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```

See also

References

  1. Artur Hojan & Cameron Munro (2017), Bobrek concentration camp., Tiergartenstrasse4 Association.
  2. Mapping trauma and its wake: autobiographic essays by pioneer trauma scholars (Psychosocial Stress Series) (Hardcover) by Charles R. Figley Publisher: Routledge (December 16, 2005) Language: English ISBN 0-415-95140-2 ISBN 978-0415951401
  3. Edelheit & Edelheit, History of the Holocaust: A Handbook and Dictionary, ISBN 0-8133-2240-5

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.