{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.Event where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the 'offers' property. Repeated events may be structured as separate Event objects. data Event instance Show Event instance Read Event instance Eq Event instance Typeable Event instance MetaData Event