{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.FastFoodRestaurant where -- Valid: 2014-04-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | data FastFoodRestaurant instance Show FastFoodRestaurant instance Read FastFoodRestaurant instance Eq FastFoodRestaurant instance Typeable FastFoodRestaurant instance MetaData FastFoodRestaurant