Sha256: 86b7fbcb641423e0a7a2d9bd7107095169b049f3f270f4c3d2aebd48037d91c5

Contents?: true

Size: 357 Bytes

Versions: 2

Compression:

Stored size: 357 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # The geographic coordinates of a place or event.
    class GeoCoordinates < Mida::Vocabulary
      itemtype %r{http://schema.org/GeoCoordinates}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/geocoordinates.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/geocoordinates.rb