Sha256: e2252022a9b994b9514b977224f2d5a2cec36cd9c137e1cc8edf659a5685c6d7

Contents?: true

Size: 437 Bytes

Versions: 3

Compression:

Stored size: 437 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :Place, 'mida_vocabulary/vocabularies/schemaorg/place'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # A volcano, like Fuji san.
    class Volcano < Mida::Vocabulary
      itemtype %r{http://schema.org/Volcano}i
      include_vocabulary Mida::SchemaOrg::Place
      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/volcano.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/volcano.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/volcano.rb