Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 79 new columns ({'P610', 'P414', 'P170', 'P87', 'P183', 'P449', 'P190', 'P58', 'P106', 'P7937', 'P177', 'P81', 'P412', 'P264', 'P26', 'P59', 'P641', 'P272', 'P36', 'P101', 'P162', 'P97', 'P611', 'P1376', 'P103', 'P364', 'P137', 'P19', 'P509', 'P463', 'P344', 'P7959', 'P171', 'P30', 'P2632', 'P108', 'P1303', 'P185', 'P69', 'P135', 'P37', 'P86', 'P57', 'P105', 'P3373', 'P945', 'P427', 'P98', 'P127', 'P131', 'P4552', 'P20', 'P141', 'P50', 'P115', 'P676', 'P1441', 'P179', 'P206', 'P39', 'P61', 'P53', 'P178', 'P27', 'P669', 'P195', 'P3018', 'P291', 'P1412', 'P6', 'P6886', 'P175', 'P1532', 'P413', 'P403', 'P176', 'P65', 'P495', 'P466'}) and 5 missing columns ({'sub_label', 'sub_id', 'obj_id', 'obj_label', 'sub_aliases'}).
This happened while the json dataset builder was generating data using
hf://datasets/jwiland/test-bear-dataset/metadata_relations.json (at revision df438609c0714cca9f372e14f9c75176096cf4b5)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
P6: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P19: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P20: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P26: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P27: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P30: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P36: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P37: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P39: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P50: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P53: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P57: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P58: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P59: struct<templates: list<item: string>>
...
ild 0, item: string
P945: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P1303: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P1376: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P1412: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P1441: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P1532: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P2632: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P3018: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P3373: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P4552: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P6886: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P7937: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
P7959: struct<templates: list<item: string>>
child 0, templates: list<item: string>
child 0, item: string
to
{'sub_id': Value(dtype='string', id=None), 'sub_label': Value(dtype='string', id=None), 'sub_aliases': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'obj_id': Value(dtype='string', id=None), 'obj_label': Value(dtype='string', id=None)}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 79 new columns ({'P610', 'P414', 'P170', 'P87', 'P183', 'P449', 'P190', 'P58', 'P106', 'P7937', 'P177', 'P81', 'P412', 'P264', 'P26', 'P59', 'P641', 'P272', 'P36', 'P101', 'P162', 'P97', 'P611', 'P1376', 'P103', 'P364', 'P137', 'P19', 'P509', 'P463', 'P344', 'P7959', 'P171', 'P30', 'P2632', 'P108', 'P1303', 'P185', 'P69', 'P135', 'P37', 'P86', 'P57', 'P105', 'P3373', 'P945', 'P427', 'P98', 'P127', 'P131', 'P4552', 'P20', 'P141', 'P50', 'P115', 'P676', 'P1441', 'P179', 'P206', 'P39', 'P61', 'P53', 'P178', 'P27', 'P669', 'P195', 'P3018', 'P291', 'P1412', 'P6', 'P6886', 'P175', 'P1532', 'P413', 'P403', 'P176', 'P65', 'P495', 'P466'}) and 5 missing columns ({'sub_label', 'sub_id', 'obj_id', 'obj_label', 'sub_aliases'}).
This happened while the json dataset builder was generating data using
hf://datasets/jwiland/test-bear-dataset/metadata_relations.json (at revision df438609c0714cca9f372e14f9c75176096cf4b5)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
sub_id string | sub_label string | sub_aliases sequence | obj_id string | obj_label string |
|---|---|---|---|---|
Q4115024 | Ayn al-Quzat Hamadani | [] | Q9603 | Sufism |
Q5691584 | Majd al-Dîn Baghdâdî | [] | Q9603 | Sufism |
Q2024702 | Seyid Yahya Bakuvi | [] | Q9603 | Sufism |
Q3180928 | Abu Hafs Umar al-Suhrawardi | [
"Shahabuddin Omar Al-Saharwardi"
] | Q9603 | Sufism |
Q32075 | Baha' al-Din Naqshband | [
"Bahauddin Naqshband",
"Naqshband, Bahauddin"
] | Q9603 | Sufism |
Q4670446 | Abu al-Hassan al-Kharaqani | [
"Abu al-Hassan Kharaqani",
"Abul Hassan Kharaqani"
] | Q9603 | Sufism |
Q548313 | Gabriele Mandel | [
"Gabriele Mandel Khān",
"Gabriele Sugana"
] | Q9603 | Sufism |
Q2704613 | Abul Hasan ash-Shadhili | [] | Q9603 | Sufism |
Q981803 | Dhul-Nun al-Misri | [
"Dhu l-Nun al-Misri"
] | Q9603 | Sufism |
Q2479109 | Abul Abbas al-Mursi | [] | Q9603 | Sufism |
Q9321763 | Aarne Kinnunen | [] | Q35986 | aesthetics |
Q4794966 | Arnold Berleant | [] | Q35986 | aesthetics |
Q97386438 | Hans Maes | [] | Q35986 | aesthetics |
Q3370583 | Paul Barton | [] | Q35986 | aesthetics |
Q2707515 | Remo Bodei | [] | Q35986 | aesthetics |
Q15990483 | Beatrice von Bismarck | [] | Q35986 | aesthetics |
Q4944209 | Sara Danius | [
"Sara Maria Danius"
] | Q35986 | aesthetics |
Q63246934 | Kathleen Stock | [
"Kathleen Mary Linn Stock"
] | Q35986 | aesthetics |
Q48688549 | Jan Bierhanzl | [] | Q35986 | aesthetics |
Q95306093 | Bernd M. Scherer | [] | Q35986 | aesthetics |
Q2630483 | Joseph Boakai | [
"Joseph Nyumah Boakai"
] | Q11451 | agriculture |
Q313424 | Ian Douglas Smith | [] | Q11451 | agriculture |
Q1964234 | Yūkichi Chūganji | [
"Yukichi Chuganji",
"Yuukichi Chuuganji"
] | Q11451 | agriculture |
Q5622280 | Guy Gillette | [
"Guy Mark Gillette"
] | Q11451 | agriculture |
Q1139492 | Bunta Sugawara | [
"Sugawara Bunta"
] | Q11451 | agriculture |
Q215057 | Rick Perry | [
"James Richard Perry",
"James Richard \"Rick\" Perry"
] | Q11451 | agriculture |
Q1484356 | Samuel Mudd | [
"Samuel Alexander Mudd"
] | Q11451 | agriculture |
Q150465 | Ganga Ram | [
"father of modern Lahore"
] | Q11451 | agriculture |
Q707186 | Joseph Wharton | [] | Q11451 | agriculture |
Q366388 | Frank Carlson | [] | Q11451 | agriculture |
Q123612 | Gaspard Bauhin | [
"C.Bauhin",
"Caspar Bauhin"
] | Q514 | anatomy |
Q76772 | Heinrich Wilhelm Gottfried von Waldeyer-Hartz | [
"Wilhelm von Waldeyer-Hartz",
"Heinrich Wilhelm Waldeyer"
] | Q514 | anatomy |
Q65459 | Ludwig Heinrich Bojanus | [
"Bojanus",
"L. H. Bojanus"
] | Q514 | anatomy |
Q85641 | Emil Zuckerkandl | [] | Q514 | anatomy |
Q92280 | Johannes Sobotta | [
"Robert Heinrich Johannes Sobotta"
] | Q514 | anatomy |
Q364278 | Bartolomeo Eustachi | [] | Q514 | anatomy |
Q662084 | János Szentágothai | [
"Janos Szentagothai",
"J. Szentágothai",
"J Szentágothai"
] | Q514 | anatomy |
Q573939 | Ludwig Lewin Jacobson | [] | Q514 | anatomy |
Q85928 | Eduard Pernkopf | [] | Q514 | anatomy |
Q435296 | Hieronymus Fabricius | [
"Girolamo Fabrizio",
"Girolamo Fabricius"
] | Q514 | anatomy |
Q3369464 | Patrick Galliou | [] | Q41493 | ancient history |
Q434887 | Altay Coşkun | [] | Q41493 | ancient history |
Q363173 | Adolf Lippold | [] | Q41493 | ancient history |
Q1635869 | Hugo Willrich | [] | Q41493 | ancient history |
Q5113248 | Christopher Smith | [
"Christopher John Smith"
] | Q41493 | ancient history |
Q17350599 | Paul Garelli | [] | Q41493 | ancient history |
Q700322 | Bülent İplikçioğlu | [] | Q41493 | ancient history |
Q21402457 | José Remesal Rodríguez | [] | Q41493 | ancient history |
Q2127993 | Rainer Bernhardt | [
"Rainer Herbert Georg Bernhardt"
] | Q41493 | ancient history |
Q1587595 | Hartmut Wolff | [] | Q41493 | ancient history |
Q3426409 | René Jodoin | [
"Rene Jodoin"
] | Q11425 | animation |
Q2993484 | Connie Rasinski | [
"J. Conrad Rasinski",
"J Conrad Rasinski"
] | Q11425 | animation |
Q11906002 | Antoni D'Ocon | [] | Q11425 | animation |
Q283700 | Chris Miller | [
"Christopher Miller",
"Christopher \"Chris\" Miller",
"Christopher Matthew Miller"
] | Q11425 | animation |
Q2901882 | Yoni Goodman | [] | Q11425 | animation |
Q15076464 | Aleksandr Vinokurov | [] | Q11425 | animation |
Q4505390 | Mikhail Tsekhanovsky | [
"Mikhaïl Tsekhanovski",
"Mikhail Mikhailovich Tsekhanovsky"
] | Q11425 | animation |
Q10310144 | José Miguel Ribeiro | [] | Q11425 | animation |
Q1086746 | Christopher Hinton | [
"Chris Hinton"
] | Q11425 | animation |
Q1384399 | Richard Condie | [] | Q11425 | animation |
Q231111 | Mary Leakey | [
"Mary Douglas Leakey",
"M. D. Leakey",
"Mary D. Leakey",
"Mary Douglas Nicol",
"Mary Nicol",
"Mary Nicol Leakey"
] | Q23404 | anthropology |
Q766106 | Ann Dunham | [
"Stanley Ann Dunham",
"Ann Obama",
"Ann Soetoro",
"Ann Sutoro",
"S. Ann Dunham",
"Dr. Stanley Ann Obama"
] | Q23404 | anthropology |
Q450598 | Lee Rogers Berger | [
"Lee R. Berger",
"L. R. Berger",
"L. Berger",
"Lee Berger",
"LR Berger",
"Berger",
"Berger L",
"Berger L.",
"Berger L.R.",
"Berger LR",
"L Berger"
] | Q23404 | anthropology |
Q1343537 | Julian Steward | [
"Julian H. Steward",
"Julian Haynes Steward"
] | Q23404 | anthropology |
Q299863 | Louis Dumont | [
"Louis Charles Jean Dumont"
] | Q23404 | anthropology |
Q379590 | Raymond Dart | [
"Raymond A. Dart",
"Raymond Arthur Dart"
] | Q23404 | anthropology |
Q715743 | Mikhail Mikhaylovich Gerasimov | [] | Q23404 | anthropology |
Q1021243 | Michael Rockefeller | [
"Michael C. Rockefeller",
"Michael Clark Rockefeller"
] | Q23404 | anthropology |
Q141037 | Edward Burnett Tylor | [
"E. B. Tylor",
"E. B. T.",
"Sir Edward Burnett Tylor",
"Edward B. Tylor"
] | Q23404 | anthropology |
Q384568 | Francisco Moreno | [
"Francisco Pascasio Moreno",
"F. P. Moreno",
"Perito Moreno"
] | Q23404 | anthropology |
Q378157 | Edwin Lutyens | [
"Sir Edwin Landseer Lutyens",
"Edwin Landseer Lutyens",
"Edwin Landseer, Sir Lutyens",
"Sir Lutyens",
"Edwin, Sir Lutyens",
"Sir Edwin Lutyens",
"Edward Landseer Lutyens",
"Sir Edwin L. Lutyens",
"Edwin Landseer Lutyens Sir"
] | Q12271 | architecture |
Q41508 | Ludwig Mies van der Rohe | [
"Mies van der Rohe",
"Mies",
"Maria Ludwig Michael Mies",
"Liudvig Mis van der Rohe",
"Ludwig Mies",
"Ludwig Mies Van der Rohe",
"Ludvig Mis van der Roė",
"Maria Ludwig Michael Mies van der Rohe",
"Ludwig Mies Van Der Rohe",
"Ludwig MiesvanderRohe"
] | Q12271 | architecture |
Q309483 | César Pelli | [
"Caesar Pelli",
"Cesar Antonio Pelli",
"Cesar Pelli"
] | Q12271 | architecture |
Q175566 | Giacomo della Porta | [
"Giacomo Della Porta"
] | Q12271 | architecture |
Q295929 | Inigo Jones | [
"Inigo Iones",
"Enego Jones",
"Henygo Jones",
"Innigo Jones"
] | Q12271 | architecture |
Q170373 | Christopher Wren | [
"Sir Christopher Michael Wren",
"Christopher Michael Wren",
"Sir Wren",
"Sir Christopher Wren",
"Christopher, Sir Wren"
] | Q12271 | architecture |
Q183528 | Philip Johnson | [
"Philip Cortelyou Johnson",
"Phillip Johnson"
] | Q12271 | architecture |
Q25328 | Antoni Gaudí | [
"Antoni Gaudí i Cornet",
"Antoni Gaudi i Cornet",
"Antonio Gaudí",
"Gaudí",
"Gaudi",
"Antonio Gaudi",
"Antonio Gaudí i Cornet",
"Antoni Gaudí Cornet",
"Antoni Gaodi",
"Antoni Gaudí y Cornet",
"Antoní Gaudí",
"Antonio Gaudí y Cornet",
"Antoni Gaudí Jornet",
"Antonio Gaudí Cornet"
] | Q12271 | architecture |
Q310530 | Louis Le Vau | [
"Louis Levau",
"Louis le Vau",
"Louis Leveau"
] | Q12271 | architecture |
Q151794 | Kenzō Tange | [
"Kenzo Tange",
"Kenzou Tange"
] | Q12271 | architecture |
Q41406 | Edvard Munch | [
"E. Munch",
"Munch",
"edv. munch"
] | Q11629 | art of painting |
Q5599 | Peter Paul Rubens | [
"Petro Paulo Rubes",
"Sir Rubens",
"Peter Paul Ruben",
"Peeter Pauwel Rubens",
"Peter Paul Ruebens",
"Pedro Pablo de Rubenes",
"Pietro Paulo Rubens",
"Pieter Paul Rubens",
"Peter Paolo Rubens",
"Pièrre Paul Rubens",
"Pietro Robino",
"Paulo Rubbens",
"Rubens Peter Paul",
"Bubens",
"Pietro... | Q11629 | art of painting |
Q37571 | Jackson Pollock | [
"Paul Jackson Pollock",
"jackson Pollock"
] | Q11629 | art of painting |
Q41264 | Johannes Vermeer | [
"Jan Reyniersz Vermeer van Delft",
"Jan van Der Meer",
"Jan Van der Meer",
"Jan van der Meer",
"Jan Vermeer de Delft",
"Johannes van Delft Vermeer",
"Jan Van der Meer van Delft",
"Ĭokhannes Vermer",
"Ĭokhannes Vermer Delftskiĭ",
"Jan Vermeer van Delft",
"Jan Vermeer Delft",
"Johannes Schwartz"... | Q11629 | art of painting |
Q153793 | Georges Braque | [
"George Braque",
"G. Braque",
"S Braque",
"geo. braque",
"george braque",
"Braque",
"geo braque",
"George B."
] | Q11629 | art of painting |
Q5588 | Frida Kahlo | [
"Frida Kahlo Calderón",
"Frida Rivera-Kahlo",
"Magdalena Carmen Frieda Kahlo y Calderon",
"Magdalena Carmen Frida Kahlo Calderon",
"Frida Kahlo Calderon",
"Magdalena Carmen Frida Kahlo y Calderon",
"Frida Khalo",
"Magdalena Carmen Frida Kahlo Calderón",
"De Rivera Kahlo",
"Frida Kahlo de Rivera",
... | Q11629 | art of painting |
Q5598 | Rembrandt | [
"Rembrandt Harmenszoon van Rijn",
"Rembrandt van Rijn",
"Rembrandt Harmensz. van Rijn",
"Rembrandt Harmensz. Van Rijn",
"Rembrandt Harmenszoon Van Rijn",
"Rembrandt Van Rhyn",
"Reimbrandt",
"Rembrandt van Rhijn",
"Reimbrant van Rijn",
"Harmensz. Van Rijn Rembrandt",
"Lun-po-lang",
"Paul Rembra... | Q11629 | art of painting |
Q104884 | Caspar David Friedrich | [
"Kasparov David Friedrich",
"Kaspar David Fridrikh",
"C. D. Friedrich",
"kaspar david friedrich",
"c. d. friedrich",
"Friedrich Caspar David",
"Caspar David Friedrich"
] | Q11629 | art of painting |
Q296 | Claude Monet | [
"Monet",
"Klod Mone",
"Claude-Oscar Monet",
"Cl. Monet",
"Oscar Claude Monet",
"monet claude",
"claude oscar monet",
"monet c.",
"Claude Jean Monet",
"Claude Oscar Monet",
"C. Monet",
"Oscar-Claude Monet"
] | Q11629 | art of painting |
Q301 | El Greco | [
"Domingo Teotocópul",
"Domenico Teotocopulo",
"Domenico Theotokopoulos",
"Domingo Theotocópuli",
"Dominikos Greco",
"Le Grec",
"Domenico Teotopopuli",
"Doménikos Zeotokopoulos",
"Doménico Theotocópuli",
"Dominico Theotocopuli",
"Domenikos Theotocopoulos",
"Dominico, Griego Theotocópuli",
"Do... | Q11629 | art of painting |
Q157578 | Alexander Archipenko | [
"Aleksandr Porfirevic Archipenko",
"Aleksandr Archipenko",
"Aleksandr Arkhīpenko",
"Oleksander Porfyrovych Arkhypenko",
"Alexandre Archipenko",
"Aleksandr Porfirevich Arkhipenko",
"Archipenko",
"Alexander Porfirjowitsch Archipenko",
"Olexandr Archipenko",
"Alexander Porfiryevich Archipenko",
"Ol... | Q11634 | art of sculpture |
Q159409 | Louise Bourgeois | [
"Louise Goldwater"
] | Q11634 | art of sculpture |
Q177302 | Phidias | [
"The Great Pheidias",
"Pheidias",
"Fidias"
] | Q11634 | art of sculpture |
Q272877 | Fernando Botero | [
"Fernanda Botero",
"Fernando Botero Angulo",
"Botero"
] | Q11634 | art of sculpture |
Q213956 | Gustav Vigeland | [
"Gusutafu Bigeran",
"Adolf Gustav Vigeland",
"Gustav Adolf Vigeland",
"Gustav Thorsen",
"Adolf Gustav Thorsen"
] | Q11634 | art of sculpture |
Q163800 | Veit Stoss | [
"Wit Stosz",
"Wita Stosza",
"Wit Stwosz",
"Wit Stoss",
"Feyt Stuosz",
"Veit Stosz",
"Veit Stoss the Elder",
"Veydt Stuosz",
"Veydt Stwosz",
"Vit Stwosz",
"Guy Stoss",
"Veydt Stosz",
"Vit Stosz",
"Veit Stuosz",
"Veydt Stoss",
"Vit Stoss",
"Veit, the elder Stoss",
"Veit Stwosz",
"W... | Q11634 | art of sculpture |
Q234601 | Vera Ignatyevna Mukhina | [
"Vera Ignat'yevna Mukhina",
"Vera Ignat'Evna Mukhina",
"Vera Ignat'evna Muhina",
"Vera Mukhina"
] | Q11634 | art of sculpture |
Q105290 | Praxiteles | [
"Praxitèle",
"Praxitèle II",
"Praxitelès",
"Prassiteles",
"Praxiteles II",
"Praxitelis",
"Prassitele",
"Praxitele",
"Praxitele II"
] | Q11634 | art of sculpture |
Q318640 | Antonio del Pollaiolo | [
"Antonio del Pollaiuolo",
"Antonio Pollaiuolo",
"Antonio di Jacopo d'Antonio Benci del Pollagiolo",
"Antonio Pollaiolo",
"Antonio Di Jacopo D'Antonio Benci Del Pollaiuolo",
"Antonio di Jacopo d'Antonio Benci del Pollaiuolo",
"Antonio Di Jacopo D'Antonio Benci Del Pollagiolo",
"Antonio del Polaiolo",
... | Q11634 | art of sculpture |
Q157194 | Alberto Giacometti | [
"Alberṭo Gʼaḳomeṭi"
] | Q11634 | art of sculpture |
End of preview.
README.md exists but content is empty.
- Downloads last month
- 49