Childéric I King of the Franks -481







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

['1650-1655', 0, 0, 5, ''],

['1655-1660', 0, 0, 10, ''],

['1660-1665', 0, 0, 0, ''],

['1665-1670', 0, 0, 0, ''],

['1670-1675', 0, 0, 0, ''],

['1675-1680', 0, 0, 0, ''],

['1680-1685', 0, 0, 0, ''],

['1685-1690', 0, 5, 0, ''],

['1690-1695', 0, 0, 0, ''],

['1695-1700', 0, 0, 0, ''],

['1700-1705', 0, 0, 0, ''],

['1705-1710', 0, 0, 0, ''],

['1710-1715', 0, 0, 0, ''],

['1715-1720', 0, 0, 0, ''],

['1720-1725', 0, 0, 0, ''],

['1725-1730', 0, 0, 0, ''],

['1730-1735', 0, 0, 0, ''],

['1735-1740', 0, 0, 10, ''],

['1740-1745', 0, 0, 0, ''],

['1745-1750', 0, 0, 5, ''],

['1750-1755', 0, 0, 0, ''],

['1755-1760', 0, 0, 0, ''],

['1760-1765', 0, 0, 0, ''],

['1765-1770', 0, 0, 0, ''],

['1770-1775', 0, 0, 10, ''],

['1775-1780', 0, 0, 0, ''],

['1780-1785', 0, 0, 0, ''],

['1785-1790', 0, 0, 0, ''],

['1790-1795', 0, 0, 0, ''],

['1795-1800', 0, 0, 0, ''],

['1800-1805', 0, 0, 0, ''],

['1805-1810', 0, 0, 5, ''],

['1810-1815', 0, 0, 5, ''],

['1815-1820', 0, 0, 10, ''],

['1820-1825', 0, 0, 5, ''],

['1825-1830', 0, 0, 5, ''],

['1830-1835', 0, 0, 0, ''],

['1835-1840', 0, 0, 5, ''],

['1840-1845', 0, 0, 0, ''],

['1845-1850', 0, 0, 0, ''],

['1850-1855', 0, 5, 0, ''],

['1855-1860', 0, 0, 15, ''],

['1860-1865', 0, 10, 0, ''],

['1865-1870', 0, 5, 10, ''],

['1870-1875', 0, 0, 0, ''],

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

['1880-1885', 0, 0, 0, ''],

['1885-1890', 0, 0, 0, ''],

['1890-1895', 0, 0, 0, ''],

['1895-1900', 0, 0, 10, ''],

['1900-1905', 0, 0, 0, ''],

['1905-1910', 0, 0, 0, ''],

['1910-1915', 0, 0, 0, ''],

['1915-1920', 0, 0, 0, ''],

['1920-1925', 0, 0, 5, ''],

['1925-1930', 0, 0, 0, ''],

['1930-1935', 0, 0, 0, ''],

['1935-1940', 0, 0, 0, ''],

['1940-1945', 0, 0, 0, ''],

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

['1950-1955', 0, 0, 0, ''],

['1955-1960', 0, 0, 0, ''],

['1960-1965', 0, 0, 0, ''],

['1965-1970', 0, 0, 0, ''],

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

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

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

['1985-1990', 0, 0, 5, ''],

['1990-1995', 0, 0, 0, ''],

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

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

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

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

['2015-2020', 0, 0, 10, ''],

['2020-2025', 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';
}



Childéric I King of the Franks -481



Overview




Works: 47
works in
90
publications in
4
languages and
797
library holdings




Publication Timeline

.



