Sha256: 585aaf992a8a6c7e0a6b4b69ac0955eed355ed9ebfa3f45ed76b9898f24321a3
Contents?: true
Size: 447 Bytes
Versions: 6
Compression:
Stored size: 447 Bytes
Contents
require 'mida/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida/vocabularies/schemaorg/thing' autoload :Place, 'mida/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
6 entries across 6 versions & 1 rubygems