{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.InteractionCounter where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A summary of how users have interacted with this CreativeWork. In most cases, authors will use a subtype to specify the specific type of interaction. data InteractionCounter instance Show InteractionCounter instance Read InteractionCounter instance Eq InteractionCounter instance Typeable InteractionCounter instance MetaData InteractionCounter