{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.Game where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting. See also open issues list. data Game instance Show Game instance Read Game instance Eq Game instance Typeable Game instance MetaData Game