Sha256: bd4d1f0023677f18a8507c12bde332d24a3504412f720032b730d9d1fe2d9ad4
Contents?: true
Size: 532 Bytes
Versions: 4
Compression:
Stored size: 532 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :Organization, 'mida_vocabulary/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
4 entries across 4 versions & 1 rubygems