{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.WantAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of expressing a desire about the object. An agent wants an object. data WantAction instance Show WantAction instance Read WantAction instance Eq WantAction instance Typeable WantAction instance MetaData WantAction