{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.Article where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.

See also blog post. data Article instance Show Article instance Read Article instance Eq Article instance Typeable Article instance MetaData Article