{-# LANGUAGE DeriveDataTypeable #-}
module Text.HTML5.MetaData.Schema.Product where

--  Valid: 2016-02-03 (Schema.rdfs.org)

import Text.HTML5.MetaData.Class
import Data.Typeable

-- | Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online.

data Product

instance Show Product
instance Read Product
instance Eq Product
instance Typeable Product
instance MetaData Product