Auctions

Introduction

Auctions are a very common way for art objects to change ownership. The description of the auction itself is valuable for historical context and to provide a sense of the changing value of the object. An auction is, generally speaking, any event in which there are one or more attemps to sell one or more objects, where the price is negotiated by a bidding process of would-be buyers offering progressively more money for the set of objects.

There are various regional and temporal variations on auctions, some of which are covered below, however the overall pattern remains the same.

There are established vocabulary entries for the different aspects of an auction:

Auction

The auction is the overall event, and a typical auction has the features described here. The auction might occur over multiple days, during which many auction of lots (the sale of one or more objects) will take place. It is performed by an organization, known as an auction house, and for movable art objects takes place at the premises of the organization. The auction of lot is each a separate sale, described in the following section.

The auction is modeled as an Activity, and represents the overall event. It is carried_out_by the auction house (a Group), took_place_at the auction house premises (a Place), and has all of the regular properties of an Activity. It is referenced by the auction of lot activities via their part_of property.

Example:

An auction event takes place on November 5th, 2014 at the New York premises of Christie's.

{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/event/christies_24477/1",
  "type": "Activity",
  "_label": "Impressionist Sale",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300054751",
      "type": "Type",
      "_label": "Auction Event"
    }
  ],
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300404670",
          "type": "Type",
          "_label": "Primary Name"
        }
      ],
      "content": "Impressionist & Modern Evening Sale"
    }
  ],
  "timespan": {
    "type": "TimeSpan",
    "_label": "Nov 5, 2014",
    "begin_of_the_begin": "2014-11-05T17:00:00Z",
    "end_of_the_end": "2014-11-05T23:59:59Z"
  },
  "took_place_at": [
    {
      "id": "https://linked.art/example/place/christies_nyc",
      "type": "Place",
      "_label": "Christie's, New York",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300005234",
          "type": "Type",
          "_label": "Auction House (place)"
        }
      ]
    }
  ],
  "carried_out_by": [
    {
      "id": "https://linked.art/example/group/christies",
      "type": "Group",
      "_label": "Christie's",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300417515",
          "type": "Type",
          "_label": "Auction House (organization)"
        }
      ]
    }
  ]
}

graph TD classDef object stroke:black,fill:#E1BA9C,rx:20px,ry:20px; classDef actor stroke:black,fill:#FFBDCA,rx:20px,ry:20px; classDef type stroke:red,fill:#FAB565,rx:20px,ry:20px; classDef name stroke:orange,fill:#FEF3BA,rx:20px,ry:20px; classDef dims stroke:black,fill:#c6c6c6,rx:20px,ry:20px; classDef infoobj stroke:#907010,fill:#fffa40,rx:20px,ry:20px classDef timespan stroke:blue,fill:#ddfffe,rx:20px,ry:20px classDef place stroke:#3a7a3a,fill:#aff090,rx:20px,ry:20px classDef event stroke:#1010FF,fill:#96e0f6,rx:20px,ry:20px classDef literal stroke:black,fill:#f0f0e0; classDef classstyle stroke:black,fill:white; O1(event/christies_24477/1) class O1 event; O1-- type -->O1_0[Activity] class O1_0 classstyle; O1-- _label -->O1_4("''Impressionist Sale''") class O1_4 literal; O2(aat:300054751) class O2 type; O2-- type -->O2_0[Type] class O2_0 classstyle; O2-- _label -->O2_3("''Auction Event''") class O2_3 literal; O1-- classified_as -->O2 O3( _ ) class O3 name; O3-- type -->O3_0[Name] class O3_0 classstyle; O4(aat:300404670) class O4 type; O4-- type -->O4_0[Type] class O4_0 classstyle; O4-- _label -->O4_3("''Primary Name''") class O4_3 literal; O3-- classified_as -->O4 O3-- content -->O3_3("''Impressionist & Modern Evening Sale''") class O3_3 literal; O1-- identified_by -->O3 O5( _ ) class O5 timespan; O5-- type -->O5_0[TimeSpan] class O5_0 classstyle; O5-- _label -->O5_2("''Nov 5, 2014''") class O5_2 literal; O5-- begin_of_the_begin -->O5_3("''2014-11-05T17:00:00Z''") class O5_3 literal; O5-- end_of_the_end -->O5_4("''2014-11-05T23:59:59Z''") class O5_4 literal; O1-- timespan -->O5 O6(place/christies_nyc) class O6 place; O6-- type -->O6_0[Place] class O6_0 classstyle; O6-- _label -->O6_3("''Christie's, New York''") class O6_3 literal; O7(aat:300005234) class O7 type; O7-- type -->O7_0[Type] class O7_0 classstyle; O7-- _label -->O7_3("''Auction House (place)''") class O7_3 literal; O6-- classified_as -->O7 O1-- took_place_at -->O6 O8(group/christies) class O8 actor; O8-- type -->O8_0[Group] class O8_0 classstyle; O8-- _label -->O8_3("''Christie's''") class O8_3 literal; O9(aat:300417515) class O9 type; O9-- type -->O9_0[Type] class O9_0 classstyle; O9-- _label -->O9_3("''Auction House (organization)''") class O9_3 literal; O8-- classified_as -->O9 O1-- carried_out_by -->O8
Other Representations: JSON-LD (raw) | JSON-LD (playground) | Turtle (raw) | Turtle (styled)

