Sha256: e10ab89384be3654d00065cb858cbe3745640bae4906c3045ae912a2a397f58a
Contents?: true
Size: 628 Bytes
Versions: 4
Compression:
Stored size: 628 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework' autoload :WebPage, 'mida_vocabulary/vocabularies/schemaorg/webpage' # A page devoted to a single item, such as a particular product or hotel. class ItemPage < Mida::Vocabulary itemtype %r{http://schema.org/ItemPage}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::CreativeWork include_vocabulary Mida::SchemaOrg::WebPage end end end
Version data entries
4 entries across 4 versions & 1 rubygems