{-# LANGUAGE DeriveDataTypeable #-}
module Text.HTML5.MetaData.Schema.HomeAndConstructionBusiness where
-- Valid: 2016-02-03 (Schema.rdfs.org)
import Text.HTML5.MetaData.Class
import Data.Typeable
-- | A construction business.
A HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.
As a LocalBusiness it can be described as a provider of one or more Service(s).
data HomeAndConstructionBusiness
instance Show HomeAndConstructionBusiness
instance Read HomeAndConstructionBusiness
instance Eq HomeAndConstructionBusiness
instance Typeable HomeAndConstructionBusiness
instance MetaData HomeAndConstructionBusiness