Sha256: a5865b8c72ec0206a3b16b85ca9e5f2368ce269eb2bd335e5e0091b88bc1192c

Contents?: true

Size: 592 Bytes

Versions: 2

Compression:

Stored size: 592 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # Any part of the human body, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical structures.
    class AnatomicalStructure < Mida::Vocabulary
      itemtype %r{http://schema.org/AnatomicalStructure}i
      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/anatomicalstructure.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/anatomicalstructure.rb