Sha256: ada19827c58a682c217224a38f772ebe69f9900d966e9ed906b73dcf53706830
Contents?: true
Size: 667 Bytes
Versions: 2
Compression:
Stored size: 667 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 blood away from the heart. class Artery < Mida::Vocabulary itemtype %r{http://schema.org/Artery}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/artery.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/artery.rb |