Sha256: 51b390f94df2b4fa3017db8b32c089675915f352b2aaa9a9609a0112df0d9b31
Contents?: true
Size: 458 Bytes
Versions: 4
Compression:
Stored size: 458 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework' # A piece of sculpture. class Sculpture < Mida::Vocabulary itemtype %r{http://schema.org/Sculpture}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::CreativeWork end end end
Version data entries
4 entries across 4 versions & 1 rubygems