Sha256: 40cfc040110a5d6282add2016ae7d947a61306767f029da2e05de5397d1728df
Contents?: true
Size: 536 Bytes
Versions: 6
Compression:
Stored size: 536 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 :bit_rate, predicate: RDF::Vocab::EBUCore.bitRate property :duration, predicate: RDF::Vocab::NFO.duration property :sample_rate, predicate: RDF::Vocab::EBUCore.sampleRate property :aspect_ratio, predicate: RDF::Vocab::EBUCore.aspectRatio end end
Version data entries
6 entries across 6 versions & 1 rubygems