Sha256: ef1973650347fba1bb365e75c08f61767891a6ad7d04373a06022884148a9bf5

Contents?: true

Size: 572 Bytes

Versions: 3

Compression:

Stored size: 572 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 consistency of opinion with the object. An agent agrees to/about an object (a proposition, topic or theme) with participants.
    class AgreeAction < Mida::Vocabulary
      itemtype %r{http://schema.org/AgreeAction}i
      include_vocabulary Mida::SchemaOrg::Action
      include_vocabulary Mida::SchemaOrg::Thing
    end

  end
end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
mida_vocabulary-0.2.2 lib/mida_vocabulary/vocabularies/schemaorg/agreeaction.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/agreeaction.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/agreeaction.rb