{-# LANGUAGE DeriveDataTypeable #-}
module Text.HTML5.MetaData.Schema.ProfessionalService where

--  Valid: 2016-02-03 (Schema.rdfs.org)

import Text.HTML5.MetaData.Class
import Data.Typeable

-- | Original definition: "provider of professional services."        <br/><br/>        The general <a href="http://schema.org/ProfessionalService">ProfessionalService</a> type        for local businesses was deprecated due to confusion with <a href="http://schema.org/Service">Service</a>.        For reference, the types that it included were: <a href="http://schema.org/Dentist">Dentist</a>,        <a href="http://schema.org/AccountingService">AccountingService</a>,        <a href="http://schema.org/Attorney">Attorney</a>,        <a href="http://schema.org/Notary">Notary</a>, as well as types for several kinds of        <a href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a>:        <a href="http://schema.org/Electrician">Electrician</a>,        <a href="http://schema.org/GeneralContractor">GeneralContractor</a>,        <a href="http://schema.org/HousePainter">HousePainter</a>,        <a href="http://schema.org/Locksmith">Locksmith</a>,        <a href="http://schema.org/Plumber">Plumber</a>,        <a href="http://schema.org/Plumber">RoofingContractor</a>.        <a href="http://schema.org/LegalService">LegalService</a> was introduced as a more        inclusive supertype of <a href="http://schema.org/Attorney">Attorney</a>.      

data ProfessionalService

instance Show ProfessionalService
instance Read ProfessionalService
instance Eq ProfessionalService
instance Typeable ProfessionalService
instance MetaData ProfessionalService