Sha256: 009ba395cee683f7398785fd358561449db30dc3bb9acc6727b62ba522cd75e0
Contents?: true
Size: 452 Bytes
Versions: 2
Compression:
Stored size: 452 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 TV or radio series. class Series < Mida::Vocabulary itemtype %r{http://schema.org/Series}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/series.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/series.rb |