Sha256: 416caae4446a52b0dbccc234995d7201524cb0728e1653a5342cdffe5d6046a3

Contents?: true

Size: 493 Bytes

Versions: 3

Compression:

Stored size: 493 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # An historical landmark or building.
    class LandmarksOrHistoricalBuildings < Mida::Vocabulary
      itemtype %r{http://schema.org/LandmarksOrHistoricalBuildings}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/landmarksorhistoricalbuildings.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/landmarksorhistoricalbuildings.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/landmarksorhistoricalbuildings.rb