Sha256: 995be47edea88a8301cd8ccbf13c2a2cc6fcb19834e2a29daf3fa0fd5196e793

Contents?: true

Size: 678 Bytes

Versions: 2

Compression:

Stored size: 678 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :MoveAction, 'mida_vocabulary/vocabularies/schemaorg/moveaction'
    autoload :Action, 'mida_vocabulary/vocabularies/schemaorg/action'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants.
    class TravelAction < Mida::Vocabulary
      itemtype %r{http://schema.org/TravelAction}i
      include_vocabulary Mida::SchemaOrg::MoveAction
      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/travelaction.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/travelaction.rb