{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.ItemList where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A list of items of any sort—for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting. data ItemList instance Show ItemList instance Read ItemList instance Eq ItemList instance Typeable ItemList instance MetaData ItemList