Sha256: 74f403559be373567566495b983369168eb8755f77c2d25b99edd3d9819fca4a

Contents?: true

Size: 495 Bytes

Versions: 2

Compression:

Stored size: 495 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # A TV or radio episode which can be part of a series or season.
    class Episode < Mida::Vocabulary
      itemtype %r{http://schema.org/Episode}i
      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/episode.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/episode.rb