Sha256: ffcd2f9ca7fb265a0cbeb8dda725ea995b42ff46fc91b02a98560bf0a3918676

Contents?: true

Size: 647 Bytes

Versions: 2

Compression:

Stored size: 647 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # The act of expressing a preference from a fixed/finite/structured set of choices/options.
    class VoteAction < Mida::Vocabulary
      itemtype %r{http://schema.org/VoteAction}i
      include_vocabulary Mida::SchemaOrg::ChooseAction
      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/voteaction.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/voteaction.rb