Sha256: 74b6057a78013a12da5cfddbcdd7847e9c91ff324fd2e817796ca7c6610def2a

Contents?: true

Size: 578 Bytes

Versions: 3

Compression:

Stored size: 578 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :CivicStructure, 'mida_vocabulary/vocabularies/schemaorg/civicstructure'
    autoload :Place, 'mida_vocabulary/vocabularies/schemaorg/place'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # A Hindu temple.
    class HinduTemple < Mida::Vocabulary
      itemtype %r{http://schema.org/HinduTemple}i
      include_vocabulary Mida::SchemaOrg::CivicStructure
      include_vocabulary Mida::SchemaOrg::Place
      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/hindutemple.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/hindutemple.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/hindutemple.rb