{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.PreventionIndication where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | An indication for preventing an underlying condition, symptom, etc. data PreventionIndication instance Show PreventionIndication instance Read PreventionIndication instance Eq PreventionIndication instance Typeable PreventionIndication instance MetaData PreventionIndication