{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.BusinessEntityType where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.
Commonly used values:

http://purl.org/goodrelations/v1#Business
http://purl.org/goodrelations/v1#Enduser
http://purl.org/goodrelations/v1#PublicInstitution
http://purl.org/goodrelations/v1#Reseller
data BusinessEntityType instance Show BusinessEntityType instance Read BusinessEntityType instance Eq BusinessEntityType instance Typeable BusinessEntityType instance MetaData BusinessEntityType