{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.MobilePhoneStore where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A store that sells mobile phones and related accessories. data MobilePhoneStore instance Show MobilePhoneStore instance Read MobilePhoneStore instance Eq MobilePhoneStore instance Typeable MobilePhoneStore instance MetaData MobilePhoneStore