{-# LANGUAGE DeriveDataTypeable #-}
module Text.HTML5.MetaData.Schema.MoveAction where
-- Valid: 2016-02-03 (Schema.rdfs.org)
import Text.HTML5.MetaData.Class
import Data.Typeable
-- | The act of an agent relocating to a place.
Related actions:
TransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object
.
data MoveAction
instance Show MoveAction
instance Read MoveAction
instance Eq MoveAction
instance Typeable MoveAction
instance MetaData MoveAction