require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # Properties that take Energy as values are of the form ' ' class Energy < Mida::Vocabulary itemtype %r{http://schema.org/Energy}i include_vocabulary Mida::SchemaOrg::Thing end end end