{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.GovernmentOrganization where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A governmental organization or agency. data GovernmentOrganization instance Show GovernmentOrganization instance Read GovernmentOrganization instance Eq GovernmentOrganization instance Typeable GovernmentOrganization instance MetaData GovernmentOrganization