Sha256: 2252fdc841ffd88ab45cb8a54395fe6f8cb99974ec6c25af688b9bcb5ba97709
Contents?: true
Size: 495 Bytes
Versions: 3
Compression:
Stored size: 495 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Action, 'mida_vocabulary/vocabularies/schemaorg/action' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # The act of capturing sound and moving images on film, video, or digitally. class FilmAction < Mida::Vocabulary itemtype %r{http://schema.org/FilmAction}i include_vocabulary Mida::SchemaOrg::Action include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems