Sha256: 3a7be018849556be08ef7c5fe92dd066f389db4f205f19b17076c3445bc372d9

Contents?: true

Size: 722 Bytes

Versions: 3

Compression:

Stored size: 722 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :LocalBusiness, 'mida_vocabulary/vocabularies/schemaorg/localbusiness'
    autoload :Organization, 'mida_vocabulary/vocabularies/schemaorg/organization'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'
    autoload :Place, 'mida_vocabulary/vocabularies/schemaorg/place'

    # A home goods store.
    class HomeGoodsStore < Mida::Vocabulary
      itemtype %r{http://schema.org/HomeGoodsStore}i
      include_vocabulary Mida::SchemaOrg::LocalBusiness
      include_vocabulary Mida::SchemaOrg::Organization
      include_vocabulary Mida::SchemaOrg::Thing
      include_vocabulary Mida::SchemaOrg::Place
    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/homegoodsstore.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/homegoodsstore.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/homegoodsstore.rb