{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.RentAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment. data RentAction instance Show RentAction instance Read RentAction instance Eq RentAction instance Typeable RentAction instance MetaData RentAction