Sha256: 16cec7932d67d9e1ccc9fab24bc63ca60f0f17f4a6abcbcd94b23ffefeca4ce0
Contents?: true
Size: 593 Bytes
Versions: 4
Compression:
Stored size: 593 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework' autoload :Article, 'mida_vocabulary/vocabularies/schemaorg/article' # A scholarly article. class ScholarlyArticle < Mida::Vocabulary itemtype %r{http://schema.org/ScholarlyArticle}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::CreativeWork include_vocabulary Mida::SchemaOrg::Article end end end
Version data entries
4 entries across 4 versions & 1 rubygems