{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.LiveBlogPosting where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates. data LiveBlogPosting instance Show LiveBlogPosting instance Read LiveBlogPosting instance Eq LiveBlogPosting instance Typeable LiveBlogPosting instance MetaData LiveBlogPosting