Hamsun, Knut 1859-1952


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' ],

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

['1916-1918', 40, 0, 10, ''],

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

['1958-1960', 0, 40, 20, ''],

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

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

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

['1966-1968', 0, 40, 20, ''],

['1968-1970', 0, 40, 15, ''],

['1970-1972', 0, 40, 20, ''],

['1972-1974', 0, 35, 20, ''],

['1974-1976', 0, 40, 20, ''],

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

['1978-1980', 0, 40, 30, ''],

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

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

['1984-1986', 0, 35, 15, ''],

['1986-1988', 0, 35, 20, ''],

['1988-1990', 0, 35, 15, ''],

['1990-1992', 0, 35, 25, ''],

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

['1994-1996', 0, 40, 25, ''],

['1996-1998', 0, 40, 25, ''],

['1998-2000', 0, 40, 25, ''],

['2000-2002', 0, 40, 20, ''],

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

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

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

['2008-2010', 0, 40, 30, ''],

['2010-2012', 0, 40, 30, ''],

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

['2014-2016', 0, 35, 20, ''],

['2016-2018', 0, 30, 15, ''],

['2018-2020', 0, 20, 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';




Hamsun, Knut 1859-1952



Overview









Works: 2,788
works in
10,237
publications in
48
languages and
57,722
library holdings

Genres:
Fiction 
Psychological fiction 
Romance fiction 
Drama 
Autobiographical fiction 
Biography 
Biographical films 
Historical films 
History 
Film adaptations 

Roles:
Author, Lyricist, Honoree, Bibliographic antecedent, Creator, Other, Originator, Author of introduction, Author of screenplay, Recipient, Correspondent, Contributor
Classifications: PT8950.H3,
839.8236


Publication Timeline

.



Most widely held works about
Knut Hamsun


  • Knut Hamsun remembers America : essays and stories, 1885-1949 by Knut Hamsun(

    )



  • Troubling legacies : migration, modernism, and fascism in the case of Knut Hamsun by Peter Sjl̜yst-Jackson(

    )



  • Knut Hamsun : the dark side of literary brilliance by Monika Žagar(

    )



  • Under gullregnen by Marie Hamsun(

    )



  • On over-grown paths by Knut Hamsun(
    Book
    )



  • Enigma : the life of Knut Hamsun by Robert Ferguson(
    Book
    )



  • Knut Hamsun by Harald Naess(
    Book
    )



  • Hamsun by Jan Troell(
    Visual
    )



  • Knut Hamsun : dreamer and dissenter by Ingar Sletten Kolloen(
    Book
    )



  • Knut Hamsun by Hanna Astrup Larsen(
    Book
    )



  • Night roamers and other stories by Knut Hamsun(
    Book
    )



  • Svält(
    Visual
    )



  • Hamsun : romans autobiographiques, figures d'auteur et champ littéraire by Yannick Legault(

    )



  • Knut Hamsun : his personality and his outlook upon life by Josef Wiehr(
    Book
    )



  • Tales of love and loss by Knut Hamsun(
    Book
    )



  • Der Hamsun Prozess by Thorkild Hansen(
    Book
    )



  • In wonderland by Knut Hamsun(
    Book
    )



  • Twentieth-Century literary criticism by Linda Pavlovski(

    )



  • Regnbuen by Marie Hamsun(
    Book
    )



  • Ibsen, Strindberg, Hamsun : Essays zur skandinav. Literatur by Anni Carlsson(
    Book
    )



 

moreShow More Titles

fewerShow Fewer Titles




Most widely held works by
Knut Hamsun


Hunger by Knut Hamsun(
Book
)

697
editions published

between
1888
and
2019
in
28
languages

and held by
5,235 WorldCat member

libraries

worldwide

First published in Norway in 1890, probes into the depths of consciousness with frightening and gripping power. Like the works
of Dostoyevsky, it marks an extraordinary break with Western literary and humanistic traditions



Growth of the soil by Knut Hamsun(
Book
)

493
editions published

between
1655
and
2019
in
19
languages

and held by
4,911 WorldCat member

libraries

worldwide

The epic novel of man and nature that won its author the Nobel Prize in Literature in 1920


Pan : from Lieutenant Thomas Glahn's papers by Knut Hamsun(
Book
)

417
editions published

between
1
and
2017
in
31
languages

and held by
2,269 WorldCat member

libraries

worldwide

First published in 1894, Knut Hamsun's PAN recounts Thomas Glahn's retrospective narrative of his life and adventures in the
Norwegian woods. PAN provides a lyrical, yet disturbing, analysis of love and the recesses of the psyche. This superb new
translation restores the power and virtuosity of Hamsun's original and includes an informative Introduction



Mysteries by Knut Hamsun(
Book
)

