{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.OwnershipInfo where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A structured value providing information about when a certain organization or person owned a certain product. data OwnershipInfo instance Show OwnershipInfo instance Read OwnershipInfo instance Eq OwnershipInfo instance Typeable OwnershipInfo instance MetaData OwnershipInfo