hasDriveThroughService constant

IriTerm const hasDriveThroughService

IRI for schemahttp:hasDriveThroughService [Expects: http://schema.org/Boolean]

Indicates whether some facility (e.g. {FoodEstablishment}, {CovidTestingFacility}) offers a service that can be used by driving through in a car. In the case of {CovidTestingFacility} such facilities could potentially help with social distancing from other potentially-infected users.

Can be used on: http://schema.org/Place

Implementation

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