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