Sha256: 490d451f9038fd209ef3c7aa920f5fe0ec32b778c0655a186be50951c2964d8b

Contents?: true

Size: 691 Bytes

Versions: 3

Compression:

Stored size: 691 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :MedicalTherapy, 'mida_vocabulary/vocabularies/schemaorg/medicaltherapy'
    autoload :MedicalEntity, 'mida_vocabulary/vocabularies/schemaorg/medicalentity'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # A process of progressive physical care and rehabilitation aimed at improving a health condition.
    class PhysicalTherapy < Mida::Vocabulary
      itemtype %r{http://schema.org/PhysicalTherapy}i
      include_vocabulary Mida::SchemaOrg::MedicalTherapy
      include_vocabulary Mida::SchemaOrg::MedicalEntity
      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/physicaltherapy.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/physicaltherapy.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/physicaltherapy.rb