Sha256: c2780ea55b3278205850c5d0ca85a7404819daa21f4789f651b714b492716624

Contents?: true

Size: 628 Bytes

Versions: 3

Compression:

Stored size: 628 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :WebPage, 'mida_vocabulary/vocabularies/schemaorg/webpage'
    autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # 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::WebPage
      include_vocabulary Mida::SchemaOrg::CreativeWork
      include_vocabulary Mida::SchemaOrg::Thing
    end

  end
end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
mida_vocabulary-0.2.2 lib/mida_vocabulary/vocabularies/schemaorg/itempage.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/itempage.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/itempage.rb