Sha256: 6b517b114c2ce129437f905bde891fc6bc093ed53958def719dbc061da29bc3b

Contents?: true

Size: 553 Bytes

Versions: 3

Compression:

Stored size: 553 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 zoo.
    class Zoo < Mida::Vocabulary
      itemtype %r{http://schema.org/Zoo}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/zoo.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/zoo.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/zoo.rb