Sha256: 11c410e96cb64612916b5b108c3e1d29ee9f0e7277801c1b7f9a98efb692fa02
Contents?: true
Size: 407 Bytes
Versions: 2
Compression:
Stored size: 407 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # The most generic kind of creative work, including books, movies, photographs, software programs, etc. class CreativeWork < Mida::Vocabulary itemtype %r{http://schema.org/CreativeWork}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/creativework.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/creativework.rb |