Sha256: 4f54b1bbe87be549866330d420f62f67fc749f387472ccb7ea80b0861d427224
Contents?: true
Size: 402 Bytes
Versions: 18
Compression:
Stored size: 402 Bytes
Contents
module Hydra::Works::Characterization class VideoSchema < ActiveTriples::Schema property :height, predicate: RDF::Vocab::EBUCore.height property :width, predicate: RDF::Vocab::EBUCore.width property :frame_rate, predicate: RDF::Vocab::NFO.frameRate property :duration, predicate: RDF::Vocab::NFO.duration property :sample_rate, predicate: RDF::Vocab::EBUCore.sampleRate end end
Version data entries
18 entries across 18 versions & 1 rubygems