Sha256: 47040d80911788d57b4827d3cfc49c263c8c95ab5299e938c5152391df98ef48

Contents?: true

Size: 460 Bytes

Versions: 6

Compression:

Stored size: 460 Bytes

Contents

require 'mida/vocabulary'

module Mida
  module SchemaOrg

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

    # An historical landmark or building.
    class LandmarksOrHistoricalBuildings < Mida::Vocabulary
      itemtype %r{http://schema.org/LandmarksOrHistoricalBuildings}i
      include_vocabulary Mida::SchemaOrg::Thing
      include_vocabulary Mida::SchemaOrg::Place
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mida-0.4.0 lib/mida/vocabularies/schemaorg/landmarksorhistoricalbuildings.rb
mida-0.3.9 lib/mida/vocabularies/schemaorg/landmarksorhistoricalbuildings.rb
mida-0.3.8 lib/mida/vocabularies/schemaorg/landmarksorhistoricalbuildings.rb
mida-0.3.7 lib/mida/vocabularies/schemaorg/landmarksorhistoricalbuildings.rb
mida-0.3.6 lib/mida/vocabularies/schemaorg/landmarksorhistoricalbuildings.rb
mida-0.3.3 lib/mida/vocabularies/schemaorg/landmarksorhistoricalbuildings.rb