Sha256: 6b8d5cee966cf710be6cd2197ef89e6eead46503d1c87ae20731b9c14860cc37
Contents?: true
Size: 348 Bytes
Versions: 2
Compression:
Stored size: 348 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # Entities that have a somewhat fixed, physical extension. class Place < Mida::Vocabulary itemtype %r{http://schema.org/Place}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/place.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/place.rb |