Sha256: daa3b615c7ae992c83d79288c3733471b3e080036ebb973c2299cef0ada766e5

Contents?: true

Size: 451 Bytes

Versions: 3

Compression:

Stored size: 451 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 table on a Web page.
    class Table < Mida::Vocabulary
      itemtype %r{http://schema.org/Table}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/table.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/table.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/table.rb