{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.DepartAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants. data DepartAction instance Show DepartAction instance Read DepartAction instance Eq DepartAction instance Typeable DepartAction instance MetaData DepartAction