Sha256: d6ca99e3cd0c2ebd4e13f5b87a00f0a9b32b47478cff1908be78f8c4ea588886

Contents?: true

Size: 509 Bytes

Versions: 3

Compression:

Stored size: 509 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 reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.
    class Reservoir < Mida::Vocabulary
      itemtype %r{http://schema.org/Reservoir}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/reservoir.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/reservoir.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/reservoir.rb