Józef Siemieński
Józef Siemieński (born March 2, 1882 in Skrzydłów near Radomsko – October 14, 1941 in Auschwitz) was a Polish archivist, historian of law.
Siemieński was from 1925 until 1939 director of the Central Archives of Historical Records (AGAD) in Warsaw and professor at the Jagiellonian University since 1938.
He was arrested by the Gestapo and murdered in the German concentration camp Auschwitz.
Works
- Ustrój Rzeczypospolitej Polskiej (1915)
- Polska kultura polityczna wieku XVI w. (Kultura staropolska) (1932)
- Polskie zbiory rêkopiœmienne przed wojna, podczas wojny i po wojnie (1941)
gollark: ```pythonfrom typing import List# Sort a list of integersdef entry(data: List[str]): swap = False for i, (one, two) in enumerate(zip(data, data[1:])): if two > one: # Swaps items data[i], data[i + 1] = data[i + 1], data[i] swap = True # Checks if we need to recur if swap: return entry(data) else: return data.reverse() or data```
gollark: It was obviously #2, people!
gollark: Too bad.
gollark: Why do this? I get more time for plan #3.
gollark: Why what?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.