Sha256: 2efe1b4e3a9d6c7b7cd3e86f2b18160efa57f9f340a1e6b95e22a4726f6928c7

Contents?: true

Size: 506 Bytes

Versions: 2

Compression:

Stored size: 506 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the 'offers' property. Repeated events may be structured as separate Event objects.
    class Event < Mida::Vocabulary
      itemtype %r{http://schema.org/Event}i
      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/event.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/event.rb