The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
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 20 new columns ({'error_type', 'culture_error', 'title_error', 'artist_date_end_error', 'image_url_error', 'date_end_bce_error', 'dimensions_json_error', 'artist_role_error', 'date_begin_bce_error', 'techniques_error', 'date_end_error', 'description_error', 'artist_date_begin_error', 'date_begin_error', 'error_subtype', 'artist_name_error', 'artist_nationality_error', 'image_object_id_error', 'materials_error', 'location_error'})
This happened while the csv dataset builder was generating data using
hf://datasets/deem-data/ArtiFact/data/ArtiFact_clean_dirty.csv (at revision a8f9b9d4ce64d237e997ee39b25aa9768b4dc5ff), ['hf://datasets/deem-data/ArtiFact@a8f9b9d4ce64d237e997ee39b25aa9768b4dc5ff/data/ArtiFact_clean.csv', 'hf://datasets/deem-data/ArtiFact@a8f9b9d4ce64d237e997ee39b25aa9768b4dc5ff/data/ArtiFact_clean_dirty.csv', 'hf://datasets/deem-data/ArtiFact@a8f9b9d4ce64d237e997ee39b25aa9768b4dc5ff/data/ArtiFact_clean_dirty_sample_10.csv', 'hf://datasets/deem-data/ArtiFact@a8f9b9d4ce64d237e997ee39b25aa9768b4dc5ff/data/ArtiFact_clean_dirty_sample_200.csv', 'hf://datasets/deem-data/ArtiFact@a8f9b9d4ce64d237e997ee39b25aa9768b4dc5ff/data/ArtiFact_clean_dirty_sample_500.csv']
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 "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
object_ID: string
title: string
object_name: string
date_begin: double
date_end: double
date_begin_bce: bool
date_end_bce: bool
materials: string
techniques: string
dimensions_json: string
culture: string
location: string
artist_name: string
artist_role: string
artist_nationality: string
artist_date_begin: double
artist_date_end: double
subjects: string
description: string
inscriptions: string
image_url: string
error_type: string
error_subtype: string
date_begin_error: double
date_end_error: double
date_begin_bce_error: bool
date_end_bce_error: bool
materials_error: string
techniques_error: string
dimensions_json_error: string
artist_name_error: string
artist_role_error: string
artist_nationality_error: string
artist_date_begin_error: double
artist_date_end_error: double
image_url_error: string
image_object_id_error: string
culture_error: string
location_error: string
title_error: string
description_error: string
image_path: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 5607
to
{'object_ID': Value('string'), 'title': Value('string'), 'object_name': Value('string'), 'date_begin': Value('float64'), 'date_end': Value('float64'), 'date_begin_bce': Value('bool'), 'date_end_bce': Value('bool'), 'materials': Value('string'), 'techniques': Value('string'), 'dimensions_json': Value('string'), 'culture': Value('string'), 'location': Value('string'), 'artist_name': Value('string'), 'artist_role': Value('string'), 'artist_nationality': Value('string'), 'artist_date_begin': Value('float64'), 'artist_date_end': Value('float64'), 'subjects': Value('string'), 'description': Value('string'), 'inscriptions': Value('string'), 'image_url': Value('string'), 'image_path': Value('string')}
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 1343, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1839, 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 20 new columns ({'error_type', 'culture_error', 'title_error', 'artist_date_end_error', 'image_url_error', 'date_end_bce_error', 'dimensions_json_error', 'artist_role_error', 'date_begin_bce_error', 'techniques_error', 'date_end_error', 'description_error', 'artist_date_begin_error', 'date_begin_error', 'error_subtype', 'artist_name_error', 'artist_nationality_error', 'image_object_id_error', 'materials_error', 'location_error'})
This happened while the csv dataset builder was generating data using
hf://datasets/deem-data/ArtiFact/data/ArtiFact_clean_dirty.csv (at revision a8f9b9d4ce64d237e997ee39b25aa9768b4dc5ff), ['hf://datasets/deem-data/ArtiFact@a8f9b9d4ce64d237e997ee39b25aa9768b4dc5ff/data/ArtiFact_clean.csv', 'hf://datasets/deem-data/ArtiFact@a8f9b9d4ce64d237e997ee39b25aa9768b4dc5ff/data/ArtiFact_clean_dirty.csv', 'hf://datasets/deem-data/ArtiFact@a8f9b9d4ce64d237e997ee39b25aa9768b4dc5ff/data/ArtiFact_clean_dirty_sample_10.csv', 'hf://datasets/deem-data/ArtiFact@a8f9b9d4ce64d237e997ee39b25aa9768b4dc5ff/data/ArtiFact_clean_dirty_sample_200.csv', 'hf://datasets/deem-data/ArtiFact@a8f9b9d4ce64d237e997ee39b25aa9768b4dc5ff/data/ArtiFact_clean_dirty_sample_500.csv']
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.
object_ID string | title string | object_name string | date_begin float64 | date_end float64 | date_begin_bce bool | date_end_bce bool | materials string | techniques string | dimensions_json string | culture string | location string | artist_name string | artist_role string | artist_nationality string | artist_date_begin float64 | artist_date_end float64 | subjects string | description string | inscriptions string | image_url string | image_path string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
RIJKS_200159871 | Jongen met kat | print | 1,625 | 1,625 | false | false | ["paper"] | ["engraving"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 16.6, "note": ""}, {"attribute": "width", "value": 11.8, "note": ""}]}]} | null | utrecht | cornelis bloemaert (ii) | draughtsman, print maker | null | 1,603 | 1,692 | cat | Een jongen houdt een kat in de armen, dicht tegen het lichaam aan. Met tweeregelig Nederlands onderschrift, waarin wordt gewaarschuwd tegen de roofzucht van de kat (of menselijk bedrog) | collector's mark: Lugt 240 | data/images/ArtiFact_clean/000001.jpg | |
RIJKS_200587808 | Jongetje voor winkelraam | drawing | 1,888 | 1,888 | false | false | ["chalk"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 16.6, "note": ""}, {"attribute": "width", "value": 9.9, "note": ""}]}]} | null | amsterdam | george hendrik breitner | draughtsman, painter, print maker | null | 1,857 | 1,923 | boy (child between toddler and youth), street, amsterdam | null | annotation: βLilly Wallens[?]/ Donderdag middag/ 26 aprilβ | data/images/ArtiFact_clean/000002.jpg | |
MET_76602 | Sutra Cover with Pattern of Phoenixes among Flowers | sutra cover | 1,501 | 1,600 | false | false | ["metal thread", "silk"] | null | {"parts": [{"part": "overall", "measurements": [{"attribute": "height", "value": 34.6, "note": ""}, {"attribute": "width", "value": 13.5, "note": ""}, {"attribute": "depth", "value": 0.2, "note": ""}]}]} | chinese | null | null | null | null | null | null | mythical creatures,flowers | Sutra cover with repeating pattern of phoenixes among flowers; dark metallic thread on a yellow background. Silk gauze with supplementary-weft patterning in (tarnished silver?) metallic thread. This sutra cover lacks its backing board. | null | data/images/ArtiFact_clean/000003.jpg | |
MET_268455 | Newhaven Fisherman | photograph | 1,843 | 1,847 | false | false | null | ["paper negative", "salted paper print"] | null | null | null | hill and adamson | photography studio | british, scottish | 1,843 | 1,848 | men | null | null | data/images/ArtiFact_clean/000004.jpg | |
RIJKS_200394932 | Het dorp Nieuland | print | 1,750 | 1,817 | false | false | ["paper"] | ["etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 14.7, "note": ""}, {"attribute": "width", "value": 20.4, "note": ""}]}]} | null | netherlands | null | null | null | null | null | prospect of village, silhouette of village, church (exterior), jumping-rope games, bridge in village across river, canal, etc. | Gezicht op het dorp Nieuwland in de buurt van Gorinchem. Links een brug en rechts op de achtergrond de kerk. Bij het dorp bevinden zich verschillende figuren, waaronder touwtje springende kinderen. Rechtsboven genummerd: 2. | null | data/images/ArtiFact_clean/000005.jpg | |
RIJKS_200529467 | Mr. le marquis de Marigny. | print | 1,757 | 1,757 | false | false | ["paper"] | ["engraving", "etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 19.6, "note": ""}, {"attribute": "width", "value": 14.4, "note": ""}]}]} | null | france | charles nicolas cochin (ii) | draughtsman, print maker | null | 1,715 | 1,790 | paris, abel françois poisson de vandières (marquis de marigny), ornament ~ medallion, historical persons | null | collector's mark: Lugt 2228 | data/images/ArtiFact_clean/000006.jpg | |
MET_460274 | Candlestick (candeliere) | candlestick | 1,634 | 1,666 | false | false | null | ["maiolica", "glazing"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 18.7, "note": ""}]}]} | italian | null | null | null | null | null | null | coat of arms | null | null | data/images/ArtiFact_clean/000007.jpg | |
RIJKS_200602659 | Figuren, mogelijk aan een bar of toonbank | sketchbook leaf | 1,875 | 1,934 | false | false | ["chalk", "paper"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 16.1, "note": ""}, {"attribute": "width", "value": 10.5, "note": ""}]}]} | null | amsterdam | isaac israels | draughtsman, painter, print maker | null | 1,865 | 1,934 | counter ~ shop, adult woman (+ standing), adult man (+ standing) | Pagina 17 uit schetsboek XXIX met 44 pagina's. | null | data/images/ArtiFact_clean/000008.jpg | |
RIJKS_200140841 | Woman on Horseback Greeted by a Gentleman and a Servant | drawing | 1,688 | 1,689 | false | false | ["ink", "paper", "pencil"] | ["pen"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 28.0, "note": ""}, {"attribute": "width", "value": 36.3, "note": ""}]}]} | null | haarlem | romeyn de hooghe | draughtsman, goldsmith, painter, print maker | null | 1,645 | 1,708 | pouring, male sex; man, manservant, footman, riding a horse, ass, or mule; rider, horseman (+ sitting on animal with both legs on one side, riding side-saddle) | null | null | data/images/ArtiFact_clean/000009.jpg | |
MET_436525 | Bouquet of Flowers in a Vase | painting | 1,890 | 1,890 | false | false | ["canvas", "oil"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 65.1, "note": ""}, {"attribute": "width", "value": 54.0, "note": ""}]}]} | null | null | vincent van gogh | artist | dutch | 1,853 | 1,890 | flowers,still life | null | null | data/images/ArtiFact_clean/000010.jpg | |
RIJKS_200182211 | Caricaturana | cartoon | 1,838 | 1,838 | false | false | ["paper"] | ["letterpress printing", "lithograph"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 32.8, "note": ""}, {"attribute": "width", "value": 24.4, "note": ""}]}]} | null | paris | null | null | null | null | null | caricatures (human types), asphalt | Prent mogelijk uit: Le Charivari, 26 juli 1838. | collector's mark: Lugt 2228a | data/images/ArtiFact_clean/000011.jpg | |
MET_382671 | Moscovie, from "Jeu de la GΓ©ographie" | print | 1,644 | 1,644 | false | false | null | ["etching"] | null | null | null | stefano della bella | artist | italian | 1,610 | 1,664 | women | null | null | data/images/ArtiFact_clean/000012.jpg | |
RIJKS_200309247 | Skelet van een hand | drawing | 1,709 | 1,773 | false | false | ["gouache", "paper"] | ["brush"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 22.8, "note": ""}, {"attribute": "width", "value": 19.6, "note": ""}]}]} | null | null | jan l admiral | draughtsman, print maker | null | 1,699 | 1,773 | carpus and metacarpus, parts of the hand, phalanges of the fingers | null | null | data/images/ArtiFact_clean/000013.jpg | |
MET_711819 | Nancy Lee, from the Illustrated Songs series (N116) issued by W. Duke, Sons & Co. to promote Honest Long Cut Tobacco | print | 1,893 | 1,893 | false | false | null | ["color lithograph"] | {"parts": [{"part": "sheet", "measurements": [{"attribute": "height", "value": 10.8, "note": ""}, {"attribute": "width", "value": 6.3, "note": ""}]}]} | null | null | w. duke, sons & co. | publisher | american | 1,870 | 1,920 | women,boats | Trade cards from the "Illustrated Songs" series (N116), issued in an unnumbered set of 25 cards in 1893 by W. Duke, Sons & Co. to promote Honest Long Cut Smoking and Chewing Tobacco. | null | data/images/ArtiFact_clean/000014.jpg | |
AIC_90057 | The Spafields Orator Hunt-ing for Popularity to Do-good!!! | print | null | null | false | false | ["paper"] | ["etching"] | {"parts": [{"part": "image", "measurements": [{"attribute": "height", "value": 23.0, "note": ""}, {"attribute": "width", "value": 34.3, "note": ""}]}, {"part": "plate", "measurements": [{"attribute": "height", "value": 24.7, "note": ""}, {"attribute": "width", "value": 35.0, "note": ""}]}, {"part": "sheet", "measuremen... | null | england | george cruikshank | artist | british | 1,792 | 1,878 | null | null | null | data/images/ArtiFact_clean/000015.jpg | |
RIJKS_200795343 | Cardinal Wolsey's Great Hall, Hampton Court Palace | photomechanical print | 1,902 | 1,930 | false | false | ["cardboard"] | ["photograph"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 14.0, "note": ""}, {"attribute": "width", "value": 9.0, "note": ""}]}]} | null | hampton | null | null | null | null | null | palace, interior of the house | null | null | data/images/ArtiFact_clean/000016.jpg | |
MET_448939 | Pen Box | pen box | 1,600 | 1,600 | false | false | ["leather"] | ["gilding", "painting", "stamping"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 12.1, "note": ""}, {"attribute": "width", "value": 37.5, "note": ""}, {"attribute": "depth", "value": 10.2, "note": ""}]}]} | null | turkey | null | null | null | null | null | flowers | null | null | data/images/ArtiFact_clean/000017.jpg | |
RIJKS_200369802 | Maart | print | 1,783 | 1,783 | false | false | ["paper"] | ["etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 14.4, "note": ""}, {"attribute": "width", "value": 16.8, "note": ""}]}]} | null | leiden | johannes janson | draughtsman, painter, print maker | null | 1,729 | 1,784 | landscape symbolizing march, farmers | Landschap met boerderij, boer met schep en boerin met kruiwagen, aan het werk op hun land. Links een pad met een man met koe. Links op de achtergrond boeren en paarden op een akker. VΓ³Γ³r de lucht. Vierde prent uit een serie van dertien met maanden. | collector's mark: Lugt 240 | data/images/ArtiFact_clean/000018.jpg | |
RIJKS_200766401 | Alaricus | print | 1,685 | 1,685 | false | false | ["paper"] | ["engraving", "etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 17.2, "note": ""}, {"attribute": "width", "value": 12.9, "note": ""}]}]} | null | rome | null | null | null | null | null | cosenza, historical persons, ruler, sovereign | Portret afkomstig van een grote prent, getiteld 'Series Chronologica et Imagines Regu Hispaniae ab Ataulpho ad Carolum II', bestaande uit tien bladen die samengevoegd konden worden, uitgegeven door Giovanni Giacomo de' Rossi in 1685. | null | data/images/ArtiFact_clean/000019.jpg | |
RIJKS_200670253 | Standbeeld van Petrus Canisius in Fribourg | photomechanical print | 1,897 | 1,897 | false | false | ["paper"] | ["photograph"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 16.1, "note": ""}, {"attribute": "width", "value": 11.2, "note": ""}]}]} | null | fribourg | null | null | null | null | null | nijmegen, square, place, circus, etc., monument, statue | null | null | data/images/ArtiFact_clean/000020.jpg | |
RIJKS_200239634 | Gezicht op de stad Dabul | print | 1,717 | 1,770 | false | false | ["paper"] | ["etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 28.0, "note": ""}, {"attribute": "width", "value": 37.0, "note": ""}]}]} | null | amsterdam | frederik ottens | draughtsman, print maker | null | null | null | city-view in general; 'veduta' | Illustratie voor: F. Valentyn, Oud en nieuw Oost-IndiΓ«n, vervattende een naaukeurige en uitvoerige verhandelinge van Nederlands mogentheyd in die gewesten. Dordrecht, J. van Braam and Amsterdam, G. onder de Linden booksellers, 1724. | collector's mark: Lugt 2228 | data/images/ArtiFact_clean/000021.jpg | |
MET_247862 | Vase fragment | vase fragment | 2,600 | 2,000 | true | true | ["terracotta"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 4.9, "note": ""}, {"attribute": "width", "value": 4.9, "note": ""}, {"attribute": "depth", "value": 0.5, "note": ""}]}]} | minoan | null | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000022.jpg | |
RIJKS_20095439 | Nederlandse 2Β½ cent,1905 | coin | 1,905 | 1,905 | false | false | ["bronze"] | ["striking"] | {"parts": [{"part": "", "measurements": [{"attribute": "diameter", "value": 2.35, "note": ""}, {"attribute": "weight", "value": 3.95, "note": ""}]}]} | null | utrecht | wilhelmina of the netherlands | print maker | null | 1,880 | 1,962 | null | Bronzen munt. Voorzijde: in een veld rijkswapen. Jaartal onderaan in omschrift.Keerzijde: binnen twee samengebonden oranjetakken waarde-aanduiding 2Β½ cent. Kartelrand. | null | data/images/ArtiFact_clean/000023.jpg | |
RIJKS_200244485 | Vedute di Roma disegnate ed incise da Giambattista Piranesi architetto Ve(nez)iano | print | 1,748 | 1,778 | false | false | ["paper"] | ["etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 40.5, "note": ""}, {"attribute": "width", "value": 62.0, "note": ""}]}]} | null | rome | giovanni battista piranesi | designer, draughtsman, print maker | null | 1,720 | 1,778 | hΓ΄tel, i.e. small palace in city, rome | Deze prent maakt deel uit van de serie 'Vedute di Roma'. Piranesi werkte aan deze 135 platen tellende serie tussen 1748 en zijn dood in 1778. Francesco Piranesi voegde later nog twee prenten toe aan de reeks van zijn vader. | collector's mark: Lugt 2228 | data/images/ArtiFact_clean/000024.jpg | |
RIJKS_200233360 | Meisje aan de pomp | print | 1,877 | 1,890 | false | false | ["paper"] | ["lithograph"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 35.0, "note": ""}, {"attribute": "width", "value": 27.0, "note": ""}]}]} | null | the hague | null | null | null | null | null | adolescent, young woman, maiden, other birds: dove, pump | null | null | data/images/ArtiFact_clean/000025.jpg | |
MET_625520 | Worker Shabti of Henettawy (C), Daughter of Isetemkheb | worker shabti, henettawy c | 990 | 970 | true | true | ["faience"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 11.9, "note": ""}, {"attribute": "width", "value": 4.4, "note": ""}, {"attribute": "depth", "value": 2.9, "note": ""}]}]} | null | egypt | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000026.jpg | |
RIJKS_200680363 | Brief aan Richard Roland Holst | letter | 1,922 | 1,922 | false | false | ["ink", "paper"] | ["pen", "writing"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 42.5, "note": ""}, {"attribute": "width", "value": 42.5, "note": ""}]}]} | null | null | willem van konijnenburg | draughtsman, painter, print maker | null | 1,868 | 1,943 | richard nicolaΓΌs roland holst, st. george and the dragon: dressed in armour and mounted on a (white) horse he brandishes his sword (his lance lies already broken on the ground); the princess nearby may be shown praying or fleeing, exhibition ~ art, money | null | watermark | data/images/ArtiFact_clean/000027.jpg | |
MET_736203 | Valentine | valentine | 1,880 | 1,880 | false | false | ["paper"] | ["chromolithography", "embossing"] | {"parts": [{"part": "", "measurements": [{"attribute": "width", "value": 8.3, "note": "overall"}, {"attribute": "length", "value": 11.6, "note": "overall"}]}]} | null | null | Anonymous | artist | null | null | null | null | This is an unsigned, folded, cameo-embossed, open-work lace paper card. The recto has a design of leafy swirls and a central oval area with an embossed geometric frame and flowers. Applied to this center oval is a chromolithographed, die-cut scrap of a beautiful pink rose with a blue ribbon. Inside, is inserted a piece... | null | data/images/ArtiFact_clean/000028.jpg | |
MET_463648 | Stained Glass Panel with the Visitation | panel | 1,444 | 1,444 | false | false | ["enamel", "glass", "metal", "paint", "pigment"] | null | {"parts": [{"part": "Overall (with 1 T-bar)", "measurements": [{"attribute": "height", "value": 110.2, "note": "overall"}, {"attribute": "width", "value": 74, "note": "overall"}, {"attribute": "depth", "value": 1, "note": "overall"}]}, {"part": "a", "measurements": [{"attribute": "height", "value": 56}, {"attribute": "... | german | germany | null | null | null | null | null | virgin mary,visitation | null | null | data/images/ArtiFact_clean/000029.jpg | |
MET_264940 | Mirror View of El Capitan, Yosemite | photograph | null | null | false | false | null | ["albumen silver print", "glass negative"] | null | null | null | carleton e. watkins | artist | american | 1,829 | 1,916 | rivers,mountains,landscapes | null | null | data/images/ArtiFact_clean/000030.jpg | |
MET_561529 | Khonsu amulet | amulet, khonsu | 664 | 380 | true | true | ["gold"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "length", "value": 2.4, "note": "l."}, {"attribute": "height", "value": 1.0, "note": "h."}]}]} | null | null | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000031.jpg | |
RIJKS_200792398 | Stockholm | photograph | 1,880 | 1,920 | false | false | ["photographic support"] | ["gelatin silver print"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 25.0, "note": ""}, {"attribute": "width", "value": 20.0, "note": ""}]}]} | null | null | Anonymous | null | null | null | null | stockholm | null | null | data/images/ArtiFact_clean/000032.jpg | |
MET_447284 | Fragment of a Bowl | fragment | 1,201 | 1,300 | false | false | ["stonepaste"] | ["painting", "underglaze"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 2.2, "note": ""}, {"attribute": "diameter", "value": 7.9, "note": ""}]}]} | null | syria | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000033.jpg | |
MET_450091 | Lid | lid | 801 | 1,000 | false | false | ["stone"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 1.1, "note": ""}, {"attribute": "diameter", "value": 2.1, "note": ""}]}]} | null | iran | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000034.jpg | |
MET_198350 | Catherine the Great of Russia (1729β1796) | cameo | 1,790 | 1,790 | false | false | ["gold", "onyx"] | null | {"parts": [{"part": "overall", "measurements": [{"attribute": "height", "value": 1.9, "note": "overall"}, {"attribute": "width", "value": 1.5, "note": "overall"}]}, {"part": "visible cameo", "measurements": [{"attribute": "height", "value": 1.79, "note": "visible cameo (confirmed)"}, {"attribute": "width", "value": 1.4... | null | null | null | null | null | null | null | profiles,women | In his catalogue of Weilβs collection Ernst Kris suggested the Austrian archduchess and Holy Roman Empress Maria Theresa as the subject of this portrait, but the imposing countenance and ample bosom are those of Catherine the Great (1729β1796) in advanced age. She favored many foreign carvers with orders and also creat... | null | data/images/ArtiFact_clean/000035.jpg | |
RIJKS_200573412 | Bybelsche historien. V | print | 1,761 | 1,804 | false | false | ["paper"] | ["letterpress printing"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 41.0, "note": ""}, {"attribute": "width", "value": 32.5, "note": ""}]}]} | null | amsterdam | Anonymous | null | null | null | null | old testament | Blad met 24 voorstellingen van verhalen uit het Oude Testament, waaronder de ontrouwe herder, drie jongelingen in de brandende vuuroven en de belofte van Johannes de Doper van de komst van Christus. Onder elke afbeelding een onderschrift. Genummerd linksboven: No. 100. | collector's mark: Lugt 2760 | data/images/ArtiFact_clean/000036.jpg | |
RIJKS_200641776 | Forseus | print | 1,493 | 1,493 | false | false | ["paper"] | ["letterpress printing"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 7.1, "note": ""}, {"attribute": "width", "value": 5.4, "note": ""}]}]} | null | nuremberg | null | null | null | null | null | saints | De houtsnede wordt herhaaldelijk gebruikt als boekillustratie in de Liber Chronicarum (of Neurenbergkroniek) van Hartmann Schedel, verschenen in het Latijn en Duits in 1493. Zie de Latijnse uitgave, folio 154v. | inscription: β131β | data/images/ArtiFact_clean/000037.jpg | |
RIJKS_200365022 | Kalender 1916 12 lithografien door Th. v. Hoytema | calendar leaf | 1,915 | 1,915 | false | false | ["paper"] | ["lithograph"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 42.0, "note": ""}, {"attribute": "width", "value": 21.0, "note": ""}]}]} | null | amsterdam | theo van hoytema | draughtsman, painter, print maker | null | 1,863 | 1,917 | birds (+ animals eating and drinking), lunar year, december ~ other concepts | In de hoeken de standen van de maan op vier dagen. Bovenaan het blad een scheurlijn. | collector's mark: Lugt 2228 | data/images/ArtiFact_clean/000038.jpg | |
RIJKS_200870844 | Gezicht op de Schreierstoren aan de Geldersekade | photograph | 1,911 | 1,911 | false | false | ["cardboard", "paper"] | ["albumen print"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 21.7, "note": ""}, {"attribute": "width", "value": 27.2, "note": ""}]}]} | null | amsterdam | Anonymous | null | null | null | null | city-view in general; 'veduta', canal, bridge in city across river, canal, etc. | Onderwerpsrubriek binnen de Atlas Amsterdam: Galerij Paleis voor Volksvlijt, Gebed zonder end, Geldersche Kade, Gravenstraat, Grimburgwal, Grimnessesluis, Groeneburgwal. | inscription: βGeldersche Kade / [...] Novr 1911β, collector's mark: β8β Lugt 1641b, : βBoekhandel / van / T. Kouwenaar / Kalverstraat no 62 / Amsterdamβ | data/images/ArtiFact_clean/000039.jpg | |
RIJKS_200333645 | LA RAMBLA A BARCELONNE | stereograph | 1,862 | 1,876 | false | false | ["cardboard", "photographic support"] | ["albumen print"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 8.5, "note": ""}, {"attribute": "width", "value": 17.0, "note": ""}]}]} | null | barcelona | jean andrieu | fotograaf | null | 1,816 | 1,872 | street | null | number: β2629.β | data/images/ArtiFact_clean/000040.jpg | |
MET_91914 | Coat | coat | 1,834 | 1,866 | false | false | ["cotton"] | null | null | american or european | null | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000041.jpg | |
MET_243223 | Earring with ball pendant and paste setting | earring hook type with ball pendant and paste setting | 1 | 200 | false | false | ["glass", "gold", "paste"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "thickness", "value": 0.8}, {"attribute": "width", "value": 0.9}, {"attribute": "height", "value": 2.2}]}]} | roman | null | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000042.jpg | |
RIJKS_200298042 | Het huis Samson, te Dordrecht | print | 1,885 | 1,885 | false | false | ["paper"] | ["etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 18.7, "note": ""}, {"attribute": "width", "value": 14.7, "note": ""}]}]} | null | null | jan veth | designer, draughtsman, painter, print maker | null | 1,864 | 1,925 | urban housing, dordrecht | null | collector's mark: Lugt 2228 | data/images/ArtiFact_clean/000043.jpg | |
RIJKS_20052377 | Ontgronding te Rotterdam, penning bedoeld als bewijs voor turfdragers, -vullers of -tonners om turf in te mogen voeren uit de nieuw ontgronde venen | identification medal | 1,769 | 1,769 | false | false | ["lead"] | ["casting"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 7.5, "note": ""}, {"attribute": "width", "value": 7.4, "note": ""}, {"attribute": "weight", "value": 1583.0, "note": ""}]}]} | null | rotterdam | Anonymous | null | null | null | null | rotterdam | Eenzijdige loden penning met ronde boven- en rechthoekige onderzijde, en gat erin. Voorzijde: staande leeuw met wapenschild op borst tussen jaartal binnen omschrift. Keerzijde: blanco. | null | data/images/ArtiFact_clean/000044.jpg | |
RIJKS_200809692 | Portret van Maria de' Medici | book illustration | 1,868 | 1,868 | false | false | ["paper"] | ["engraving"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 22.6, "note": ""}, {"attribute": "width", "value": 15.2, "note": ""}]}]} | null | amsterdam | jan frederik christiaan reckleben | print maker | null | 1,819 | 1,879 | cologne, maria de' medici, historical persons - bb - woman, queen, armorial bearing, heraldry | Prent waarschijnlijk uit: Arend, Johannes Pieter. Algemeene geschiedenis des vaderlands van de vroegste tijden tot op heden. 5 dln. Amsterdam: C.L. Schleijer & zoon, 1868, dl. 3-5. | null | data/images/ArtiFact_clean/000045.jpg | |
MET_374660 | Preaching to the Birds | print | 1,935 | 1,943 | false | false | null | ["engraving"] | {"parts": [{"part": "block", "measurements": [{"attribute": "height", "value": 19.7}, {"attribute": "width", "value": 15.2}]}, {"part": "sheet", "measurements": [{"attribute": "height", "value": 26.7}, {"attribute": "width", "value": 20.3}]}]} | null | null | fritz eichenberg | artist | american | 1,901 | 1,990 | birds,saint francis | null | null | data/images/ArtiFact_clean/000046.jpg | |
MET_358245 | The Virgin seated on a cloud | print | 1,580 | 1,584 | false | false | null | ["engraving", "etching"] | {"parts": [{"part": "sheet", "measurements": [{"attribute": "height", "value": 15.2, "note": ""}, {"attribute": "width", "value": 11.3, "note": ""}]}]} | null | null | federico barocci | artist | italian | 1,535 | 1,612 | madonna and child | Although Federico Barocci produced only four prints, they were of great importance to the history of printmaking. Following the example of Parmigianino, a number of Italian artists from the 1530s used etching often with engraving to produce their prints. Barocci's example alerted artists throughout Europe to the potent... | null | data/images/ArtiFact_clean/000047.jpg | |
AIC_151511 | Des Esseintes | print | 1,888 | 1,888 | false | false | ["chine", "ink", "paper"] | ["lithograph"] | {"parts": [{"part": "image", "measurements": [{"attribute": "height", "value": 14.9, "note": ""}, {"attribute": "width", "value": 9.6, "note": ""}]}, {"part": "sheet", "measurements": [{"attribute": "height", "value": 28.0, "note": ""}, {"attribute": "width", "value": 37.4, "note": ""}]}]} | null | france | odilon redon | artist | french | 1,840 | 1,916 | null | null | null | data/images/ArtiFact_clean/000048.jpg | |
RIJKS_200216092 | Kop van een kat, naar links | drawing | 1,819 | 1,819 | false | false | ["chalk", "paper"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 16.1, "note": ""}, {"attribute": "width", "value": 17.8, "note": ""}]}]} | null | null | jean bernard | draughtsman, print maker | null | 1,765 | 1,833 | cat | null | null | data/images/ArtiFact_clean/000049.jpg | |
RIJKS_200546593 | Christus jaagt de geldwisselaars uit de tempel | print | 1,585 | 1,585 | false | false | ["paper"] | ["engraving", "etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 20.2, "note": ""}, {"attribute": "width", "value": 28.7, "note": ""}]}]} | null | antwerp | null | null | null | null | null | purification of the temple ('first' and 'second'): christ driving the money-changers from the temple with a whip (matthew 21:12-13; mark 11:15-17; luke 19:45-46; john 12:12-19) | Christus verdrijft met een zweep in de hand de geldwisselaars uit de tempel. Hij heeft hun tafel ongegooid. Op de achtergrond de Ark van het verbond. Onder de voorstelling een verwijzing in het Latijn naar de Bijbeltekst in Mat. 21. | inscription: βMa maison est une maison de priere, et vous en avez fait une caverne de Voleurs.β, collector's mark: Lugt 2228, number: β82β | data/images/ArtiFact_clean/000050.jpg | |
RIJKS_200710443 | Portret van Harmen Henrik van de Poll | print | 1,772 | 1,780 | false | false | ["paper"] | ["engraving"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 17.7, "note": ""}, {"attribute": "width", "value": 11.8, "note": ""}]}]} | null | amsterdam | null | null | null | null | null | mayor, historical persons | Portret van de Amsterdamse burgemeester Harmen Henrik van de Poll in een ovaal. Het portret rust op een plint met daarop zijn naam en gegevens in drie regels in het Nederlands. | null | data/images/ArtiFact_clean/000051.jpg | |
MET_193918 | Souvenir | souvenir | 1,774 | 1,780 | false | false | ["diamond", "gold", "ivory"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 8.9, "note": ""}, {"attribute": "width", "value": 5.1, "note": ""}]}]} | null | null | null | null | null | null | null | children | In eighteenth-century Europe, Paris led the production of high-quality luxury goods. Parisian goldsmiths made a wide range of small, personal articles such as snuffboxes; Γ©tuis to hold sealing wax, tweezers, or utensils for sewing; souvenirs, which contained thin ivory tablets for note taking; and shuttles for knotting... | null | data/images/ArtiFact_clean/000052.jpg | |
MET_571052 | Bracelet | bracelet | 2,960 | 2,649 | true | true | ["shell"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "diameter", "value": 5.8, "note": "overall"}, {"attribute": "diameter", "value": 5.89, "note": "overall"}]}]} | null | egypt | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000053.jpg | |
MET_717225 | Belle Urquhart, from the Actresses series (N203) issued by Wm. S. Kimball & Co. | photograph | 1,889 | 1,889 | false | false | null | ["color lithograph"] | {"parts": [{"part": "sheet", "measurements": [{"attribute": "height", "value": 6.6, "note": ""}, {"attribute": "width", "value": 3.5, "note": ""}]}]} | null | null | william s. kimball & company | publisher | null | null | null | portraits,women,actresses | Trade cards from the "Actresses" series (N203), issued in 1889 by Wm. S. Kimball & Co. | null | data/images/ArtiFact_clean/000054.jpg | |
MET_556657 | Uninscribed Funerary Cone | cone, uninscribed | 2,124 | 1,981 | true | true | ["paint", "pottery"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "length", "value": 32.6, "note": null}, {"attribute": "diameter", "value": 9.0, "note": null}]}]} | null | egypt | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000055.jpg | |
MET_222787 | Lappet (one of a pair) | lappet | 1,701 | 1,800 | false | false | null | ["lace"] | {"parts": [{"part": "", "measurements": [{"attribute": "length", "value": 57.8, "note": ""}, {"attribute": "width", "value": 9.2, "note": ""}]}]} | null | null | null | null | null | null | null | flowers | null | null | data/images/ArtiFact_clean/000056.jpg | |
RIJKS_200347280 | Aardrijkskundige beeldengalerij, verzameld door M.J. Broekhuijsen, hoofd eener school te Amsterdam | stereograph | 1,900 | 1,902 | false | false | ["cardboard", "paper"] | ["albumen print"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 8.6, "note": ""}, {"attribute": "width", "value": 17.6, "note": ""}]}]} | null | amsterdam | null | null | null | null | null | square, place, circus, etc., townhall | null | number: β14.β, number: βF.14.β | data/images/ArtiFact_clean/000057.jpg | |
RIJKS_200226453 | Man vindt een schat tijdens het werken op een akker | book illustration | 1,710 | 1,710 | false | false | ["paper"] | ["etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 8.4, "note": ""}, {"attribute": "width", "value": 8.9, "note": ""}]}]} | null | amsterdam | jan luyken | draughtsman, print maker | null | 1,649 | 1,712 | treasure hunting, goldrush, landscapes | Illustratie uit: Luyken, Jan. De onwaardige wereld, vertoond in vyftig zinnebeelden, met godlyke spreuken en stichtelyke verzen. Amsterdam: Pieter Arentsz. II (wed.) en Cornelis van der Sys, 1710, p. 30. | collector's mark: Lugt 2228 | data/images/ArtiFact_clean/000058.jpg | |
MET_199013 | Armorial shield | armorial shield | 1,520 | 1,520 | false | false | ["marble"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 124.5, "note": "overall"}, {"attribute": "width", "value": 73.7, "note": "overall"}]}]} | null | null | null | null | null | null | null | shields,coat of arms | This shield is from the castle of VΓ©lez Blanco. The arms may be those of Catalina de Silva, Pedro Fajardo's third wife, whom he married in 1518. | null | data/images/ArtiFact_clean/000059.jpg | |
MET_52935 | Dish with Carved Decoration of Character for Longevity (Shou) | dish | 1,701 | 1,800 | false | false | ["ceramic glaze", "glaze", "porcelain"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 3.5, "note": "overall"}, {"attribute": "diameter", "value": 16.2, "note": "rim"}, {"attribute": "diameter", "value": 8.9, "note": "foot"}]}]} | chinese | null | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000060.jpg | |
MET_776262 | Fragment of a glazed ceramic plate | plate fragment | null | null | false | false | null | ["engraving"] | null | byzantine | null | null | null | null | null | null | null | Fragment of a plate with an engraved pattern; yellow glaze | null | data/images/ArtiFact_clean/000061.jpg | |
MET_186051 | Ewer | ewer | 1,860 | 1,880 | false | false | ["glass"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 31.1, "note": ""}]}]} | null | null | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000062.jpg | |
MET_209775 | The Oath of Love | fan | 1,867 | 1,900 | false | false | ["foil", "glass", "ivory", "mother of pearl", "paint", "silk", "silver", "thread"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 27.9, "note": ""}, {"attribute": "width", "value": 50.2, "note": ""}]}]} | null | null | jean honorΓ© fragonard | artist | french | 1,732 | 1,806 | men,women,bagpipes,harps | null | null | data/images/ArtiFact_clean/000063.jpg | |
RIJKS_200214090 | Portretten van Cornelis Visscher II, Christian van den Queborn en Gilles Mostaert | book illustration | 1,764 | 1,764 | false | false | ["paper"] | ["etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 15.0, "note": ""}, {"attribute": "width", "value": 10.2, "note": ""}]}]} | null | null | jan l admiral | draughtsman, print maker | null | 1,699 | 1,773 | gilles mostaert, haarlem, draughtsman, cornelis visscher (ii), antwerp, painter, christian van den queborn | Prent opgenomen in: Mander, Karel van; Jongh, Jacobus de (vert.). Het leven der doorluchtige Nederlandsche en eenige Hoogduitsche schilders. Amsterdam: Steven van Esveldt, 1764. | collector's mark: Lugt 2228 | data/images/ArtiFact_clean/000064.jpg | |
RIJKS_20036995 | Vestknoop van kunststof met reliΓ«f-ribbel, vast oogje en losse tegenklem | vestknoop | 1,900 | 1,940 | false | false | ["copper", "plastic"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "diameter", "value": 1.2, "note": ""}]}]} | null | netherlands | Anonymous | null | null | null | null | null | Vestknoop van kunststof met reliΓ«f-ribbel, vast oogje en losse tegenklem. | null | data/images/ArtiFact_clean/000065.jpg | |
RIJKS_200724052 | Fotoreproductie van Een wortel met patientiotype door Antoine Wiertz | photograph | 1,863 | 1,868 | false | false | ["photographic support"] | ["albumen print"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 9.8, "note": ""}, {"attribute": "width", "value": 13.7, "note": ""}]}]} | null | null | edmond fierlants | fotograaf | null | 1,819 | 1,869 | vegetables (with name) | null | check stamp: βSOCIΓTΓ ROYALE BELGE DE PHOTOGRAPHIE/ 69, RUE KEYENVELD/ BRUXELLESβ | data/images/ArtiFact_clean/000066.jpg | |
RIJKS_200478310 | Portret van Hans Felbbier of Jacob Gyscher | print | 1,582 | 1,582 | false | false | ["paper"] | ["engraving"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 5.1, "note": ""}, {"attribute": "width", "value": 10.9, "note": ""}]}]} | null | haarlem | hendrick goltzius | draughtsman, painter, print maker | null | 1,558 | 1,617 | neck-gear ~ clothing (with name), historical persons | Portret van een man met grote plooikraag, ten halven lijve. Niet geheel duidelijk wie hier is afgebeeld: Hans Felbbier of Jacob Gyscher. Randinscriptie rondom het ovaal. Onder het ovaal een zevenregelige Latijnse tekst, gedrukt van een aparte plaat (maar op hetzelfde blad als het portret). | signature and date: βHGoltzius fecit. 1582β, collector's mark: Lugt 240 | data/images/ArtiFact_clean/000067.jpg | |
RIJKS_200643684 | Alfabet tegen een gedecoreerde achtergrond | print | 1,490 | 1,536 | false | false | ["paper"] | ["etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 15.3, "note": ""}, {"attribute": "width", "value": 22.6, "note": ""}]}]} | null | augsburg | daniel hopfer (i) | print maker | null | 1,470 | 1,536 | ornament derived from animal forms, roman script; scripts based on the roman alphabet, unidentifiable plant forms ~ ornament | De letters in Romeinse majuskel, verdeeld over vier horizontale lijnen. | watermark, collector's mark: Lugt 2228, collector's mark: Lugt 4779 | data/images/ArtiFact_clean/000068.jpg | |
RIJKS_200243924 | T'es ben fier Γ prΓ©sent? | print | 1,825 | 1,825 | false | false | ["paper"] | ["hand coloring", "lithograph"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 35.1, "note": ""}, {"attribute": "width", "value": 26.0, "note": ""}]}]} | null | paris | null | null | null | null | null | adult man, clothes for special purposes, old man | null | collector's mark: Lugt 2228 | data/images/ArtiFact_clean/000069.jpg | |
MET_566837 | Relief Fragment with Parts of Heads of Prisoners | relief, prisoners' head | 2,030 | 2,000 | true | true | ["limestone", "paint"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 12.065}]}]} | null | egypt | null | null | null | null | null | eyes | The mortuary temple of Mentuhotep II at Deir el-Bahri combined innovative building ideas with a relief decoration that was largely based on prototypes from the Old Kingdom pyramid temples in the Memphite area. Utterly destroyed by stone robbers in antiquity, the decoration is only preserved in thousands of fragments. T... | null | data/images/ArtiFact_clean/000070.jpg | |
RIJKS_200307875 | Portret van Ernst Kalkoff | print | 1,852 | 1,852 | false | false | ["paper"] | ["lithograph"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 30.5, "note": ""}, {"attribute": "width", "value": 23.4, "note": ""}]}]} | null | null | ramsthal | print maker | null | null | null | historical persons not known by name | Portret van een verder onbekende man met de naam Ernst Kalkoff, gestorven op 29 maart 1852. | collector's mark: Lugt 2228 | data/images/ArtiFact_clean/000071.jpg | |
RIJKS_200785558 | 's-Gravenhage. Stadhuis | photomechanical print | 1,906 | 1,906 | false | false | ["cardboard"] | ["lithograph", "writing"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 14.0, "note": ""}, {"attribute": "width", "value": 9.0, "note": ""}]}]} | null | the hague | Anonymous | null | null | null | null | city-view, and landscape with man-made constructions, townhall | null | postage stamp | data/images/ArtiFact_clean/000072.jpg | |
MET_103408 | Dress | dress | 1,848 | 1,848 | false | false | ["cotton"] | null | null | american | null | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000073.jpg | |
RIJKS_200382298 | Eastbridge Chapel | print | 1,909 | 1,909 | false | false | ["paper"] | ["drypoint", "etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 15.1, "note": ""}, {"attribute": "width", "value": 22.5, "note": ""}]}]} | null | leiston | martin hardie | print maker | null | 1,875 | 1,952 | ruin of a building ~ architecture, thunderstorm | null | collector's mark: Lugt 2228, annotation: βMartin Hardieβ, collector's mark: Lugt 2760 | data/images/ArtiFact_clean/000074.jpg | |
RIJKS_200719670 | Spa | photomechanical print | null | null | false | false | ["paper"] | ["photolithography"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 16.9, "note": ""}, {"attribute": "width", "value": 20.6, "note": ""}]}]} | null | spa | c.f. | fotograaf | null | null | null | square, place, circus, etc., spring (fluids extracted from the earth) | null | collector's mark: βEAβ, inscription: βSE VEND CHEZ F. ENGEL A SPA.β, inscription: βPHOTOLITH. SIMONAU & TOOVEY, d'aprΓ¨s le procΓ©dΓ© de Mr. ASSER.β | data/images/ArtiFact_clean/000075.jpg | |
MET_14072 | Embroidered sampler | sampler | 1,840 | 1,840 | false | false | ["linen", "silk"] | ["embroidery"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 31.4, "note": ""}, {"attribute": "width", "value": 27.6, "note": ""}]}]} | american | united states | elizabeth coons | maker | american | 1,825 | 1,831 | null | null | null | data/images/ArtiFact_clean/000076.jpg | |
RIJKS_20012385 | Konijnen- en eendenjacht | drawing | 1,596 | 1,653 | false | false | ["chalk", "ink", "paper"] | ["brush", "pen"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 22.9, "note": ""}, {"attribute": "width", "value": 31.3, "note": ""}]}]} | null | null | null | null | null | null | null | hare-hunting, rabbit-hunting, bird hunting, water-birds | null | null | data/images/ArtiFact_clean/000077.jpg | |
MET_213873 | Galloon | galloon | 1,601 | 1,800 | false | false | ["metal thread"] | null | {"parts": [{"measurements": [{"attribute": "height", "value": 33.0}, {"attribute": "width", "value": 3.2}]}]} | null | null | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000078.jpg | |
RIJKS_200692564 | Witte narcis (Narcissus) | drawing | 1,596 | 1,610 | false | false | ["chalk", "paint", "ink", "paper", "watercolor"] | ["brush", "pen"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 23.8, "note": ""}, {"attribute": "width", "value": 18.1, "note": ""}]}]} | null | null | null | null | null | null | null | flowers: narcissus | Witte narcissen, enkelvoudige en dubbele bloemen. Genummerd rechtsboven: 207. Rechtsonder de Latijnse en Nederlandse naam. Onderdeel van het derde album met tekeningen van bloemen en planten. Tiende van twaalf albums met tekeningen van dieren, vogels en planten bekend rond 1600, gemaakt in opdracht van keizer Rudolf II... | null | data/images/ArtiFact_clean/000079.jpg | |
MET_640150 | "I'm de Boss Whistler on the block," from the Terrors of America set (N136) issued by Duke Sons & Co. to promote Honest Long Cut Tobacco | print | 1,888 | 1,889 | false | false | null | ["color lithograph"] | {"parts": [{"part": "sheet", "measurements": [{"attribute": "height", "value": 7.0, "note": ""}, {"attribute": "width", "value": 3.8, "note": ""}]}]} | null | null | w. duke, sons & co. | publisher | american | 1,870 | 1,920 | men | Trade cards from the "Terrors of America" series (N136), issued in a set of 50 cards in 1889 by W. Duke Sons & Co. to promote Honest Long Cut Tobacco. The original lithographs for the series were created by Knapp & Company, N.Y. This is the second time that Duke released the "Terrors of America" series. The cards of th... | null | data/images/ArtiFact_clean/000080.jpg | |
MET_40968 | Seal with Crouching Dragon | seal | 206 | 220 | true | false | ["jade"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 2.9, "note": "cm"}, {"attribute": "width", "value": 3, "note": "cm"}, {"attribute": "depth", "value": 3, "note": "cm"}]}]} | chinese | null | null | null | null | null | null | dragons | null | null | data/images/ArtiFact_clean/000081.jpg | |
MET_454592 | Textile Fragment | textile fragment | 1,701 | 1,800 | false | false | ["silk"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 39.7, "note": ""}, {"attribute": "width", "value": 34.3, "note": ""}]}]} | null | north africa | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000082.jpg | |
AIC_2876 | Venus Sur Les Aux | print | null | null | false | false | ["paper"] | ["engraving"] | {"parts": [{"part": "image", "measurements": [{"attribute": "height", "value": 8.7, "note": ""}, {"attribute": "width", "value": 10.5, "note": ""}]}, {"part": "plate", "measurements": [{"attribute": "height", "value": 13.3, "note": ""}, {"attribute": "width", "value": 13.5, "note": ""}]}, {"part": "sheet", "measurement... | null | france | jean-franΓ§ois janinet | null | french | 1,752 | 1,814 | null | null | null | data/images/ArtiFact_clean/000083.jpg | |
MET_823759 | Sheet with overall splotchy pattern | print | 1,801 | 1,900 | false | false | null | ["relief print"] | {"parts": [{"part": "sheet", "measurements": [{"attribute": "height", "value": 12.0, "note": ""}, {"attribute": "width", "value": 18.1, "note": ""}]}]} | null | null | Anonymous | artist | null | null | null | null | null | null | data/images/ArtiFact_clean/000084.jpg | |
RIJKS_20062050 | Doek met ruiten, sterren en in de hoeken Maria met kind | cloth | 1,700 | 1,700 | false | false | ["linen"] | ["damask"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 78.0, "note": ""}, {"attribute": "width", "value": 74.0, "note": ""}]}]} | null | germany | Anonymous | null | null | null | null | null | Doek van linnendamast met ruiten, sterren en in de hoeken Maria met kind. Middenveld: vierkant met ruiten en vier sterren. De rand wordt gevormd door een symmetrisch aangebrachte versiering van ranken en bloemen ter weerszijden van een vaas met bloemen als centraal motief. Hoeken: Maria met kind op de arm, beiden gekro... | mark: βELβ | data/images/ArtiFact_clean/000085.jpg | |
MET_9901 | Wine Glass | wine glass | 1,700 | 1,900 | false | false | null | ["glassblowing"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 7.6, "note": ""}]}]} | american | united states | null | null | null | null | null | null | null | null | data/images/ArtiFact_clean/000086.jpg | |
MET_824604 | Sheet with overall red and green floral pattern | print | 1,701 | 1,800 | false | false | null | ["relief print"] | {"parts": [{"part": "Sheet", "measurements": [{"attribute": "width", "value": 24.4, "note": "overall"}, {"attribute": "height", "value": 33, "note": "overall"}]}]} | null | null | Anonymous | artist | null | null | null | null | null | null | data/images/ArtiFact_clean/000087.jpg | |
AIC_86369 | Study | drawing and watercolor | 1,836 | 1,843 | false | false | ["graphite", "paper"] | ["drawing", "stumping"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 24.6, "note": ""}, {"attribute": "width", "value": 18.5, "note": ""}]}]} | null | france | eugène delacroix | artist | french | 1,798 | 1,863 | null | null | null | data/images/ArtiFact_clean/000088.jpg | |
AIC_28664 | Black Monday, or the Departure for School | print | null | null | false | false | ["paper"] | ["hand coloring", "mezzotint"] | {"parts": [{"part": "image", "measurements": [{"attribute": "height", "value": 45.4, "note": ""}, {"attribute": "width", "value": 60.6, "note": ""}]}, {"part": "plate", "measurements": [{"attribute": "height", "value": 48.1, "note": ""}, {"attribute": "width", "value": 60.7, "note": ""}]}, {"part": "sheet", "measuremen... | null | england | john jones | print maker, publisher | english | 1,745 | 1,797 | null | null | null | data/images/ArtiFact_clean/000089.jpg | |
RIJKS_200263960 | December | print | 1,575 | 1,613 | false | false | ["paper"] | ["etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 12.4, "note": ""}, {"attribute": "width", "value": 17.3, "note": ""}]}]} | null | italy | null | null | null | null | null | landscape symbolizing december, butcher, slaughterman, capricorn (zodiacal sign of december) | Landschap dat de maand december verbeeldt. Landschap met mensen die een varken slachten. Midden boven het symbool voor het sterrenbeeld steenbok. | collector's mark: Lugt 240 | data/images/ArtiFact_clean/000090.jpg | |
RIJKS_200631084 | Gezicht op de kerk en klooster van Saint-Victor te Parijs | print | 1,655 | 1,655 | false | false | ["paper"] | ["engraving", "etching", "hand coloring"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 33.7, "note": ""}, {"attribute": "width", "value": 28.2, "note": ""}]}]} | null | frankfurt am main | null | null | null | null | null | abbey, monastery, convent ~ roman catholic church, church (exterior) | Prent origineel vervaardigd als boekillustratie voor: Zeiller, Martin. Topographia Galliae, oder Beschreibung und Contrafaitung der vornehmbsten und bekantisten Oerter in dem mΓ€chtigen und grossen KΓΆnigreich Frankreich, 13 delen. Frankfurt am Main: Caspar Merian, 1655-1661. De prent werd voor het eerst gepubliceerd in ... | null | data/images/ArtiFact_clean/000091.jpg | |
RIJKS_200478889 | De Brittenburg bij Katwijk | print | 1,658 | 1,660 | false | false | ["paper"] | ["etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 15.4, "note": ""}, {"attribute": "width", "value": 23.1, "note": ""}]}]} | null | northern netherlands | Anonymous | null | null | null | null | landscape with ruins | Kustlandschap in vogelvlucht met een plattegrond van de fundamenten van het Huis te Britten, op de voorgrond boten op zee. | collector's mark: Lugt 2228 | data/images/ArtiFact_clean/000092.jpg | |
MET_437752 | Portrait of a Man | painting, miniature | 1,750 | 1,788 | false | false | ["ivory"] | null | {"parts": [{"measurements": [{"attribute": "height", "value": 6.2, "note": "overall"}, {"attribute": "width", "value": 4.1, "note": "overall"}]}]} | null | null | theodor friedrich stein | artist | german | 1,750 | 1,788 | men,portraits | null | null | data/images/ArtiFact_clean/000093.jpg | |
RIJKS_200602270 | Staande vrouw in een interieur | sketchbook leaf | 1,925 | 1,934 | false | false | ["paper", "pencil"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 25.8, "note": ""}, {"attribute": "width", "value": 21.0, "note": ""}]}]} | null | the hague | isaac israels | draughtsman, painter, print maker | null | 1,865 | 1,934 | adult woman (+ standing), interior of the house, chair | Ze leunt op de rugleuning van een stoel. Blad 25 recto uit schetsboek XXVI met 35 bladen. | null | data/images/ArtiFact_clean/000094.jpg | |
MET_463604 | Manuscript Illumination with David in Prayer in an Initial M, from a Psalter | psalter | 1,501 | 1,502 | false | false | ["gold", "ink", "parchment", "paint"] | null | {"parts": [{"part": "Overall", "measurements": [{"attribute": "height", "value": 22.7, "note": ""}, {"attribute": "width", "value": 15.88, "note": ""}]}, {"part": "Illumination", "measurements": [{"attribute": "height", "value": 8.1, "note": ""}, {"attribute": "width", "value": 8.1, "note": ""}]}, {"part": "Mat", "meas... | italian | italy | girolamo dai libri | artist | italian | 1,474 | 1,555 | david,praying | Like the singing monks in Girolamo dai Libri's miniature executed for the same psalter (displayed nearby), David appears here in prayer with his mouth open and his gaze turned heavenward. In many images of David, God the Father appears above him as the object of his inspiration. Like the monks, he appears to look beyon... | null | data/images/ArtiFact_clean/000095.jpg | |
MET_250256 | Terracotta flask | vase | 101 | 200 | false | false | ["terracotta"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 9.0, "note": ""}]}]} | roman | null | null | null | null | null | null | null | On the shoulder is barbotine decoration inset with small chunks of colored glass. | null | data/images/ArtiFact_clean/000096.jpg | |
MET_347194 | Oratio Cassandre Venete | book | 1,489 | 1,489 | false | false | null | null | null | null | germany | peter wagner | publisher | german | 15 | 15 | men,women | null | null | data/images/ArtiFact_clean/000097.jpg | |
MET_855411 | John Casimir | medal | 1,660 | 1,660 | false | false | ["silver"] | null | {"parts": [{"part": "", "measurements": [{"attribute": "diameter", "value": 42.6, "note": "Confirmed"}, {"attribute": "thickness", "value": 2.3, "note": "Confirmed"}]}]} | null | null | johann hoehn | artist | german, danzig | 1,637 | 1,693 | null | null | null | data/images/ArtiFact_clean/000098.jpg | |
RIJKS_200222183 | Titelpagina voor: J. Luyken, Jezus en de Ziel, 1678-1687 | titelblad, titelpagina | 1,678 | 1,687 | false | false | ["paper"] | ["etching"] | {"parts": [{"part": "", "measurements": [{"attribute": "height", "value": 13.0, "note": ""}, {"attribute": "width", "value": 8.4, "note": ""}]}]} | null | amsterdam | null | null | null | null | null | christ as youth, the soul | Titelpagina voor: Luyken, Jan. Jezus en de Ziel, 3 delen. Amsterdam: Pieter Arentsz II, 1678-1687. | collector's mark: Lugt 2228 | data/images/ArtiFact_clean/000099.jpg | |
MET_362264 | A Bachelor in His Study (The Sportsman's Breakfast) | drawing | 1,867 | 1,900 | false | false | ["watercolor"] | null | {"parts": [{"part": "sheet", "measurements": [{"attribute": "height", "value": 24.8, "note": ""}, {"attribute": "width", "value": 30.9, "note": ""}]}]} | null | null | j. buttfield | artist | british | 1,850 | 1,900 | food,interiors,men,dogs,chairs,tables | A gentleman dressed in a suit and slippers, relaxes in an armchair by the fire in a room decorated with paintings and athletic equipment. He looks towards a meal laid out on a table as a terrier stands expectantly at his feet. | null | data/images/ArtiFact_clean/000100.jpg |
ArtiFact
ArtiFact is a large-scale multimodal benchmark of museum artwork records with aligned images and structured metadata. It is designed for evaluating metadata extraction, error detection, semantic querying, and multimodal reasoning over cultural-heritage collections.
The dataset combines records from the Rijksmuseum, the Metropolitan Museum of Art (Met), and the Art Institute of Chicago (AIC), with normalized fields for artists, dates, materials, techniques, dimensions, culture, location, and descriptions.
Dataset structure
The Hub repository is organized as follows:
data/
βββ ArtiFact_clean.csv
βββ ArtiFact_clean_dirty.csv
βββ ArtiFact_clean_dirty_sample_10.csv
βββ ArtiFact_clean_dirty_sample_200.csv
βββ ArtiFact_clean_dirty_sample_500.csv
βββ images/
βββ ArtiFact_clean.tar # all clean-split images
βββ ArtiFact_clean_dirty.tar # all dirty-split images
βββ ArtiFact_clean_dirty/ # loose files: sample subset only
βββ 000441.jpg
βββ ...
Splits
| File | Role | Rows (approx.) | Images (approx.) |
|---|---|---|---|
ArtiFact_clean.csv |
Clean / ground-truth pool | ~391k | ~386k |
ArtiFact_clean_dirty.csv |
Benchmark with injected errors | ~260k | ~293k |
ArtiFact_clean holds normalized metadata without deliberate corruption. Use it as a training pool, reference data, or source of ground-truth labels.
ArtiFact_clean_dirty is the evaluation split. Roughly half of eligible rows carry one injected error; the other half are clean control rows with no injection. See How the dirty file works below.
How the ArtiFact_clean_dirty file works
Each row in ArtiFact_clean_dirty.csv contains both the correct metadata and (when applicable) the corrupted version used for benchmarking.
| What you need | Where to look | Meaning |
|---|---|---|
| Correct / ground-truth value | Base column (e.g. location, artist_name, date_begin) |
The true catalog value before injection |
| Corrupted / benchmark value | Matching *_error column (e.g. location_error, artist_name_error) |
The value with the synthetic error applied |
| Error category | error_type |
High-level field group (e.g. place_error, artist_error, image_error) |
| Specific injection | error_subtype |
How the error was created (e.g. city_level_swap, century_shift) |
| Clean row (no error) | error_type and error_subtype are empty |
All *_error columns are empty; base columns hold the true values |
Example β row with a place error:
| Column | Value |
|---|---|
object_ID |
RIJKS_200270633 |
error_type |
place_error |
error_subtype |
city_level_swap |
location (correct) |
northern netherlands |
location_error (corrupted) |
delft |
Example β clean control row:
| Column | Value |
|---|---|
object_ID |
AIC_180757 |
error_type |
(empty) |
error_subtype |
(empty) |
location |
france |
location_error |
(empty) |
For image swaps, the correct image URL is in image_url and the swapped URL is in image_url_error. The on-disk file for the corrupted image may use an -e suffix (e.g. 000002-e.jpg); see image_object_id_error for the source object.
Typical evaluation workflow:
- Present the model with the corrupted view β read from
*_errorcolumns when non-empty, otherwise from the base column. - Ask whether an error exists and which field is wrong.
- Score against
error_type/error_subtypeand the base*columns as ground truth.
import pandas as pd
row = pd.read_csv("data/ArtiFact_clean_dirty.csv").iloc[0]
has_error = bool(str(row["error_type"]).strip())
print("injected error?", has_error)
print("category:", row["error_type"], "subtype:", row["error_subtype"])
print("correct location:", row["location"])
print("corrupted location:", row["location_error"])
ArtiFact_clean.csv has no error_type, error_subtype, or *_error columns β only ground-truth metadata.
Sample index files
For quick experiments without loading the full dirty split, we provide row-index samples of ArtiFact_clean_dirty.csv:
| File | Rows | Description |
|---|---|---|
ArtiFact_clean_dirty_sample_10.csv |
200 | 10 rows per (error_type, error_subtype) pair + 10 clean rows |
ArtiFact_clean_dirty_sample_200.csv |
4,000 | 200 rows per pair + 200 clean rows |
ArtiFact_clean_dirty_sample_500.csv |
10,000 | 500 rows per pair + 500 clean rows |
Each sample file is a single-column CSV of row_id values: the 1-based row index into ArtiFact_clean_dirty.csv (header excluded). Rows are drawn uniformly at random within each error category, restricted to records that have a local image on disk.
The corresponding images are available as loose files under data/images/ArtiFact_clean_dirty/ on the Hub (see Images). You do not need to download the full ArtiFact_clean_dirty.tar to run sample benchmarks.
To materialize a sample as a full metadata table:
import pandas as pd
dirty = pd.read_csv("data/ArtiFact_clean_dirty.csv")
sample_ids = pd.read_csv("data/ArtiFact_clean_dirty_sample_500.csv")["row_id"]
subset = dirty.iloc[sample_ids - 1].reset_index(drop=True)
You can generate new samples with the project script scripts/sample_benchmark_by_error.py (see 11_sample_benchmark_by_error.sh).
Source museums (by object_ID prefix)
| Prefix | Institution |
|---|---|
RIJKS_ |
Rijksmuseum |
MET_ |
Metropolitan Museum of Art |
AIC_ |
Art Institute of Chicago |
Images
Images are provided in two forms:
| Format | Location | Contents |
|---|---|---|
| Loose files | data/images/ArtiFact_clean_dirty/ |
Images for the sample index files only (~200β10k files, depending on sample size) |
| Tar archives | data/images/ArtiFact_clean.tar, data/images/ArtiFact_clean_dirty.tar |
Complete image sets for each split (~386k / ~293k files) |
Loose files let you run quick experiments on ArtiFact_clean_dirty_sample_*.csv without downloading the full archives. For the full CSVs or the clean split, extract the corresponding tar.
Quick start (samples only)
If you only need a sample benchmark, download the metadata CSVs, a sample index file, and the loose images under data/images/ArtiFact_clean_dirty/:
huggingface-cli download deem-data/ArtiFact \
--repo-type dataset \
--include "data/ArtiFact_clean_dirty.csv" \
--include "data/ArtiFact_clean_dirty_sample_200.csv" \
--include "data/images/ArtiFact_clean_dirty/*"
Then resolve images via image_path as usual (paths point at data/images/ArtiFact_clean_dirty/NNNNNN.jpg).
We provide three evaluation samples (2000, 4000, and 10000 records) with balanced clean and error-injected records across all 19 subtypes (100, 200, and 500 per subtype, respectively); our baseline uses the 4000-record sample.
Full dataset (tar archives)
Extract both archives so that paths match the image_path column in the full CSVs:
mkdir -p data/images
tar -xf data/images/ArtiFact_clean.tar -C data/images/
tar -xf data/images/ArtiFact_clean_dirty.tar -C data/images/
This yields:
data/images/ArtiFact_clean/000001.jpg
data/images/ArtiFact_clean_dirty/000001.jpg
ArtiFact_clean contains only clean records, while ArtiFact_clean_dirty contains an equal split of clean and erroneous records with ground truth labels.
Image files are named by row index (NNNNNN.jpg). Rows with image-swap errors may use a companion file such as 000002-e.jpg.
Download with the Hugging Face CLI
pip install -U huggingface_hub
huggingface-cli download deem-data/ArtiFact --repo-type dataset --local-dir ArtiFact
cd ArtiFact
mkdir -p data/images
tar -xf data/images/ArtiFact_clean.tar -C data/images/
tar -xf data/images/ArtiFact_clean_dirty.tar -C data/images/
Data fields
Shared metadata columns
| Column | Description |
|---|---|
object_ID |
Unique record identifier (RIJKS_β¦, MET_β¦, AIC_β¦) |
title |
Object title |
object_name |
Object type / classification |
date_begin, date_end |
Creation date range (year) |
date_begin_bce, date_end_bce |
BCE flags for date fields |
materials, techniques |
JSON-like list fields |
dimensions_json |
Parsed dimensions |
culture, location |
Cultural and geographic attribution |
artist_name, artist_role, artist_nationality |
Artist metadata |
artist_date_begin, artist_date_end |
Artist life dates |
subjects |
Subject keywords |
description, inscriptions |
Textual description and inscriptions |
image_url |
Original museum image URL |
image_path |
Repo-relative path to the local image file |
Additional columns in ArtiFact_clean_dirty.csv
These columns exist only in the dirty split where 50% rows have an injected error. See How the dirty file works for how base vs *_error columns relate.
| Column | Description |
|---|---|
error_type |
Injected error category (date_error, artist_error, culture_error, place_error, image_error, β¦). Empty on clean rows. |
error_subtype |
Specific injection recipe (e.g. city_level_swap, century_shift). Empty on clean rows. |
*_error |
Corrupted value paired with the base column of the same name. Empty when that field was not corrupted. |
image_object_id_error |
object_ID of the artwork whose image was swapped in, when error_type is image_error. |
Base column β error column pairs (correct value on the left, corrupted on the right):
| Correct (ground truth) | Corrupted (erroneous input) |
|---|---|
date_begin, date_end, date_begin_bce, date_end_bce |
date_begin_error, date_end_error, β¦ |
artist_name, artist_role, artist_nationality, β¦ |
artist_name_error, artist_role_error, β¦ |
materials, techniques |
materials_error, techniques_error |
dimensions_json |
dimensions_json_error |
culture, location |
culture_error, location_error |
image_url |
image_url_error |
title, description |
title_error, description_error (propagated text; secondary) |
Injected error subtypes
Errors are drawn from a fixed distribution over metadata and image fields, including:
- Dates:
century_shift - Dimensions:
scale_error,aspect_swap - Materials:
material_anachronism,material_interchange - Techniques:
technique_anachronism,technique_interchange - Artists:
artist_tier_1_easyβ¦artist_tier_4_hardest - Culture / place:
culture_tight_swap,culture_continent_swap,country_level_swap,city_level_swap - Images:
image_tier_1_easy,image_tier_2_medium,image_tier_3_hard,embedding_swap
Usage example
import pandas as pd
from pathlib import Path
root = Path("ArtiFact")
clean = pd.read_csv(root / "data" / "ArtiFact_clean.csv")
dirty = pd.read_csv(root / "data" / "ArtiFact_clean_dirty.csv")
# Resolve an on-disk image from image_path
sample = dirty.iloc[0]
img = root / sample["image_path"]
print(sample["object_ID"], sample["error_type"], sample["error_subtype"], img.exists())
Notes
- Museum terms: Underlying images and metadata originate from public museum APIs and web collections. Users must comply with each institution's terms of use and attribution requirements when redistributing or publishing results.
- Archive layout: For full evaluation, images must be extracted from the
.tarfiles before allimage_pathvalues resolve on disk. - Error injection: The dirty split contains synthetic errors for benchmarking; it does not reflect real cataloging mistakes at the source museums.
- Images: Not every row has a local image; check
image_pathand file existence before image-based evaluation.
Citation
If you use ArtiFact in your work, please cite the dataset and acknowledge the source museums (Rijksmuseum, Metropolitan Museum of Art, Art Institute of Chicago).
@article{duarte2026artifact,
title = {{ArtiFact}: A Large-Scale Multi-Modal Cultural Heritage Dataset},
author = {Duarte, Luciano and Ovcharenko, Olga and Schelter, Sebastian},
year = {2026},
url = {https://github.com/OlgaOvcharenko/ArtiFact}
}
Contact
Repository: deem-data/ArtiFact Website: https://olgaovcharenko.github.io/ArtiFact/
- Downloads last month
- 1