{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.PerformanceRole where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc. data PerformanceRole instance Show PerformanceRole instance Read PerformanceRole instance Eq PerformanceRole instance Typeable PerformanceRole instance MetaData PerformanceRole