Sha256: acb998fde0203cee6aec7c0279a5899aef130209b3a5782c82b0234f65ad1091

Contents?: true

Size: 574 Bytes

Versions: 3

Compression:

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