Sha256: 91332fa109c5bac816bb9e01cc53daa67070cd406fe5316bcb9a4b270c213435
Contents?: true
Size: 510 Bytes
Versions: 2
Compression:
Stored size: 510 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # An answer offered to a question; perhaps correct, perhaps opinionated or wrong. class Answer < Mida::Vocabulary itemtype %r{http://schema.org/Answer}i include_vocabulary Mida::SchemaOrg::CreativeWork 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/answer.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/answer.rb |