Sha256: 2a59a2c2f18bcd8e8f9e9b0259c8e8db4201df261473b3a1b88f11a37bffcbbb
Contents?: true
Size: 431 Bytes
Versions: 4
Compression:
Stored size: 431 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework' # A map. class Map < Mida::Vocabulary itemtype %r{http://schema.org/Map}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::CreativeWork end end end
Version data entries
4 entries across 4 versions & 1 rubygems