vehicleModelDate constant

IriTerm const vehicleModelDate

IRI for schema:vehicleModelDate [Expects: https://schema.org/Date]

The release date of a vehicle model (often used to differentiate versions of the same make and model).

Can be used on: https://schema.org/Vehicle

Implementation

static const vehicleModelDate = IriTerm.prevalidated(
  'https://schema.org/vehicleModelDate',
);