Sha256: cc51489ad7d83cd4f26d858b061a810cc6855cf15a8dd72d207154e6e6bbcffd
Contents?: true
Size: 503 Bytes
Versions: 2
Compression:
Stored size: 503 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # A body of structured information describing some topic(s) of interest. class Dataset < Mida::Vocabulary itemtype %r{http://schema.org/Dataset}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/dataset.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/dataset.rb |