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