Sha256: ce592b6028c895e181d3af409b69fb512eccc930f7543fdc79cf8ed077f0fb31
Contents?: true
Size: 425 Bytes
Versions: 6
Compression:
Stored size: 425 Bytes
Contents
require 'mida/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida/vocabularies/schemaorg/thing' autoload :CreativeWork, 'mida/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
6 entries across 6 versions & 1 rubygems