Auction of Lot

The auction of a lot is an activity with an aim of obtaining the highest price for object or objects available in that lot. It is normally carried out by an auctioneer employed by the auction house organization. The price increases as people make bids, and the highest bidder is the winner of the auction. The details of the individual bids are not normally known, however whether there were bids but no sale is sometimes available. The auction of lot then causes the Provenance activity that describes the purchase, with the transfer of ownership, custody and payments.

The model uses an Activity for the auction of lot, which is part_of the Auction event. It uses a Set of objects to link the objects for sale to the activity via the used_specific_object property. Any bidding information is part of the the Auction of Lot, and if the reserve price is met, then a provenance entry representing the purchase of the objects is caused by the Auction of Lot. It can also have all of the regular activity properties to refer to time and place.

Example:

Lot 16 was auctioned as part of the auction above.

{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/event/christies_24477_16/1",
  "type": "Activity",
  "_label": "Auction of Lot 16",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300420001",
      "type": "Type",
      "_label": "Auction of Lot"
    }
  ],
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300404670",
          "type": "Type",
          "_label": "Primary Name"
        }
      ],
      "content": "Auction of Lot 16"
    }
  ],
  "used_specific_object": [
    {
      "id": "https://linked.art/example/set/24477_16_objects",
      "type": "Set",
      "_label": "Lot 16"
    }
  ],
  "part_of": [
    {
      "id": "https://linked.art/example/event/christies_24477",
      "type": "Activity"
    }
  ]
}

graph TD classDef object stroke:black,fill:#E1BA9C,rx:20px,ry:20px; classDef actor stroke:black,fill:#FFBDCA,rx:20px,ry:20px; classDef type stroke:red,fill:#FAB565,rx:20px,ry:20px; classDef name stroke:orange,fill:#FEF3BA,rx:20px,ry:20px; classDef dims stroke:black,fill:#c6c6c6,rx:20px,ry:20px; classDef infoobj stroke:#907010,fill:#fffa40,rx:20px,ry:20px classDef timespan stroke:blue,fill:#ddfffe,rx:20px,ry:20px classDef place stroke:#3a7a3a,fill:#aff090,rx:20px,ry:20px classDef event stroke:#1010FF,fill:#96e0f6,rx:20px,ry:20px classDef literal stroke:black,fill:#f0f0e0; classDef classstyle stroke:black,fill:white; O1(event/christies_24477_16/1) class O1 event; O1-- type -->O1_0[Activity] class O1_0 classstyle; O1-- _label -->O1_4("''Auction of Lot 16''") class O1_4 literal; O2(aat:300420001) class O2 type; O2-- type -->O2_0[Type] class O2_0 classstyle; O2-- _label -->O2_3("''Auction of Lot''") class O2_3 literal; O1-- classified_as -->O2 O3( _ ) class O3 name; O3-- type -->O3_0[Name] class O3_0 classstyle; O4(aat:300404670) class O4 type; O4-- type -->O4_0[Type] class O4_0 classstyle; O4-- _label -->O4_3("''Primary Name''") class O4_3 literal; O3-- classified_as -->O4 O3-- content -->O3_3("''Auction of Lot 16''") class O3_3 literal; O1-- identified_by -->O3 O5(set/24477_16_objects) class O5 infoobj; O5-- type -->O5_0[Set] class O5_0 classstyle; O5-- _label -->O5_3("''Lot 16''") class O5_3 literal; O1-- used_specific_object -->O5 O6(event/christies_24477) class O6 event; O6-- type -->O6_0[Activity] class O6_0 classstyle; O1-- part_of -->O6
Other Representations: JSON-LD (raw) | JSON-LD (playground) | Turtle (raw) | Turtle (styled)

