Sha256: 777fe3b948f9a7cf3b0e53f7770c7f393562ff02e78030028c02f3cba51a419a

Contents?: true

Size: 482 Bytes

Versions: 2

Compression:

Stored size: 482 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # A public structure, such as a town hall or concert hall.
    class CivicStructure < Mida::Vocabulary
      itemtype %r{http://schema.org/CivicStructure}i
      include_vocabulary Mida::SchemaOrg::Place
      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/civicstructure.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/civicstructure.rb