Sha256: 96df93f321e390492fdd1434e89761375ea2013cc0e4de3cd15f4161adc788d8

Contents?: true

Size: 746 Bytes

Versions: 2

Compression:

Stored size: 746 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :PlanAction, 'mida_vocabulary/vocabularies/schemaorg/planaction'
    autoload :Action, 'mida_vocabulary/vocabularies/schemaorg/action'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # Reserving a concrete object.Related actions:ScheduleAction: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation.
    class ReserveAction < Mida::Vocabulary
      itemtype %r{http://schema.org/ReserveAction}i
      include_vocabulary Mida::SchemaOrg::PlanAction
      include_vocabulary Mida::SchemaOrg::Action
      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/reserveaction.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/reserveaction.rb