Set of Objects

The Lot is a set of objects grouped together for the purposes of the sale, and may potentially have come from different owners. It is frequently assigned an identifying Lot Number by the auction house, and may have a title, description or other properties such as specific price information, discussed in more detail below. The set has members which are the objects for sale. As with all other Sets, the membership information is given on the object using the member_of property, rather than on the Set directly.

Example:

Lot 16 consists of a single painting, Spring.

{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/set/24477_16_objects/1",
  "type": "Set",
  "_label": "Set of Objects for Lot 16",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300411307",
      "type": "Type",
      "_label": "Auction Lot"
    }
  ],
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300404670",
          "type": "Type",
          "_label": "Primary Name"
        }
      ],
      "content": "Lot 16: Le Printemps"
    },
    {
      "type": "Identifier",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300404628",
          "type": "Type",
          "_label": "Lot Number"
        }
      ],
      "content": "16"
    }
  ]
}

graph TD classDef object stroke:black,fill:#E1BA9C,rx:20px,ry:20px; classDef actor stroke:black,fill:#FFBDCA,rx:20px,ry:20px; classDef type stroke:red,fill:#FAB565,rx:20px,ry:20px; classDef name stroke:orange,fill:#FEF3BA,rx:20px,ry:20px; classDef dims stroke:black,fill:#c6c6c6,rx:20px,ry:20px; classDef infoobj stroke:#907010,fill:#fffa40,rx:20px,ry:20px classDef timespan stroke:blue,fill:#ddfffe,rx:20px,ry:20px classDef place stroke:#3a7a3a,fill:#aff090,rx:20px,ry:20px classDef event stroke:#1010FF,fill:#96e0f6,rx:20px,ry:20px classDef literal stroke:black,fill:#f0f0e0; classDef classstyle stroke:black,fill:white; O1(set/24477_16_objects/1) class O1 infoobj; O1-- type -->O1_0[Set] class O1_0 classstyle; O1-- _label -->O1_4("''Set of Objects for Lot 16''") class O1_4 literal; O2(aat:300411307) class O2 type; O2-- type -->O2_0[Type] class O2_0 classstyle; O2-- _label -->O2_3("''Auction Lot''") class O2_3 literal; O1-- classified_as -->O2 O3( _ ) class O3 name; O3-- type -->O3_0[Name] class O3_0 classstyle; O4(aat:300404670) class O4 type; O4-- type -->O4_0[Type] class O4_0 classstyle; O4-- _label -->O4_3("''Primary Name''") class O4_3 literal; O3-- classified_as -->O4 O3-- content -->O3_3("''Lot 16: Le Printemps''") class O3_3 literal; O1-- identified_by -->O3 O5( _ ) class O5 name; O5-- type -->O5_0[Identifier] class O5_0 classstyle; O6(aat:300404628) class O6 type; O6-- type -->O6_0[Type] class O6_0 classstyle; O6-- _label -->O6_3("''Lot Number''") class O6_3 literal; O5-- classified_as -->O6 O5-- content -->O5_3("''16''") class O5_3 literal; O1-- identified_by -->O5
Other Representations: JSON-LD (raw) | JSON-LD (playground) | Turtle (raw) | Turtle (styled)

{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/object/spring/20",
  "type": "HumanMadeObject",
  "_label": "Spring",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300033618",
      "type": "Type",
      "_label": "Painting",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300435443",
          "type": "Type",
          "_label": "Type of Work"
        }
      ]
    }
  ],
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300404670",
          "type": "Type",
          "_label": "Primary Name"
        }
      ],
      "content": "Jeanne (Spring)"
    }
  ],
  "member_of": [
    {
      "id": "https://linked.art/example/set/24477_16_objects",
      "type": "Set",
      "_label": "Lot 16: Le Printemps"
    }
  ]
}

