{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.VideoGame where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device. data VideoGame instance Show VideoGame instance Read VideoGame instance Eq VideoGame instance Typeable VideoGame instance MetaData VideoGame