{ "cells": [ { "cell_type": "markdown", "id": "d7149021", "metadata": {}, "source": [ "
More than 500 Italian paintings are now exhibited at Metropolitan Museum of Art, New York. What's the history behind their journeys?
\n", "Nice to MET you is an Information Visualization project, exploring the Italian paintings that are exhibited at The Metropolitan Museum of Art in New York. More than five hundred Italian masterpieces are currently preserved at the MET, but how did they get there? The aim of this project is to examine the provenance of these artworks and those actors who contributed to the growth of this collection.
\n", "\n", "The project relies on two major sources, whose specific contribution will be clarified in the next section: The MET .csv Dataset (available at this link) and the Zeri & Lode RDF dataset.
\n", "\n", "This Jupyter Notebook is intended to provide readers with a documentation of the project.
" ] }, { "cell_type": "markdown", "id": "e94b5a28", "metadata": {}, "source": [ "As part of the Open Access Initiave, The Metropolitan Museum of Art provides select datasets of information on more than 470,000 artworks. Among them, one can observe a considerable number of Italian paintings, an initial cataloguing of which was carried out by the Italian connoisseur Federico Zeri (1971-1986). The Metropolitan dataset contains many details about the creation and the accession of each artwork, along with cataloguing information and URI references to Wikidata and the Getty Art & Architecture Thesaurus.
\n", "Nevertheless, some data about the provenance are still missing: this is the reason why, the present project exploits the information made available by the Zeri & Lode project. The first release of the Zeri Photo Archive RDF dataset (April, 2016) represents a considerable subset of data already available at the Zeri Catalog web site. Not all the Italian paintings preserved at the MET are currently represented in the RDF graph. However, the Zeri & Lode project presents a major advantage: it allows users to better examine the history of the artworks. Each available transaction/transfer is in fact associated with its own URI, which is directly linked to the URIs of both the surrender and the receiver. In other words, the MET dataset only focuses on the last transfer of the artwork (column \"Credit Line\"; e.g.: Bequest of Harry G. Sperling, 1971), while the Zeri Catalog provides some more information also about the previous transactions (e.g.: http://data.fondazionezeri.unibo.it/id/artwork/16633/provenance-4), allowing users to better track down some of the artworks' trajectories.
" ] }, { "cell_type": "markdown", "id": "9e50c2d1", "metadata": {}, "source": [ "Step 1: Import Libraries" ] }, { "cell_type": "code", "execution_count": 1, "id": "f19a1610", "metadata": {}, "outputs": [], "source": [ "#pandas\n", "from pandas import read_sql\n", "import pandas as pd\n", "\n", "#sql \n", "from sqlite3 import connect\n", "\n", "#sparql\n", "from SPARQLWrapper import SPARQLWrapper, JSON\n", "import sparql_dataframe\n", "\n", "#regular expressions\n", "import re" ] }, { "cell_type": "markdown", "id": "5a9391c5", "metadata": {}, "source": [ "Step 2: Extract Italian Paintaings from the general MET dataset" ] }, { "cell_type": "markdown", "id": "3d1b7da1", "metadata": {}, "source": [ "The MET dataset (.csv format) is converted into a DataFrame. The columns \"Artist Nationality\"/\"Artist Display Bio\" and \"Department\" allow us to isolate Italian Paintings creating a smaller DataFrame (italianDataset
). This task is carried out through an SQL query.
The Federico Zeri Catalog deals with a huge collection of artworks: some of them are included in the MET dataset, but the Zeri Catalog offers a much more detailed presentation about the provenance of some paintings. In this case, we need to perform a SPARQL query: thus, we need an endpoint that allows us to reach the RDF dataset.
\n", "The CIDOC Conceptual Reference Model (CIDOC-CRM) was used to represent the richness of Zeri Photo Archive. Thus, crm:
is the main PREFIX for this query.
<https://w3id.org/zericatalog/the-metropolitan-museum-of-art-new-york-ny> is the URIRef for the Metropolitan Museum.
" ] }, { "cell_type": "code", "execution_count": 3, "id": "9bf44cd1", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", " | artwork | \n", "label_artwork | \n", "inventory | \n", "
---|---|---|---|
0 | \n", "https://w3id.org/zericatalog/artwork/18789/item | \n", "Artwork \"Luciani Sebastiano , Ritratto di Cris... | \n", "inv. 00.18.2 | \n", "
1 | \n", "https://w3id.org/zericatalog/artwork/16633/item | \n", "Artwork \"Del Conte Jacopino , Sacra Famiglia\" ... | \n", "inv. 1976.100.15, lascito Harry G. Sperling | \n", "
2 | \n", "https://w3id.org/zericatalog/artwork/18917/item | \n", "Artwork \"Anonimo sec. XVI , Ritratto di monaco... | \n", "inv. 1986.339.1 | \n", "
3 | \n", "https://w3id.org/zericatalog/artwork/18008/item | \n", "Artwork \"Rossi Francesco de' , Ritratto maschi... | \n", "inv. 45.128.11 | \n", "
4 | \n", "https://w3id.org/zericatalog/artwork/18022/item | \n", "Artwork \"Rossi Francesco de' , Ritratto maschi... | \n", "inv. 55.14 | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "
103 | \n", "https://w3id.org/zericatalog/artwork/50670/item | \n", "Artwork \"Bonvicino Alessandro , Ritratto di ge... | \n", "inv. 28.79 | \n", "
104 | \n", "https://w3id.org/zericatalog/artwork/49125/item | \n", "Artwork \"Tisi Benvenuto , San Nicola da Tolent... | \n", "inv. 17.190.24 | \n", "
105 | \n", "https://w3id.org/zericatalog/artwork/49129/item | \n", "Artwork \"Tisi Benvenuto , San Nicola da Tolent... | \n", "inv. 17.190.23 | \n", "
106 | \n", "https://w3id.org/zericatalog/artwork/50819/item | \n", "Artwork \"Bonvicino Alessandro , Deposizione di... | \n", "inv. 12.61 | \n", "
107 | \n", "https://w3id.org/zericatalog/artwork/51739/item | \n", "Artwork \"Bonvicino Alessandro , Cristo nel des... | \n", "inv. 11.53 | \n", "
108 rows × 3 columns
\n", "We are now interested in discovering something more about the artworks' provenance:
\n", "\n", " | artwork | \n", "history | \n", "receivers | \n", "id | \n", "surrenders | \n", "
---|---|---|---|---|---|
0 | \n", "https://w3id.org/zericatalog/artwork/39117/item | \n", "6 | \n", "The Metropolitan Museum of Art; Collezione G. ... | \n", "inv. 1970.134.1 | \n", "Asta Sotheby's; Ashburnham Place, collezione A... | \n", "
1 | \n", "https://w3id.org/zericatalog/artwork/39828/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.12 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
2 | \n", "https://w3id.org/zericatalog/artwork/39818/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.5 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
3 | \n", "https://w3id.org/zericatalog/artwork/45055/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 14.40.650, dono B. Altman | \n", "Collezione B. Altman | \n", "
4 | \n", "https://w3id.org/zericatalog/artwork/39821/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.7 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
5 | \n", "https://w3id.org/zericatalog/artwork/39831/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.14 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
6 | \n", "https://w3id.org/zericatalog/artwork/16633/item | \n", "4 | \n", "The Metropolitan Museum of Art; Collezione H.G... | \n", "inv. 1976.100.15, lascito Harry G. Sperling | \n", "Collezione H.G. Sperling; Kleinberger Gallerie... | \n", "
7 | \n", "https://w3id.org/zericatalog/artwork/41423/item | \n", "2 | \n", "The Metropolitan Museum of Art; Asta Christie's | \n", "inv. 1973.311.1 | \n", "Asta Christie's; Harewood House, collezione Ea... | \n", "
8 | \n", "https://w3id.org/zericatalog/artwork/60085/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 1971.115.3b | \n", "Duveen Brothers, Inc. | \n", "
9 | \n", "https://w3id.org/zericatalog/artwork/39841/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.20 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
10 | \n", "https://w3id.org/zericatalog/artwork/32096/item | \n", "4 | \n", "The Metropolitan Museum of Art; P. Corsini; Co... | \n", "inv. 1984.74 | \n", "P. Corsini; Collezione S. Brunswick; Hammer Ga... | \n", "
11 | \n", "https://w3id.org/zericatalog/artwork/45062/item | \n", "4 | \n", "The Metropolitan Museum of Art; Collezione J. ... | \n", "inv. 16.30ab, dono di J. Pierpont Morgan (1916) | \n", "Collezione J. Pierpont Morgan; Collezioni real... | \n", "
12 | \n", "https://w3id.org/zericatalog/artwork/46494/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 41.100.12 | \n", "Collezione G. e F. Blumenthal | \n", "
13 | \n", "https://w3id.org/zericatalog/artwork/18022/item | \n", "3 | \n", "The Metropolitan Museum of Art; Collezione J.H... | \n", "inv. 55.14 | \n", "Collezione J.H. Harding; Asta Christie's; Coll... | \n", "
14 | \n", "https://w3id.org/zericatalog/artwork/36192/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 1971.115.3a | \n", "Duveen Brothers, Inc. | \n", "
15 | \n", "https://w3id.org/zericatalog/artwork/39830/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.13 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
16 | \n", "https://w3id.org/zericatalog/artwork/39850/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.22 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
17 | \n", "https://w3id.org/zericatalog/artwork/39825/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.9 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
18 | \n", "https://w3id.org/zericatalog/artwork/36357/item | \n", "3 | \n", "The Metropolitan Museum of Art; Collezione T.M... | \n", "inv. 30.95.270 | \n", "Collezione T.M. Davis; Collezione Baude; Colle... | \n", "
19 | \n", "https://w3id.org/zericatalog/artwork/39814/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.2 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
20 | \n", "https://w3id.org/zericatalog/artwork/39834/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.16 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
21 | \n", "https://w3id.org/zericatalog/artwork/45063/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 32 | \n", "Convento di S. Antonio da Padova | \n", "
22 | \n", "https://w3id.org/zericatalog/artwork/44254/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 49.7.15 | \n", "Collezione J.S. Bache | \n", "
23 | \n", "https://w3id.org/zericatalog/artwork/39817/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.4 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
24 | \n", "https://w3id.org/zericatalog/artwork/39837/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.18 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
25 | \n", "https://w3id.org/zericatalog/artwork/47447/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 1981.451 | \n", "Collezione Rosendaal | \n", "
26 | \n", "https://w3id.org/zericatalog/artwork/39842/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.21 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
27 | \n", "https://w3id.org/zericatalog/artwork/50670/item | \n", "3 | \n", "The Metropolitan Museum of Art; Knoedler and C... | \n", "inv. 28.79 | \n", "Knoedler and Co.; E. Volpi; Collezione Fassati | \n", "
28 | \n", "https://w3id.org/zericatalog/artwork/34631/item | \n", "3 | \n", "The Metropolitan Museum of Art; Collezione Sti... | \n", "inv. 22.16.12, dono di Dr. E.G. Stillman | \n", "Collezione Stillman; Asta Galerie Georges Peti... | \n", "
29 | \n", "https://w3id.org/zericatalog/artwork/39826/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.10 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
30 | \n", "https://w3id.org/zericatalog/artwork/39836/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.17 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
31 | \n", "https://w3id.org/zericatalog/artwork/45030/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 14.40.640, dono B. Altman | \n", "Collezione B. Altman | \n", "
32 | \n", "https://w3id.org/zericatalog/artwork/35890/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 1982.60.8, collezione Linsky | \n", "Collezione Linsky | \n", "
33 | \n", "https://w3id.org/zericatalog/artwork/35624/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 06.171 | \n", "Dowdeswell & Dowdeswell | \n", "
34 | \n", "https://w3id.org/zericatalog/artwork/36230/item | \n", "2 | \n", "The Metropolitan Museum of Art; Collezione col... | \n", "inv. 30.83 | \n", "Collezione colonnello Sacchetti; Oratorio di S... | \n", "
35 | \n", "https://w3id.org/zericatalog/artwork/39119/item | \n", "6 | \n", "The Metropolitan Museum of Art; Collezione G. ... | \n", "inv. 1970.134.2 | \n", "Asta Sotheby's; Ashburnham Place, collezione A... | \n", "
36 | \n", "https://w3id.org/zericatalog/artwork/39450/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 2006.409 | \n", "Mercato antiquario | \n", "
37 | \n", "https://w3id.org/zericatalog/artwork/39833/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.15 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
38 | \n", "https://w3id.org/zericatalog/artwork/18917/item | \n", "4 | \n", "The Metropolitan Museum of Art; Collezione Mr.... | \n", "inv. 1986.339.1 | \n", "Collezione Mr. e Mrs. C.B. Wrightsman; Asta So... | \n", "
39 | \n", "https://w3id.org/zericatalog/artwork/39823/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.8 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
40 | \n", "https://w3id.org/zericatalog/artwork/40327/item | \n", "3 | \n", "The Metropolitan Museum of Art; Collezione Mrs... | \n", "inv. 1975.97 | \n", "Collezione Mrs. E. Fowles; Asta Sotheby's; Col... | \n", "
41 | \n", "https://w3id.org/zericatalog/artwork/39813/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.1 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
42 | \n", "https://w3id.org/zericatalog/artwork/43587/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 36.29 | \n", "Duveen Brothers, Inc. | \n", "
43 | \n", "https://w3id.org/zericatalog/artwork/44170/item | \n", "6 | \n", "The Metropolitan Museum of Art; F. Mont; Galle... | \n", "inv. 1973.116 | \n", "F. Mont; Galleria Fleischmann; Kleinberger Gal... | \n", "
44 | \n", "https://w3id.org/zericatalog/artwork/39542/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 2000.420 | \n", "Asta Christie's | \n", "
45 | \n", "https://w3id.org/zericatalog/artwork/39827/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.11 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
46 | \n", "https://w3id.org/zericatalog/artwork/36740/item | \n", "3 | \n", "The Metropolitan Museum of Art; Collezione Fri... | \n", "inv. 32.100.80 | \n", "Collezione Friedsam; Asta Galerie Georges Peti... | \n", "
47 | \n", "https://w3id.org/zericatalog/artwork/39839/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.19 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
48 | \n", "https://w3id.org/zericatalog/artwork/39815/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.3 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
49 | \n", "https://w3id.org/zericatalog/artwork/39820/item | \n", "5 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "inv. 48.17.6 | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "
50 | \n", "https://w3id.org/zericatalog/artwork/37173/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 17.190.8 | \n", "Collezione J. Pierpont Morgan | \n", "
51 | \n", "https://w3id.org/zericatalog/artwork/16692/item | \n", "2 | \n", "The Metropolitan Museum of Art; Collezione Dillon | \n", "inv. 1977.384.1, dono di Clarence Dillon (1977) | \n", "Collezione Dillon; Collezione Chaix-d'Est Anges | \n", "
52 | \n", "https://w3id.org/zericatalog/artwork/45329/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 57.170, dono di Robert Lehman | \n", "Collezione R. Lehman | \n", "
53 | \n", "https://w3id.org/zericatalog/artwork/33068/item | \n", "7 | \n", "The Metropolitan Museum of Art; Collezione J.S... | \n", "inv. 49.7.12 | \n", "Collezione J.S. Bache; Duveen Brothers, Inc.; ... | \n", "
54 | \n", "https://w3id.org/zericatalog/artwork/40326/item | \n", "3 | \n", "The Metropolitan Museum of Art; Collezione Mrs... | \n", "inv. 1974.216 | \n", "Collezione Mrs. E. Fowles; Asta Sotheby's; Col... | \n", "
55 | \n", "https://w3id.org/zericatalog/artwork/43626/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 49.7.16 | \n", "Collezione J.S. Bache | \n", "
56 | \n", "https://w3id.org/zericatalog/artwork/48406/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 1979.209 | \n", "Matthiesen | \n", "
57 | \n", "https://w3id.org/zericatalog/artwork/35237/item | \n", "1 | \n", "The Metropolitan Museum of Art | \n", "inv. 1989.21 | \n", "P. Corsini | \n", "
Our goal is to combine the two dataframes we have created so far (italiaDataset
and final_df
), thus, we need to align the artworks according to their Object Number (the only element shared by the two original Datasets). We then need to manipulate the column \"id\" (later renamed as \"Object Number\") of the final_df
. First, the abbreviation \"inv.\" at the beginning of each id must be removed, so that we can effectively compare the cataloguing number. Moreover, in the Zeri RDF dataset, multiple artworks related to the same group are considered as individual, while the MET dataset considers them as a single conceptual object. Therefore, it is necessary to group the artworks' ids from the Zeri dataset.
\n", " | artwork | \n", "history | \n", "receivers | \n", "surrenders | \n", "Object Number | \n", "
---|---|---|---|---|---|
0 | \n", "https://w3id.org/zericatalog/artwork/39117/item | \n", "6.0 | \n", "The Metropolitan Museum of Art; Collezione G. ... | \n", "Asta Sotheby's; Ashburnham Place, collezione A... | \n", "1970.134.1 | \n", "
3 | \n", "https://w3id.org/zericatalog/artwork/45055/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione B. Altman | \n", "14.40.650 | \n", "
6 | \n", "https://w3id.org/zericatalog/artwork/16633/item | \n", "4.0 | \n", "The Metropolitan Museum of Art; Collezione H.G... | \n", "Collezione H.G. Sperling; Kleinberger Gallerie... | \n", "1976.100.15 | \n", "
7 | \n", "https://w3id.org/zericatalog/artwork/41423/item | \n", "2.0 | \n", "The Metropolitan Museum of Art; Asta Christie's | \n", "Asta Christie's; Harewood House, collezione Ea... | \n", "1973.311.1 | \n", "
10 | \n", "https://w3id.org/zericatalog/artwork/32096/item | \n", "4.0 | \n", "The Metropolitan Museum of Art; P. Corsini; Co... | \n", "P. Corsini; Collezione S. Brunswick; Hammer Ga... | \n", "1984.74 | \n", "
11 | \n", "https://w3id.org/zericatalog/artwork/45062/item | \n", "4.0 | \n", "The Metropolitan Museum of Art; Collezione J. ... | \n", "Collezione J. Pierpont Morgan; Collezioni real... | \n", "16.30ab | \n", "
12 | \n", "https://w3id.org/zericatalog/artwork/46494/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione G. e F. Blumenthal | \n", "41.100.12 | \n", "
13 | \n", "https://w3id.org/zericatalog/artwork/18022/item | \n", "3.0 | \n", "The Metropolitan Museum of Art; Collezione J.H... | \n", "Collezione J.H. Harding; Asta Christie's; Coll... | \n", "55.14 | \n", "
18 | \n", "https://w3id.org/zericatalog/artwork/36357/item | \n", "3.0 | \n", "The Metropolitan Museum of Art; Collezione T.M... | \n", "Collezione T.M. Davis; Collezione Baude; Colle... | \n", "30.95.270 | \n", "
21 | \n", "https://w3id.org/zericatalog/artwork/45063/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Convento di S. Antonio da Padova | \n", "32 | \n", "
22 | \n", "https://w3id.org/zericatalog/artwork/44254/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione J.S. Bache | \n", "49.7.15 | \n", "
25 | \n", "https://w3id.org/zericatalog/artwork/47447/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione Rosendaal | \n", "1981.451 | \n", "
27 | \n", "https://w3id.org/zericatalog/artwork/50670/item | \n", "3.0 | \n", "The Metropolitan Museum of Art; Knoedler and C... | \n", "Knoedler and Co.; E. Volpi; Collezione Fassati | \n", "28.79 | \n", "
28 | \n", "https://w3id.org/zericatalog/artwork/34631/item | \n", "3.0 | \n", "The Metropolitan Museum of Art; Collezione Sti... | \n", "Collezione Stillman; Asta Galerie Georges Peti... | \n", "22.16.12 | \n", "
31 | \n", "https://w3id.org/zericatalog/artwork/45030/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione B. Altman | \n", "14.40.640 | \n", "
32 | \n", "https://w3id.org/zericatalog/artwork/35890/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione Linsky | \n", "1982.60.8 | \n", "
33 | \n", "https://w3id.org/zericatalog/artwork/35624/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Dowdeswell & Dowdeswell | \n", "06.171 | \n", "
34 | \n", "https://w3id.org/zericatalog/artwork/36230/item | \n", "2.0 | \n", "The Metropolitan Museum of Art; Collezione col... | \n", "Collezione colonnello Sacchetti; Oratorio di S... | \n", "30.83 | \n", "
35 | \n", "https://w3id.org/zericatalog/artwork/39119/item | \n", "6.0 | \n", "The Metropolitan Museum of Art; Collezione G. ... | \n", "Asta Sotheby's; Ashburnham Place, collezione A... | \n", "1970.134.2 | \n", "
36 | \n", "https://w3id.org/zericatalog/artwork/39450/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Mercato antiquario | \n", "2006.409 | \n", "
38 | \n", "https://w3id.org/zericatalog/artwork/18917/item | \n", "4.0 | \n", "The Metropolitan Museum of Art; Collezione Mr.... | \n", "Collezione Mr. e Mrs. C.B. Wrightsman; Asta So... | \n", "1986.339.1 | \n", "
40 | \n", "https://w3id.org/zericatalog/artwork/40327/item | \n", "3.0 | \n", "The Metropolitan Museum of Art; Collezione Mrs... | \n", "Collezione Mrs. E. Fowles; Asta Sotheby's; Col... | \n", "1975.97 | \n", "
42 | \n", "https://w3id.org/zericatalog/artwork/43587/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Duveen Brothers, Inc. | \n", "36.29 | \n", "
43 | \n", "https://w3id.org/zericatalog/artwork/44170/item | \n", "6.0 | \n", "The Metropolitan Museum of Art; F. Mont; Galle... | \n", "F. Mont; Galleria Fleischmann; Kleinberger Gal... | \n", "1973.116 | \n", "
44 | \n", "https://w3id.org/zericatalog/artwork/39542/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Asta Christie's | \n", "2000.420 | \n", "
46 | \n", "https://w3id.org/zericatalog/artwork/36740/item | \n", "3.0 | \n", "The Metropolitan Museum of Art; Collezione Fri... | \n", "Collezione Friedsam; Asta Galerie Georges Peti... | \n", "32.100.80 | \n", "
50 | \n", "https://w3id.org/zericatalog/artwork/37173/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione J. Pierpont Morgan | \n", "17.190.8 | \n", "
51 | \n", "https://w3id.org/zericatalog/artwork/16692/item | \n", "2.0 | \n", "The Metropolitan Museum of Art; Collezione Dillon | \n", "Collezione Dillon; Collezione Chaix-d'Est Anges | \n", "1977.384.1 | \n", "
52 | \n", "https://w3id.org/zericatalog/artwork/45329/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione R. Lehman | \n", "57.170 | \n", "
53 | \n", "https://w3id.org/zericatalog/artwork/33068/item | \n", "7.0 | \n", "The Metropolitan Museum of Art; Collezione J.S... | \n", "Collezione J.S. Bache; Duveen Brothers, Inc.; ... | \n", "49.7.12 | \n", "
54 | \n", "https://w3id.org/zericatalog/artwork/40326/item | \n", "3.0 | \n", "The Metropolitan Museum of Art; Collezione Mrs... | \n", "Collezione Mrs. E. Fowles; Asta Sotheby's; Col... | \n", "1974.216 | \n", "
55 | \n", "https://w3id.org/zericatalog/artwork/43626/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione J.S. Bache | \n", "49.7.16 | \n", "
56 | \n", "https://w3id.org/zericatalog/artwork/48406/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Matthiesen | \n", "1979.209 | \n", "
57 | \n", "https://w3id.org/zericatalog/artwork/35237/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "P. Corsini | \n", "1989.21 | \n", "
58 | \n", "https://w3id.org/zericatalog/artwork/39828/ite... | \n", "5.0 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "48.17.1–22 | \n", "
59 | \n", "https://w3id.org/zericatalog/artwork/60085/ite... | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Duveen Brothers, Inc. | \n", "1971.115.3ab | \n", "
We are now ready to merge our Dataframes (italiaDataset
and final_df
). In this way, the data from the two datasets (MET and Zeri Catalog) will be aligned in a unique Dataframe.
\n", " | artwork | \n", "history | \n", "receivers | \n", "surrenders | \n", "Object Number | \n", "Is Highlight | \n", "Is Timeline Work | \n", "Is Public Domain | \n", "Object ID | \n", "Gallery Number | \n", "... | \n", "River | \n", "Classification | \n", "Rights and Reproduction | \n", "Link Resource | \n", "Object Wikidata URL | \n", "Metadata Date | \n", "Repository | \n", "Tags | \n", "Tags AAT URL | \n", "Tags Wikidata URL | \n", "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", "https://w3id.org/zericatalog/artwork/39117/item | \n", "6.0 | \n", "The Metropolitan Museum of Art; Collezione G. ... | \n", "Asta Sotheby's; Ashburnham Place, collezione A... | \n", "1970.134.1 | \n", "0 | \n", "0 | \n", "1 | \n", "436567 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19911541 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Infants|Women|Saint John the Baptist|Bedrooms|... | \n", "http://vocab.getty.edu/page/aat/300189561|http... | \n", "https://www.wikidata.org/wiki/Q998|https://www... | \n", "
1 | \n", "https://w3id.org/zericatalog/artwork/45055/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione B. Altman | \n", "14.40.650 | \n", "0 | \n", "1 | \n", "1 | \n", "437823 | \n", "608.0 | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19904807 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Men|Portraits | \n", "http://vocab.getty.edu/page/aat/300025928|http... | \n", "https://www.wikidata.org/wiki/Q8441|https://ww... | \n", "
2 | \n", "https://w3id.org/zericatalog/artwork/16633/item | \n", "4.0 | \n", "The Metropolitan Museum of Art; Collezione H.G... | \n", "Collezione H.G. Sperling; Kleinberger Gallerie... | \n", "1976.100.15 | \n", "0 | \n", "0 | \n", "1 | \n", "436770 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19912153 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Holy Family|Saint Joseph|Christ|Virgin Mary | \n", "http://vocab.getty.edu/page/ia/901001175|http:... | \n", "https://www.wikidata.org/wiki/Q618057|https://... | \n", "
3 | \n", "https://w3id.org/zericatalog/artwork/41423/item | \n", "2.0 | \n", "The Metropolitan Museum of Art; Asta Christie's | \n", "Asta Christie's; Harewood House, collezione Ea... | \n", "1973.311.1 | \n", "0 | \n", "1 | \n", "1 | \n", "435722 | \n", "626.0 | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19905185 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Armor|Boys|Men|Portraits | \n", "http://vocab.getty.edu/page/aat/300226591|http... | \n", "https://www.wikidata.org/wiki/Q20793164|https:... | \n", "
4 | \n", "https://w3id.org/zericatalog/artwork/32096/item | \n", "4.0 | \n", "The Metropolitan Museum of Art; P. Corsini; Co... | \n", "P. Corsini; Collezione S. Brunswick; Hammer Ga... | \n", "1984.74 | \n", "0 | \n", "1 | \n", "1 | \n", "437342 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19911628 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Sadness|Suffering|Mary Magdalene|Saint John th... | \n", "http://vocab.getty.edu/page/aat/300055166|http... | \n", "https://www.wikidata.org/wiki/Q169251|https://... | \n", "
5 | \n", "https://w3id.org/zericatalog/artwork/45062/item | \n", "4.0 | \n", "The Metropolitan Museum of Art; Collezione J. ... | \n", "Collezione J. Pierpont Morgan; Collezioni real... | \n", "16.30ab | \n", "1 | \n", "1 | \n", "1 | \n", "437372 | \n", "962.0 | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q27033728 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Madonna and Child|Saint Catherine|Saint John t... | \n", "http://vocab.getty.edu/page/ia/901000052| |htt... | \n", "https://www.wikidata.org/wiki/Q9309699| |https... | \n", "
6 | \n", "https://w3id.org/zericatalog/artwork/46494/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione G. e F. Blumenthal | \n", "41.100.12 | \n", "0 | \n", "1 | \n", "1 | \n", "437822 | \n", "608.0 | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19905075 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Men|Portraits | \n", "http://vocab.getty.edu/page/aat/300025928|http... | \n", "https://www.wikidata.org/wiki/Q8441|https://ww... | \n", "
7 | \n", "https://w3id.org/zericatalog/artwork/18022/item | \n", "3.0 | \n", "The Metropolitan Museum of Art; Collezione J.H... | \n", "Collezione J.H. Harding; Asta Christie's; Coll... | \n", "55.14 | \n", "0 | \n", "1 | \n", "1 | \n", "437598 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19912783 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Men|Portraits | \n", "http://vocab.getty.edu/page/aat/300025928|http... | \n", "https://www.wikidata.org/wiki/Q8441|https://ww... | \n", "
8 | \n", "https://w3id.org/zericatalog/artwork/44254/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione J.S. Bache | \n", "49.7.15 | \n", "0 | \n", "0 | \n", "1 | \n", "437824 | \n", "626.0 | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q3842385 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Madonna and Child | \n", "http://vocab.getty.edu/page/ia/901000052 | \n", "https://www.wikidata.org/wiki/Q9309699 | \n", "
9 | \n", "https://w3id.org/zericatalog/artwork/50670/item | \n", "3.0 | \n", "The Metropolitan Museum of Art; Knoedler and C... | \n", "Knoedler and Co.; E. Volpi; Collezione Fassati | \n", "28.79 | \n", "0 | \n", "1 | \n", "1 | \n", "437158 | \n", "626.0 | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19911585 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Men|Portraits | \n", "http://vocab.getty.edu/page/aat/300025928|http... | \n", "https://www.wikidata.org/wiki/Q8441|https://ww... | \n", "
10 | \n", "https://w3id.org/zericatalog/artwork/34631/item | \n", "3.0 | \n", "The Metropolitan Museum of Art; Collezione Sti... | \n", "Collezione Stillman; Asta Galerie Georges Peti... | \n", "22.16.12 | \n", "0 | \n", "1 | \n", "1 | \n", "437698 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19911774 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Christ | \n", "http://vocab.getty.edu/page/ia/901000087 | \n", "https://www.wikidata.org/wiki/Q642420 | \n", "
11 | \n", "https://w3id.org/zericatalog/artwork/45030/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione B. Altman | \n", "14.40.640 | \n", "0 | \n", "1 | \n", "1 | \n", "437825 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q3937410 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Men|Portraits | \n", "http://vocab.getty.edu/page/aat/300025928|http... | \n", "https://www.wikidata.org/wiki/Q8441|https://ww... | \n", "
12 | \n", "https://w3id.org/zericatalog/artwork/35890/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione Linsky | \n", "1982.60.8 | \n", "0 | \n", "0 | \n", "1 | \n", "435615 | \n", "537.0 | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19911987 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Men|Portraits | \n", "http://vocab.getty.edu/page/aat/300025928|http... | \n", "https://www.wikidata.org/wiki/Q8441|https://ww... | \n", "
13 | \n", "https://w3id.org/zericatalog/artwork/35624/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Dowdeswell & Dowdeswell | \n", "06.171 | \n", "0 | \n", "0 | \n", "1 | \n", "435614 | \n", "606.0 | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q3842520 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Madonna and Child|Saint John the Baptist | \n", "http://vocab.getty.edu/page/ia/901000052|http:... | \n", "https://www.wikidata.org/wiki/Q9309699|https:/... | \n", "
14 | \n", "https://w3id.org/zericatalog/artwork/36230/item | \n", "2.0 | \n", "The Metropolitan Museum of Art; Collezione col... | \n", "Collezione colonnello Sacchetti; Oratorio di S... | \n", "30.83 | \n", "0 | \n", "0 | \n", "1 | \n", "435824 | \n", "962.0 | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19905397 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Madonna and Child|Mary Magdalene|Saint John th... | \n", "http://vocab.getty.edu/page/ia/901000052|http:... | \n", "https://www.wikidata.org/wiki/Q9309699|https:/... | \n", "
15 | \n", "https://w3id.org/zericatalog/artwork/39119/item | \n", "6.0 | \n", "The Metropolitan Museum of Art; Collezione G. ... | \n", "Asta Sotheby's; Ashburnham Place, collezione A... | \n", "1970.134.2 | \n", "0 | \n", "0 | \n", "1 | \n", "436568 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19911622 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Men|Women|Saint John the Baptist|Christ | \n", "http://vocab.getty.edu/page/aat/300025928|http... | \n", "https://www.wikidata.org/wiki/Q8441|https://ww... | \n", "
16 | \n", "https://w3id.org/zericatalog/artwork/39450/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Mercato antiquario | \n", "2006.409 | \n", "0 | \n", "1 | \n", "1 | \n", "438445 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19912177 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Crucifixion|Christ|Soldiers|Men|Virgin Mary|Re... | \n", "http://vocab.getty.edu/page/aat/300404300|http... | \n", "https://www.wikidata.org/wiki/Q3235597|https:/... | \n", "
17 | \n", "https://w3id.org/zericatalog/artwork/18917/item | \n", "4.0 | \n", "The Metropolitan Museum of Art; Collezione Mr.... | \n", "Collezione Mr. e Mrs. C.B. Wrightsman; Asta So... | \n", "1986.339.1 | \n", "0 | \n", "0 | \n", "1 | \n", "437275 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19905452 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Men|Portraits|Monks|Writing | \n", "http://vocab.getty.edu/page/aat/300025928|http... | \n", "https://www.wikidata.org/wiki/Q8441|https://ww... | \n", "
18 | \n", "https://w3id.org/zericatalog/artwork/43587/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Duveen Brothers, Inc. | \n", "36.29 | \n", "0 | \n", "1 | \n", "1 | \n", "437827 | \n", "608.0 | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19911412 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Lutes|Venus|Musicians|Female Nudes|Cupid | \n", "http://vocab.getty.edu/page/aat/300042101|http... | \n", "https://www.wikidata.org/wiki/Q180733|https://... | \n", "
19 | \n", "https://w3id.org/zericatalog/artwork/44170/item | \n", "6.0 | \n", "The Metropolitan Museum of Art; F. Mont; Galle... | \n", "F. Mont; Galleria Fleischmann; Kleinberger Gal... | \n", "1973.116 | \n", "0 | \n", "1 | \n", "1 | \n", "437638 | \n", "608.0 | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19905139 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Men|Women|Cupid|Psyche|Male Nudes|Female Nudes | \n", "http://vocab.getty.edu/page/aat/300025928|http... | \n", "https://www.wikidata.org/wiki/Q8441|https://ww... | \n", "
20 | \n", "https://w3id.org/zericatalog/artwork/39542/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Asta Christie's | \n", "2000.420 | \n", "0 | \n", "0 | \n", "1 | \n", "438432 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19905389 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Madonna and Child | \n", "http://vocab.getty.edu/page/ia/901000052 | \n", "https://www.wikidata.org/wiki/Q9309699 | \n", "
21 | \n", "https://w3id.org/zericatalog/artwork/36740/item | \n", "3.0 | \n", "The Metropolitan Museum of Art; Collezione Fri... | \n", "Collezione Friedsam; Asta Galerie Georges Peti... | \n", "32.100.80 | \n", "0 | \n", "0 | \n", "1 | \n", "436494 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19912339 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Madonna and Child|Nativity|Saints|Men|Saint Jo... | \n", "http://vocab.getty.edu/page/ia/901000052|http:... | \n", "https://www.wikidata.org/wiki/Q9309699|https:/... | \n", "
22 | \n", "https://w3id.org/zericatalog/artwork/37173/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione J. Pierpont Morgan | \n", "17.190.8 | \n", "0 | \n", "0 | \n", "1 | \n", "437832 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19912117 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Men|Portraits | \n", "http://vocab.getty.edu/page/aat/300025928|http... | \n", "https://www.wikidata.org/wiki/Q8441|https://ww... | \n", "
23 | \n", "https://w3id.org/zericatalog/artwork/16692/item | \n", "2.0 | \n", "The Metropolitan Museum of Art; Collezione Dillon | \n", "Collezione Dillon; Collezione Chaix-d'Est Anges | \n", "1977.384.1 | \n", "0 | \n", "0 | \n", "1 | \n", "436771 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19911651 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Men|Portraits|Artists | \n", "http://vocab.getty.edu/page/aat/300025928|http... | \n", "https://www.wikidata.org/wiki/Q8441|https://ww... | \n", "
24 | \n", "https://w3id.org/zericatalog/artwork/45329/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione R. Lehman | \n", "57.170 | \n", "0 | \n", "0 | \n", "1 | \n", "437242 | \n", "954.0 | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19912904 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Crucifixion|Christ|Soldiers|Men|Horses|Virgin ... | \n", "http://vocab.getty.edu/page/aat/300404300|http... | \n", "https://www.wikidata.org/wiki/Q3235597|https:/... | \n", "
25 | \n", "https://w3id.org/zericatalog/artwork/33068/item | \n", "7.0 | \n", "The Metropolitan Museum of Art; Collezione J.S... | \n", "Collezione J.S. Bache; Duveen Brothers, Inc.; ... | \n", "49.7.12 | \n", "0 | \n", "0 | \n", "1 | \n", "437373 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19911650 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Men|Portraits | \n", "http://vocab.getty.edu/page/aat/300025928|http... | \n", "https://www.wikidata.org/wiki/Q8441|https://ww... | \n", "
26 | \n", "https://w3id.org/zericatalog/artwork/43626/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Collezione J.S. Bache | \n", "49.7.16 | \n", "1 | \n", "1 | \n", "1 | \n", "437826 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q4009570 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Cupid|Adonis|Venus|Dogs | \n", "http://vocab.getty.edu/page/aat/300380105|http... | \n", "https://www.wikidata.org/wiki/Q5011|https://ww... | \n", "
27 | \n", "https://w3id.org/zericatalog/artwork/48406/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Matthiesen | \n", "1979.209 | \n", "0 | \n", "1 | \n", "1 | \n", "437336 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19905371 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Madonna and Child|Saints|Angels | \n", "http://vocab.getty.edu/page/ia/901000052|http:... | \n", "https://www.wikidata.org/wiki/Q9309699|https:/... | \n", "
28 | \n", "https://w3id.org/zericatalog/artwork/35237/item | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "P. Corsini | \n", "1989.21 | \n", "0 | \n", "1 | \n", "1 | \n", "436499 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19912736 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Bow and Arrow|Diana|Deer|Female Nudes | \n", "|http://vocab.getty.edu/page/ia/901000118|htt... | \n", "https://www.wikidata.org/wiki/Q19827042|https:... | \n", "
29 | \n", "https://w3id.org/zericatalog/artwork/39828/ite... | \n", "5.0 | \n", "The Metropolitan Museum of Art; E. Sestieri; C... | \n", "E. Sestieri; Collezione Malanca; Collezione G.... | \n", "48.17.1–22 | \n", "0 | \n", "0 | \n", "1 | \n", "437274 | \n", "None | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19912390 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Bow and Arrow|Centaurs|Cupid|Apollo|Hercules|J... | \n", "|http://vocab.getty.edu/page/aat/300379740|ht... | \n", "https://www.wikidata.org/wiki/Q19827042|https:... | \n", "
30 | \n", "https://w3id.org/zericatalog/artwork/60085/ite... | \n", "1.0 | \n", "The Metropolitan Museum of Art | \n", "Duveen Brothers, Inc. | \n", "1971.115.3ab | \n", "0 | \n", "0 | \n", "1 | \n", "435823 | \n", "606.0 | \n", "... | \n", "None | \n", "Paintings | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19912183 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Eve|Snakes|Adam | \n", "http://vocab.getty.edu/page/ia/901000205|http:... | \n", "https://www.wikidata.org/wiki/Q830183|https://... | \n", "
31 rows × 58 columns
\n", "The Zeri Dataset presents further details about some custody periods during which a certain artwork was kept by a specific entity. It is then possible to retrieve the time-span and the location of the custody through a SPARQL query. The last column of the new DataFrame (\"location\"), contains useful references to controlled knowledge bases/datasets.
" ] }, { "cell_type": "code", "execution_count": 7, "id": "036917de", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", " | custody | \n", "time_span | \n", "start_date | \n", "end_date | \n", "place_label | \n", "label_receiver | \n", "location | \n", "
---|---|---|---|---|---|---|---|
0 | \n", "https://w3id.org/zericatalog/artwork/16633/cus... | \n", "https://w3id.org/zericatalog/date/1949-1958 | \n", "1949-01-01T00:00:00Z | \n", "1958-01-01T00:00:00Z | \n", "Parigi | \n", "Collezione O. Wertheimer | \n", "http://sws.geonames.org/2988507 | \n", "
1 | \n", "https://w3id.org/zericatalog/artwork/16633/cus... | \n", "https://w3id.org/zericatalog/date/1949-1958 | \n", "1949-01-01T00:00:00Z | \n", "1958-01-01T00:00:00Z | \n", "Parigi | \n", "Collezione O. Wertheimer | \n", "http://www.wikidata.org/entity/Q90 | \n", "
2 | \n", "https://w3id.org/zericatalog/artwork/16633/cus... | \n", "https://w3id.org/zericatalog/date/1949-1958 | \n", "1949-01-01T00:00:00Z | \n", "1958-01-01T00:00:00Z | \n", "Parigi | \n", "Collezione O. Wertheimer | \n", "http://dbpedia.org/resource/Paris | \n", "
3 | \n", "https://w3id.org/zericatalog/artwork/16692/cus... | \n", "https://w3id.org/zericatalog/date/1934-1977 | \n", "1934-01-01T00:00:00Z | \n", "1977-01-01T00:00:00Z | \n", "Parigi | \n", "Collezione Dillon | \n", "http://sws.geonames.org/2988507 | \n", "
4 | \n", "https://w3id.org/zericatalog/artwork/16692/cus... | \n", "https://w3id.org/zericatalog/date/1934-1977 | \n", "1934-01-01T00:00:00Z | \n", "1977-01-01T00:00:00Z | \n", "Parigi | \n", "Collezione Dillon | \n", "http://www.wikidata.org/entity/Q90 | \n", "
5 | \n", "https://w3id.org/zericatalog/artwork/16692/cus... | \n", "https://w3id.org/zericatalog/date/1934-1977 | \n", "1934-01-01T00:00:00Z | \n", "1977-01-01T00:00:00Z | \n", "Parigi | \n", "Collezione Dillon | \n", "http://dbpedia.org/resource/Paris | \n", "
6 | \n", "https://w3id.org/zericatalog/artwork/16692/cus... | \n", "https://w3id.org/zericatalog/date/1836-1934 | \n", "1836-01-01T00:00:00Z | \n", "1934-01-01T00:00:00Z | \n", "Parigi | \n", "Collezione Chaix-d'Est Anges | \n", "http://sws.geonames.org/2988507 | \n", "
7 | \n", "https://w3id.org/zericatalog/artwork/16692/cus... | \n", "https://w3id.org/zericatalog/date/1836-1934 | \n", "1836-01-01T00:00:00Z | \n", "1934-01-01T00:00:00Z | \n", "Parigi | \n", "Collezione Chaix-d'Est Anges | \n", "http://www.wikidata.org/entity/Q90 | \n", "
8 | \n", "https://w3id.org/zericatalog/artwork/16692/cus... | \n", "https://w3id.org/zericatalog/date/1836-1934 | \n", "1836-01-01T00:00:00Z | \n", "1934-01-01T00:00:00Z | \n", "Parigi | \n", "Collezione Chaix-d'Est Anges | \n", "http://dbpedia.org/resource/Paris | \n", "
9 | \n", "https://w3id.org/zericatalog/artwork/33068/cus... | \n", "https://w3id.org/zericatalog/date/1925-1928 | \n", "1925-01-01T00:00:00Z | \n", "1928-01-01T00:00:00Z | \n", "Londra | \n", "Duveen Brothers, Inc. | \n", "https://w3id.org/zericatalog/place/london | \n", "
10 | \n", "https://w3id.org/zericatalog/artwork/33068/cus... | \n", "https://w3id.org/zericatalog/date/1925-1928 | \n", "1925-01-01T00:00:00Z | \n", "1928-01-01T00:00:00Z | \n", "Londra | \n", "Duveen Brothers, Inc. | \n", "http://sws.geonames.org/2643743 | \n", "
11 | \n", "https://w3id.org/zericatalog/artwork/33068/cus... | \n", "https://w3id.org/zericatalog/date/1925-1928 | \n", "1925-01-01T00:00:00Z | \n", "1928-01-01T00:00:00Z | \n", "Londra | \n", "Duveen Brothers, Inc. | \n", "http://www.wikidata.org/entity/Q84 | \n", "
12 | \n", "https://w3id.org/zericatalog/artwork/33068/cus... | \n", "https://w3id.org/zericatalog/date/1925-1928 | \n", "1925-01-01T00:00:00Z | \n", "1928-01-01T00:00:00Z | \n", "Londra | \n", "Duveen Brothers, Inc. | \n", "http://dbpedia.org/resource/London | \n", "
13 | \n", "https://w3id.org/zericatalog/artwork/33068/cus... | \n", "https://w3id.org/zericatalog/date/1925-1925 | \n", "1925-01-01T00:00:00Z | \n", "1925-01-01T00:00:00Z | \n", "Londra | \n", "Agnew's | \n", "https://w3id.org/zericatalog/place/london | \n", "
14 | \n", "https://w3id.org/zericatalog/artwork/33068/cus... | \n", "https://w3id.org/zericatalog/date/1925-1925 | \n", "1925-01-01T00:00:00Z | \n", "1925-01-01T00:00:00Z | \n", "Londra | \n", "Agnew's | \n", "http://sws.geonames.org/2643743 | \n", "
15 | \n", "https://w3id.org/zericatalog/artwork/33068/cus... | \n", "https://w3id.org/zericatalog/date/1925-1925 | \n", "1925-01-01T00:00:00Z | \n", "1925-01-01T00:00:00Z | \n", "Londra | \n", "Agnew's | \n", "http://www.wikidata.org/entity/Q84 | \n", "
16 | \n", "https://w3id.org/zericatalog/artwork/33068/cus... | \n", "https://w3id.org/zericatalog/date/1925-1925 | \n", "1925-01-01T00:00:00Z | \n", "1925-01-01T00:00:00Z | \n", "Londra | \n", "Agnew's | \n", "http://dbpedia.org/resource/London | \n", "
17 | \n", "https://w3id.org/zericatalog/artwork/33068/cus... | \n", "https://w3id.org/zericatalog/date/1905-1907 | \n", "1905-01-01T00:00:00Z | \n", "1907-01-01T00:00:00Z | \n", "Parigi | \n", "C. Sedelmeyer | \n", "http://sws.geonames.org/2988507 | \n", "
18 | \n", "https://w3id.org/zericatalog/artwork/33068/cus... | \n", "https://w3id.org/zericatalog/date/1905-1907 | \n", "1905-01-01T00:00:00Z | \n", "1907-01-01T00:00:00Z | \n", "Parigi | \n", "C. Sedelmeyer | \n", "http://www.wikidata.org/entity/Q90 | \n", "
19 | \n", "https://w3id.org/zericatalog/artwork/33068/cus... | \n", "https://w3id.org/zericatalog/date/1905-1907 | \n", "1905-01-01T00:00:00Z | \n", "1907-01-01T00:00:00Z | \n", "Parigi | \n", "C. Sedelmeyer | \n", "http://dbpedia.org/resource/Paris | \n", "
20 | \n", "https://w3id.org/zericatalog/artwork/39828/cus... | \n", "https://w3id.org/zericatalog/date/1947-1947 | \n", "1947-01-01T00:00:00Z | \n", "1947-01-01T00:00:00Z | \n", "Roma | \n", "E. Sestieri | \n", "http://sws.geonames.org/3169069 | \n", "
21 | \n", "https://w3id.org/zericatalog/artwork/39828/cus... | \n", "https://w3id.org/zericatalog/date/1947-1947 | \n", "1947-01-01T00:00:00Z | \n", "1947-01-01T00:00:00Z | \n", "Roma | \n", "E. Sestieri | \n", "http://www.wikidata.org/entity/Q15119 | \n", "
22 | \n", "https://w3id.org/zericatalog/artwork/39828/cus... | \n", "https://w3id.org/zericatalog/date/1947-1947 | \n", "1947-01-01T00:00:00Z | \n", "1947-01-01T00:00:00Z | \n", "Roma | \n", "E. Sestieri | \n", "http://dbpedia.org/resource/Province_of_Rome | \n", "
23 | \n", "https://w3id.org/zericatalog/artwork/39828/cus... | \n", "https://w3id.org/zericatalog/date/1922-1947 | \n", "1922-01-01T00:00:00Z | \n", "1947-01-01T00:00:00Z | \n", "Roma | \n", "Collezione Malanca | \n", "http://sws.geonames.org/3169069 | \n", "
24 | \n", "https://w3id.org/zericatalog/artwork/39828/cus... | \n", "https://w3id.org/zericatalog/date/1922-1947 | \n", "1922-01-01T00:00:00Z | \n", "1947-01-01T00:00:00Z | \n", "Roma | \n", "Collezione Malanca | \n", "http://www.wikidata.org/entity/Q15119 | \n", "
25 | \n", "https://w3id.org/zericatalog/artwork/39828/cus... | \n", "https://w3id.org/zericatalog/date/1922-1947 | \n", "1922-01-01T00:00:00Z | \n", "1947-01-01T00:00:00Z | \n", "Roma | \n", "Collezione Malanca | \n", "http://dbpedia.org/resource/Province_of_Rome | \n", "
26 | \n", "https://w3id.org/zericatalog/artwork/45062/cus... | \n", "https://w3id.org/zericatalog/date/1678-1798 | \n", "1678-01-01T00:00:00Z | \n", "1798-01-01T00:00:00Z | \n", "Roma | \n", "Collezione Colonna | \n", "http://sws.geonames.org/3169069 | \n", "
27 | \n", "https://w3id.org/zericatalog/artwork/45062/cus... | \n", "https://w3id.org/zericatalog/date/1678-1798 | \n", "1678-01-01T00:00:00Z | \n", "1798-01-01T00:00:00Z | \n", "Roma | \n", "Collezione Colonna | \n", "http://www.wikidata.org/entity/Q15119 | \n", "
28 | \n", "https://w3id.org/zericatalog/artwork/45062/cus... | \n", "https://w3id.org/zericatalog/date/1678-1798 | \n", "1678-01-01T00:00:00Z | \n", "1798-01-01T00:00:00Z | \n", "Roma | \n", "Collezione Colonna | \n", "http://dbpedia.org/resource/Province_of_Rome | \n", "
As last step, we need to make available the content of the Credit Line column. All the information about how the MET acquired each artwork is included in this column. Though we have already extracted many details from the Zeri Catalog, we haven't focused yet on those artworks that are not included in the RDF Dataset. Consequently, we would like to retrieve as many data as possible from the MET Dataset.
\n", "In particular, we are interested in two major aspects: how the MET acquired/received the custody of the artwork (Purchase, Bequest, Collection, Gift are the possible labels for \"last Transfer\") and the entities involved in this last transition (\"agentsTransfer\"). Unfortunately, no detail is available about previous transfers.
" ] }, { "cell_type": "code", "execution_count": 8, "id": "95b90719", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", " | Object Number | \n", "Is Highlight | \n", "Is Timeline Work | \n", "Is Public Domain | \n", "Object ID | \n", "Gallery Number | \n", "Department | \n", "AccessionYear | \n", "Object Name | \n", "Title | \n", "... | \n", "Rights and Reproduction | \n", "Link Resource | \n", "Object Wikidata URL | \n", "Metadata Date | \n", "Repository | \n", "Tags | \n", "Tags AAT URL | \n", "Tags Wikidata URL | \n", "lastTransfer | \n", "agentsTransfer | \n", "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", "1985.5 | \n", "0 | \n", "0 | \n", "1 | \n", "435573 | \n", "None | \n", "European Paintings | \n", "1985.0 | \n", "Painting | \n", "Flora and Zephyr | \n", "... | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19912099 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Goddess|Putti|Flowers|Landscapes | \n", "http://vocab.getty.edu/page/aat/300343852|http... | \n", "https://www.wikidata.org/wiki/Q205985|https://... | \n", "Purchase | \n", "Rudolph and Lentilhon G. von Fluegge Foundatio... | \n", "
1 | \n", "12.6 | \n", "0 | \n", "0 | \n", "1 | \n", "435574 | \n", "None | \n", "European Paintings | \n", "1912.0 | \n", "Painting, predella panel | \n", "The Crucifixion | \n", "... | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19905919 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Soldiers|Men|Crucifixion|Horses|Mountains|Ange... | \n", "http://vocab.getty.edu/page/aat/300185678|http... | \n", "https://www.wikidata.org/wiki/Q4991371|https:/... | \n", "Purchase | \n", "Rogers Fund | \n", "
2 | \n", "42.53.2 | \n", "0 | \n", "0 | \n", "1 | \n", "435575 | \n", "None | \n", "European Paintings | \n", "1942.0 | \n", "Painting, miniature | \n", "Jérôme Bonaparte (1784–1860), King of Westphalia | \n", "... | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19913805 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Kings|Men|Portraits | \n", "http://vocab.getty.edu/page/aat/300025481|http... | \n", "https://www.wikidata.org/wiki/Q12097|https://w... | \n", "Gift | \n", "Helen O. Brice | \n", "
3 | \n", "1991.27.2 | \n", "0 | \n", "1 | \n", "1 | \n", "435576 | \n", "624.0 | \n", "European Paintings | \n", "1991.0 | \n", "Painting | \n", "Saint Alexander | \n", "... | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19912513 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Bishops|Croziers|Miter | \n", "http://vocab.getty.edu/page/aat/300025756|http... | \n", "https://www.wikidata.org/wiki/Q29182|https://w... | \n", "Bequest | \n", "Lucy G. Moses | \n", "
4 | \n", "14.40.628 | \n", "0 | \n", "1 | \n", "1 | \n", "435577 | \n", "None | \n", "European Paintings | \n", "1914.0 | \n", "Painting | \n", "The Crucifixion | \n", "... | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19905200 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Crucifixion|Saints|Mary Magdalene|Saint Franci... | \n", "http://vocab.getty.edu/page/aat/300404300|http... | \n", "https://www.wikidata.org/wiki/Q3235597|https:/... | \n", "Bequest | \n", "Benjamin Altman | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
527 | \n", "2020.263.5 | \n", "0 | \n", "0 | \n", "1 | \n", "816624 | \n", "627.0 | \n", "European Paintings | \n", "2020.0 | \n", "Painting | \n", "Basket of Fruit | \n", "... | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "None | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Grapes|Fruit|Still Life|Apples|Pomegranates | \n", "http://vocab.getty.edu/page/aat/300379338|http... | \n", "https://www.wikidata.org/wiki/Q10978|https://w... | \n", "Bequest | \n", "Errol M. Rudman | \n", "
528 | \n", "2020.263.8 | \n", "0 | \n", "0 | \n", "1 | \n", "816629 | \n", "623.0 | \n", "European Paintings | \n", "2020.0 | \n", "Painting | \n", "The Flight into Egypt | \n", "... | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "None | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "None | \n", "None | \n", "None | \n", "Bequest | \n", "Errol M. Rudman | \n", "
529 | \n", "2020.263.6 | \n", "0 | \n", "0 | \n", "1 | \n", "816630 | \n", "None | \n", "European Paintings | \n", "2020.0 | \n", "Painting | \n", "Charity | \n", "... | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "None | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Nursing|Sleeping|Female Nudes|Infants | \n", "http://vocab.getty.edu/page/aat/300379905|http... | \n", "https://www.wikidata.org/wiki/Q174876|https://... | \n", "Bequest | \n", "Errol M. Rudman | \n", "
530 | \n", "2020.112 | \n", "0 | \n", "0 | \n", "0 | \n", "817124 | \n", "618.0 | \n", "European Paintings | \n", "2020.0 | \n", "Painting | \n", "Cain Slaying Abel | \n", "... | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "None | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Abel|Cain | \n", "http://vocab.getty.edu/page/ia/901000498|http:... | \n", "https://www.wikidata.org/wiki/Q313421|https://... | \n", "Gift | \n", "Alan M. May | \n", "
531 | \n", "2019.263 | \n", "0 | \n", "0 | \n", "1 | \n", "828497 | \n", "None | \n", "European Paintings | \n", "2019.0 | \n", "Painting | \n", "An Old Man with a Dog | \n", "... | \n", "None | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q78605934 | \n", "None | \n", "Metropolitan Museum of Art, New York, NY | \n", "Men|Portraits|Dogs | \n", "http://vocab.getty.edu/page/aat/300025928|http... | \n", "https://www.wikidata.org/wiki/Q8441|https://ww... | \n", "Gift | \n", "Fabrizio Moretti | \n", "
532 rows × 56 columns
\n", "\n", " | Unnamed: 0.1 | \n", "Unnamed: 0 | \n", "Object Number | \n", "Is Highlight | \n", "Is Timeline Work | \n", "Is Public Domain | \n", "Object ID | \n", "Gallery Number | \n", "Department | \n", "AccessionYear | \n", "... | \n", "Link Resource | \n", "Object Wikidata URL | \n", "Metadata Date | \n", "Repository | \n", "Tags | \n", "Tags AAT URL | \n", "Tags Wikidata URL | \n", "lastTransfer | \n", "agentsTransfer | \n", "lastDealer | \n", "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", "0 | \n", "0 | \n", "1985.5 | \n", "0 | \n", "0 | \n", "1 | \n", "435573 | \n", "NaN | \n", "European Paintings | \n", "1985.0 | \n", "... | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19912099 | \n", "NaN | \n", "Metropolitan Museum of Art, New York, NY | \n", "Goddess|Putti|Flowers|Landscapes | \n", "http://vocab.getty.edu/page/aat/300343852|http... | \n", "https://www.wikidata.org/wiki/Q205985|https://... | \n", "Purchase | \n", "Rudolph and Lentilhon G. von Fluegge Foundatio... | \n", "Rudolph and Lentilhon G. von Fluegge Foundatio... | \n", "
1 | \n", "1 | \n", "1 | \n", "12.6 | \n", "0 | \n", "0 | \n", "1 | \n", "435574 | \n", "NaN | \n", "European Paintings | \n", "1912.0 | \n", "... | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19905919 | \n", "NaN | \n", "Metropolitan Museum of Art, New York, NY | \n", "Soldiers|Men|Crucifixion|Horses|Mountains|Ange... | \n", "http://vocab.getty.edu/page/aat/300185678|http... | \n", "https://www.wikidata.org/wiki/Q4991371|https:/... | \n", "Purchase | \n", "Rogers Fund | \n", "Rogers Fund | \n", "
2 | \n", "2 | \n", "2 | \n", "42.53.2 | \n", "0 | \n", "0 | \n", "1 | \n", "435575 | \n", "NaN | \n", "European Paintings | \n", "1942.0 | \n", "... | \n", "http://www.metmuseum.org/art/collection/search... | \n", "https://www.wikidata.org/wiki/Q19913805 | \n", "NaN | \n", "Metropolitan Museum of Art, New York, NY | \n", "Kings|Men|Portraits | \n", "http://vocab.getty.edu/page/aat/300025481|http... | \n", "https://www.wikidata.org/wiki/Q12097|https://w... | \n", "Gift | \n", "Helen O. Brice | \n", "Helen O. Brice | \n", "
3 rows × 59 columns
\n", "\n", " | 0 | \n", "
---|---|
Asta Christie's | \n", "4 | \n", "
Asta Sotheby's | \n", "3 | \n", "
Duveen Brothers, Inc. | \n", "3 | \n", "
Collezione J.S. Bache | \n", "3 | \n", "
Kleinberger Galleries | \n", "2 | \n", "
\n", " | freq | \n", "
---|---|
Asta Christie's | \n", "4 | \n", "
Asta Sotheby's | \n", "3 | \n", "
Duveen Brothers, Inc. | \n", "3 | \n", "
Collezione J.S. Bache | \n", "3 | \n", "
Kleinberger Galleries | \n", "2 | \n", "
Collezione H.G. Sperling | \n", "2 | \n", "
Collezione B. Altman | \n", "2 | \n", "
Ashburnham Place, collezione Ashburnham | \n", "2 | \n", "
Collezione B. Crespi | \n", "2 | \n", "
Asta Galerie Georges Petit | \n", "2 | \n", "
Collezione J. Pierpont Morgan | \n", "2 | \n", "
P. Corsini | \n", "2 | \n", "
\n", " | 0 | \n", "
---|---|
Rudolph and Lentilhon G. von Fluegge Foundation Inc. | \n", "Jacopo Amigoni | \n", "
Rogers Fund | \n", "Giovanni Battista Tiepolo | \n", "
Helen O. Brice | \n", "Giacomo Andreoli | \n", "
Lucy G. Moses | \n", "Taddeo di Bartolo | \n", "
Benjamin Altman | \n", "Titian (Tiziano Vecellio) | \n", "
... | \n", "... | \n", "
Lillian S. Timken | \n", "Stefano da Verona (Stefano di Giovanni d'Arbos... | \n", "
Forsyth Wickes | \n", "Stefano da Verona (Stefano di Giovanni d'Arbos... | \n", "
the Eugene V. and Clare E. Thaw Charitable Trust | \n", "Canaletto (Giovanni Antonio Canal) | \n", "
Errol M. Rudman | \n", "Orsola Maddalena Caccia | \n", "
Alan M. May | \n", "Pier Francesco Mola | \n", "
234 rows × 1 columns
\n", "