graph TD classDef object stroke:black,fill:#E1BA9C,rx:20px,ry:20px; classDef actor stroke:black,fill:#FFBDCA,rx:20px,ry:20px; classDef type stroke:red,fill:#FAB565,rx:20px,ry:20px; classDef name stroke:orange,fill:#FEF3BA,rx:20px,ry:20px; classDef dims stroke:black,fill:#c6c6c6,rx:20px,ry:20px; classDef infoobj stroke:#907010,fill:#fffa40,rx:20px,ry:20px classDef timespan stroke:blue,fill:#ddfffe,rx:20px,ry:20px classDef place stroke:#3a7a3a,fill:#aff090,rx:20px,ry:20px classDef event stroke:#1010FF,fill:#96e0f6,rx:20px,ry:20px classDef literal stroke:black,fill:#f0f0e0; classDef classstyle stroke:black,fill:white; O1(object/spring/20) class O1 object; O1-- type -->O1_0[HumanMadeObject] class O1_0 classstyle; O1-- _label -->O1_4("''Spring''") class O1_4 literal; O2(aat:300033618) class O2 type; O2-- type -->O2_0[Type] class O2_0 classstyle; O2-- _label -->O2_3("''Painting''") class O2_3 literal; O3(aat:300435443) class O3 type; O3-- type -->O3_0[Type] class O3_0 classstyle; O3-- _label -->O3_3("''Type of Work''") class O3_3 literal; O2-- classified_as -->O3 O1-- classified_as -->O2 O4( _ ) class O4 name; O4-- type -->O4_0[Name] class O4_0 classstyle; O5(aat:300404670) class O5 type; O5-- type -->O5_0[Type] class O5_0 classstyle; O5-- _label -->O5_3("''Primary Name''") class O5_3 literal; O4-- classified_as -->O5 O4-- content -->O4_3("''Jeanne (Spring)''") class O4_3 literal; O1-- identified_by -->O4 O6(set/24477_16_objects) class O6 infoobj; O6-- type -->O6_0[Set] class O6_0 classstyle; O6-- _label -->O6_3("''Lot 16: Le Printemps''") class O6_3 literal; O1-- member_of -->O6
Other Representations: JSON-LD (raw) | JSON-LD (playground) | Turtle (raw) | Turtle (styled)

Pre-set Prices

In auctions, there are several types of monetary values that are useful and interesting to record. There is a significant distinction between the starting price or reserve price for an auction and the regular purchase price of an object, in that even if the auction never takes place, these other prices are still known as they are set in advance.

There are three pre-set prices of interest:

These prices are associated with the Set of Objects that the Auction of Lot is intended to sell. In this way, even if the auction never takes place, there is still the set of objects to associate the prices with. In order to associate a monetary value with an object, it is treated as an observed dimension.

Example:

Lot 16 had an estimated price of $25,000,000:

{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/set/24477_16_objects/2",
  "type": "Set",
  "_label": "Set of Objects for Lot 16",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300411307",
      "type": "Type",
      "_label": "Auction Lot"
    }
  ],
  "dimension": [
    {
      "type": "MonetaryAmount",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300417244",
          "type": "Type",
          "_label": "Estimated Price"
        }
      ],
      "value": 25000000,
      "currency": {
        "id": "http://vocab.getty.edu/aat/300411994",
        "type": "Currency",
        "_label": "US Dollars"
      }
    }
  ]
}

graph TD classDef object stroke:black,fill:#E1BA9C,rx:20px,ry:20px; classDef actor stroke:black,fill:#FFBDCA,rx:20px,ry:20px; classDef type stroke:red,fill:#FAB565,rx:20px,ry:20px; classDef name stroke:orange,fill:#FEF3BA,rx:20px,ry:20px; classDef dims stroke:black,fill:#c6c6c6,rx:20px,ry:20px; classDef infoobj stroke:#907010,fill:#fffa40,rx:20px,ry:20px classDef timespan stroke:blue,fill:#ddfffe,rx:20px,ry:20px classDef place stroke:#3a7a3a,fill:#aff090,rx:20px,ry:20px classDef event stroke:#1010FF,fill:#96e0f6,rx:20px,ry:20px classDef literal stroke:black,fill:#f0f0e0; classDef classstyle stroke:black,fill:white; O1(set/24477_16_objects/2) class O1 infoobj; O1-- type -->O1_0[Set] class O1_0 classstyle; O1-- _label -->O1_4("''Set of Objects for Lot 16''") class O1_4 literal; O2(aat:300411307) class O2 type; O2-- type -->O2_0[Type] class O2_0 classstyle; O2-- _label -->O2_3("''Auction Lot''") class O2_3 literal; O1-- classified_as -->O2 O3( _ ) class O3 dims; O3-- type -->O3_0[MonetaryAmount] class O3_0 classstyle; O4(aat:300417244) class O4 type; O4-- type -->O4_0[Type] class O4_0 classstyle; O4-- _label -->O4_3("''Estimated Price''") class O4_3 literal; O3-- classified_as -->O4 O3-- value -->O3_3(25000000) class O3_3 literal; O5(aat:300411994) class O5 type; O5-- type -->O5_0[Currency] class O5_0 classstyle; O5-- _label -->O5_3("''US Dollars''") class O5_3 literal; O3-- currency -->O5 O1-- dimension -->O3
Other Representations: JSON-LD (raw) | JSON-LD (playground) | Turtle (raw) | Turtle (styled)

