Laurier, Wilfrid Sir 1841-1919


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

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

['1864-1866', 5, 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', 20, 0, 0, ''],

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

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

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

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

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

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

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

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

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

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

['1898-1900', 25, 0, 10, ''],

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

['1902-1904', 20, 0, 25, ''],

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

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

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

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

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

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

['1916-1918', 35, 0, 20, ''],

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

['1978-1980', 0, 5, 25, ''],

['1980-1982', 0, 25, 30, ''],

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

['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';




Laurier, Wilfrid Sir 1841-1919



Overview









Works: 641
works in
1,872
publications in
3
languages and
13,160
library holdings

Genres:
History 
Biography 
Records and correspondence 

Roles:
Author, Honoree, Editor
Classifications: F1033,
923.271


Publication Timeline

.



Most widely held works about
Wilfrid Laurier


  • Laurier : the first Canadian by Joseph Schull(
    Book
    )



  • Life and letters of Sir Wilfird Laurier : vol 1 1841-1896 - vol 2 1896-1919 by Oscar D Skelton(

    )



  • Laurier; a study in Canadian politics by J. W Dafoe(
    Book
    )



  • Life and letters of Sir Wilfrid Laurier by Oscar Douglas Skelton(
    Book
    )



  • Laurier and a Liberal Quebec: a study in political management by H. Blair Neatby(
    Book
    )



  • Imperial relations in the age of Laurier; essays(
    Book
    )



  • The day of Sir Wilfred Laurier : a chronicle of our own times by Oscar Douglas Skelton(
    Book
    )



  • Wilfrid Laurier : a pledge for Canada by Roderick Stewart(
    Book
    )



  • Sir Wilfrid Laurier and the Liberal party : a political history by John Stephen Willison(
    Book
    )



  • Sir Wilfrid Laurier and the romance of Canada by Laurier LaPierre(
    Book
    )



  • Laurier, architect of Canadian unity by Raymond Tanghe(
    Book
    )



  • Wilfrid Laurier: the great conciliator by Barbara Robertson(
    Book
    )



  • Laurier, his life and world by Richard Clippingdale(
    Book
    )



  • Sir Wilfrid Laurier by Peter McArthur(
    Book
    )



  • The Prime Ministers of Canada, 1867-1968 by Christopher Ondaatje(
    Book
    )



  • Wilfrid Laurier : quand la politique devient passion by Réal Bélanger(
    Book
    )



  • Wilfrid Laurier by André Pratte(
    Book
    )



  • Wilfrid Laurier by Martin Spigelman(
    Book
    )



  • Life and letters of Sir Wilfrid Laurier by Oscar Douglas Skelton(
    Book
    )



  • The destiny of Canada : Macdonald, Laurier, and the election of 1891 by Christopher John Pennington(
    Book
    )



 

moreShow More Titles

fewerShow Fewer Titles




Most widely held works by
Wilfrid Laurier


Wilfrid Laurier on the platform; collection of the principal speeches made in Parliament or before the people, by the Honorable
Wilfrid Laurier ... member for Quebec-East in the Commons, since his entry into active politics in 1871
by Wilfrid Laurier(
Book
)

21
editions published

between
1890
and
2010
in
English
and held by
114 WorldCat member

libraries

worldwide



Life and letters of Sir Wilfrid Laurier by Oscar D Skelton(

)

3
editions published

between
1965
and
2014
in
English
and held by
109 WorldCat member

libraries

worldwide



Discours à l'étranger et au Canada by Wilfrid Laurier(
Book
)

13
editions published

between
1909
and
1995
in
French and English
and held by
94 WorldCat member

libraries

worldwide



The British and American constitutions : an address by Rt. Hon. Sir Wilfrid Laurier, K.C.M.G., P.C. LL. D., to the Women's
Canadian Club of Montreal, 27 October, 1919
by Wilfrid Laurier(
Book
)

26
editions published

between
1909
and
1995
in
English and French
and held by
88 WorldCat member

libraries

worldwide



Speech of Mr. Laurier, M.P. on the budget : Tuesday, 28th February, 1893 by Wilfrid Laurier(
Book
)

11
editions published

between
1893
and
1986
in
English and Undetermined
and held by
85 WorldCat member

libraries

worldwide



Discours de Sir Wilfrid Laurier de 1889 à 1911 by Wilfrid Laurier(
Book
)

18
editions published

between
1920
and
1994
in
French and Undetermined
and held by
72 WorldCat member

libraries

worldwide



Discours sur le libéralisme politique prononcé par M.W. Laurier, député fédéral, le 26 juin 1877, à la salle de musique
sous les auspices du Club canadien
by Wilfrid Laurier(
Book
)

17
editions published

between
1877
and
1981
in
French and English
and held by
65 WorldCat member

libraries

worldwide



Lecture on political liberalism : delivered by Wilfrid Laurier, Esq., M.P., on the 26th June, 1877, in the Music Hall, Quebec,
under the auspices of "Le Club canadien."
by Wilfrid Laurier(
Book
)

14
editions published

between
1877
and
1981
in
English
and held by
64 WorldCat member

libraries

worldwide



Speech of Mr. Wilfred [i.e. Wilfrid] Laurier, M.P., on the Riel question : delivered in the House of Commons at Ottawa, March
16th, 1886
by Wilfrid Laurier(
Book
)

12
editions published

between
1886
and
1984
in
English and Undetermined
and held by
61 WorldCat member

libraries

worldwide



The broken pledges of Liberals : speech in reply to Sir Wilfrid Laurier by Hon. George E. Foster, House of Commons, Ottawa,
March 21st, 1899
by George E Foster(
Book
)

10
editions published

between
1899
and
1980
in
English and Undetermined
and held by
58 WorldCat member

libraries

worldwide




Discours de M. Blake, Sir J.A. MacDonald et M. Laurier sur les troubles du Nord-Ouet [sic] Ottawa, 6 juillet 1885 by Edward Blake(

)

8
editions published

between
1885
and
2000
in
French
and held by
57 WorldCat member

libraries

worldwide



Manifeste de Laurier réciprocité by Wilfrid Laurier(
Book
)

12
editions published

between
1891
and
2016
in
French
and held by
54 WorldCat member

libraries

worldwide



Mr. Laurier's statement in respect to northwest management : proved to be without foundation(
Book
)

