Sha256: 41640f4a7f438149e54011e25c72c1f959d0db3496a586734519f41a121b94ac
Contents?: true
Size: 480 Bytes
Versions: 3
Compression:
Stored size: 480 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 river (for example, the broad majestic Shannon). class RiverBodyOfWater < Mida::Vocabulary itemtype %r{http://schema.org/RiverBodyOfWater}i include_vocabulary Mida::SchemaOrg::Place include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems