Sha256: bc251beeacae3cea6fd08dfbffef1b383d9c6dbf400b7d9c164310a048e2bcd2
Contents?: true
Size: 466 Bytes
Versions: 2
Compression:
Stored size: 466 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 collection of datasets. class DataCatalog < Mida::Vocabulary itemtype %r{http://schema.org/DataCatalog}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/datacatalog.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/datacatalog.rb |