MetObjects

Data license: CC0 · Data source: metmuseum/openaccess

7 rows where "Artist End Date" is on date -4707-03-03 and Is Highlight = 1

View and edit SQL

Suggested facets: Is Public Domain, Department, Object Name, Artist Display Name, Artist Display Bio, Artist Alpha Sort, Artist Nationality, Artist Begin Date, Object Begin Date, Medium, Classification

Link rowid ▼ Object Number Is Highlight Is Public Domain Object ID Department Object Name Title Culture Period Dynasty Reign Portfolio Artist Role Artist Prefix Artist Display Name Artist Display Bio Artist Suffix Artist Alpha Sort Artist Nationality Artist Begin Date Artist End Date Object Date Object Begin Date Object End Date Medium Dimensions Credit Line Geography Type City State County Country Region Subregion Locale Locus Excavation River Classification Rights and Reproduction Link Resource Repository
9621 22.16.17 1 1 10388 American Paintings and Sculpture 2 Painting 69 The Cup of Tea           Artist 2   Mary Cassatt American, Pittsburgh, Pennsylvania 1844–1926 Le Mesnil-Théribus, Oise   Cassatt, Mary 1323 American 1 1844 1926 ca. 1880–81 1877 1884 Oil on canvas 953 36 3/8 x 25 3/4 in. (92.4 x 65.4 cm) From the Collection of James Stillman, Gift of Dr. Ernest G. Stillman, 1922                       Paintings 11   Metropolitan Museum of Art, New York, NY 1
9623 23.101 1 1 10391 American Paintings and Sculpture 2 Painting 69 Lady at the Tea Table           Artist 2   Mary Cassatt American, Pittsburgh, Pennsylvania 1844–1926 Le Mesnil-Théribus, Oise   Cassatt, Mary 1323 American 1 1844 1926 1883–85 1883 1885 Oil on canvas 953 29 x 24 in. (73.7 x 61 cm) Gift of the artist, 1923                       Paintings 11   Metropolitan Museum of Art, New York, NY 1
9640 1975.319.1 1 1 10409 American Paintings and Sculpture 2 Watercolor 198 Portrait of the Artist           Artist 2   Mary Cassatt American, Pittsburgh, Pennsylvania 1844–1926 Le Mesnil-Théribus, Oise   Cassatt, Mary 1323 American 1 1844 1926 1878 1878 1878 Watercolor, gouache on wove paper laid down to buff-colored wood-pulp paper 1489 23 5/8 x 16 3/16 in. (60 x 41.1 cm) Bequest of Edith H. Proskauer, 1975                       Drawings 9   Metropolitan Museum of Art, New York, NY 1
12615 1997.207 1 0 13758 American Paintings and Sculpture 2 Painting 69 Lilacs in a Window (Vase de Lilas a la Fenetre)           Artist 2   Mary Cassatt American, Pittsburgh, Pennsylvania 1844–1926 Le Mesnil-Théribus, Oise   Cassatt, Mary 1323 American 1 1844 1926 ca. 1880–83 1877 1883 Oil on canvas 953 24 3/16 x 20 1/8 in. (61.5 x 51.1 cm) Partial and Promised Gift of Mr. and Mrs. Douglas Dillon, 1997                       Paintings 11   Metropolitan Museum of Art, New York, NY 1
209683 16.2.2 1 1 337064 Drawings and Prints 11 Print 731 Woman Bathing (La Toilette)           Artist 2   Mary Cassatt American, Pittsburgh, Pennsylvania 1844–1926 Le Mesnil-Théribus, Oise   Cassatt, Mary 1323 American 1 1844 1926 1890–91 1890 1891 Drypoint and aquatint, printed in color from three plates; fourth state of four (Mathews & Shapiro) 30778 plate: 14 5/16 x 10 9/16 in. (36.4 x 26.8 cm) sheet: 17 x 11 3/4in. (43.2 x 29.8cm) Gift of Paul J. Sachs, 1916                       Prints 13   Metropolitan Museum of Art, New York, NY 1
307045 67.241 1 1 437133 European Paintings 15 Painting 69 Garden at Sainte-Adresse           Artist 2   Claude Monet French, Paris 1840–1926 Giverny   Monet, Claude 18844 French 2 1840 1926 1867 1867 1867 Oil on canvas 953 38 5/8 x 51 1/8 in. (98.1 x 129.9 cm) Purchase, special contributions and funds given or bequeathed by friends of the Museum, 1967                       Paintings 11   Metropolitan Museum of Art, New York, NY 1
321138 1975.1.196 1 1 459107 Robert Lehman Collection 16 Painting 69 Houses on the Achterzaan           Artist 2   Claude Monet French, Paris 1840–1926 Giverny   Monet, Claude 18844 French 2 1840 1926 1871 1871 1871 Oil on canvas 953 18 x 26 3/8 in. (45.7 x 67 cm) Robert Lehman Collection, 1975                       Paintings 11   Metropolitan Museum of Art, New York, NY 1

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "MetObjects" (
"Object Number" TEXT,
  "Is Highlight" INTEGER,
  "Is Public Domain" INTEGER,
  "Object ID" INTEGER,
  "Department" INTEGER,
  "Object Name" INTEGER,
  "Title" TEXT,
  "Culture" INTEGER,
  "Period" REAL,
  "Dynasty" INTEGER,
  "Reign" INTEGER,
  "Portfolio" INTEGER,
  "Artist Role" INTEGER,
  "Artist Prefix" REAL,
  "Artist Display Name" TEXT,
  "Artist Display Bio" TEXT,
  "Artist Suffix" REAL,
  "Artist Alpha Sort" INTEGER,
  "Artist Nationality" INTEGER,
  "Artist Begin Date" TEXT,
  "Artist End Date" TEXT,
  "Object Date" TEXT,
  "Object Begin Date" INTEGER,
  "Object End Date" INTEGER,
  "Medium" INTEGER,
  "Dimensions" TEXT,
  "Credit Line" TEXT,
  "Geography Type" INTEGER,
  "City" INTEGER,
  "State" INTEGER,
  "County" INTEGER,
  "Country" INTEGER,
  "Region" INTEGER,
  "Subregion" INTEGER,
  "Locale" INTEGER,
  "Locus" INTEGER,
  "Excavation" INTEGER,
  "River" INTEGER,
  "Classification" INTEGER,
  "Rights and Reproduction" REAL,
  "Link Resource" TEXT,
  "Metadata Date" TEXT,
  "Repository" INTEGER
,
FOREIGN KEY ("Department") REFERENCES [Department](id),
    FOREIGN KEY ("Object Name") REFERENCES [Object Name](id),
    FOREIGN KEY ("Culture") REFERENCES [Culture](id),
    FOREIGN KEY ("Dynasty") REFERENCES [Dynasty](id),
    FOREIGN KEY ("Reign") REFERENCES [Reign](id),
    FOREIGN KEY ("Portfolio") REFERENCES [Portfolio](id),
    FOREIGN KEY ("Artist Role") REFERENCES [Artist Role](id),
    FOREIGN KEY ("Artist Alpha Sort") REFERENCES [Artist Alpha Sort](id),
    FOREIGN KEY ("Artist Nationality") REFERENCES [Artist Nationality](id),
    FOREIGN KEY ("Medium") REFERENCES [Medium](id),
    FOREIGN KEY ("Geography Type") REFERENCES [Geography Type](id),
    FOREIGN KEY ("City") REFERENCES [City](id),
    FOREIGN KEY ("State") REFERENCES [State](id),
    FOREIGN KEY ("County") REFERENCES [County](id),
    FOREIGN KEY ("Country") REFERENCES [Country](id),
    FOREIGN KEY ("Region") REFERENCES [Region](id),
    FOREIGN KEY ("Subregion") REFERENCES [Subregion](id),
    FOREIGN KEY ("Locale") REFERENCES [Locale](id),
    FOREIGN KEY ("Locus") REFERENCES [Locus](id),
    FOREIGN KEY ("Excavation") REFERENCES [Excavation](id),
    FOREIGN KEY ("River") REFERENCES [River](id),
    FOREIGN KEY ("Classification") REFERENCES [Classification](id),
    FOREIGN KEY ("Repository") REFERENCES [Repository](id));
