Sha256: 3b53550e1a00b1a630682e911a066ac83f1e6f081f5953513360109fb70e04ed

Contents?: true

Size: 529 Bytes

Versions: 2

Compression:

Stored size: 529 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # The act of expressing a preference from a set of options or a large or unbounded set of choices/options.
    class ChooseAction < Mida::Vocabulary
      itemtype %r{http://schema.org/ChooseAction}i
      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/chooseaction.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/chooseaction.rb