{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.SportingGoodsStore where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A sporting goods store. data SportingGoodsStore instance Show SportingGoodsStore instance Read SportingGoodsStore instance Eq SportingGoodsStore instance Typeable SportingGoodsStore instance MetaData SportingGoodsStore