CREATE INDEX ["MetObjects_Department"] ON [MetObjects]("Department");
CREATE INDEX ["MetObjects_Object Name"] ON [MetObjects]("Object Name");
CREATE INDEX ["MetObjects_Culture"] ON [MetObjects]("Culture");
CREATE INDEX ["MetObjects_Dynasty"] ON [MetObjects]("Dynasty");
CREATE INDEX ["MetObjects_Reign"] ON [MetObjects]("Reign");
CREATE INDEX ["MetObjects_Portfolio"] ON [MetObjects]("Portfolio");
CREATE INDEX ["MetObjects_Artist Role"] ON [MetObjects]("Artist Role");
CREATE INDEX ["MetObjects_Artist Alpha Sort"] ON [MetObjects]("Artist Alpha Sort");
CREATE INDEX ["MetObjects_Artist Nationality"] ON [MetObjects]("Artist Nationality");
CREATE INDEX ["MetObjects_Medium"] ON [MetObjects]("Medium");
CREATE INDEX ["MetObjects_Geography Type"] ON [MetObjects]("Geography Type");
CREATE INDEX ["MetObjects_City"] ON [MetObjects]("City");
CREATE INDEX ["MetObjects_State"] ON [MetObjects]("State");
CREATE INDEX ["MetObjects_County"] ON [MetObjects]("County");
CREATE INDEX ["MetObjects_Country"] ON [MetObjects]("Country");
CREATE INDEX ["MetObjects_Region"] ON [MetObjects]("Region");
CREATE INDEX ["MetObjects_Subregion"] ON [MetObjects]("Subregion");
CREATE INDEX ["MetObjects_Locale"] ON [MetObjects]("Locale");
CREATE INDEX ["MetObjects_Locus"] ON [MetObjects]("Locus");
CREATE INDEX ["MetObjects_Excavation"] ON [MetObjects]("Excavation");
CREATE INDEX ["MetObjects_River"] ON [MetObjects]("River");
CREATE INDEX ["MetObjects_Classification"] ON [MetObjects]("Classification");
CREATE INDEX ["MetObjects_Repository"] ON [MetObjects]("Repository");
CREATE INDEX metobjects_IsHighlight ON MetObjects("Is Highlight");
CREATE INDEX metobjects_IsPublicDomain ON MetObjects("Is Public Domain");
CREATE INDEX metobjects_Department ON MetObjects("Department");
CREATE INDEX metobjects_Culture ON MetObjects("Culture");
CREATE INDEX metobjects_Period ON MetObjects("Period");
CREATE INDEX metobjects_Dynasty ON MetObjects("Dynasty");
CREATE INDEX metobjects_Medium ON MetObjects("Medium");
CREATE INDEX metobjects_City ON MetObjects("City");
CREATE INDEX metobjects_State ON MetObjects("State");
CREATE INDEX metobjects_County ON MetObjects("County");
CREATE INDEX metobjects_Country ON MetObjects("Country");
CREATE INDEX metobjects_Region ON MetObjects("Region");
CREATE INDEX metobjects_Subregion ON MetObjects("Subregion");
CREATE INDEX metobjects_Locale ON MetObjects("Locale");
CREATE INDEX metobjects_Locus ON MetObjects("Locus");
CREATE INDEX metobjects_Excavation ON MetObjects("Excavation");
CREATE INDEX metobjects_River ON MetObjects("River");
Powered by Datasette · Query took 1094.318ms · Data license: CC0 · Data source: metmuseum/openaccess