{-# LANGUAGE DeriveDataTypeable #-}
module Text.HTML5.MetaData.Schema.AccountingService where
-- Valid: 2016-02-03 (Schema.rdfs.org)
import Text.HTML5.MetaData.Class
import Data.Typeable
-- | Accountancy business.
As a LocalBusiness it can be described as a provider of one or more Service(s).
data AccountingService
instance Show AccountingService
instance Read AccountingService
instance Eq AccountingService
instance Typeable AccountingService
instance MetaData AccountingService