Dixey, Wolstan Sir 1525-1594


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

['1580-1586', 0, 0, 0, ''],

['1586-1592', 10, 0, 0, ''],

['1592-1598', 0, 0, 0, ''],

['1598-1604', 0, 0, 0, ''],

['1604-1610', 0, 0, 0, ''],

['1610-1616', 0, 0, 0, ''],

['1616-1622', 0, 0, 0, ''],

['1622-1628', 0, 0, 0, ''],

['1628-1634', 0, 0, 0, ''],

['1634-1640', 0, 0, 0, ''],

['1640-1646', 0, 0, 0, ''],

['1646-1652', 0, 0, 0, ''],

['1652-1658', 0, 0, 0, ''],

['1658-1664', 0, 0, 0, ''],

['1664-1670', 0, 0, 0, ''],

['1670-1676', 0, 0, 0, ''],

['1676-1682', 0, 0, 0, ''],

['1682-1688', 0, 0, 0, ''],

['1688-1694', 0, 0, 0, ''],

['1694-1700', 0, 0, 0, ''],

['1700-1706', 0, 0, 0, ''],

['1706-1712', 0, 0, 0, ''],

['1712-1718', 0, 0, 0, ''],

['1718-1724', 0, 0, 0, ''],

['1724-1730', 0, 0, 0, ''],

['1730-1736', 0, 0, 0, ''],

['1736-1742', 0, 0, 0, ''],

['1742-1748', 0, 0, 0, ''],

['1748-1754', 0, 0, 0, ''],

['1754-1760', 0, 0, 0, ''],

['1760-1766', 0, 0, 0, ''],

['1766-1772', 0, 0, 0, ''],

['1772-1778', 0, 0, 0, ''],

['1778-1784', 0, 0, 0, ''],

['1784-1790', 0, 0, 0, ''],

['1790-1796', 0, 0, 0, ''],

['1796-1802', 0, 0, 0, ''],

['1802-1808', 0, 0, 0, ''],

['1808-1814', 0, 0, 0, ''],

['1814-1820', 0, 0, 0, ''],

['1820-1826', 0, 0, 0, ''],

['1826-1832', 0, 0, 5, ''],

['1832-1838', 0, 0, 0, ''],

['1838-1844', 0, 0, 0, ''],

['1844-1850', 0, 0, 0, ''],

['1850-1856', 0, 0, 0, ''],

['1856-1862', 0, 0, 0, ''],

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

['1868-1874', 0, 0, 0, ''],

['1874-1880', 0, 0, 0, ''],

['1880-1886', 0, 0, 0, ''],

['1886-1892', 0, 10, 0, ''],

['1892-1898', 0, 0, 0, ''],

['1898-1904', 0, 0, 0, ''],

['1904-1910', 0, 0, 0, ''],

['1910-1916', 0, 0, 0, ''],

['1916-1922', 0, 0, 0, ''],

['1922-1928', 0, 0, 0, ''],

['1928-1934', 0, 0, 0, ''],

['1934-1940', 0, 0, 0, ''],

['1940-1946', 0, 0, 0, ''],

['1946-1952', 0, 0, 0, ''],

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

['1958-1964', 0, 0, 0, ''],

['1964-1970', 0, 0, 0, ''],

['1970-1976', 0, 0, 0, ''],

['1976-1982', 0, 0, 0, ''],

['1982-1988', 0, 0, 0, ''],

['1988-1994', 0, 0, 5, ''],

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

['2000-2006', 0, 0, 0, ''],

['2006-2012', 0, 0, 0, ''],

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

['2018-2024', 0, 0, 0, ''],

['2024-2030', 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';




Dixey, Wolstan Sir 1525-1594



Overview







Works: 9
works in
18
publications in
1
language and
365
library holdings

Genres:
History 
Handbooks and manuals 

Roles: Author


Publication Timeline

.



Most widely held works about
Wolstan Dixey


  • Device of the pageant borne before Woolstone Dixi by George Peele(
    Book
    )



  • The Device of the Pageant : borne before Woolstone Dixi Lord Maior of the Citie of London. An. 1585. October 29 by George Peele(

    )



  • by Pa.) Woman Suffrage Party of Logan (Philadelphia(

    )



  • St. Paul's Cathedral collection, volume 1 :(

    )


 



Most widely held works by
Wolstan Dixey


