purchaseDate constant
IRI for schema:purchaseDate [Expects: https://schema.org/Date]
The date the item, e.g. vehicle, was purchased by the current owner.
Can be used on: https://schema.org/Product, https://schema.org/Vehicle
Implementation
static const purchaseDate = IriTerm.prevalidated(
'https://schema.org/purchaseDate',
);