257
editions published

between
1892
and
2014
in
15
languages

and held by
2,034 WorldCat member

libraries

worldwide

Arrived. Knut Hamsun (1859-1952) was a Norwegian novelist, poet, and playwright. He was awarded the Nobel Prize in Literature
in 1920



Victoria; a love story by Knut Hamsun(
Book
)

263
editions published

between
1
and
2015
in
27
languages

and held by
1,837 WorldCat member

libraries

worldwide

In nineteenth-century Norway, a poet falls in love with the daughter of a wealthy lord, but they find that social pressures
and class barriers may destroy their romance



Wayfarers by Knut Hamsun(
Book
)

180
editions published

between
1900
and
2012
in
10
languages

and held by
1,625 WorldCat member

libraries

worldwide

Exposes life in a poor Norwegian fishing village from the Old days, in a realistic but also satirical way


The women at the pump by Knut Hamsun(
Book
)

14
editions published

between
1928
and
2012
in
English
and held by
873 WorldCat member

libraries

worldwide

Portrait of a small Norwegian town brimful of eccentrics, as reflected in the life of Oliver Andersen and his large family,
and discussed around the town pump



The ring is closed by Knut Hamsun(

)

12
editions published

between
1936
and
2011
in
English
and held by
845 WorldCat member

libraries

worldwide

"The only son of a miserly lighthouse-keeper and an alcoholic mother, Abel grows up in a remote Norwegian village then travels
around the United States. Upon returning from America as a young man, Abel falls in love with his longtime acquaintance Olga,
the pharmacist's daughter. Haunted by the secrets of his travels, however, Abel determines to live on the barest of necessities
and pursue a life without desire or ambition."--Amazon.com



Dreamers by Knut Hamsun(
Book
)

85
editions published

between
1904
and
2015
in
9
languages

and held by
781 WorldCat member

libraries

worldwide

The antics of Ove Rolandsen, telegraph operator and local Casanova in a fishing village in Norway. He serenades the curate's
wife, fights a drunken giant, but taking on the town's fish-glue magnate is a more difficult matter. By the winner of the
1920 Nobel Prize for Literature



August by Knut Hamsun(
Book
)

118
editions published

between
1930
and
2011
in
11
languages

and held by
770 WorldCat member

libraries

worldwide

Translated from the Norwegian with title: August



Wanderers by Knut Hamsun(
Book
)

97
editions published

between
1909
and
2016
in
8
languages

and held by
741 WorldCat member

libraries

worldwide

Series of musings by literary, nature-loving tramp. Autobiographical


The wanderer by Knut Hamsun(
Book
)

15
editions published

between
1932
and
2012
in
English and German
and held by
649 WorldCat member

libraries

worldwide

Etter et avgjørende møte med en tidligere arbeidskamerat, prøver Knut Pedersen å finne tilbake til ungdommen. Hamsun skildrer
hans opphold på forskjellige gårder, hans arbeid og forelskelser



Shallow soil by Knut Hamsun(
Book
)

25
editions published

between
1913
and
2015
in
English and Undetermined
and held by
616 WorldCat member

libraries

worldwide

"An absorbing account of the bizarre and fluctuating relationship between the philosopher Friedrich Nietzsche, the composer
Richard Wagner and his wife Cosima ... The book sheds new light on Nietzsche's early writings, showing how they were subverted
by Wagner to parade his own ideas ... The source of Nietzsche's Superman and Will to power are traced to the pre-fascist ideology
of Richard and Cosima Wagner."--Jacket



The cultural life of modern America by Knut Hamsun(
Book
)

16
editions published

between
1969
and
2013
in
English and German
and held by
610 WorldCat member

libraries

worldwide



Benoni by Knut Hamsun(
Book
)

120
editions published

between
1900
and
2011
in
16
languages

and held by
605 WorldCat member

libraries

worldwide

Twee romans die in een afgelegen kustplaatsje in noord-Noorwegen spelen


The road leads on by Knut Hamsun(
Book
)

80
editions published

between
1930
and
2011
in
7
languages

and held by
583 WorldCat member

libraries

worldwide

"Men livet lever" er tredje og siste roman i Landstryker-trilogien. Den ble utgitt for første gang i 1933. August har nå
forlatt Polden og slått seg ned i Segelfoss, der han arbeider som altmuligmann for bygdas konsul



Segelfoss town by Knut Hamsun(
Book
)

90
editions published

between
1915
and
2011
in
6
languages

and held by
545 WorldCat member

libraries

worldwide

