Sha256: 46dc6168afd916ac99075ff82e93ce7ea4601fb97b62ebb00638363afa84da5d

Contents?: true

Size: 678 Bytes

Versions: 2

Compression:

Stored size: 678 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.
    class TechArticle < Mida::Vocabulary
      itemtype %r{http://schema.org/TechArticle}i
      include_vocabulary Mida::SchemaOrg::Article
      include_vocabulary Mida::SchemaOrg::CreativeWork
      include_vocabulary Mida::SchemaOrg::Thing
    end

  end
end

Version data entries

2 entries across 1 versions & 1 rubygems

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