Museum of Modern Art Holdings and Artists

Holdings and artists of The Museum of Modern Art

(2 entity types, 129988 entities, 34 properties)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Museum of Modern Art Holdings and Artists"]
Out[1]=

View the data:

In[2]:=
ResourceData["Museum of Modern Art Holdings and Artists"]
Out[2]=

Register the EntityStore:

In[3]:=
EntityRegister[
 ResourceData["Museum of Modern Art Holdings and Artists"]]
Out[3]=

Retrieve random entities:

In[4]:=
RandomEntity[#, 5] & /@ {"MoMAHolding", "MoMAArtist"}
Out[4]=

View a list of properties:

In[5]:=
EntityProperties /@ {"MoMAHolding", "MoMAArtist"}
Out[5]=

Visualization

Make a date histogram of the completion dates of all works at MoMA:

In[6]:=
DateHistogram[
 DeleteMissing[EntityValue["MoMAHolding", "CompletionDate"]]]
Out[6]=

Plot histograms of painting aspect ratios and areas:

In[7]:=
Table[Histogram[
  EntityValue[
   EntityClass[
    "MoMAHolding", {EntityProperty["MoMAHolding", "Classification"] ->
       "Painting"}], prop], PlotLabel -> prop], {prop, {EntityProperty["MoMAHolding", "AspectRatio"], EntityProperty["MoMAHolding", "Area"]}}]
Out[7]=

Wolfram Research, "Museum of Modern Art Holdings and Artists" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.79150.data

Data Resource History

Publisher Information