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