Sha256: a3a0c95b8cad9b06291ffdf779373e0644cdff556b15200b1f4c43672650cd82

Contents?: true

Size: 467 Bytes

Versions: 3

Compression:

Stored size: 467 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 body of water, such as a sea, ocean, or lake.
    class BodyOfWater < Mida::Vocabulary
      itemtype %r{http://schema.org/BodyOfWater}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/bodyofwater.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/bodyofwater.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/bodyofwater.rb