Sha256: 47040d80911788d57b4827d3cfc49c263c8c95ab5299e938c5152391df98ef48
Contents?: true
Size: 460 Bytes
Versions: 6
Compression:
Stored size: 460 Bytes
Contents
require 'mida/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida/vocabularies/schemaorg/thing' autoload :Place, 'mida/vocabularies/schemaorg/place' # An historical landmark or building. class LandmarksOrHistoricalBuildings < Mida::Vocabulary itemtype %r{http://schema.org/LandmarksOrHistoricalBuildings}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Place end end end
Version data entries
6 entries across 6 versions & 1 rubygems