{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.GovernmentOffice where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A government office—for example, an IRS or DMV office. data GovernmentOffice instance Show GovernmentOffice instance Read GovernmentOffice instance Eq GovernmentOffice instance Typeable GovernmentOffice instance MetaData GovernmentOffice