Sha256: 1972a9b75fbbe5655636b462b915e5e202cf6a64a447ecc721da2b947cae2ea6

Contents?: true

Size: 1.27 KB

Versions: 15

Compression:

Stored size: 1.27 KB

Contents

module Hydra::Works::Characterization
  class ImageSchema < ActiveTriples::Schema
    property :byte_order, predicate: RDF::URI('http://sweet.jpl.nasa.gov/2.2/reprDataFormat.owl#byteOrder')
    property :compression, predicate: RDF::URI('http://projecthydra.org/ns/mix/compressionScheme')
    property :height, predicate: RDF::Vocab::EBUCore.height
    property :width, predicate: RDF::Vocab::EBUCore.width
    property :color_space, predicate: RDF::Vocab::EXIF.colorSpace
    property :profile_name, predicate: RDF::URI('http://projecthydra.org/ns/mix/colorProfileName')
    property :profile_version, predicate: RDF::URI('http://projecthydra.org/ns/mix/colorProfileVersion')
    property :orientation, predicate: RDF::Vocab::EXIF.orientation
    property :color_map, predicate: RDF::URI('http://projecthydra.org/ns/mix/colorMap')
    property :image_producer, predicate: RDF::Vocab::MARCRelators.pht
    property :capture_device, predicate: RDF::Vocab::EXIF.model
    property :scanning_software, predicate: RDF::Vocab::EXIF.software
    # exif_version is in core set of tehcnical metadata
    property :gps_timestamp, predicate: RDF::Vocab::EXIF.gpsTimeStamp
    property :latitude, predicate: RDF::Vocab::EXIF.gpsLatitude
    property :longitude, predicate: RDF::Vocab::EXIF.gpsLongitude
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hydra-works-2.2.0 lib/hydra/works/characterization/schema/image_schema.rb
hydra-works-2.1.0 lib/hydra/works/characterization/schema/image_schema.rb
hydra-works-2.0.0 lib/hydra/works/characterization/schema/image_schema.rb
hydra-works-1.2.0 lib/hydra/works/characterization/schema/image_schema.rb
hydra-works-1.1.0 lib/hydra/works/characterization/schema/image_schema.rb
hydra-works-1.0.0 lib/hydra/works/characterization/schema/image_schema.rb
hydra-works-0.17.0 lib/hydra/works/characterization/schema/image_schema.rb
hydra-works-0.16.0 lib/hydra/works/characterization/schema/image_schema.rb
hydra-works-0.15.0 lib/hydra/works/characterization/schema/image_schema.rb
hydra-works-0.12.1 lib/hydra/works/characterization/schema/image_schema.rb
hydra-works-0.14.0 lib/hydra/works/characterization/schema/image_schema.rb
hydra-works-0.13.0 lib/hydra/works/characterization/schema/image_schema.rb
hydra-works-0.12.0 lib/hydra/works/characterization/schema/image_schema.rb
hydra-works-0.11.0 lib/hydra/works/characterization/schema/image_schema.rb
hydra-works-0.10.0 lib/hydra/works/characterization/schema/image_schema.rb