Sha256: 06dabc1ab9c79000bdefb2f9697ec8b56cd5e4b778df157af242f9204f82bc2c
Contents?: true
Size: 426 Bytes
Versions: 2
Compression:
Stored size: 426 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # An intangible item that describes an alignment between a learning resource and a node in an educational framework. class AlignmentObject < Mida::Vocabulary itemtype %r{http://schema.org/AlignmentObject}i 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/alignmentobject.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/alignmentobject.rb |