Sha256: 0f191311d20883c1679ff22b54ad47a7cb76e0da56a28d5acbf4f97acee35c63
Contents?: true
Size: 493 Bytes
Versions: 4
Compression:
Stored size: 493 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :Place, 'mida_vocabulary/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
4 entries across 4 versions & 1 rubygems