{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.AllocateAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of organizing tasks/objects/events by associating resources to it. data AllocateAction instance Show AllocateAction instance Read AllocateAction instance Eq AllocateAction instance Typeable AllocateAction instance MetaData AllocateAction