purchaseDate constant

IriTerm const purchaseDate

IRI for schemahttp:purchaseDate [Expects: http://schema.org/Date]

The date the item, e.g. vehicle, was purchased by the current owner.

Can be used on: http://schema.org/Product, http://schema.org/Vehicle

Implementation

static const purchaseDate = IriTerm.prevalidated(
  'http://schema.org/purchaseDate',
);