{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.ServiceChannel where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A means for accessing a service, e.g. a government office location, web site, or phone number. data ServiceChannel instance Show ServiceChannel instance Read ServiceChannel instance Eq ServiceChannel instance Typeable ServiceChannel instance MetaData ServiceChannel