Sha256: a7eec66c517d52d4ea26950fc2bfd7426ceee102794b57ee0ff53f4fa06c7206

Contents?: true

Size: 545 Bytes

Versions: 3

Compression:

Stored size: 545 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 accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process.
    class AchieveAction < Mida::Vocabulary
      itemtype %r{http://schema.org/AchieveAction}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/achieveaction.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/achieveaction.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/achieveaction.rb