The abridgement of an acte of Common Counsel passed at the Guildehal in London the seconde day of Iuly 1586 in the xxviij
yere of theraigne of Our Soueraigne Lady Elizabeth ... : and there at the same time established for a law for the better seruice
of Hir Maiestie in hir cariage belonging to Hir Highnesse housholde, and for the better gouernement of cartes, carters, carres
and carre men, and the gouernement thereof by theauthoritie of the same act committed to the gouernours of Christes hospitall
: the same acte is take place from the xv day of the saide moneth of Iuly
by City of London (England)(

)

2
editions published

in
1586
in
English
and held by
184 WorldCat member

libraries

worldwide



The abridgement of an acte of Common Counsel passed at the Guildehal in London the seconde day of Iuly 1586 in the xxviij
yere of the raigne of Our Soueraigne Lady Elizabeth : and there at the same time established for a law for the better seruice
of Hir Maiestie in hir cariage belonging to Hir Highnesse housholde, and for the better gouernement of cartes, carters, carres
and carre men, and the gouernement thereof by the authoritie of the same act committed to the gouernours of Christes hospitall
by City of London (England)(

)

2
editions published

in
1586
in
English
and held by
26 WorldCat member

libraries

worldwide



The trade of authorship by Wolstan Dixey(
Book
)

4
editions published

between
1889
and
2012
in
English
and held by
18 WorldCat member

libraries

worldwide



Memoir of Sir Wolstan Dixie ... Lord Mayor of London, in 1585-6, and founder of the Grammar school at Market Bosworth by Thomas Brewer(
Book
)

1
edition published

in
1864
in
English
and held by
0 WorldCat member

libraries

worldwide



Abridgement of an acte of Common Counsel passed at the Guildehal in London the seconde day of Iuly 1586 in the xxviij yere
of the raigne of Our Soueraigne Lady Elizabeth ... : and there at the same time established for a law for the better seruice
of Hir M
(

)

1
edition published

in
1586
in
English
and held by
0 WorldCat member

libraries

worldwide


 



Audience Level









0

Audience Level


1
  Kids General Special  

Audience level:
0.60
(from
0.53
for
The abridg
... to
1.00
for
Memoir of
...)




WorldCat IdentitiesRelated Identities


  • City of London (England) Court of Common Council plus


  • Peele, George 1556-1596 Author plus


  • City of London (England) Corporation Lord Mayor plus


  • Wells, Henry W. 1895-1978 plus


  • Burnet, Gilbert 1643-1715 plus


  • Compton, Henry 1632-1713 plus


  • Bath, John Grenville Earl of 1628-1701 plus


  • Woman Suffrage Party of Logan (Philadelphia, Pa.) plus


  • Henry V King of England 1387-1422 plus


  • Cromwell, Oliver 1599-1658 plus




Associated Subjects


Anne,--Queen of Great Britain, Arthur,--Prince of Wales, Authorship Barry, James, Bedford, Francis Russell,--Earl of, Birch, Samuel, Blomfield, Charles James, Bonner, Edmund, Burghley, William Cecil,--Baron, Campeggi, Lorenzo, Carriages and carts Charles--II,--King of England, Charlotte,--Queen, consort of George III, King of Great Britain, Colet, John, Compton, Henry, Copleston, Edward, Corbet, Richard, Cox, Richard, Crewe, Nathaniel, Cromwell, Oliver, Dixey, Wolstan,--Sir, Dolben, John, Duncan of Camperdown, Adam Duncan,--Viscount, Edward--VI,--King of England, Elliott, George Augustus, England--London English drama English poetry Evelyn, John, Ferrar, Robert, Festivals Fisher, John,--Saint, Francis--I,--King of France, Fuseli, Henry, Gambier, James Gambier,--Baron, Garnet, Henry, George--I,--King of Great Britain, George--III,--King of Great Britain, George--IV,--King of Great Britain, Goodall, Thomas, Grindal, Edmund, Henry--I,--King of England, Henry--IV,--King of England, Henry--V,--King of England, Oxford, Edward Harley,--Earl of, Shaftesbury, Anthony Ashley Cooper,--Earl of, Sherlock, William, Suffragists Women--Societies and clubs Women--Suffrage




Alternative Names


Dixie, Wolstan 1525-1594 Sir

Dixie, Wolstan, Sir, 1525-1594

Wolstan Dixie Lord Mayor of London, 1585-1586


Languages


English
(18)









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

Top Tejano songwriter Luis Silva dead of heart attack at 64

ReactJS Fetched API data displays live - need Data displayed static

Evgeni Malkin