Purchase of Lot

The purchase of the lot is very similar to the purchase of any other object, however there is an explicit reference to the set of objects. The set is only a temporary grouping, put together only for the purpose of this particular auction and is not something which can be owned directly. As such, each object has its own acquisition as part of the provenance event or its own record. Conversely, there is only a single payment for the entire lot.

Example:

The Getty acquired Lot 16 for $65,125,000.

{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/provenance/payneheirs_getty/2",
  "type": "Activity",
  "_label": "Purchase of Lot 16",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300055863",
      "type": "Type",
      "_label": "Provenance Activity"
    }
  ],
  "used_specific_object": [
    {
      "type": "Set",
      "_label": "Set of Objects for Lot 812"
    }
  ],
  "part": [
    {
      "type": "Acquisition",
      "_label": "Acquisition of Spring",
      "carried_out_by": [
        {
          "id": "https://linked.art/example/person/naumann",
          "type": "Person",
          "_label": "Otto Naumann"
        }
      ],
      "transferred_title_of": [
        {
          "id": "https://linked.art/example/object/spring",
          "type": "HumanMadeObject",
          "_label": "Spring"
        }
      ],
      "transferred_title_from": [
        {
          "id": "https://linked.art/example/group/payne_heirs",
          "type": "Group",
          "_label": "Family of Oliver Payne"
        }
      ],
      "transferred_title_to": [
        {
          "id": "https://linked.art/example/group/getty",
          "type": "Group",
          "_label": "J. Paul Getty Museum"
        }
      ]
    },
    {
      "type": "Payment",
      "_label": "Payment for Lot 16",
      "paid_amount": {
        "type": "MonetaryAmount",
        "value": 65125000,
        "currency": {
          "id": "http://vocab.getty.edu/aat/300411994",
          "type": "Currency",
          "_label": "US Dollars"
        }
      },
      "paid_from": [
        {
          "id": "https://linked.art/example/group/getty",
          "type": "Group",
          "_label": "J. Paul Getty Museum"
        }
      ],
      "paid_to": [
        {
          "id": "https://linked.art/example/group/payne_heirs",
          "type": "Group",
          "_label": "Family of Oliver Payne"
        }
      ]
    }
  ],
  "part_of": [
    {
      "id": "https://linked.art/example/event/christies_24477_16",
      "type": "Activity",
      "_label": "Auction of Lot 16"
    }
  ]
}

