{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.LikeAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants. data LikeAction instance Show LikeAction instance Read LikeAction instance Eq LikeAction instance Typeable LikeAction instance MetaData LikeAction