Sha256: 345a8e3e859559da071a1d171d7a15d1b4a6e4628610ad8d16b12553aafec87d

Contents?: true

Size: 356 Bytes

Versions: 9

Compression:

Stored size: 356 Bytes

Contents

require 'rdf'
module Hydra::PCDM
  module Vocab
    class SweetJPLTerms < RDF::StrictVocabulary('http://sweet.jpl.nasa.gov/2.2/reprDataFormat.owl#')
      # Property definitions
      property :byteOrder,
               comment: ['Byte Order.'.freeze],
               range: 'xsd:string'.freeze,
               label: 'Byte Order'.freeze
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hydra-pcdm-0.8.0.beta1 lib/hydra/pcdm/vocab/sweet_jpl_terms.rb
hydra-pcdm-0.7.0 lib/hydra/pcdm/vocab/sweet_jpl_terms.rb
hydra-pcdm-0.6.0 lib/hydra/pcdm/vocab/sweet_jpl_terms.rb
hydra-pcdm-0.5.0 lib/hydra/pcdm/vocab/sweet_jpl_terms.rb
hydra-pcdm-0.4.0 lib/hydra/pcdm/vocab/sweet_jpl_terms.rb
hydra-pcdm-0.3.2 lib/hydra/pcdm/vocab/sweet_jpl_terms.rb
hydra-pcdm-0.3.1 lib/hydra/pcdm/vocab/sweet_jpl_terms.rb
hydra-pcdm-0.3.0 lib/hydra/pcdm/vocab/sweet_jpl_terms.rb
hydra-pcdm-0.2.0 lib/hydra/pcdm/vocab/sweet_jpl_terms.rb