Sha256: 7f5774b5223c74b80d36b60bd5a668b618b3abdea6ed2446bd9bcc4f450b8646
Contents?: true
Size: 603 Bytes
Versions: 18
Compression:
Stored size: 603 Bytes
Contents
module Hydra::Works::Characterization class AudioSchema < ActiveTriples::Schema property :bit_depth, predicate: RDF::Vocab::NFO.bitDepth property :channels, predicate: RDF::Vocab::NFO.channels property :data_format, predicate: RDF::Vocab::EBUCore.hasDataFormat property :frame_rate, predicate: RDF::Vocab::NFO.frameRate property :duration, predicate: RDF::Vocab::NFO.duration property :sample_rate, predicate: RDF::Vocab::EBUCore.sampleRate # properties without cannonical URIs property :offset, predicate: RDF::URI('http://projecthydra.org/ns/audio/offset') end end
Version data entries
18 entries across 18 versions & 1 rubygems