Most widely held works about
Childéric




  • Childeric premier, roi de France : drame héroïque, en trois actes by
    Louis-Sébastien Mercier(

    )




  • Le tombeau de Childéric Ier, roi des Francs, restitué à l'aide de l'archéologie et des découvertes récentes faites en
    France, en Belgique, en Suisse, en Allemagne et en Angleterre
    by
    Jean B Cochet(
    Book
    )




  • Die politische Bedeutung des Childerich-Grabfundes von 1653 by
    Fritz Wagner(
    Book
    )




  • Zwei religiöse Welten : Bestattungen der fränkischen Könige Childerich und Chlodwig by
    Michael Müller-Wille(
    Book
    )




  • Histoire critique des règnes de Childerich et de Chlodovech by
    Wilhelm Junghans(
    Book
    )






  • Zwei Synoden unter König Childerich II. : nach einem Manuscript der Stadtbibliothek von Albi by
    Friedrich MAASSEN(

    )




  • Die Geschichte der fränkischen Könige Childerich und Chlodovech, kritisch untersucht by
    Wilhelm Junghans(
    Book
    )




  • Anastasis Childerici I. Francorvm regis, sive Thesavrvs sepvlchralis Tornaci Neruiorum effossus, & commentario illustratus by
    Jean-Jacques Chifflet(
    Book
    )




  • Le tombeau de Childéric Ier (481) by
    Jean Cochet(
    Book
    )




  • Le Hun blond : roman by
    Cavanna(
    Book
    )




  • Chilpéric Ier : le roi assassiné deux fois by
    Frédéric Armand(
    Book
    )




  • Le tombeau du roi Childéric et les origines de l'orfèvrerie cloisonnée by
    Ernest Babelon(
    Book
    )




  • Das Grab des fränkischen Königs Childerich in Tournai und die Anastasis Childerici von Jean-Jacques Chifflet aus dem Jahre
    1655
    (
    Book
    )




  • La tombe de Childéric, père de Clovis : guide by
    Françoise Dumas(
    Book
    )




  • Le tombeau de Childéric : [catalogue] by
    Bibliothèque nationale (France)(
    Book
    )




  • Childéric -- Clovis : 1500e anniversaire, 482-1982(
    Book
    )




  • Ein Seitenstück zur Fibula des Frankenkönigs Childerich I by
    Franz Wieser(

    )




  • Anastasis Childerici I, Francorum regis, siue, Thesaurus sepulchralis Tornaci Neruiorum effossus, & commentario illustratus by
    Jean-Jacques Chifflet(
    Book
    )




  • Codes der Macht. Mit 16 auf den Thron : Begleitbuch zur Intervention in der Dauerausstellung Frühes Mittelalter des Römisch-Germanischen
    Zentralmuseums in Mainz ab dem 6. November 2015
    by
    Dieter Quast(
    Book
    )




  • Kritische Untersuchungen zür Geschichte der fränkischen Könige Childerich und Chlodovech by
    Wilhelm Junghans(
    Book
    )




 

moreShow More Titles

fewerShow Fewer Titles




Most widely held works by
Childéric



Scriptorum ecclesiasticorum qui in VII saeculi secunda parte floruerunt opera omnia, ordine chronologico digesta : collectio,
si qua alia, insignis nec minus quam quadraginta numero auctores comprehendens, nempe: S. Gallum abbatem, S. Theodorum papam,
Maurum Ravennatensem, S. Martinum papam I, S. Gallum Claromont., S. Paulum Virdunensem, Rauracum [sic] Nivernensem, Felicem
Lemovicensem, S. Palladium Antissiodorensem, Constantium Albigensem, S. Abbonem Metensem, S. Desiderium Cadurcensem, S. Donatum
Vesontionensem, S. Landericum Parisiensem, S. Sigebertum Fr. reg., S. Livinum, S. Eugenium Toletanum, S. Valerium abbatem,
S. Annemundum Lugdun., Verum Ruthenensem, Ss. Eligium Noviom., et Aldoenum Rothom., Clodoveum II reg. Fran. et S. Bathildem,
Marculfum, S. Cummianum Hibernum, Vitalianum papam, Jonam abb. Elnonensem, S. Fructuosum Bracar., Chrodobertum Turon., S.
Faronem Meldensem, S. Adeodatum papam, Donum papam, S. Agathonem papam, S. Damianum Ticin., S. Amandum Traject., S. Mansuetum
Mediol., Clotarium III, Childericum II, S. Dagobertum II, Theodoricum III, Franc. reg., reges Langobardos
(
Book
)