Boka er en fortsettelse av "Barn av tiden". Segelfoss har nå utviklet seg til å bli en liten industriby med postkontor,
avis og bakeri. Godseieren, Holmsen, er død. Tobias Holmengraa er på mange måter stedets mektigste mann, men han mangle
autoritet hos sine "undersåtter". Hovedpersonen i romanen er forretningsmannen Theodor på Bua. Andre personer er doktor
Muus og advokat Rasch, industriarbeiderne Aslak og Konrad, Holmsens sønner, komponisten Willatz Holmsen IV og den alkoholiserte
telegrafist og cello-spiller Baardsen



Rosa by Knut Hamsun(
Book
)

65
editions published

between
1908
and
2011
in
13
languages

and held by
484 WorldCat member

libraries

worldwide

A new translation of a Norwegian classic in which two men vie for the love of a woman. One suitor is a poor painter, the other
a rich businessman. By a winner of the Nobel Prize for Literature



Ernest Hemingway, Knut Hamsun, Hermann Hesse(
Book
)

2
editions published

in
1971
in
English
and held by
435 WorldCat member

libraries

worldwide

Contains presentation addresses, acceptance speeches, and representative samples of authors' work


Das letzte Kapitel : Roman by Knut Hamsun(
Book
)

54
editions published

between
1900
and
1981
in
4
languages

and held by
289 WorldCat member

libraries

worldwide




 

moreShow More Titles

fewerShow Fewer Titles




Audience Level









0

Audience Level


1
  Kids General Special  

Audience level:
0.37
(from
0.02
for
Under gull
... to
0.84
for
Der Hamsun
...)




WorldCat IdentitiesRelated Identities


  • Worster, W. J. Alexander (William John Alexander) 1882-1929 Translator plus


  • Sandmeier, Julius Other Contributor Translator Editor Creator plus


  • Lyngstad, Sverre Other Author Translator plus


  • Current, Richard Nelson Other plus


  • Gay-Tifft, Eugene 1898- Translator plus


  • Egerton, George Translator plus


  • Sjølyst-Jackson, Peter Author plus


  • Hamsun, Marie Other Author plus


  • McFarlane, James Walter Translator Editor plus


  • Chater, Arthur G. Translator plus




Associated Subjects


American poetry Authors Authors, Norwegian Caucasus Civilization Collaborationists Depression, Mental Families Farmers Farm life Fiction Fishers Genius German Occupation of Norway (1940-1945) Hamsun, Knut, Hamsun, Marie, Hunger Ibsen, Henrik, Industries--Social aspects Intellectual life Litterateurs Manners and customs Nobel Prizes Nobel Prize winners Norway Norway, Northern Norway--Oslo Norwegian drama Norwegian fiction Norwegian literature Norwegians Novelists, Norwegian Painters Pioneers Political and social views Poverty Poverty--Psychological aspects Public opinion, Norwegian Romance fiction, Norwegian Sami (European people) Starvation Strindberg, August, Suicide Technology--Social aspects Travel United States Urban poor Victoria,--Queen of Great Britain, Widows World War (1939-1945)




Growth of the soil

Covers



Growth of the soilPan : from Lieutenant Thomas Glahn's papersMysteriesVictoria; a love storyWayfarersThe women at the pumpThe ring is closedDreamers


Alternative Names


Chamsoun, Knout

Chamsoun, Knout, 1859-1952

Chamsun, Knut

Don Qvixote

Ego

Gamsunʺ, Knutʺ

Gamsun Knut 1859-1952

H?msun, Kan?t

Hāmcan̲, Naṭ 1859-1952

Hamersundas

Hams-un, Knut 1859-1952

Hāmsana, Knūta

Hamsun 1859-1952 K.

Hamsun K.

Hamsun, K. 1859-1952

Hamsun, Kanoot

Hamsun, Ḳenuṭ 1859-1952

Hāmsūn, Kinūt, 1859-1952

Hamsun, Knud 1859-1952

Hamsun, Knut

Hāmsūn, Knūt, 1859-1952

Hamsun, Knut pseud

Hamsun, Knut (Pseud. de Knut Pedersen)

Hamsun, Knyut'

Hamsun, Qnut

Hamsun, Qnuṭ, 1859-1952

Hamsunas K.

Hamsūnas Knutas

Hamsunas, Knutas 1859-1952

Hamsund, Knud Pedersen

Hamsund, Knut

Hamsund, Knut Pedersen

Hamsund, Knut Pedersen 1859-1952

Hamsundas Knutas Pedersenas

Hamsuni, Knut 1859-1952

Hamsuns, 1859-1952

Hamsuns, K. (Knuts), 1859-1952

Hamsuns, Knuts

Hamsuns, Knuts 1859-1952

Hamunsheng, 1859-1952

Hamusun, K.

Han Musheng

Hanmusheng, Ke

Hansenas

Hansun, Knut

Hansunas

Knut Hamsun

Knut Hamsun écrivain norvégien

