Sha256: d468053aec3b5973f1ab1be06815bdd0ee7ba75b74177c5708b5cc402682fa22

Contents?: true

Size: 491 Bytes

Versions: 3

Compression:

Stored size: 491 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # A web page element, like a table or an image
    class WebPageElement < Mida::Vocabulary
      itemtype %r{http://schema.org/WebPageElement}i
      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/webpageelement.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/webpageelement.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/webpageelement.rb