{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.Intangible where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc. data Intangible instance Show Intangible instance Read Intangible instance Eq Intangible instance Typeable Intangible instance MetaData Intangible