Sha256: 88414c7f5549fd1eff4fe1852a7cfd32ef7d44a6ed4e57659350e5291e72f9c4

Contents?: true

Size: 387 Bytes

Versions: 2

Compression:

Stored size: 387 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # The most generic type of entity related to health and the practice of medicine.
    class MedicalEntity < Mida::Vocabulary
      itemtype %r{http://schema.org/MedicalEntity}i
      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/medicalentity.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/medicalentity.rb