Sha256: 34411f028e7cdb456e70705a5f1531dddaaf602935a13cb7a4cef9753dee12c1

Contents?: true

Size: 434 Bytes

Versions: 6

Compression:

Stored size: 434 Bytes

Contents

require 'mida/vocabulary'

module Mida
  module SchemaOrg

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

    # 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::Thing
      include_vocabulary Mida::SchemaOrg::Place
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mida-0.4.0 lib/mida/vocabularies/schemaorg/bodyofwater.rb
mida-0.3.9 lib/mida/vocabularies/schemaorg/bodyofwater.rb
mida-0.3.8 lib/mida/vocabularies/schemaorg/bodyofwater.rb
mida-0.3.7 lib/mida/vocabularies/schemaorg/bodyofwater.rb
mida-0.3.6 lib/mida/vocabularies/schemaorg/bodyofwater.rb
mida-0.3.3 lib/mida/vocabularies/schemaorg/bodyofwater.rb