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