Sha256: 1c017c2a5bacef9b802ac15b436a8af3e2fd0b4e69fcf845f5f24d75edf3b29d
Contents?: true
Size: 428 Bytes
Versions: 7
Compression:
Stored size: 428 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'. class Quantity < Mida::Vocabulary itemtype %r{http://schema.org/Quantity}i include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
7 entries across 6 versions & 1 rubygems