graph TD classDef object stroke:black,fill:#E1BA9C,rx:20px,ry:20px; classDef actor stroke:black,fill:#FFBDCA,rx:20px,ry:20px; classDef type stroke:red,fill:#FAB565,rx:20px,ry:20px; classDef name stroke:orange,fill:#FEF3BA,rx:20px,ry:20px; classDef dims stroke:black,fill:#c6c6c6,rx:20px,ry:20px; classDef infoobj stroke:#907010,fill:#fffa40,rx:20px,ry:20px classDef timespan stroke:blue,fill:#ddfffe,rx:20px,ry:20px classDef place stroke:#3a7a3a,fill:#aff090,rx:20px,ry:20px classDef event stroke:#1010FF,fill:#96e0f6,rx:20px,ry:20px classDef literal stroke:black,fill:#f0f0e0; classDef classstyle stroke:black,fill:white; O1(provenance/payneheirs_getty/2) class O1 event; O1-- type -->O1_0[Activity] class O1_0 classstyle; O1-- _label -->O1_4("''Purchase of Lot 16''") class O1_4 literal; O2(aat:300055863) class O2 type; O2-- type -->O2_0[Type] class O2_0 classstyle; O2-- _label -->O2_3("''Provenance Activity''") class O2_3 literal; O1-- classified_as -->O2 O3( _ ) class O3 infoobj; O3-- type -->O3_0[Set] class O3_0 classstyle; O3-- _label -->O3_2("''Set of Objects for Lot 812''") class O3_2 literal; O1-- used_specific_object -->O3 O4(event/christies_24477_16) class O4 event; O4-- type -->O4_0[Activity] class O4_0 classstyle; O4-- _label -->O4_3("''Auction of Lot 16''") class O4_3 literal; O1-- part_of -->O4 O5( _ ) class O5 event; O5-- type -->O5_0[Acquisition] class O5_0 classstyle; O5-- _label -->O5_2("''Acquisition of Spring''") class O5_2 literal; O6(person/naumann) class O6 actor; O6-- type -->O6_0[Person] class O6_0 classstyle; O6-- _label -->O6_3("''Otto Naumann''") class O6_3 literal; O5-- carried_out_by -->O6 O7(object/spring) class O7 object; O7-- type -->O7_0[HumanMadeObject] class O7_0 classstyle; O7-- _label -->O7_3("''Spring''") class O7_3 literal; O5-- transferred_title_of -->O7 O8(group/payne_heirs) class O8 actor; O8-- type -->O8_0[Group] class O8_0 classstyle; O8-- _label -->O8_3("''Family of Oliver Payne''") class O8_3 literal; O5-- transferred_title_from -->O8 O9(group/getty) class O9 actor; O9-- type -->O9_0[Group] class O9_0 classstyle; O9-- _label -->O9_3("''J. Paul Getty Museum''") class O9_3 literal; O5-- transferred_title_to -->O9 O1-- part -->O5 O10( _ ) class O10 event; O10-- type -->O10_0[Payment] class O10_0 classstyle; O10-- _label -->O10_2("''Payment for Lot 16''") class O10_2 literal; O11( _ ) class O11 dims; O11-- type -->O11_0[MonetaryAmount] class O11_0 classstyle; O11-- value -->O11_2(65125000) class O11_2 literal; O12(aat:300411994) class O12 type; O12-- type -->O12_0[Currency] class O12_0 classstyle; O12-- _label -->O12_3("''US Dollars''") class O12_3 literal; O11-- currency -->O12 O10-- paid_amount -->O11 O10-- paid_from -->O9 O10-- paid_to -->O8 O1-- part -->O10
Other Representations: JSON-LD (raw) | JSON-LD (playground) | Turtle (raw) | Turtle (styled)

Auction Catalog

Much of the information we have about historical auctions comes from Auction Catalogs. These documents thus provide the primary source of evidence, and can be linked to the descriptions of the activities. These follow the same model as other documents.

{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/text/catalog_24477/1",
  "type": "LinguisticObject",
  "_label": "Auction Catalog",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300026068",
      "type": "Type",
      "_label": "Auction Catalog",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300435443",
          "type": "Type",
          "_label": "Type of Work"
        }
      ]
    }
  ],
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300404670",
          "type": "Type",
          "_label": "Primary Name"
        }
      ],
      "content": "Impressionist & Modern Evening Sale Catalog"
    }
  ],
  "about": [
    {
      "id": "https://linked.art/example/event/christies_24477",
      "type": "Activity",
      "_label": "Impressionist Sale"
    }
  ]
}

