Siegen


WorldCat Identities



google.charts.load('current', packages: ['corechart']);
google.charts.setOnLoadCallback(drawChart);
function drawChart()
var options =
height: 200,
legend: position: 'top', maxLines: 3 ,
bar: groupWidth: '75%' ,
isStacked: true,
colors: ['#FF7600', '#409a3c', '#2178b5'],
vAxis:
baselineColor: '#fff',
gridlineColor: '#fff',
textPosition: 'none'

;
var data = google.visualization.arrayToDataTable([
['', 'By', 'Posthumously by', 'About',
role: 'annotation' ],

['1860-1862', 5, 0, 0, ''],

['1862-1864', 0, 0, 0, ''],

['1864-1866', 0, 0, 0, ''],

['1866-1868', 0, 0, 0, ''],

['1868-1870', 0, 0, 0, ''],

['1870-1872', 0, 0, 0, ''],

['1872-1874', 0, 0, 0, ''],

['1874-1876', 0, 0, 0, ''],

['1876-1878', 0, 0, 0, ''],

['1878-1880', 0, 0, 0, ''],

['1880-1882', 0, 0, 0, ''],

['1882-1884', 0, 0, 0, ''],

['1884-1886', 5, 0, 0, ''],

['1886-1888', 0, 0, 0, ''],

['1888-1890', 0, 0, 0, ''],

['1890-1892', 0, 0, 0, ''],

['1892-1894', 0, 0, 0, ''],

['1894-1896', 5, 0, 0, ''],

['1896-1898', 10, 0, 0, ''],

['1898-1900', 5, 0, 0, ''],

['1900-1902', 0, 0, 0, ''],

['1902-1904', 5, 0, 0, ''],

['1904-1906', 5, 0, 0, ''],

['1906-1908', 10, 0, 0, ''],

['1908-1910', 10, 0, 0, ''],

['1910-1912', 0, 0, 0, ''],

['1912-1914', 10, 0, 0, ''],

['1914-1916', 10, 0, 0, ''],

['1916-1918', 5, 0, 0, ''],

['1918-1920', 0, 0, 0, ''],

['1920-1922', 0, 0, 0, ''],

['1922-1924', 5, 0, 0, ''],

['1924-1926', 5, 0, 0, ''],

['1926-1928', 0, 0, 0, ''],

['1928-1930', 0, 0, 0, ''],

['1930-1932', 0, 0, 0, ''],

['1932-1934', 0, 0, 0, ''],

['1934-1936', 5, 0, 0, ''],

['1936-1938', 0, 0, 10, ''],

['1938-1940', 0, 0, 0, ''],

['1940-1942', 0, 0, 0, ''],

['1942-1944', 0, 0, 0, ''],

['1944-1946', 0, 0, 0, ''],

['1946-1948', 0, 0, 0, ''],

['1948-1950', 10, 0, 0, ''],

['1950-1952', 0, 0, 0, ''],

['1952-1954', 0, 0, 0, ''],

['1954-1956', 0, 0, 0, ''],

['1956-1958', 0, 0, 0, ''],

['1958-1960', 10, 0, 0, ''],

['1960-1962', 0, 0, 0, ''],

['1962-1964', 10, 0, 0, ''],

['1964-1966', 0, 0, 0, ''],

['1966-1968', 15, 0, 0, ''],

['1968-1970', 10, 0, 0, ''],

['1970-1972', 10, 0, 0, ''],

['1972-1974', 10, 0, 0, ''],

['1974-1976', 15, 0, 0, ''],

['1976-1978', 0, 0, 0, ''],

['1978-1980', 10, 0, 0, ''],

['1980-1982', 5, 0, 0, ''],

['1982-1984', 15, 0, 0, ''],

['1984-1986', 10, 0, 0, ''],

['1986-1988', 10, 0, 0, ''],

['1988-1990', 10, 0, 0, ''],

['1990-1992', 10, 0, 0, ''],

['1992-1994', 0, 0, 0, ''],

['1994-1996', 10, 0, 0, ''],

['1996-1998', 10, 0, 0, ''],

['1998-2000', 5, 0, 0, ''],

['2000-2002', 10, 0, 0, ''],

['2002-2004', 0, 0, 0, ''],

['2004-2006', 0, 0, 0, ''],

['2006-2008', 0, 0, 0, ''],

['2008-2010', 5, 0, 0, ''],

['2010-2012', 5, 0, 0, ''],

['2012-2014', 0, 0, 0, ''],

['2014-2016', 5, 0, 0, ''],

['2016-2018', 5, 0, 0, ''],

['2018-2020', 0, 0, 0, ''],

['2020-2022', 0, 0, 0, ''],

]);
var chart = new google.visualization.ColumnChart(document.getElementById('chart_div'));
chart.draw(data, options);
;

