Sha256: f9b73af45bf7cc356805ae7ba2d16301b57d67053463bf3ab5e4c9504ec05012
Contents?: true
Size: 599 Bytes
Versions: 4
Compression:
Stored size: 599 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :Place, 'mida_vocabulary/vocabularies/schemaorg/place' autoload :CivicStructure, 'mida_vocabulary/vocabularies/schemaorg/civicstructure' # A government building. class GovernmentBuilding < Mida::Vocabulary itemtype %r{http://schema.org/GovernmentBuilding}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Place include_vocabulary Mida::SchemaOrg::CivicStructure end end end
Version data entries
4 entries across 4 versions & 1 rubygems