ProfessionalService constant

IriTerm const ProfessionalService

IRI for schema:ProfessionalService

Original definition: "provider of professional services."\n\nThe general {ProfessionalService} type for local businesses was deprecated due to confusion with {Service}. For reference, the types that it included were: {Dentist}, {AccountingService}, {Attorney}, {Notary}, as well as types for several kinds of {HomeAndConstructionBusiness}: {Electrician}, {GeneralContractor}, {HousePainter}, {Locksmith}, {Plumber}, {RoofingContractor}. {LegalService} was introduced as a more inclusive supertype of {Attorney}.

Implementation

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