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