Sha256: b998dd0a107f8d61b51832235dc0f711b382757e5b76d528fd0e718a637e0cd3

Contents?: true

Size: 650 Bytes

Versions: 3

Compression:

Stored size: 650 Bytes

Contents

require 'mida_vocabulary/datatype'

module Mida
  module SchemaOrg

    # 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
    class BusinessEntityType < Mida::DataType::Enumeration
      VALID_VALUES = [
        [::Mida::DataType::URL, %r{http://schema.org/}i]
      ]
    end

  end
end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
mida_vocabulary-0.2.2 lib/mida_vocabulary/vocabularies/schemaorg/businessentitytype.rb
mida_vocabulary-0.2 lib/mida_vocabulary/enumerations/businessentitytype.rb
mida_vocabulary-0.2 resources/schema.org/enumerations/businessentitytype.rb