Sha256: c02b04c920acbb77522d7d9249232ffc9161b005912bf6ef3ee2c6dba039a5f7

Contents?: true

Size: 705 Bytes

Versions: 2

Compression:

Stored size: 705 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :AnatomicalStructure, 'mida_vocabulary/vocabularies/schemaorg/anatomicalstructure'
    autoload :MedicalEntity, 'mida_vocabulary/vocabularies/schemaorg/medicalentity'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # A type of blood vessel that specifically carries lymph fluid unidirectionally toward the heart.
    class LymphaticVessel < Mida::Vocabulary
      itemtype %r{http://schema.org/LymphaticVessel}i
      include_vocabulary Mida::SchemaOrg::AnatomicalStructure
      include_vocabulary Mida::SchemaOrg::MedicalEntity
      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/lymphaticvessel.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/lymphaticvessel.rb