6
editions published

between
1886
and
1980
in
English
and held by
53 WorldCat member

libraries

worldwide



The trade question : speech delivered by Hon. Wilfrid Laurier in the House of Commons, August 4th, 1891 by Wilfrid Laurier(
Book
)

10
editions published

between
1891
and
1987
in
English
and held by
52 WorldCat member

libraries

worldwide



Discours de l'Hon. Wilfrid Laurier, M.P., sur le Bill réparateur, Manitoba Ottawa, mardi, 3 mars 1896 by Wilfrid Laurier(
Book
)

9
editions published

between
1896
and
1980
in
French
and held by
50 WorldCat member

libraries

worldwide



Speech of Hon. Wilfrid Laurier, M.P. on the budget : Ottawa, Thursday, 12th April, 1894 by Wilfrid Laurier(
Book
)

9
editions published

between
1894
and
1984
in
English and Undetermined
and held by
50 WorldCat member

libraries

worldwide



Speech of Mr. Laurier, M.P., on separate schools in Manitoba by Wilfrid Laurier(
Book
)

8
editions published

between
1893
and
1984
in
English and Undetermined
and held by
50 WorldCat member

libraries

worldwide



Speeches of Messrs. Laurier, White, & Davies, delivered on Mr. Laurier's amendment to motion to go into supply in the house
of Commons of Canada, Tuesday, 20th April, 1886
by Wilfrid Laurier(
Book
)

7
editions published

between
1886
and
1986
in
English
and held by
48 WorldCat member

libraries

worldwide



Discours de Sir Wilfrid Laurier de 1911 à 1919 by Wilfrid Laurier(
Book
)

11
editions published

between
1920
and
1994
in
French
and held by
48 WorldCat member

libraries

worldwide



Lecture on political liberalism delivered by Wilfred Laurier, Esq., M.P. on the 26th June, in the Music Hall, Quebec, under
the auspices of the "Canadian Club."
by Wilfrid Laurier(
Book
)

6
editions published

between
1877
and
1982
in
English
and held by
47 WorldCat member

libraries

worldwide




 

moreShow More Titles

fewerShow Fewer Titles




Audience Level









0

Audience Level


1
  Kids General Special  

