Sha256: d976bc62b9c591fbf3190a6bae6dc54932083cedb0bbaa3dfe20cb31c3abd065
Contents?: true
Size: 557 Bytes
Versions: 3
Compression:
Stored size: 557 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :MedicalEntity, 'mida_vocabulary/vocabularies/schemaorg/medicalentity' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # A utility class that serves as the umbrella for a number of 'intangible' things in the medical space. class MedicalIntangible < Mida::Vocabulary itemtype %r{http://schema.org/MedicalIntangible}i include_vocabulary Mida::SchemaOrg::MedicalEntity include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems