id | TypeName |
---|---|
1 | Photography |
2 | Painting |
id | ArtTypeId | Title | Description |
---|---|---|---|
(→ ArtType.id) | |||
1 | 1 | The Moon | A beautiful photograph of the moon. |
2 | 2 | Starry Night | A famous painting by Van Gogh. |
3 | 1 | Nature Walk | Another photography masterpiece. |
4 | 2 | Sunset at Sea | A breathtaking sunset captured on canvas. |
id | Name |
---|---|
1 | MoMA |
2 | National Gallery of Art |
id | GalleryId | StartDate | EndDate |
---|---|---|---|
(→ Gallery.id) | |||
1 | 1 | 2023-01-01 | 2023-01-31 |
2 | 2 | 2023-02-01 | 2023-02-28 |
id | ExhibitId | VisualArtId |
---|---|---|
(→ Exhibit.id) | (→ VisualArt.id) | |
1 | 1 | 1 |
2 | 1 | 2 |
3 | 2 | 3 |
4 | 2 | 4 |
id | Name | BirthYear | DeathYear |
---|---|---|---|
1 | Vincent van Gogh | 1853 | 1890 |
2 | Claude Monet | 1840 | 1926 |