Knut Hamsun Escritor norueguês

Knut Hamsun escritor noruegués considerado un dos autores máis influentes na novela do século XX

Knut Hamsun Noors auteur

Knut Hamsun norra romaani- ja näitekirjanik

Knut Hamsun norsk författare

Knut Hamsun norsk forfatter

Knut Hamsun norsk romanforfatter og nobelprisvinner

Knut Hamsun nórsky spisovateľ

Knut Hamsun norveški pisatelj, pesnik in dramatik

Knut Hamsun Norwegian novelist

Knut Hamsun Norwegischer Schriftsteller

Knut Hamsun Norwego a mannurat

Knut Hamsun norweski pisarz, noblista

Knut Hamsun novel·lista noruec

Knut Hamsun novelist norvegjez

Knut Hamsun novelista noruego

Knut Hamsun scriitor norvegian

Knut Hamsun scrittore norvegese

Knuts Hamsuns

Naṭhāmcan̲ 1859-1952

Pedersen Hamsund, Knut

Pedersen Hamsund, Knut 1859-1952

Pedersen K.

Pedersen, Knud

Pedersen, Knud 1859-1952

Pedersen Knut

Pedersen Knut 1859-1952

Pedersen, Knut Wirklicher Name von Knut Hamsun 1859-1952

Pedersenas Knutas

Pedersens, Knuts, 1859-1952

Thode, Knut

Thode, Knut 1859-1952

W.T.

W.T. 1859-1952

Κνουτ Χάμσουν

Гамсун

Гамсун 1859-1952 К.

Гамсун К.

Гамсун, К. (Кнут), 1859-1952

Гамсун Кнут

Гамсун Кнут 1859-1952

Гамсунд К. 1859-1952

Гамсунъ, Кнутъ, 1859-1952

Кнут Гамсун норвежский писатель

Кнут Гамсун норвезький письменник, лауреат Нобелівської премії з літератури за 1920 рік.

Кнут Хамсун

Педерсен К. 1859-1952

Педерсен, Кнут

Хамсун, Кнут, 1859-1952

Կնուտ Համսուն

האמסון, קנוט

האמסון, קנוט 1859-1952

המסון, קנוט

המסון, קנוט 1859־1952

חאמסון, קנוט

פדרסן, קנוט

קנוט האמסון סופר נורווגי, חתן פרס נובל לספרות

קנוט, המסון

كنوت هامسون، 1859-1952

كنوت همسون روائي نرويجي

نٹ ہمسن

هامسون، کنوت.

هامسون، کنوت،, 1859-1952

کنوت هامسون

کنوت هامسون نویسنده نروژی

کنوت ھەمسون

کنٹ ہامسن

क्नूट हामसन

ਨੱਟ ਹੈਮਸਨ

ಕ್ನಟ್ ಹ್ಯಾಮ್ಸನ್

ന്യൂട്ട് ഹാംസൺ

คนุท ฮัมซุน

კნუტ ჰამსუნი

크누우트 함순 1859-1952

크누트 함순 노르웨이의 소설가이다. 노벨 문학상을 수상하였다.

함순

함순, 크누우트 1859-1952

함순, 크누트 1859-1952

합모생, 극노특 1859-1952

クヌート・ハムスン

ハムスン, K

ハムスン, クヌウト

ハムスン, クヌート

克努特·汉姆生

克努特漢姆生

哈姆生

哈姆生, 1859-1952

汉姆生 1859-1952


Languages


German
(833)

English
(811)

Norwegian
(674)

French
(196)

Spanish
(161)

Norwegian
(85)

Danish
(84)

Yiddish
(67)

Dutch
(37)

Turkish
(29)

Swedish
(25)

Italian
(24)

Russian
(23)

Hebrew
(16)

Latvian
(13)

Czech
(10)

Polish
(8)

Chinese
(7)

Croatian
(7)

Icelandic
(7)

Esperanto
(7)

Estonian
(6)

Ukrainian
(6)

Serbian
(6)

Albanian
(5)

Persian
(5)

Kurdish
(5)

Slovenian
(4)

Bosnian
(4)

Romanian
(3)

Hungarian
(2)

Catalan
(2)

Armenian
(2)

Greek, Modern
(2)

Hindi
(2)

Korean
(2)

Finnish
(2)

Tamil
(1)

Multiple languages
(1)

Northern Sami
(1)

Portuguese
(1)

Latin
(1)

German, Old High
(1)

Bengali
(1)

Basque
(1)

Sinhalese
(1)

Slovak
(1)

Gujarati
(1)

morearrowdown

fewerarrowup









(function(i,s,o,g,r,a,m)i['GoogleAnalyticsObject']=r;i[r]=i[r])(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

Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367