{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.GovernmentService where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A service provided by a government organization, e.g. food stamps, veterans benefits, etc. data GovernmentService instance Show GovernmentService instance Read GovernmentService instance Eq GovernmentService instance Typeable GovernmentService instance MetaData GovernmentService