Sha256: 445861109440cb1ae38f4eaa7441dea4aff6113f0c57010fe9658772dea4b477
Contents?: true
Size: 528 Bytes
Versions: 2
Compression:
Stored size: 528 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Service, 'mida_vocabulary/vocabularies/schemaorg/service' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # A service provided by a government organization, e.g. food stamps, veterans benefits, etc. class GovernmentService < Mida::Vocabulary itemtype %r{http://schema.org/GovernmentService}i include_vocabulary Mida::SchemaOrg::Service 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/governmentservice.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/governmentservice.rb |