Sha256: e0eff8d43f155ac8935b55a9fde94db088f1d9649a0009ba566d67dfe95ec98a
Contents?: true
Size: 604 Bytes
Versions: 2
Compression:
Stored size: 604 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 part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year. class PublicationVolume < Mida::Vocabulary itemtype %r{http://schema.org/PublicationVolume}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/publicationvolume.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/publicationvolume.rb |