Sha256: 7f76bf9ef1f44f1388d2dc3487030a22899bc803d1f8e65631e1a8b0bdfbe225

Contents?: true

Size: 584 Bytes

Versions: 3

Compression:

Stored size: 584 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # A subway station.
    class SubwayStation < Mida::Vocabulary
      itemtype %r{http://schema.org/SubwayStation}i
      include_vocabulary Mida::SchemaOrg::CivicStructure
      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/subwaystation.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/subwaystation.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/subwaystation.rb