{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.PerformAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of participating in performance arts. data PerformAction instance Show PerformAction instance Read PerformAction instance Eq PerformAction instance Typeable PerformAction instance MetaData PerformAction