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

Version Path
hydra-works-0.17.0 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.16.0 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.15.0 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.12.1 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.14.0 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.13.0 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.12.0 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.11.0 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.10.0 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.9.0 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.8.1 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.8 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.7.1 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.7.0 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.6.0 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.5.0 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.4.0 lib/hydra/works/characterization/schema/video_schema.rb
hydra-works-0.3.0 lib/hydra/works/characterization/schema/video_schema.rb