Sha256: 38ed215117ea4d29c8c98221ae29b3bfc04b3745c80da7eaf0af3038a5554fc3

Contents?: true

Size: 447 Bytes

Versions: 3

Compression:

Stored size: 447 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # The place where a person lives.
    class Residence < Mida::Vocabulary
      itemtype %r{http://schema.org/Residence}i
      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/residence.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/residence.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/residence.rb