{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.ProductModel where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A datasheet or vendor specification of a product (in the sense of a prototypical description). data ProductModel instance Show ProductModel instance Read ProductModel instance Eq ProductModel instance Typeable ProductModel instance MetaData ProductModel