"In the current incarnation of regluit.core.doab.load_doab_edition, I do a query for whether the doab_id is currently tied to any Work or Edition in the search for where to hang the Ebook record. Real question is whether the ebook URL is already in the database...if so, there's \n",
"nothing to do. If not, then the question is finding Work and Edition to which to associate the Ebook.\n",
"\n",
"Some things that seem to be desirable:\n",
"\n",
" * all the Ebooks for a given DOAB record are tied to the same Edition.\n",
" * the Work tied to the Edition with the DOAB ebooks should have the given doab_id --> make sure this Work is the one left standing in all the DOAB-related merging\n",
" * what ISBN to tie to the Edition? Look first for whether any of the ISBNs already in unglue.it. If not, then try to find an isbn that is recognized by Google Books. Otherwise, just pick the first one. \n",
" * make new Editions/Works for the remaining ISBNs.\n",
" * do the merging of all the resulting works.\n",
"\n",
"**Question**: issue of the \"selected edition\" for given Work? I guess I should make the Edition with with the Ebook the selected_edition....[I might want to follow up and figure out what editions are currently becoming the selected ones.]\n",
"\n",
"```SQL\n",
"SELECT count(*) FROM core_work WHERE selected_edition_id IS NULL \n",
"UNION ALL\n",
"SELECT count(*) FROM core_work WHERE selected_edition_id IS NOT NULL;\n",
"```\n",
"\n",
"shows\n",
"\n",
" 2238\n",
" 51856\n",
" \n",
"How did the 2238 of the Works end up with selected editions? What benefits come with being the selected edition?"
"\u001b[0;32m<ipython-input-53-79750141c7ad>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mwork\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0meditions\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[0;31mAttributeError\u001b[0m: 'Edition' object has no attribute 'editions'"
" <Edition: A Modern Instance (GLUE 104059) >,\n",
" <Edition: Through the Eye of the Needle A Romance (GLUE 104063) >,\n",
" <Edition: The Doings of Raffles Haw (GLUE 104067) >,\n",
" <Edition: Love-Letters Between a Nobleman and His Sister (GLUE 104073) >,\n",
" <Edition: A Traveler from Altruria: Romance (GLUE 104079) >,\n",
" <Edition: The King in Yellow (GLUE 104084) >,\n",
" <Edition: Le Docteur Pascal (GLUE 104088) >,\n",
" <Edition: La Terre (GLUE 104092) >,\n",
" <Edition: A Man of Means (GLUE 104098) >,\n",
" <Edition: The Water of the Wondrous Isles (GLUE 104102) >,\n",
" <Edition: The Magnificent Ambersons (GLUE 104106) >,\n",
" <Edition: Pot-bouille (GLUE 104112) >,\n",
" <Edition: Sanine (GLUE 104117) >,\n",
" <Edition: The Praise of Folly (GLUE 104122) >,\n",
" <Edition: The Trespasser (GLUE 104127) >,\n",
" <Edition: Joseph Andrews, Volume 2 (GLUE 104132) >,\n",
" <Edition: Joseph Andrews Vol 1 (GLUE 104133) >,\n",
" <Edition: An Enquiry Concerning Human Understanding (GLUE 104138) >,\n",
" <Edition: The Rape of the Lock and Other Poems (GLUE 104143) >,\n",
" <Edition: The Beautiful and Damned (GLUE 104144) >,\n",
" <Edition: Nightmare Abbey (GLUE 104149) >,\n",
" <Edition: The House on the Borderland (GLUE 104153) >,\n",
" <Edition: The Twilight of the Gods, and Other Tales (GLUE 104157) >,\n",
" <Edition: The Twilight of the Gods, and Other Tales (GLUE 104157) >,\n",
" <Edition: Lady into Fox (GLUE 104163) >,\n",
" <Edition: Lady into Fox (GLUE 104163) >,\n",
" <Edition: Precaution (GLUE 104169) >,\n",
" <Edition: Right Ho, Jeeves (GLUE 104175) >,\n",
" <Edition: Doctor Pascal (GLUE 104179) >,\n",
" <Edition: Moonfleet (GLUE 104184) >,\n",
" <Edition: The Anatomy of Melancholy (GLUE 104189) >,\n",
" <Edition: The Anatomy of Melancholy (GLUE 104189) >,\n",
" <Edition: The Sword of Welleran and Other Stories (GLUE 104194) >,\n",
" <Edition: Carnacki, the Ghost Finder (GLUE 104200) >,\n",
" <Edition: The Wonderful Adventures of Nils (GLUE 104203) >,\n",
" <Edition: The Ghost Pirates (GLUE 104209) >,\n",
" <Edition: Incidents in the Life of a Slave Girl Written by Herself (GLUE 104214) >,\n",
" <Edition: The Custom of the Country (GLUE 104218) >,\n",
" <Edition: Utilitarianism (GLUE 104222) >,\n",
" <Edition: The Purple Cloud (GLUE 104228) >,\n",
" <Edition: French Mediaeval Romances from the Lays of Marie de France (GLUE 104234) >,\n",
" <Edition: Tales of Three Hemispheres (GLUE 104238) >,\n",
" <Edition: My Brilliant Career (GLUE 104242) >,\n",
" <Edition: Love and Mr. Lewisham (GLUE 104247) >,\n",
" <Edition: The Food of the Gods and How It Came to Earth (GLUE 104252) >,\n",
" <Edition: The Velveteen Rabbit (GLUE 104256) >,\n",
" <Edition: The Velveteen Rabbit (GLUE 104256) >,\n",
" <Edition: The Country of the Blind, and Other Stories (GLUE 104262) >,\n",
" <Edition: Der Tod in Venedig (GLUE 104263) >,\n",
" <Edition: Stonewall Jackson and the American Civil War (GLUE 104268) >,\n",
" <Edition: Stonewall Jackson and the American Civil War (GLUE 104268) >,\n",
" <Edition: The Man Who Laughs (GLUE 104272) >,\n",
" <Edition: The Stolen Bacillus and Other Incidents (GLUE 104275) >,\n",
" <Edition: The Phantom Ship (GLUE 104278) >,\n",
" <Edition: Vildanden (GLUE 104282) >,\n",
" <Edition: The Firm of Girdlestone (GLUE 104285) >,\n",
" <Edition: Dialogue aux enfers entre Machiavel et Montesquieu (GLUE 104289) >,\n",
" <Edition: Maria Chapdelaine (GLUE 104292) >,\n",
" <Edition: Past and Present (GLUE 104295) >,\n",
" <Edition: Mardi: and A Voyage Thither, Vol. I (GLUE 104299) >,\n",
" <Edition: Mardi: and A Voyage Thither, Vol. II (GLUE 104300) >,\n",
" <Edition: Tristan (GLUE 104303) >,\n",
" <Edition: La reine Margot - Tome I (GLUE 104307) >,\n",
" <Edition: La reine Margot - Tome II (GLUE 104308) >,\n",
" <Edition: Adolphe (GLUE 104313) >,\n",
" <Edition: The Hill of Dreams (GLUE 104317) >,\n",
" <Edition: Lord of the World (GLUE 104322) >,\n",
" <Edition: Madame Bovary (GLUE 104324) >,\n",
" <Edition: Les enfants du capitaine Grant (GLUE 104329) >,\n",
" <Edition: The Tale of the Flopsy Bunnies (GLUE 104333) >,\n",
" <Edition: The Tale of the Flopsy Bunnies (GLUE 104333) >,\n",
" <Edition: The Magician (GLUE 104338) >,\n",
" <Edition: The Consolation of Philosophy (GLUE 104339) >,\n",
" <Edition: The Consolation of Philosophy (GLUE 104339) >,\n",
" <Edition: His Family (GLUE 104344) >,\n",
" <Edition: The Tale of Benjamin Bunny (GLUE 104349) >,\n",
" <Edition: The Tale of Benjamin Bunny (GLUE 104349) >,\n",
" <Edition: London to Ladysmith via Pretoria (GLUE 104353) >,\n",
" <Edition: London to Ladysmith via Pretoria (GLUE 104353) >,\n",
" <Edition: The Canterville Ghost (GLUE 104357) >,\n",
" <Edition: The Canterville Ghost (GLUE 104357) >,\n",
" <Edition: When William Came (GLUE 104363) >,\n",
" <Edition: Unleavened Bread (GLUE 104366) >,\n",
" <Edition: A Daughter of the Snows (GLUE 104372) >,\n",
" <Edition: Dorothy Vernon of Haddon Hall (GLUE 104376) >,\n",
" <Edition: Dorothy Vernon of Haddon Hall (GLUE 104376) >,\n",
" <Edition: The Tale of Timmy Tiptoes (GLUE 104381) >,\n",
" <Edition: The Tale of Timmy Tiptoes (GLUE 104381) >,\n",
" <Edition: The Tale of Tom Kitten (GLUE 104387) >,\n",
" <Edition: The Tale of Tom Kitten (GLUE 104387) >,\n",
" <Edition: The Story of Miss Moppet (GLUE 104391) >,\n",
" <Edition: The Story of Miss Moppet (GLUE 104391) >,\n",
" <Edition: The Tale of Squirrel Nutkin (GLUE 104396) >,\n",
" <Edition: The Tale of Squirrel Nutkin (GLUE 104396) >,\n",
" <Edition: Elsie's children (GLUE 104397) >,\n",
" <Edition: Elsie's children (GLUE 104397) >,\n",
" <Edition: The Tale of Ginger and Pickles (GLUE 104404) >,\n",
" <Edition: The Tale of Ginger and Pickles (GLUE 104404) >,\n",
" <Edition: The Inheritors (GLUE 104408) >,\n",
" <Edition: Three Contributions to the Theory of Sex (GLUE 104412) >,\n",
" <Edition: The Tale of Mr. Jeremy Fisher (GLUE 104417) >,\n",
" <Edition: The Tale of Mr. Jeremy Fisher (GLUE 104417) >,\n",
" <Edition: The Tale of Mrs. Tiggy-Winkle (GLUE 104420) >,\n",
" <Edition: The Tale of Mrs. Tiggy-Winkle (GLUE 104420) >,\n",
" <Edition: Un billet de loterie (GLUE 104424) >,\n",
" <Edition: The Tale of the Pie and the Patty Pan (GLUE 104428) >,\n",
" <Edition: The Tale of the Pie and the Patty Pan (GLUE 104428) >,\n",
" <Edition: The Tale of Johnny Town-Mouse (GLUE 104432) >,\n",
" <Edition: The Tale of Johnny Town-Mouse (GLUE 104432) >,\n",
" <Edition: The Negro (GLUE 104438) >,\n",
" <Edition: The Negro (GLUE 104438) >,\n",
" <Edition: The Interesting Narrative of the Life of Olaudah Equiano, Or Gustavus Vassa, The African Written By Himself (GLUE 104442) >,\n",
" <Edition: The Interesting Narrative of the Life of Olaudah Equiano, Or Gustavus Vassa, The African Written By Himself (GLUE 104442) >,\n",
" <Edition: The Tale of Samuel Whiskers Or, The Roly-Poly Pudding (GLUE 104447) >,\n",
" <Edition: The Tale of Samuel Whiskers Or, The Roly-Poly Pudding (GLUE 104447) >,\n",
" <Edition: The Economic Consequences of the Peace (GLUE 104451) >,\n",
" <Edition: Come Rack! Come Rope! (GLUE 104455) >,\n",
" <Edition: Thought-Forms (GLUE 104460) >,\n",
" <Edition: Thought-Forms (GLUE 104460) >,\n",
" <Edition: All Around the Moon (GLUE 104465) >,\n",
" <Edition: All Around the Moon (GLUE 104465) >,\n",
" <Edition: The Profits of Religion, Fifth Edition (GLUE 104466) >,\n",
" <Edition: The Profits of Religion, Fifth Edition (GLUE 104466) >,\n",
" <Edition: Liza of Lambeth (GLUE 104471) >,\n",
" <Edition: Beyond The Rocks A Love Story (GLUE 104476) >,\n",
" <Edition: Orthodoxy (GLUE 104480) >,\n",
" <Edition: Au bonheur des dames (GLUE 104484) >,\n",
" <Edition: Plague Ship (GLUE 104490) >,\n",
" <Edition: Fortunata y Jacinta dos historias de casadas (GLUE 104494) >,\n",
" <Edition: The Tale of Mrs. Tittlemouse (GLUE 104499) >,\n",
" <Edition: The Tale of Mrs. Tittlemouse (GLUE 104499) >,\n",
" <Edition: Twas the Night before Christmas A Visit from St. Nicholas (GLUE 104501) >,\n",
" <Edition: Twas the Night before Christmas A Visit from St. Nicholas (GLUE 104501) >,\n",
" <Edition: Elsie at Home (GLUE 104503) >,\n",
" <Edition: Elsie at Home (GLUE 104503) >,\n",
" <Edition: When Knighthood Was in Flower or, the Love Story of Charles Brandon and Mary Tudor the King's Sister, and Happening in the Reign of His August Majesty King Henry the Eighth (GLUE 104508) >,\n",
" <Edition: When Knighthood Was in Flower or, the Love Story of Charles Brandon and Mary Tudor the King's Sister, and Happening in the Reign of His August Majesty King Henry the Eighth (GLUE 104508) >,\n",
" <Edition: Romance (GLUE 104513) >,\n",
" <Edition: Little Black Sambo (GLUE 104517) >,\n",
" <Edition: Little Black Sambo (GLUE 104517) >,\n",
" <Edition: The Sport of the Gods (GLUE 104521) >,\n",
" <Edition: Little Fuzzy (GLUE 104525) >,\n",
" <Edition: The Last Man (GLUE 104529) >,\n",
" <Edition: Sei personaggi in cerca d'autore (GLUE 104534) >,\n",
" <Edition: Alec Forbes of Howglen (GLUE 104540) >,\n",
" <Edition: The Four Feathers (GLUE 104545) >,\n",
" <Edition: The Four Feathers (GLUE 104545) >,\n",
" <Edition: Dot and the Kangaroo (GLUE 104548) >,\n",
" <Edition: Dot and the Kangaroo (GLUE 104548) >,\n",
" <Edition: Zadig Or, The Book of Fate (GLUE 104552) >,\n",
" <Edition: Zadig Or, The Book of Fate (GLUE 104552) >,\n",
" <Edition: A Book of Prefaces (GLUE 104556) >,\n",
" <Edition: Man of Many Minds (GLUE 104561) >,\n",
" <Edition: Apologia pro Vita Sua (GLUE 104566) >,\n",
" <Edition: The Tale of Mr. Tod (GLUE 104571) >,\n",
" <Edition: The Tale of Mr. Tod (GLUE 104571) >,\n",
" <Edition: Candide (GLUE 104572) >,\n",
" <Edition: Candide (GLUE 104572) >,\n",
" <Edition: The Napoleon of Notting Hill (GLUE 104578) >,\n",
" <Edition: The Napoleon of Notting Hill (GLUE 104578) >,\n",
" <Edition: Autobiography of Benjamin Franklin (GLUE 104579) >,\n",
" <Edition: Autobiography of Benjamin Franklin (GLUE 104579) >,\n",
" <Edition: Noli Me Tangere (GLUE 104585) >,\n",
" <Edition: Noli Me Tangere (GLUE 104585) >,\n",
" <Edition: A Political Romance (GLUE 104590) >,\n",
" <Edition: Edward the Second (GLUE 104593) >,\n",
" <Edition: Space Viking (GLUE 104597) >,\n",
" <Edition: Space Viking (GLUE 104597) >,\n",
" <Edition: The Skylark of Space (GLUE 104603) >,\n",
" <Edition: The Skylark of Space (GLUE 104603) >,\n",
" <Edition: The Status Civilization (GLUE 104609) >,\n",
" <Edition: Mr. Midshipman Easy (GLUE 104613) >,\n",
" <Edition: The Confidence-Man His Masquerade (GLUE 104626) >,\n",
" <Edition: The Scarlet Plague (GLUE 104630) >,\n",
" <Edition: The Scarlet Plague (GLUE 104630) >,\n",
" <Edition: The Book of the Damned (GLUE 104636) >,\n",
" <Edition: The Book of the Damned (GLUE 104636) >,\n",
" <Edition: The Frontier in American History (GLUE 104642) >,\n",
" <Edition: The Frontier in American History (GLUE 104642) >,\n",
" <Edition: The Lost Girl (GLUE 104646) >,\n",
" <Edition: The Rivals A Comedy (GLUE 104651) >,\n",
" <Edition: Free Air (GLUE 104655) >,\n",
" <Edition: Free Air (GLUE 104655) >,\n",
" <Edition: The Wind in the Willows (GLUE 104661) >,\n",
" <Edition: The Wind in the Willows (GLUE 104661) >,\n",
" <Edition: David and the Phoenix (GLUE 104665) >,\n",
" <Edition: David and the Phoenix (GLUE 104665) >,\n",
" <Edition: The Brothers Karamazov (GLUE 104668) >,\n",
" <Edition: Jenseits des Lustprinzips (GLUE 104673) >,\n",
" <Edition: Jenseits des Lustprinzips (GLUE 104673) >,\n",
" <Edition: Recollections of a Tour Made in Scotland A.D. 1803 (GLUE 104678) >,\n",
" <Edition: The Rainbow (GLUE 104683) >,\n",
" <Edition: In Desert and Wilderness (GLUE 104687) >,\n",
" <Edition: Letters from my Windmill (GLUE 104692) >,\n",
" <Edition: Fathers and Children (GLUE 104697) >,\n",
" <Edition: Fathers and Children (GLUE 104697) >,\n",
" <Edition: An Apology for the Life of Mrs. Shamela Andrews (GLUE 104701) >,\n",
" <Edition: An Apology for the Life of Mrs. Shamela Andrews (GLUE 104701) >,\n",
" <Edition: A Wonder Book for Girls & Boys (GLUE 104707) >,\n",
" <Edition: A Wonder Book for Girls & Boys (GLUE 104707) >,\n",
" <Edition: The Big Time (GLUE 104711) >,\n",
" <Edition: The Big Time (GLUE 104711) >,\n",
" <Edition: Essays in Radical Empiricism (GLUE 104715) >,\n",
" <Edition: Essays in Radical Empiricism (GLUE 104715) >,\n",
" <Edition: Pierre; or The Ambiguities (GLUE 104721) >,\n",
" <Edition: The Return of the Soldier (GLUE 104725) >,\n",
" <Edition: The Return of the Soldier (GLUE 104725) >,\n",
" <Edition: The last chronicle of Barset (ISBN 9781857152081) >,\n",
" <Edition: The last chronicle of Barset (ISBN 9781857152081) >,\n",
" <Edition: The innocents abroad (ISBN 9780870527579) >,\n",
" <Edition: The innocents abroad (ISBN 9780870527579) >,\n",
" <Edition: Ginger & Pickles (ISBN 9780723234777) Frederick Warne and Company>,\n",
" <Edition: Ginger & Pickles (ISBN 9780723234777) Frederick Warne and Company>,\n",
" <Edition: The Economic Consequences of the Peace (ISBN 9781931541138) Simon Pubns>,\n",
" <Edition: The Economic Consequences of the Peace (ISBN 9781931541138) Simon Pubns>,\n",
" <Edition: Elements of astronomy (GOOG Vx8SAAAAYAAJ) Hilliard, Gray and Co.>,\n",
" <Edition: Elements of astronomy (GOOG Vx8SAAAAYAAJ) Hilliard, Gray and Co.>,\n",
" <Edition: A man's conscience (GOOG DXAHAQAAIAAJ) Harper & brothers>,\n",
" <Edition: A man's conscience (GOOG DXAHAQAAIAAJ) Harper & brothers>,\n",
" <Edition: The travels of Sir John Mandeville (GOOG VKwLAAAAIAAJ) Macmillan and Co., Limited>,\n",
" <Edition: The voyages and travels of Sir John Mandevile, knight (GOOG wshD3dkbW4cC) Printed by A. Wilde, for G. Conyers, in Little-Britain, T. Norris, at London-bridge, and A. Bettesworth, in Pater-Noster-Row>,\n",
" <Edition: Le api (GOOG cB88AAAAcAAJ) >,\n",
" <Edition: Catalog of Copyright Entries. Third Series (GOOG vkAhAQAAIAAJ) Copyright Office, Library of Congress>,\n",
" <Edition: Php Reference (ISBN 9781435715905) Mario Lurig>,\n",
" <Edition: My Bondage and My Freedom (GOOG b6aoonoeiiAC) Mundus Publishing>,\n",
" <Edition: The Cunning Little Vixen (ISBN 9780374133474) Farrar, Straus & Giroux>,\n",
" <Edition: The faggot (GOOG 81RHAAAAYAAJ) S. Harris & Co.>,\n",
" <Edition: The faggot (GOOG 81RHAAAAYAAJ) S. Harris & Co.>,\n",
" <Edition: The Works of Epictetus (GOOG CYHFBDu0F1IC) Little, Brown,>,\n",
" <Edition: The Works of Epictetus (GOOG CYHFBDu0F1IC) Little, Brown,>,\n",
" <Edition: The Latin language (OCLC 1246014) Allyn and Bacon>,\n",
" <Edition: The Latin language (OCLC 1246014) Allyn and Bacon>,\n",
" <Edition: Christabel (GOOG kd3QAAAAMAAJ) H. Frowde>,\n",
" <Edition: Aids to reflection (GOOG Y-MNAAAAYAAJ) W. Pickering>,\n",
" <Edition: Aids to reflection (GOOG Y-MNAAAAYAAJ) W. Pickering>,\n",
" <Edition: The poetical works of John Keats (GOOG dtUIAAAAQAAJ) William Smith>,\n",
" <Edition: Reliques of ancient English poetry (GOOG EUQAjM5708oC) J.E. Moore>,\n",
" <Edition: Reliques of ancient English poetry (GOOG EUQAjM5708oC) J.E. Moore>,\n",
" <Edition: Reliques of ancient English poetry: consisting of old heroic ballads, songs, and other pieces of our earlier poets; together with some few of later date (GOOG 7s1EAAAAIAAJ) L.A. Lewis>,\n",
" <Edition: Roma sotterranea (GOOG UQ1OAAAAYAAJ) Michel'Angelo e Pietro Vincenzo Fratelli de' Rossi>,\n",
" <Edition: Roma antica (GOOG RItJAAAAMAAJ) G. Andreoli>,\n",
" <Edition: L'antiquario, o sia La guida de' forestieri pel giro delle antichit\u00e0 di Roma (GOOG ohEIAAAAQAAJ) Si vende dall'Autore medesimo>,\n",
" <Edition: L'antiquario, o sia La guida de' forestieri pel giro delle antichit\u00e0 di Roma (GOOG ohEIAAAAQAAJ) Si vende dall'Autore medesimo>,\n",
" <Edition: Accurata e succinta descrizione topografica delle antichita di Roma (GOOG 59nbmG7j99QC) >,\n",
" <Edition: Roma nell'anno MDCCCXXXVIII [i.e. Milleotto-cento-trentotto] (GOOG qvc7AQAAIAAJ) Tipografia delle Belle Arti>,\n",
" <Edition: Roma nell'anno MDCCCXXXVIII [i.e. Milleotto-cento-trentotto] (GOOG qvc7AQAAIAAJ) Tipografia delle Belle Arti>,\n",
" <Edition: Indicazione topografica di Roma antica (GOOG _0chWwywsfoC) Dai Tipi dello Stesso Canina>,\n",
" <Edition: Indicazione topografica di Roma antica (GOOG _0chWwywsfoC) Dai Tipi dello Stesso Canina>,\n",
" <Edition: Le acque e gli acquedotti di Roma antica e di Roma moderna (GOOG tbAOAAAAYAAJ) tipografia Elzeviriana>,\n",
" <Edition: Le acque e gli acquedotti di Roma antica e di Roma moderna (GOOG tbAOAAAAYAAJ) tipografia Elzeviriana>,\n",
" <Edition: Sulle acque di Roma antiche e moderne ... (GOOG K5ugAAAAMAAJ) Tipografia Sinimberghi>,\n",
" <Edition: Sulle acque di Roma antiche e moderne ... (GOOG K5ugAAAAMAAJ) Tipografia Sinimberghi>,\n",
" <Edition: Indicazione topografica di Roma antica in corrispondenza dell'epoca imperiale (GOOG dzU_AQAAIAAJ) Canina>,\n",
" <Edition: Indicazione topografica di Roma antica in corrispondenza dell'epoca imperiale (GOOG dzU_AQAAIAAJ) Canina>,\n",
" <Edition: Lo assedio di Roma (GOOG QIsHAAAAQAAJ) Libreria editrice Dante Alighieri>,\n",
" <Edition: Lo assedio di Roma (GOOG QIsHAAAAQAAJ) Libreria editrice Dante Alighieri>,\n",
" <Edition: Memorie istoriche delle chiese (GOOG Do8xAQAAMAAJ) Stamperia della Rev. Cam. Apost>,\n",
" <Edition: Storia della rivoluzione di Roma (GOOG SGIpAAAAYAAJ) A spese della Societ\u00e0 editrice>,\n",
" <Edition: Storia della rivoluzione di Roma (GOOG SGIpAAAAYAAJ) A spese della Societ\u00e0 editrice>,\n",
" <Edition: Storia di Roma (GOOG 5_YnAQAAIAAJ) C. Clausen>,\n",
" <Edition: Storia d'Italia (GOOG XQIHAAAAcAAJ) Baudry>,\n",
" <Edition: Napoli nell' anno 1656 (GOOG -CtGIfPuXgAC) D. dei Pascale>,\n",
" <Edition: Napoli nell' anno 1656 (GOOG -CtGIfPuXgAC) D. dei Pascale>,\n",
" <Edition: Open Access eBooks (ISBN 9781938616006) Gluejar, Inc.>,\n",
" <Edition: Open Access eBooks (ISBN 9781938616006) Gluejar, Inc.>,\n",
" <Edition: The Inferno (GOOG 46_t4AwG0boC) Bickers and Son>,\n",
" <Edition: The Inferno (GOOG 46_t4AwG0boC) Bickers and Son>,\n",
" <Edition: Amtsblatt der Regierung in Potsdam (GOOG kVQNAAAAIAAJ) >,\n",
" <Edition: Amts-Blatt der K\u00f6niglichen Regierung zu Potsdam und der Stadt Berlin (GOOG 9bYqAAAAYAAJ) s.n.>,\n",
" <Edition: The life and travels of Mungo Park (GOOG jMURAAAAYAAJ) Harper and Brothers>,\n",
" <Edition: A sketch of modern France (GOOG rVw2AAAAMAAJ) printed for T. Cadell jun. and W. Davies>,\n",
" <Edition: A sketch of modern France (GOOG rVw2AAAAMAAJ) printed for T. Cadell jun. and W. Davies>,\n",
" <Edition: Winter and spring on the shores of the Mediterranean (GOOG u2wSAAAAYAAJ) J. Churchill & sons>,\n",
" <Edition: Winter and spring on the shores of the Mediterranean (GOOG u2wSAAAAYAAJ) J. Churchill & sons>,\n",
" <Edition: Lessons learnt in Italy and the Riviera (GOOG jwgDAAAAQAAJ) D.B. Friend>,\n",
" <Edition: Lessons learnt in Italy and the Riviera (GOOG jwgDAAAAQAAJ) D.B. Friend>,\n",
" <Edition: Die Leiden des jungen Werther (GOOG bHwHAAAAQAAJ) Weygandsche Buchhandlung>,\n",
" <Edition: Die Leiden des jungen Werther (GOOG bHwHAAAAQAAJ) Weygandsche Buchhandlung>,\n",
" <Edition: Einstein and the Poet (ISBN 9780828318730) Branden Books>,\n",
" <Edition: Tank, combat, full tracked, 105-mm gun, M1 (2350-01-061-2445) general abrams hull (GOOG nf4XAAAAYAAJ) Headquarters, Dept. of the Army>,\n",
" <Edition: Tank, combat, full-tracked 105-MM gun, M1 (2350-01-061-2445) General Abrams turret (GOOG 5wEYAAAAYAAJ) Headquarters, Dept. of the Army>,\n",
" <Edition: Il principe (GOOG sx88AAAAcAAJ) >,\n",
" <Edition: Poesie und Kunst der Araber in Spanien und Sicilien (GOOG 7Rc-AAAAcAAJ) Hertz>,\n",
" <Edition: Poesie und Kunst der Araber in Spanien und Sicilien (GOOG 7Rc-AAAAcAAJ) Hertz>,\n",
" <Edition: Faust (GOOG H0BKAAAAIAAJ) >,\n",
" <Edition: Faust (GOOG H0BKAAAAIAAJ) >,\n",
" <Edition: Oliver Twist (GOOG zjYJAAAAQAAJ) Insel>,\n",
" <Edition: Oliver Twist (GOOG zjYJAAAAQAAJ) Insel>,\n",
" <Edition: Regesta historiae Brandenburgensis (GOOG bBwEAAAAYAAJ) In der Nicolai'schen Buchhandlung>,\n",
" <Edition: Les nuits de Paris, ou, Le spectateur nocturne (GOOG tJEtAAAAMAAJ) s.n.>,\n",
" <Edition: Les nuits de Paris (GOOG KyEgAAAAIAAJ) Livre Club du Libraire>,\n",
" <Edition: Les nuits de Paris (GOOG KyEgAAAAIAAJ) Livre Club du Libraire>,\n",
" <Edition: Pride and Prejudice (ISBN 9789562910668) >,\n",
" <Edition: Pride and Prejudice (ISBN 9789562910668) >,\n",
" <Edition: Geschichte von Passau (GOOG 8LZCAAAAcAAJ) Ambrosi>,\n",
" <Edition: Biblia Sagrada, contendo o Velho e o Novo Testamento (GOOG YoZLAAAAIAAJ) Sociedade Americana da Biblia>,\n",
" <Edition: Biblia Sagrada contendo o novo e o velho testamento (GOOG hrrsjdl0pWIC) R. e A. Taylor>,\n",
" <Edition: Die biene Maja und ihre abenteuer (GOOG n_46AAAAMAAJ) Schuster & Loeffler>,\n",
" <Edition: Design E Ergonomia (ISBN 9788579830013) Unesp>,\n",
" <Edition: Rights of Man (GOOG hghCAAAAcAAJ) Jordan>,\n",
" <Edition: Rights of Man (GOOG hghCAAAAcAAJ) Jordan>,\n",
" <Edition: The Mathematical Principles of Natural Philosophy (GOOG Mi5WAAAAMAAJ) Printed for H.D. Symond>,\n",
" <Edition: The Mathematical Principles of Natural Philosophy (GOOG Mi5WAAAAMAAJ) Printed for H.D. Symond>,\n",
" <Edition: Principia (GOOG 1x9LAAAAYAAJ) Macmillan and Company>,\n",
" <Edition: A Treatise of the System of the World (GOOG rEYUAAAAQAAJ) printed for F. Fayram>,\n",
" <Edition: A Treatise of the System of the World (GOOG rEYUAAAAQAAJ) printed for F. Fayram>,\n",
" <Edition: The Method of Fluxions and Infinite Series (GOOG WyQOAAAAQAAJ) Henry Woodfall; and sold by John Nourse>,\n",
" <Edition: Sir Isaac Newton's Two Treatises (GOOG z-RJAAAAMAAJ) James Bettenham, at the expense of the Society>,\n",
" <Edition: The Chronology of Ancient Kingdoms Amended (GOOG 20BEtXQBb8MC) J. Tonson, J. Osborn and T. Longman>,\n",
" <Edition: The Chronology of Ancient Kingdoms Amended (GOOG 20BEtXQBb8MC) J. Tonson, J. Osborn and T. Longman>,\n",
" <Edition: Sir Isaac Newton's Mathematick Philosophy More Easily Demonstrated: (GOOG t3hbAAAAQAAJ) J. Senex at the Globe in Salisbury-Court; and W. Taylor at the Ship in Pater-Noster-Row.>,\n",
" <Edition: Sir Isaac Newton's Mathematick Philosophy More Easily Demonstrated: (GOOG t3hbAAAAQAAJ) J. Senex at the Globe in Salisbury-Court; and W. Taylor at the Ship in Pater-Noster-Row.>,\n",
" <Edition: Universal Arithmetick (GOOG 3_s2AAAAMAAJ) J. Senex>,\n",
" <Edition: The System of the World (GOOG f7Kv2iFUNJoC) R. Phillips>,\n",
" <Edition: The System of the World (GOOG f7Kv2iFUNJoC) R. Phillips>,\n",
" <Edition: The System of the World (GOOG 02xbAAAAQAAJ) printed for J. Robinson>,\n",
" <Edition: The System of the World (GOOG 02xbAAAAQAAJ) printed for J. Robinson>,\n",
" <Edition: On the Origin of Species by Means of Natural Selection (GOOG ez9KAAAAYAAJ) D. Appleton and company>,\n",
" <Edition: On the Origin of Species by Means of Natural Selection (GOOG ez9KAAAAYAAJ) D. Appleton and company>,\n",
" <Edition: On the origin of species by means of natural selection (GOOG P-QEAAAAYAAJ) D. Appleton>,\n",
" <Edition: On the origin of species by means of natural selection (GOOG P-QEAAAAYAAJ) D. Appleton>,\n",
" <Edition: An Inquiry Into the Nature and Causes of the Wealth of Nations (GOOG AwgHAAAAQAAJ) At the Clarendon press>,\n",
" <Edition: An Inquiry Into the Nature and Causes of the Wealth of Nations (GOOG AwgHAAAAQAAJ) At the Clarendon press>,\n",
" <Edition: The Theory of Moral Sentiments (GOOG xVkOAAAAQAAJ) Printed for A. Millar>,\n",
" <Edition: The Theory of Moral Sentiments (GOOG xVkOAAAAQAAJ) Printed for A. Millar>,\n",
" <Edition: A Key to Uncle Tom's Cabin (GOOG kp4eAAAAMAAJ) Sampson Low, Son & Co.>,\n",
" <Edition: A Key to Uncle Tom's Cabin (GOOG kp4eAAAAMAAJ) Sampson Low, Son & Co.>,\n",
" <Edition: Dictionary of the Holy Bible (GOOG v1ga4m9vIhYC) Crocker and Brewster>,\n",
" <Edition: The Cambridge MS. ... Gg 4. 27 of Chaucer's Canterbury tales, ed. by F.J. Furnivall (GOOG wwEVAAAAQAAJ) >,\n",
" <Edition: The children's Bible picture-book. (The accompanying descriptions are by the writer of 'Historical tales, by M.J.'). (GOOG BJYCAAAAQAAJ) >,\n",
" <Edition: The children's Bible picture-book. (The accompanying descriptions are by the writer of 'Historical tales, by M.J.'). (GOOG BJYCAAAAQAAJ) >,\n",
" <Edition: The Third Awakening (ISBN 9781476003221) Smashwords>,\n",
" <Edition: Les Miserables (GOOG E18Bom4aEnIC) Dodd, Mead>,\n",
" <Edition: Les Miserables (GOOG E18Bom4aEnIC) Dodd, Mead>,\n",
" <Edition: Catalog of Copyright Entries. Third Series (GOOG RhwhAQAAIAAJ) Copyright Office, Library of Congress>,\n",
" <Edition: So You Want to Be a Librarian (ISBN 9780980200485) Library Juice Pr Llc>,\n",
" <Edition: Faust (ISBN 9788182520271) >,\n",
" <Edition: Belinde (GOOG JNNEAQAAIAAJ) E. Rowohlt>,\n",
" <Edition: Dogengl\u00fcck (GOOG hkk-AAAAYAAJ) E. Rowohlt>,\n",
" <Edition: M\u00fcnchhausen, ein deutsches schauspiel. Leidenschaft, ein trauerspiel. Kurt von der Kreith ein halber held eine trag\u00f6die (GOOG FJo5AAAAMAAJ) K. Wolff>,\n",
" <Edition: La vie douloureuse de Marceline Desbordes-Valmore (GOOG oXE0AQAAIAAJ) \u00c9ditions d'Art et de litt\u00e9rature>,\n",
" <Edition: La vie douloureuse de Marceline Desbordes-Valmore (GOOG oXE0AQAAIAAJ) \u00c9ditions d'Art et de litt\u00e9rature>,\n",
" <Edition: My Dog (GOOG gPiCilInkRgC) G. Allen>,\n",
" <Edition: My Dog (GOOG gPiCilInkRgC) G. Allen>,\n",
" <Edition: So You Want to Be a Librarian (ISBN 9780980200485) Library Juice Pr Llc>,\n",
" <Edition: The Third Awakening (ISBN 9781476003221) Smashwords>,\n",
" <Edition: Treasure Island (GOOG UPAYAAAAYAAJ) Roberts Brothers>,\n",
" <Edition: Treasure Island (GOOG UPAYAAAAYAAJ) Roberts Brothers>,\n",
" <Edition: A Practical Treatise on the Diseases of Children (GOOG 8QpAAAAAYAAJ) Lea & Blanchard>,\n",
" <Edition: A Practical Treatise on the Diseases of Children (GOOG 8QpAAAAAYAAJ) Lea & Blanchard>,\n",
" <Edition: Tableau de Paris (GOOG J0kGAAAAQAAJ) Virchaux & Compagnie>,\n",
" <Edition: Tableau de Paris (GOOG J0kGAAAAQAAJ) Virchaux & Compagnie>,\n",
" <Edition: La Sorci\u00e8re (GOOG tMs0AAAAMAAJ) Simpkin, Marshall. and Company>,\n",
" <Edition: La Sorci\u00e8re (GOOG tMs0AAAAMAAJ) Simpkin, Marshall. and Company>,\n",
" <Edition: Histoire du merveilleux dans les temps modernes (GOOG TDISAAAAYAAJ) L.Hachette et Cie.>,\n",
" <Edition: Histoire du merveilleux dans les temps modernes (GOOG TDISAAAAYAAJ) L.Hachette et Cie.>,\n",
" <Edition: Les merveilles de la science, ou Description populaire des inventions modernes: \u00c9clairage (GOOG 3JFBAAAAcAAJ) Furne, Jouvet et Cie.>,\n",
" <Edition: L \u0301 alch\u00e9mie et les alchimistes (GOOG ov6wOg4pMAgC) Lib.de L.Hachette et Cie.>,\n",
" <Edition: L \u0301 alch\u00e9mie et les alchimistes (GOOG ov6wOg4pMAgC) Lib.de L.Hachette et Cie.>,\n",
" <Edition: A Manual of Style (GOOG yppAAAAAYAAJ) University of Chicago Press>,\n",
" <Edition: Catalog of Copyright Entries. Third Series (GOOG BkMhAQAAIAAJ) Copyright Office, Library of Congress>,\n",
" <Edition: Reminiscences (GOOG HbpiAAAAMAAJ) H. L. Green>,\n",
" <Edition: Reminiscences (GOOG HbpiAAAAMAAJ) H. L. Green>,\n",
" <Edition: Costs (GOOG iKsDAAAAQAAJ) W. Maxwell>,\n",
" <Edition: Pilgrim's Progress (GOOG PStXAAAAYAAJ) P. F. Collier & son>,\n",
" <Edition: Pilgrim's Progress (GOOG PStXAAAAYAAJ) P. F. Collier & son>,\n",
" <Edition: The Dramatic Works of William Shakespeare (GOOG 2SokAAAAMAAJ) C. Whittingham>,\n",
" <Edition: A Genealogical and Heraldic Dictionary of the Peerage and Baronetage of the British Empire (GOOG h_U8AQAAIAAJ) Henry Colburn>,\n",
" <Edition: What's Up with Catalonia? (ISBN 9781611500325) Catalonia Press>,\n",
" <Edition: What's Up with Catalonia? (ISBN 9781611500332) Catalonia Press>,\n",
" <Edition: What's Up with Catalonia? (ISBN 9781611500349) Catalonia Press>,\n",
" <Edition: Open initiatives (ISBN 9783862230617) Ulrich Herb>,\n",
" <Edition: Open Access (ISBN 9780262300988) MIT Press>,\n",
" <Edition: Open Access (ISBN 9780262300988) MIT Press>,\n",
" <Edition: Open Access (ISBN 9780262300988) MIT Press>,\n",
" <Edition: The Latin Language (GOOG N1RfAAAAMAAJ) Allyn and Bacon>,\n",
" <Edition: The Latin Language (GOOG N1RfAAAAMAAJ) Allyn and Bacon>,\n",
" <Edition: My Confession (GOOG B-PWAAAAMAAJ) T. Y. Crowell Company>,\n",
" <Edition: My Confession (GOOG B-PWAAAAMAAJ) T. Y. Crowell Company>,\n",
" <Edition: Reports from Commissioners (GOOG SypcAAAAQAAJ) Ordered to be printed>,\n",
" <Edition: Wired Love; a Romance of Dots and Dashes (ISBN 9781150903427) >,\n",
" <Edition: Wired Love; a Romance of Dots and Dashes (ISBN 9781150903427) >,\n",
" <Edition: The Trial of Thomas Paine (GOOG tcsDAAAAQAAJ) From the Press of John Parker>,\n",
" <Edition: The Life of Thomas Paine (GOOG jlNTf8EaEU4C) author, Beacon Office, 84 Roosevelt St.>,\n",
" <Edition: La Gazette de France (GOOG RSgDAAAAYAAJ) >,\n",
" <Edition: \u00c9tat militaire de France (GOOG trymBDbWHqwC) Guillyn>,\n",
" <Edition: 20,000 Leagues Under the Sea (OCLC 708248153) Project Gutenberg>,\n",
" <Edition: 20,000 Leagues Under the Sea (OCLC 708248153) Project Gutenberg>,\n",
" <Edition: 20,000 Leagues Under the Sea (OCLC 708248153) Project Gutenberg>,\n",
" <Edition: 20,000 Leagues Under the Sea (OCLC 708248153) Project Gutenberg>,\n",
" <Edition: The Bed-load Function for Sediment Transportation in Open Channel Flows (GOOG xIhtv2wpR9oC) U.S. Department of Agriculture>,\n",
" <Edition: Down and Out in the Magic Kingdom (ISBN 9780765309532) Macmillan>,\n",
" <Edition: Down and Out in the Magic Kingdom (ISBN 9780765309532) Macmillan>,\n",
" <Edition: Down and Out in the Magic Kingdom (ISBN 9780765309532) Macmillan>,\n",
" <Edition: What's Up with Catalonia? (ISBN 9781611500332) Catalonia Press>,\n",
" <Edition: Feeding the City (ISBN 9781909254022) Open Book Publishers>,\n",
" <Edition: Feeding the City (ISBN 9781909254039) Open Book Publishers>,\n",
" <Edition: Feeding the City (ISBN 9781909254046) Open Book Publishers>,\n",
" <Edition: The rights of man, for the use and benefit of all mankind (GOOG M4cBAAAAQAAJ) >,\n",
" <Edition: The rights of man, for the use and benefit of all mankind (GOOG M4cBAAAAQAAJ) >,\n",
" <Edition: Das Grossherzogthum Oldenburg (GOOG 22AAAAAAcAAJ) Stalling>,\n",
" <Edition: Comedias y entremeses de Miguel de Cervantes Saavedra ... divididas en dos tomos, con una disertacion o prologo sobre las comedias de Espa\u00f1a: El gallardo espa\u00f1ol (pp. 1-63) ; La casa de los zelos y Selvas de Ardenia (pp. 64-124) ; Los ba\u00f1os de Argel (pp. 125-186) ; El juez de los divorcios (Entrem\u00e9s) (pp. 187-195) ; El rufi\u00e1n viudo, llamado Trampagos (Entrem\u00e9s) (pp. 196-209) ; La elecci\u00f3n de los alcaldes de Daganzo (Entrem\u00e9s) (pp. 209-221) ; La guarda cuidadosa (Entrem\u00e9s) (pp. 221-232) ; El vizca\u00edno fingido (Entrem\u00e9s) (pp. 233-245) (GOOG 0bvw7bP1YeAC) en la Imprenta de Antonio Marin>,\n",
" <Edition: The Odyssey (GOOG _f09AAAAYAAJ) James R. Osgood>,\n",
" <Edition: The Odyssey (GOOG _f09AAAAYAAJ) James R. Osgood>,\n",
" <Edition: The public domain (ISBN 9780300137408) Yale Univ Pr>,\n",
" <Edition: The public domain (ISBN 9780300137408) Yale Univ Pr>,\n",
" <Edition: The public domain (ISBN 9780300137408) Yale Univ Pr>,\n",
" <Edition: The public domain (ISBN 9780300137408) Yale Univ Pr>,\n",
" <Edition: Open Government (ISBN 9781449388805) O'Reilly Media, Inc.>,\n",
" <Edition: Open Government (ISBN 9781449388805) O'Reilly Media, Inc.>,\n",
" <Edition: Open Government (ISBN 9781449388805) O'Reilly Media, Inc.>,\n",
" <Edition: Twelve Years a Slave (GOOG 61kSAAAAIAAJ) Miller, Orton & Mulligan>,\n",