Audience level:
0.50
(from
0.02
for
Life and l
... to
0.73
for
Discours d
...)




WorldCat IdentitiesRelated Identities


  • Skelton, Oscar D. (Oscar Douglas) 1878-1941 Author plus


  • Farr, D. M. L. (David Morice Leigh) 1922- Editor plus


  • Schull, Joseph Author plus


  • Dafoe, John Wesley 1866-1944 Author plus


  • Borden, Robert Laird Sir 1854-1937 plus


  • Neatby, H. Blair Author plus


  • Willison, John Sir 1856-1927 Author plus


  • David, L.-O (Laurent-Olivier) 1840-1926 Author plus


  • King, William Lyon Mackenzie 1874-1950 Author plus


  • Neatby, H. Blair Author plus




Associated Subjects


Abbott, J. J. C.--(John Joseph Caldwell),--Sir, Bennett, R. B.--(Richard Bedford), Borden, Robert Laird,--Sir, Bowell, Mackenzie,--Sir, Budget Canada Canada.--Parliament Commerce Constitutional amendments Constitutional history Constitutional law Constitutions Diefenbaker, John G., Economic policy Education Elections Great Britain Imperial federation Indians of North America--Mixed descent International economic relations King, William Lyon Mackenzie, Land settlement Laurier, Wilfrid,--Sir, Liberalism Liberal Party of Canada Macdonald, John A.--(John Alexander), Mackenzie, Alexander, Manitoba Meighen, Arthur, National Liberal Federation of Canada Northwest Territories Parti libéral du Québec Pearson, Lester B Political parties Politics and government Prime ministers Public opinion Public schools Québec Reciprocity (Commerce) Riel, Louis, Riel Rebellion (1885) Speeches, addresses, etc., Canadian St. Laurent, Louis S.--(Louis Stephen), Statesmen Tariff Thompson, John S. D.--(John Sparrow David),--Sir, Trudeau, Pierre Elliott Tupper, Charles,--Sir, United States





Covers



Sir Wilfrid Laurier and the romance of CanadaWilfrid LaurierWilfrid Laurier


Alternative Names


Laurier, Wilfrid 1841-1919 Sir

Laurier, Wilfrid, Sir, 1841-1919

Wilfrid Laurier 7th prime minister of Canada

Wilfrid Laurier Canadees politicus

Wilfrid Laurier canadisk advokat og politiker

Wilfrid Laurier kanadensisk advokat och politiker

Wilfrid Laurier kanadischer Politiker (Premierminister)

Wilfrid Laurier kanadisk advokat og politikar

Wilfrid Laurier kanadisk advokat og politiker

Wilfrid Laurier político canadense

Wilfrid Laurier politico canadese

Wilfrid Laurier premier Kanady

Wilfrid Laurier séptimo primer ministro de Canadá

Wilfrid Laurier Siebter Premierminister von Kanada (1896-1911)

Вільфред Лор'є

Лорье, Уилфрид

Уилфрид Лорье

ווילפריד לוריער

וילפריד לורייה

ویلفرد لاوریر سیاست‌مدار و وکیل کانادایی

विल्फ्रिड लॉरिये

विल्फ्रिड लारियर

विल्फ्रिड लारियर क्यानडाका ७ अौँ प्रधानमन्त्री

윌프리드 로리에

ウィルフリッド・ローリエ

威尔弗里德·劳雷尔


Languages


English
(303)

French
(109)

German
(1)









(function(i,s,o,g,r,a,m)function(),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

Log på Navigationsmenu

Wonderful Copenhagen (sang) Eksterne henvisninger | NavigationsmenurSide på frankloesser.comWonderful Copenhagen

Detroit Tigers Spis treści Historia | Skład zespołu | Sukcesy | Członkowie Baseball Hall of Fame | Zastrzeżone numery | Przypisy | Menu nawigacyjneEncyclopedia of Detroit - Detroit TigersTigers Stadium, Detroit, MITigers Timeline 1900sDetroit Tigers Team History & EncyclopediaTigers Timeline 1910s1935 World Series1945 World Series1945 World Series1984 World SeriesComerica Park, Detroit, MI2006 World Series2012 World SeriesDetroit Tigers 40-Man RosterDetroit Tigers Coaching StaffTigers Hall of FamersTigers Retired Numberse