Sha256: 7529fbc0df1bf6bdeba770ee1d32e7e46feb7eb05449c1e12c7b798d4a689d44
Contents?: true
Size: 506 Bytes
Versions: 4
Compression:
Stored size: 506 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :Place, 'mida_vocabulary/vocabularies/schemaorg/place' # A geographical region under the jurisdiction of a particular government. class AdministrativeArea < Mida::Vocabulary itemtype %r{http://schema.org/AdministrativeArea}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Place end end end
Version data entries
4 entries across 4 versions & 1 rubygems