Sha256: 4b1cbcdf80751b83d367abedc91eac8191a633fd5b718a6ef319d06aa2ca4001
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 lake (for example, Lake Pontrachain). class LakeBodyOfWater < Mida::Vocabulary itemtype %r{http://schema.org/LakeBodyOfWater}i include_vocabulary Mida::SchemaOrg::Place include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems