Sha256: abed66e863e2dd2980a91375ea3156a7ee939eb034b80684dea0e97d80687d2d

Contents?: true

Size: 618 Bytes

Versions: 2

Compression:

Stored size: 618 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :Season, 'mida_vocabulary/vocabularies/schemaorg/season'
    autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # Season dedicated to TV broadcast and associated online delivery.
    class TVSeason < Mida::Vocabulary
      itemtype %r{http://schema.org/TVSeason}i
      include_vocabulary Mida::SchemaOrg::Season
      include_vocabulary Mida::SchemaOrg::CreativeWork
      include_vocabulary Mida::SchemaOrg::Thing
    end

  end
end

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/tvseason.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/tvseason.rb