MetObjects

Data license: CC0 · Data source: metmuseum/openaccess

7 rows where Artist Prefix = "Attributed to" and Object Name = 477

View and edit SQL

Suggested facets: Is Public Domain, Department, Title, Culture, Artist Role, Artist Display Bio, Artist Nationality, Artist Begin Date, Artist End Date, Object Date, Object Begin Date, Object End Date, Credit Line, 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
7585 1973.168.2 0 1 8080 American Decorative Arts 1 Table 477 Table American 1         Maker 1 Attributed to Herter Brothers German, active New York, 1864–1906   Herter Brothers 31   1864 1906 1870–75 1870 1875 Wood 25 H. 36 in. (91.4 cm); Diam. 20 in. (50.8 cm) Gift of Miss Frances Arnold, 1973 Made in 1 New York 3     United States 3             Furniture 4   Metropolitan Museum of Art, New York, NY 1
7596 68.97.15 0 1 8093 American Decorative Arts 1 Table 477 Table American 1         Maker 1 Attributed to R. J. Horner and Company     Horner and Company R. J. 292     9999 ca. 1885 1882 1885 Maple 34 28 3/4 x 25 3/4 x 20 in. (73 x 65.4 x 50.8 cm) Purchase, Anonymous Gift, 1968 Made in 1 New York 3     United States 3             Furniture 4   Metropolitan Museum of Art, New York, NY 1
113823 58.75.39 0 1 202147 European Sculpture and Decorative Arts 3 Table 477 Oval table German, Neuwied am Rhein 2949         Maker 1 Attributed to David Roentgen German, Herrnhaag 1743–1807 Wiesbaden, master 1780   Roentgen, David 10844 German 10 1743 1807 ca. 1774–80 1769 1779 Oak, walnut, pine, cherry, and maple, veneered with maple, hornbeam, holly (all partially stained), cherry, mahogany, tulipwood, and other woods; gilt bronze, iron, brass, steel; partially tooled and gilded leather 22680 29 1/2 x 29 x 20 1/2 in. (74.9 x 73.7 x 52.1 cm.) Gift of Samuel H. Kress Foundation, 1958                       Woodwork-Furniture 321   Metropolitan Museum of Art, New York, NY 1
117658 1977.1.4 0 1 206583 European Sculpture and Decorative Arts 3 Table 477 Table French 7         Maker 1 Attributed to Adam Weisweiler French, 1744–1820   Weisweiler, Adam 9547 French 2 1744 1820 ca. 1790 1785 1795 Oak, Japanese lacquer and ebony veneer, gilt bronze, verde antico marble 23375 H. 37-3/8 x W. 52-7/8 x D. 24-1/4 in. (94.9 x 134.3 x 61.6 cm) Gift of Mr. and Mrs. Charles Wrightsman, 1977                       Woodwork-Furniture 321   Metropolitan Museum of Art, New York, NY 1
118548 1986.38.1 0 1 207556 European Sculpture and Decorative Arts 3 Table 477 Table French, Paris 114         Maker 1 Attributed to Pierre Gole ca. 1620–1684   Gole, Pierre 11704   1620 1684 ca. 1660 1655 1665 Oak and fruitwood veneered with tortoiseshell, stained and natural ivory, ebony, and other woods; gilt bronze 23625 30 7/8 x 41 1/8 x 27 in. (78.4 x 104.6 x 68.6 cm) Gift of Mr. and Mrs. Charles Wrightsman, 1986                       Woodwork-Furniture 321   Metropolitan Museum of Art, New York, NY 1
337328 1987.469.1 0 0 484898 Modern and Contemporary Art 4 Table 477 Table           Artist 2 Attributed to Samuel Abraham Marx American, Natchez, Mississippi 1885–1964   Marx, Samuel Abraham 45795 American 1 1885 1964 ca. 1940 1935 1945 Plexiglas 51803 H 13-5/8, W.23-3/4, D.10 in. (34.6 x 60.3 x 25.4 cm.) Gift of Florene M. Schoenborn, 1987                       Furniture 4   Metropolitan Museum of Art, New York, NY 1
337329 1987.469.2 0 0 484899 Modern and Contemporary Art 4 Table 477 Table           Artist|Manufacturer 26 Attributed to Samuel Abraham Marx|William J. Quigley, Inc. American, Natchez, Mississippi 1885–1964   Marx, Samuel Abraham|William J. Quigley, Inc. 45796 American 1 1885 1964 ca. 1940 1935 1945 Painted wood 541 H. 24-1/4, Diam. 24 in. (61.6 x 61 cm.) Gift of Florene M. Schoenborn, 1987                       Furniture 4   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 137.09ms · Data license: CC0 · Data source: metmuseum/openaccess