Sha256: 8698ac9ed1c51a2d87d3f99eaa0072e0f151cde6e9f65da11c4153eecbdedec7
Contents?: true
Size: 463 Bytes
Versions: 4
Compression:
Stored size: 463 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :Place, 'mida_vocabulary/vocabularies/schemaorg/place' # A sea (for example, the Caspian sea). class SeaBodyOfWater < Mida::Vocabulary itemtype %r{http://schema.org/SeaBodyOfWater}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Place end end end
Version data entries
4 entries across 4 versions & 1 rubygems