function bringBack(sourceKey, targetKey, oclcNum)
comment=prompt("Enter an optional comment and press "OK" or press "Cancel" to end", "");
if(comment!=null)
window.location="/identities/move?undo&sourceKey="+sourceKey+"&targetKey="+targetKey+"&oclcNum="+oclcNum+"&originalIdentity="+targetKey+"&comment="+comment;


function sendBack(sourceKey, targetKey, oclcNum)
comment=prompt("Enter an optional comment and press "OK" or press "Cancel" to end", "");
if(comment!=null)
window.location="/identities/move?undo&sourceKey="+sourceKey+"&targetKey="+targetKey+"&oclcNum="+oclcNum+"&originalIdentity="+sourceKey+"&comment="+comment;


function getElementsByClassName(classname, node)
if(!node)
node = document.getElementsByTagName("body")[0];
var a=[];
var re=new RegExp('\b' + classname + '\b');
var els=node.getElementsByTagName("*");

for(var i=0; els.length>=i; i++)
if(re.test(els[i].className))
a.push(els[i]);
return a;

function turnEditEntriesOn(node)
var entries=getElementsByClassName('editEntry', node);
if (entries)

for (var i = 0; entries.length>=i; i++)
entries[i].style.display="block";


document.getElementById('identitiesonSwitch').style.display='none';
document.getElementById('identitiesoffSwitch').style.display='inline';

function turnEditEntriesOff(node)
var entries=getElementsByClassName('editEntry', node);
if (entries)
for (var i = 0; entries.length>=i; i++)
entries[i].style.display="none";


document.getElementById('identitiesonSwitch').style.display='inline';
document.getElementById('identitiesoffSwitch').style.display='none';




Siegen



Overview









Works: 139
works in
170
publications in
1
language and
480
library holdings

Genres:
Exhibition catalogs 

Roles:
Other, isb
Classifications: ND673.R9,
FIC


Publication Timeline

.



Most widely held works about
Siegen


  • Geschichte des höheren Schulwesens in Siegen 1536-1936 : Festschrift zum 400jährigen Jubiläum des Realgymnasiums in Siegen by Hans Kruse(
    Book
    )



  • Peter Paul Rubens und das Siegerland by Werner Niederstein(
    Book
    )



  • Vom Armenamt zum Sozialamt : 100 Jahre Sozialamt der Stadt Siegen : ein geschichtlicher Rückblick 1993(
    Book
    )


 



Most widely held works by
Siegen


Peter Paul Rubens by Siegen (Germany)(
Book
)

2
editions published

in
1967
in
German
and held by
54 WorldCat member

libraries

worldwide



Beteiligungsbericht der Stadt Siegen by Siegen(

)


in
German
and held by
33 WorldCat member

libraries

worldwide



Sigmar Polke - Wunder von Siegen, miracle of Siegen : die Linsenbilder = the lens paintings ; [... erscheint im Zusammenhang
mit der Verleihung des 11. Rubenspreises der Stadt Siegen und der begleitenden Ausstellung im Museum für Gegenwartskunst
Siegen 2007]
by Sigmar Polke(
Book
)

1
edition published

in
2008
in
German
and held by
24 WorldCat member

libraries

worldwide



Haushalt by Siegen(

)


in
German
and held by
20 WorldCat member

libraries

worldwide



Spielzeit ... by Siegen(

)


in
German
and held by
16 WorldCat member

libraries

worldwide



Lokaler Aktionsplan der Stadt Siegen für das Jahr ... Toleranz förder - Kompetenz stärken by Siegen(

)


in
German
and held by
16 WorldCat member

libraries

worldwide



Ferienspaß ... : Freizeitprogramm der Stadt Siegen und des Stadtjugendringes Siegen by Siegen(

)


in
German
and held by
16 WorldCat member

libraries

worldwide



Energiebericht ... : Auswertung der Jahre ... by Siegen(

)


in
German
and held by
16 WorldCat member

libraries

worldwide



Jahresabschluss ... by Siegen(

)


in
German
and held by
16 WorldCat member

libraries

worldwide



Haushalt by Siegen(

)


in
German
and held by
16 WorldCat member

libraries

worldwide




Francis Bacon, Siegen '67 : Ausstellung im Oberen Schloss 28. Juni bis 23. Juli anlässlich der III. Verleihung des Rubens-Preises
der Stadt Siegen 1967
by Francis Bacon(
Book
)

4
editions published

in
1967
in
German
and held by
11 WorldCat member

libraries

worldwide



Lucian Freud : Rubenspreis der Stadt Siegen 1997 = Award of the Rubenspreis of the city of Siegen 1997 : (award to commemorate
Peter Paul Rubens 1577-1640)
by Lucian Freud(
Book
)

1
edition published

in
1997
in
German
and held by
9 WorldCat member

libraries

worldwide

Catalogue of Freud's etchings


Siegen im Wiederaufbau : Festschrift aus Anlaß der 725jährigen Wiederkehr der Neugründung der Stadt Siegen und des 100jährigen
Bestehens der Industrie- und Handelskammer Siegen
(
Book
)

2
editions published

in
1949
in
German
and held by
8 WorldCat member

libraries

worldwide



Schriften zur Stadtentwicklung by Siegen(

)


in
German
and held by
8 WorldCat member

libraries

worldwide



S-Mobil 100 sehr mobil mit 100 - Mobilitätsketten für Senioren in der Modellregion Siegen-Wittgenstein : Teilvorhaben: Schaffung
eines Zugangs zur relevanten Nutzergruppe des städtischen Umfeldes/kommunalen Umfeldes : Schlussbericht : Berichtszeitraum:
01.02.2012-31.01.2015 = Very mobile with 100 - Mobility chains for seniors in the model region Siegen-Wittgenstein, project:
Providing access to the relevant user group of the urban environment/municipal environment
by Anja Heiden(

)

1
edition published

in
2015
in
German
and held by
7 WorldCat member

libraries

worldwide



Haushaltsplan by Siegen(

)


in
German
and held by
6 WorldCat member

libraries

worldwide



(Giorgio) Morandi : Rubens-Preis der Stadt Siegen(
Book
)

1
edition published

in
1962
in
German
and held by
6 WorldCat member

libraries

worldwide



Schriften zur Stadtentwicklung by Siegen(

)


in
German
and held by
6 WorldCat member

libraries

worldwide



Stadtentwicklungsprogramm by Siegen(
Book
)

5
editions published

between
1987
and
1990
in
German
and held by
5 WorldCat member

libraries

worldwide



Siegen : Stadt in der Mitte by Siegen(
Book
)

1
edition published

in
1978
in
German
and held by
5 WorldCat member

libraries

worldwide




 

moreShow More Titles

fewerShow Fewer Titles




Audience Level









0

Audience Level


1
  Kids General Special  

Audience level:
0.83
(from
0.66
for
Peter Paul
... to
0.96
for
Stadtentwi
...)




WorldCat IdentitiesRelated Identities


  • Rubens, Peter Paul 1577-1640 Illustrator plus


  • Haxthausen, Charles Werner plus


  • Gohr, Siegfried plus


  • Schmidt, Eva plus


  • Polke, Sigmar 1941- Illustrator plus


  • Museum für Gegenwartskunst. <Siegen> plus


  • Bacon, Francis 1909-1992 Illustrator Honoree Creator plus


  • Freud, Lucian plus


  • Blanchebarbe, Ursula plus


  • Müller-Hauck, Janni Adapter Creator plus




Associated Subjects


Bacon, Francis, Freud, Lucian Germany--Siegen Painting, British Painting, Modern Public welfare Rubens, Peter Paul, Schools Social service




Sigmar Polke - Wunder von Siegen, miracle of Siegen : die Linsenbilder = the lens paintings ; [... erscheint im Zusammenhang mit der Verleihung des 11. Rubenspreises der Stadt Siegen und der begleitenden Ausstellung im Museum für Gegenwartskunst Siegen 2007]

Covers




Alternative Names


Siegen

Siegen (kapital sa distrito)

Sieje

Ville de Siegen (Allemagne)

Zigen

Zīgene

Zygenas

Ζίγκεν

Зиген

Зіген

Զիգեն

זיגן

زيغن

زیقن

زیگن

سیگن

سییجین

सिएगेन

सिगण

সিয়েজেন

સિએગન

சீஜென்

సీయేగెన్

ಸಿಎಗೇನ್

සීගන්

ซีเกน

지겐

ジーゲン

錫根


Languages


German
(41)









(function(i,s,o,g,r,a,m)function()
(i[r].q=i[r].q,i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
)(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-45070317-1', 'worldcat.org');
ga('send', 'pageview');


setTimeout(function()var a=document.createElement("script");
var b=document.getElementsByTagName("script")[0];
a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0018/3695.js?"+Math.floor(new Date().getTime()/3600000);
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b), 1);

Popular posts from this blog

Siegen Nawigatsjuun

Log på Navigationsmenu

Log på Navigationsmenu