Sha256: 137ae011515c1ea642d6497f0e4312ae28366e9e03f836e7ee1a02c9955b010f
Contents?: true
Size: 671 Bytes
Versions: 3
Compression:
Stored size: 671 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' # Rigid connective tissue that comprises up the skeletal structure of the human body. class Bone < Mida::Vocabulary itemtype %r{http://schema.org/Bone}i include_vocabulary Mida::SchemaOrg::AnatomicalStructure include_vocabulary Mida::SchemaOrg::MedicalEntity include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems