Sha256: 4d1df05506cd2ec24d45af8f5a0ccd29544d0b966f72cd63a6a02c16b06bf33e
Contents?: true
Size: 330 Bytes
Versions: 2
Compression:
Stored size: 330 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # The geographic shape of a place. class GeoShape < Mida::Vocabulary itemtype %r{http://schema.org/GeoShape}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/geoshape.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/geoshape.rb |