Sha256: 5195a1ecbd19bd91af61e2fbee2d2969d304fc78e70ffee724919cb25628bfff

Contents?: true

Size: 458 Bytes

Versions: 3

Compression:

Stored size: 458 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # A piece of sculpture.
    class Sculpture < Mida::Vocabulary
      itemtype %r{http://schema.org/Sculpture}i
      include_vocabulary Mida::SchemaOrg::CreativeWork
      include_vocabulary Mida::SchemaOrg::Thing
    end

  end
end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
mida_vocabulary-0.2.2 lib/mida_vocabulary/vocabularies/schemaorg/sculpture.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/sculpture.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/sculpture.rb