Sha256: b99387c99d704246bda8cde42cf622a7f254227079206e6c6c530ac5faa4c93a

Contents?: true

Size: 531 Bytes

Versions: 3

Compression:

Stored size: 531 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # 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::Organization
      include_vocabulary Mida::SchemaOrg::Thing
    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/theatergroup.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/theatergroup.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/theatergroup.rb