3
editions published

in
1863
in
Latin
and held by
7 WorldCat member

libraries

worldwide





Zwei Synoden unter König Childerich II. : nach einem Manuscript der Stadtbibliothek von Albi by
Friedrich MAASSEN(
Book
)

1
edition published

in
1867
in
German
and held by
4 WorldCat member

libraries

worldwide





Anastasis Childerici I. Francorvm regis, sive Thesavrvs sepvlchralis Tornaci Neruiorum effossus, & commentario illustratus by
Jean-Jacques Chifflet(
Book
)

1
edition published

in
1688
in
Latin
and held by
3 WorldCat member

libraries

worldwide





Scriptorum ecclesiasticorum qui in VII saeculi secunda parte floruerunt opera omnia(
Book
)

1
edition published

in
1851
in
Latin
and held by
1 WorldCat member

library

worldwide



 



Audience Level














0

Audience Level


1
  Kids General Special  


Audience level:
0.80
(from
0.66
for
Childeric
... to
0.92
for
Codes der
...)





WorldCat IdentitiesRelated Identities



  • Clovis King of the Franks approximately 466-511 plus


  • Chifflet, Jean-Jacques 1588-1660 Author plus


  • Junghans, Wilhelm 1834-1865 Author plus


  • Cochet, Jean Benoît Désiré 1812-1875 Author plus


  • Mercier, Louis-Sébastien 1740-1814 Author plus


  • Wagner, Fritz 1908- Author plus


  • Müller-Wille, Michael Author plus


  • Monod, Gabriel 1844-1912 Translator plus


  • Maassen, Friedrich 1823-1900 Author plus


  • Dumas, Françoise Author plus





Associated Subjects


Antiquities Belgium Belgium--Tournai Chifflet, Jean-Jacques, Childéric--I,--King of the Franks, Church history--Middle Ages Classical antiquities Cloisonné, Medieval Clovis,--King of the Franks, Decorative arts, Frankish Drama Europe--Gaul Fathers of the church, Latin Fibulas (Jewelry) France Franks Franks--Kings and rulers Kings and rulers--Tombs Merovingians Sepulchral monuments Theology Tombs




Alternative Names


Childéric 436-481


Childéric 436-481 France, Roi


Childéric d. 481 King of the Franks I


Childeric I


Childéric I. France, Roi 436-481


Childeric I Frankish king


Childéric I, King of the Franks, d. 481


Childéric Ier roi des Francs saliens à partir de 457 ou 458. premier roi de la dynastie des Mérovingiens dont la filiation
soit attestée. roi des Francs, et un gouverneur romain de la province de Belgique seconde.


Childerich -481 King of the Franks I


Childerich d. 481 King of the Franks I


Childerich I.


Childerich I fränkischer König


Childerich I, King of the Franks, -481


Childerich I, King of the Franks, d. 481


Childerico I


Childerico I Primo sovrano merovingico storicamente accertato


Childerico I rey de los francos salios


Childericu I


Childericus 436-481 Francia, Rex


Childericus I


Childericus I. Francia, Rex 436-481


Childerig Iañ


Childerik 1.


Childerik I Frankisch (Merovingisch) koning(436-481)


Childerik I Frans politicus (436-481)


Childerikas I


Childeryk I


Ĉilderiko la 1-a


Gilderik I


Hilderik I


I. Childerich frank király


Khilderic I


Khilderico I


Kilderik I


Txilderik I.a


Txilderiko I.a


Χιλδέριχος Α´ μονάρχης των Φράγκων


Хилдерик I


Хилдерих I


Хильдерик I


Хильдерик I король франков


Хільдерык I


Хільдерік I


כילדריק הראשון


כילדריק הראשון מונרך צרפתי


بیرینجی شیلدریک


شيلديريك الأول


شیلدریک یکم


ხილდერიხ I


힐데리히 1세


キルデリク1世


希尔德里克一世



Languages


French
(27)

German
(19)

Latin
(12)

English
(1)










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

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...