Sha256: 32b2ca3ae45e0ca46cf7aab077b427e210f0171a3c8a17ef9f8aa80e91bd50de
Contents?: true
Size: 466 Bytes
Versions: 3
Compression:
Stored size: 466 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Place, 'mida_vocabulary/vocabularies/schemaorg/place' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # An ocean (for example, the Pacific). class OceanBodyOfWater < Mida::Vocabulary itemtype %r{http://schema.org/OceanBodyOfWater}i include_vocabulary Mida::SchemaOrg::Place include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems