Sha256: 6e5b2cd8c5a9b8d518743445a4ce16fed7323b6305c312916b9dfcd340f7fcae

Contents?: true

Size: 724 Bytes

Versions: 3

Compression:

Stored size: 724 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 department store.
    class DepartmentStore < Mida::Vocabulary
      itemtype %r{http://schema.org/DepartmentStore}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/departmentstore.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/departmentstore.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/departmentstore.rb