Sha256: c04cd59e38d8eecfaa3203cd3fdc2f6faf702d3befcb6f3d6774808cbeb475a2

Contents?: true

Size: 499 Bytes

Versions: 6

Compression:

Stored size: 499 Bytes

Contents

require 'mida/vocabulary'

module Mida
  module SchemaOrg

    autoload :Thing, 'mida/vocabularies/schemaorg/thing'
    autoload :Organization, 'mida/vocabularies/schemaorg/organization'

    # A theater group or company - for example, the Royal Shakespeare Company or Druid Theatre.
    class TheaterGroup < Mida::Vocabulary
      itemtype %r{http://schema.org/TheaterGroup}i
      include_vocabulary Mida::SchemaOrg::Thing
      include_vocabulary Mida::SchemaOrg::Organization
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mida-0.4.0 lib/mida/vocabularies/schemaorg/theatergroup.rb
mida-0.3.9 lib/mida/vocabularies/schemaorg/theatergroup.rb
mida-0.3.8 lib/mida/vocabularies/schemaorg/theatergroup.rb
mida-0.3.7 lib/mida/vocabularies/schemaorg/theatergroup.rb
mida-0.3.6 lib/mida/vocabularies/schemaorg/theatergroup.rb
mida-0.3.3 lib/mida/vocabularies/schemaorg/theatergroup.rb