graph TD classDef object stroke:black,fill:#E1BA9C,rx:20px,ry:20px; classDef actor stroke:black,fill:#FFBDCA,rx:20px,ry:20px; classDef type stroke:red,fill:#FAB565,rx:20px,ry:20px; classDef name stroke:orange,fill:#FEF3BA,rx:20px,ry:20px; classDef dims stroke:black,fill:#c6c6c6,rx:20px,ry:20px; classDef infoobj stroke:#907010,fill:#fffa40,rx:20px,ry:20px classDef timespan stroke:blue,fill:#ddfffe,rx:20px,ry:20px classDef place stroke:#3a7a3a,fill:#aff090,rx:20px,ry:20px classDef event stroke:#1010FF,fill:#96e0f6,rx:20px,ry:20px classDef literal stroke:black,fill:#f0f0e0; classDef classstyle stroke:black,fill:white; O1(text/catalog_24477/1) class O1 infoobj; O1-- type -->O1_0[LinguisticObject] class O1_0 classstyle; O1-- _label -->O1_4("''Auction Catalog''") class O1_4 literal; O2(aat:300026068) class O2 type; O2-- type -->O2_0[Type] class O2_0 classstyle; O2-- _label -->O2_3("''Auction Catalog''") class O2_3 literal; O3(aat:300435443) class O3 type; O3-- type -->O3_0[Type] class O3_0 classstyle; O3-- _label -->O3_3("''Type of Work''") class O3_3 literal; O2-- classified_as -->O3 O1-- classified_as -->O2 O4( _ ) class O4 name; O4-- type -->O4_0[Name] class O4_0 classstyle; O5(aat:300404670) class O5 type; O5-- type -->O5_0[Type] class O5_0 classstyle; O5-- _label -->O5_3("''Primary Name''") class O5_3 literal; O4-- classified_as -->O5 O4-- content -->O4_3("''Impressionist & Modern Evening Sale Catalog''") class O4_3 literal; O1-- identified_by -->O4 O6(event/christies_24477) class O6 event; O6-- type -->O6_0[Activity] class O6_0 classstyle; O6-- _label -->O6_3("''Impressionist Sale''") class O6_3 literal; O1-- about -->O6
Other Representations: JSON-LD (raw) | JSON-LD (playground) | Turtle (raw) | Turtle (styled)

Other Results

Not every auction of lot results in a purchase, and not every lot that is advertised in an auction catalog is actually presented for sale. Objects can be withdrawn, reserve prices might not be met, the winner might not be able to pay, or the owner might bid on their own objects to determine or drive up their value. These scenarios are discussed in this section as to how they can be described using the model.

Lot Withdrawn

It is possible that an auction lot is withdrawn from the auction before the auction of lot occurs. The auction catalog will record the objects in the lot, and is valuable for the historical record to know that they were offered for sale and then withdrawn.

In this case, there should be a catalog entry and the auction lot set that the entry describes, but no corresponding auction of lot activity, as it did not take place. The date can be calculated from the dates of the auction event, to position the objects in time. In some cases, where the auctioned objects are all from a single person or organization, this would also establish evidence of ownership at that time.

Object Withdrawn from Lot

It can also be that a single object is withdrawn from a Lot with multiple objects, which is otherwise sold. In this case, the withdrawn object is returned to the owner as part of the provenance event that is caused by the auction of the lot which still takes place. That return has a specific purpose that can distinguish withdrawn objects from objects that are returned for other reasons below.

Reserve Not Met

Another scenario is when the auction of lot does take place, but there is no purchase because a reserve price was not met. This is often referred to as being "Bought In", or sometimes "Passed".

In this case the auction of lot activity does occur, but there may or may not have been any bidding. It does result in a provenance entry, as for the auction house organization to be able to auction it, they must have had some degree of custody of the object. There may also be a commission paid from the owner to the auction house for running the auction, even though it was ultimately unsuccessful. The return of the object to the owner would be a Transfer of Custody in the same way as returning a painting to the owner after an exhibition.

Bought by Owner

In some cases the owner of the object actively bids on their own items, either directly or via an agent, and ends up bidding the highest amount, and thereby winning the lot. This is different to the bought in case, as in that case the reserve was not met, and in this case it was. This was sometimes done intentionally to determine what the market would bear for an object, or to drive up the price of related objects by providing a precedent.

As the owner cannot sell the object to themselves, this does not result in a change of ownership. In the same way as when the reserve is not met, there is a change of custody from the owner to the auction house and back again, and might involve paying commission to the auction house for the "sale". Conversely, in this case we do know that there was bidding as there was a "sale", even if there was not a transfer of ownership.

Winner Unable to Pay

And in other cases, someone successfully wins the auction other than the owner, but is unable to pay. In this case there was a bid, the promise to pay a given amount, but no subsequent fulfillment of the promise with a payment. Again, this results in the transfer of custody of the object from the auction house back to the owner. The bid amount can be recorded as described in the bidding section.

It is not often to know that this has occured, unless the information is coming either directly from the auction house or from the owner. This might happen when an art dealer auctions an object, and then records the return of the object in their stock management system.