Class: Mida::SchemaOrg::BusinessEntityType

Inherits:
DataType::Enumeration show all
Defined in:
lib/mida_vocabulary/enumerations/businessentitytype.rb

Overview

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: purl.org/goodrelations/v1#Business purl.org/goodrelations/v1#Enduser purl.org/goodrelations/v1#PublicInstitution purl.org/goodrelations/v1#Reseller

Constant Summary collapse

VALID_VALUES =
[
  [::Mida::DataType::URL, %r{http://schema.org/}i]
]

Method Summary

Methods inherited from DataType::Enumeration

#initialize

Methods inherited from DataType::Generic

#==, #method_missing, parse, #to_s, #to_yaml

Constructor Details

This class inherits a constructor from Mida::DataType::Enumeration

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Mida::DataType::Generic