Sha256: a6ce71187700c7ff7f69d14831ffac3f7e393269c840160777c382cd08902574

Contents?: true

Size: 543 Bytes

Versions: 2

Compression:

Stored size: 543 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.
    class Code < Mida::Vocabulary
      itemtype %r{http://schema.org/Code}i
      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/code.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/code.rb