Sha256: c6e2a83cd03e4d0590c31372946afb946fead5ea652f44ce63ddde5efc36e851

Contents?: true

Size: 403 Bytes

Versions: 2

Compression:

Stored size: 403 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # A brand is a name used by an organization or business person for labeling a product, product group, or similar.
    class Brand < Mida::Vocabulary
      itemtype %r{http://schema.org/Brand}i
      include_vocabulary Mida::SchemaOrg::Thing
    end

  end
end

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/brand.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/brand.rb