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