{-# LANGUAGE DeriveDataTypeable #-}
module Text.HTML5.MetaData.Schema.LegalService where
-- Valid: 2016-02-03 (Schema.rdfs.org)
import Text.HTML5.MetaData.Class
import Data.Typeable
-- | A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.
As a LocalBusiness it can be described as a provider of one or more Service(s).
data LegalService
instance Show LegalService
instance Read LegalService
instance Eq LegalService
instance Typeable LegalService
instance MetaData LegalService