Class: RDF::Vocab::EXIF

Inherits:
StrictVocabulary
  • Object
show all
Defined in:
lib/rdf/vocab/exif.rb

Overview

Vocabulary for <www.w3.org/2003/12/exif/ns#>

Exif data description vocabulary

Vocabulary to describe an Exif format picture data. All Exif 2.2 tags are defined as RDF properties, as well as several terms to help this schema.

Version:

  • Experimental version.

Instance Attribute Summary collapse

Instance Attribute Details

#_unknownRDF::Vocabulary::Term (readonly)

An Exif tag whose meaning is not known

Returns:

  • (RDF::Vocabulary::Term)


14
15
16
# File 'lib/rdf/vocab/exif.rb', line 14

def _unknown
  @_unknown
end

#apertureValueRDF::Vocabulary::Term (readonly)

The lens aperture. The unit is the APEX value.

Returns:

  • (RDF::Vocabulary::Term)


18
19
20
# File 'lib/rdf/vocab/exif.rb', line 18

def apertureValue
  @apertureValue
end

#artistRDF::Vocabulary::Term (readonly)

Person who created the image

Returns:

  • (RDF::Vocabulary::Term)


22
23
24
# File 'lib/rdf/vocab/exif.rb', line 22

def artist
  @artist
end

#bitsPerSampleRDF::Vocabulary::Term (readonly)

The number of bits per image component. In this standard each component of the image is 8 bits, so the value for this tag is 8. See also SamplesPerPixel. In JPEG compressed data a JPEG marker is used instead of this tag.

Returns:

  • (RDF::Vocabulary::Term)


26
27
28
# File 'lib/rdf/vocab/exif.rb', line 26

def bitsPerSample
  @bitsPerSample
end

#brightnessValueRDF::Vocabulary::Term (readonly)

The value of brightness. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99. Note that if the numerator of the recorded value is FFFFFFFF.H, Unknown shall be indicated.

Returns:

  • (RDF::Vocabulary::Term)


30
31
32
# File 'lib/rdf/vocab/exif.rb', line 30

def brightnessValue
  @brightnessValue
end

#cfaPatternRDF::Vocabulary::Term (readonly)

The color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. It does not apply to all sensing methods.

Returns:

  • (RDF::Vocabulary::Term)


34
35
36
# File 'lib/rdf/vocab/exif.rb', line 34

def cfaPattern
  @cfaPattern
end

#colorSpaceRDF::Vocabulary::Term (readonly)

The color space information tag (ColorSpace) is always recorded as the color space specifier. Normally sRGB (=1) is used to define the color space based on the PC monitor conditions and environment.

Returns:

  • (RDF::Vocabulary::Term)


38
39
40
# File 'lib/rdf/vocab/exif.rb', line 38

def colorSpace
  @colorSpace
end

#componentsConfigurationRDF::Vocabulary::Term (readonly)

Information specific to compressed data. The channels of each component are arranged in order from the 1st component to the 4th. For uncompressed data the data arrangement is given in the PhotometricInterpretation tag. However, since PhotometricInterpretation can only express the order of Y,Cb and Cr, this tag is provided for cases when compressed data uses components other than Y, Cb, and Cr and to enable support of other sequences.

Returns:

  • (RDF::Vocabulary::Term)


42
43
44
# File 'lib/rdf/vocab/exif.rb', line 42

def componentsConfiguration
  @componentsConfiguration
end

#compressedBitsPerPixelRDF::Vocabulary::Term (readonly)

Information specific to compressed data. The compression mode used for a compressed image is indicated in unit bits per pixel.

Returns:

  • (RDF::Vocabulary::Term)


46
47
48
# File 'lib/rdf/vocab/exif.rb', line 46

def compressedBitsPerPixel
  @compressedBitsPerPixel
end

#compressionRDF::Vocabulary::Term (readonly)

The compression scheme used for the image data. When a primary image is JPEG compressed, this designation is not necessary and is omitted. When thumbnails use JPEG compression, this tag value is set to 6.

Returns:

  • (RDF::Vocabulary::Term)


50
51
52
# File 'lib/rdf/vocab/exif.rb', line 50

def compression
  @compression
end

#contrastRDF::Vocabulary::Term (readonly)

The direction of contrast processing applied by the camera when the image was shot.

Returns:

  • (RDF::Vocabulary::Term)


54
55
56
# File 'lib/rdf/vocab/exif.rb', line 54

def contrast
  @contrast
end

Copyright information. In this standard the tag is used to indicate both the photographer and editor copyrights. It is the copyright notice of the person or organization claiming rights to the image.

Returns:

  • (RDF::Vocabulary::Term)


58
59
60
# File 'lib/rdf/vocab/exif.rb', line 58

def copyright
  @copyright
end

#customRenderedRDF::Vocabulary::Term (readonly)

The use of special processing on image data, such as rendering geared to output. When special processing is performed, the reader is expected to disable or minimize any further processing.

Returns:

  • (RDF::Vocabulary::Term)


62
63
64
# File 'lib/rdf/vocab/exif.rb', line 62

def customRendered
  @customRendered
end

#datatypeRDF::Vocabulary::Term (readonly)

The Exif field data type, such as ascii, byte, short etc.

Returns:

  • (RDF::Vocabulary::Term)


66
67
68
# File 'lib/rdf/vocab/exif.rb', line 66

def datatype
  @datatype
end

#dateRDF::Vocabulary::Term (readonly)

a date information. Usually saved as YYYY:MM:DD (HH:MM:SS) format in Exif data, but represented here as W3C-DTF format

Returns:

  • (RDF::Vocabulary::Term)


70
71
72
# File 'lib/rdf/vocab/exif.rb', line 70

def date
  @date
end

#dateAndOrTimeRDF::Vocabulary::Term (readonly)

An attribute relating to Date and/or Time

Returns:

  • (RDF::Vocabulary::Term)


74
75
76
# File 'lib/rdf/vocab/exif.rb', line 74

def dateAndOrTime
  @dateAndOrTime
end

#dateTimeRDF::Vocabulary::Term (readonly)

The date and time of image creation. In this standard it is the date and time the file was changed.

Returns:

  • (RDF::Vocabulary::Term)


78
79
80
# File 'lib/rdf/vocab/exif.rb', line 78

def dateTime
  @dateTime
end

#dateTimeDigitizedRDF::Vocabulary::Term (readonly)

The date and time when the image was stored as digital data. If, for example, an image was captured by DSC and at the same time the file was recorded, then the DateTimeOriginal and DateTimeDigitized will have the same contents.

Returns:

  • (RDF::Vocabulary::Term)


82
83
84
# File 'lib/rdf/vocab/exif.rb', line 82

def dateTimeDigitized
  @dateTimeDigitized
end

#dateTimeOriginalRDF::Vocabulary::Term (readonly)

The date and time when the original image data was generated. For a DSC the date and time the picture was taken are recorded.

Returns:

  • (RDF::Vocabulary::Term)


86
87
88
# File 'lib/rdf/vocab/exif.rb', line 86

def dateTimeOriginal
  @dateTimeOriginal
end

#deviceSettingDescriptionRDF::Vocabulary::Term (readonly)

Information on the picture-taking conditions of a particular camera model. The tag is used only to indicate the picture-taking conditions in the reader.

Returns:

  • (RDF::Vocabulary::Term)


90
91
92
# File 'lib/rdf/vocab/exif.rb', line 90

def deviceSettingDescription
  @deviceSettingDescription
end

#digitalZoomRatioRDF::Vocabulary::Term (readonly)

The digital zoom ratio when the image was shot. If the numerator of the recorded value is 0, this indicates that digital zoom was not used.

Returns:

  • (RDF::Vocabulary::Term)


94
95
96
# File 'lib/rdf/vocab/exif.rb', line 94

def digitalZoomRatio
  @digitalZoomRatio
end

#exif_IFD_PointerRDF::Vocabulary::Term (readonly)

A pointer to the Exif IFD, which is a set of tags for recording Exif-specific attribute information.

Returns:

  • (RDF::Vocabulary::Term)


106
107
108
# File 'lib/rdf/vocab/exif.rb', line 106

def exif_IFD_Pointer
  @exif_IFD_Pointer
end

#exifAttributeRDF::Vocabulary::Term (readonly)

A property that connects an IFD to one of its entries. Super property which integrates all Exif tags.

Returns:

  • (RDF::Vocabulary::Term)


98
99
100
# File 'lib/rdf/vocab/exif.rb', line 98

def exifAttribute
  @exifAttribute
end

#exifdataRDF::Vocabulary::Term (readonly)

An Exif IFD data entry

Returns:

  • (RDF::Vocabulary::Term)


110
111
112
# File 'lib/rdf/vocab/exif.rb', line 110

def exifdata
  @exifdata
end

#exifVersionRDF::Vocabulary::Term (readonly)

Exif Version

Returns:

  • (RDF::Vocabulary::Term)


102
103
104
# File 'lib/rdf/vocab/exif.rb', line 102

def exifVersion
  @exifVersion
end

#exposureBiasValueRDF::Vocabulary::Term (readonly)

The exposure bias. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99.

Returns:

  • (RDF::Vocabulary::Term)


114
115
116
# File 'lib/rdf/vocab/exif.rb', line 114

def exposureBiasValue
  @exposureBiasValue
end

#exposureIndexRDF::Vocabulary::Term (readonly)

The exposure index selected on the camera or input device at the time the image is captured.

Returns:

  • (RDF::Vocabulary::Term)


118
119
120
# File 'lib/rdf/vocab/exif.rb', line 118

def exposureIndex
  @exposureIndex
end

#exposureModeRDF::Vocabulary::Term (readonly)

the exposure mode set when the image was shot. In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings.

Returns:

  • (RDF::Vocabulary::Term)


122
123
124
# File 'lib/rdf/vocab/exif.rb', line 122

def exposureMode
  @exposureMode
end

#exposureProgramRDF::Vocabulary::Term (readonly)

The class of the program used by the camera to set exposure when the picture is taken.

Returns:

  • (RDF::Vocabulary::Term)


126
127
128
# File 'lib/rdf/vocab/exif.rb', line 126

def exposureProgram
  @exposureProgram
end

#exposureTimeRDF::Vocabulary::Term (readonly)

Exposure time, given in seconds (sec).

Returns:

  • (RDF::Vocabulary::Term)


130
131
132
# File 'lib/rdf/vocab/exif.rb', line 130

def exposureTime
  @exposureTime
end

#fileSourceRDF::Vocabulary::Term (readonly)

The image source. If a DSC recorded the image, this tag value of this tag always be set to 3, indicating that the image was recorded on a DSC.

Returns:

  • (RDF::Vocabulary::Term)


138
139
140
# File 'lib/rdf/vocab/exif.rb', line 138

def fileSource
  @fileSource
end

#flashRDF::Vocabulary::Term (readonly)

The status of flash when the image was shot.

Returns:

  • (RDF::Vocabulary::Term)


142
143
144
# File 'lib/rdf/vocab/exif.rb', line 142

def flash
  @flash
end

#flashEnergyRDF::Vocabulary::Term (readonly)

The strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS).

Returns:

  • (RDF::Vocabulary::Term)


146
147
148
# File 'lib/rdf/vocab/exif.rb', line 146

def flashEnergy
  @flashEnergy
end

#flashpixVersionRDF::Vocabulary::Term (readonly)

The Flashpix format version supported by a FPXR file. If the FPXR function supports Flashpix format Ver. 1.0, this is indicated similarly to ExifVersion by recording “0100” as 4-byte ASCII.

Returns:

  • (RDF::Vocabulary::Term)


150
151
152
# File 'lib/rdf/vocab/exif.rb', line 150

def flashpixVersion
  @flashpixVersion
end

#fNumberRDF::Vocabulary::Term (readonly)

F number

Returns:

  • (RDF::Vocabulary::Term)


134
135
136
# File 'lib/rdf/vocab/exif.rb', line 134

def fNumber
  @fNumber
end

#focalLengthRDF::Vocabulary::Term (readonly)

The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera.

Returns:

  • (RDF::Vocabulary::Term)


154
155
156
# File 'lib/rdf/vocab/exif.rb', line 154

def focalLength
  @focalLength
end

#focalLengthIn35mmFilmRDF::Vocabulary::Term (readonly)

The equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. Note that this tag differs from the FocalLength tag.

Returns:

  • (RDF::Vocabulary::Term)


158
159
160
# File 'lib/rdf/vocab/exif.rb', line 158

def focalLengthIn35mmFilm
  @focalLengthIn35mmFilm
end

#focalPlaneResolutionUnitRDF::Vocabulary::Term (readonly)

The unit for measuring FocalPlaneXResolution and FocalPlaneYResolution. This value is the same as the ResolutionUnit.

Returns:

  • (RDF::Vocabulary::Term)


162
163
164
# File 'lib/rdf/vocab/exif.rb', line 162

def focalPlaneResolutionUnit
  @focalPlaneResolutionUnit
end

#focalPlaneXResolutionRDF::Vocabulary::Term (readonly)

The number of pixels in the image width (X) direction per FocalPlaneResolutionUnit on the camera focal plane.

Returns:

  • (RDF::Vocabulary::Term)


166
167
168
# File 'lib/rdf/vocab/exif.rb', line 166

def focalPlaneXResolution
  @focalPlaneXResolution
end

#focalPlaneYResolutionRDF::Vocabulary::Term (readonly)

The number of pixels in the image height (Y) direction per FocalPlaneResolutionUnit on the camera focal plane.

Returns:

  • (RDF::Vocabulary::Term)


170
171
172
# File 'lib/rdf/vocab/exif.rb', line 170

def focalPlaneYResolution
  @focalPlaneYResolution
end

#gainControlRDF::Vocabulary::Term (readonly)

The degree of overall image gain adjustment.

Returns:

  • (RDF::Vocabulary::Term)


174
175
176
# File 'lib/rdf/vocab/exif.rb', line 174

def gainControl
  @gainControl
end

#geoRDF::Vocabulary::Term (readonly)

Geometric data such as latitude, longitude and altitude. Usually saved as rational number.

Returns:

  • (RDF::Vocabulary::Term)


178
179
180
# File 'lib/rdf/vocab/exif.rb', line 178

def geo
  @geo
end

#gpsAltitudeRDF::Vocabulary::Term (readonly)

The altitude based on the reference in GPSAltitudeRef. Altitude is expressed as one RATIONAL value. The reference unit is meters.

Returns:

  • (RDF::Vocabulary::Term)


182
183
184
# File 'lib/rdf/vocab/exif.rb', line 182

def gpsAltitude
  @gpsAltitude
end

#gpsAltitudeRefRDF::Vocabulary::Term (readonly)

Indicates the altitude used as the reference altitude. If the reference is sea level and the altitude is above sea level, 0 is given. If the altitude is below sea level, a value of 1 is given and the altitude is indicated as an absolute value in the GPSAltitude tag. The reference unit is meters.

Returns:

  • (RDF::Vocabulary::Term)


186
187
188
# File 'lib/rdf/vocab/exif.rb', line 186

def gpsAltitudeRef
  @gpsAltitudeRef
end

#gpsAreaInformationRDF::Vocabulary::Term (readonly)

A character string recording the name of the GPS area. The first byte indicates the character code used, and this is followed by the name of the GPS area.

Returns:

  • (RDF::Vocabulary::Term)


190
191
192
# File 'lib/rdf/vocab/exif.rb', line 190

def gpsAreaInformation
  @gpsAreaInformation
end

#gpsDateStampRDF::Vocabulary::Term (readonly)

date and time information relative to UTC (Coordinated Universal Time). The record format is “YYYY:MM:DD” while converted to W3C-DTF to use in RDF

Returns:

  • (RDF::Vocabulary::Term)


198
199
200
# File 'lib/rdf/vocab/exif.rb', line 198

def gpsDateStamp
  @gpsDateStamp
end

#gpsDestBearingRDF::Vocabulary::Term (readonly)

The bearing to the destination point. The range of values is from 0.00 to 359.99.

Returns:

  • (RDF::Vocabulary::Term)


202
203
204
# File 'lib/rdf/vocab/exif.rb', line 202

def gpsDestBearing
  @gpsDestBearing
end

#gpsDestBearingRefRDF::Vocabulary::Term (readonly)

Indicates the reference used for giving the bearing to the destination point. ‘T’ denotes true direction and ‘M’ is magnetic direction.

Returns:

  • (RDF::Vocabulary::Term)


206
207
208
# File 'lib/rdf/vocab/exif.rb', line 206

def gpsDestBearingRef
  @gpsDestBearingRef
end

#gpsDestDistanceRDF::Vocabulary::Term (readonly)

The distance to the destination point.

Returns:

  • (RDF::Vocabulary::Term)


210
211
212
# File 'lib/rdf/vocab/exif.rb', line 210

def gpsDestDistance
  @gpsDestDistance
end

#gpsDestDistanceRefRDF::Vocabulary::Term (readonly)

Indicates the unit used to express the distance to the destination point. ‘K’, ‘M’ and ‘N’ represent kilometers, miles and knots.

Returns:

  • (RDF::Vocabulary::Term)


214
215
216
# File 'lib/rdf/vocab/exif.rb', line 214

def gpsDestDistanceRef
  @gpsDestDistanceRef
end

#gpsDestLatitudeRDF::Vocabulary::Term (readonly)

Latitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.

Returns:

  • (RDF::Vocabulary::Term)


218
219
220
# File 'lib/rdf/vocab/exif.rb', line 218

def gpsDestLatitude
  @gpsDestLatitude
end

#gpsDestLatitudeRefRDF::Vocabulary::Term (readonly)

Reference for latitude of destination

Returns:

  • (RDF::Vocabulary::Term)


222
223
224
# File 'lib/rdf/vocab/exif.rb', line 222

def gpsDestLatitudeRef
  @gpsDestLatitudeRef
end

#gpsDestLongitudeRDF::Vocabulary::Term (readonly)

Longitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.

Returns:

  • (RDF::Vocabulary::Term)


226
227
228
# File 'lib/rdf/vocab/exif.rb', line 226

def gpsDestLongitude
  @gpsDestLongitude
end

#gpsDestLongitudeRefRDF::Vocabulary::Term (readonly)

Reference for longitude of destination

Returns:

  • (RDF::Vocabulary::Term)


230
231
232
# File 'lib/rdf/vocab/exif.rb', line 230

def gpsDestLongitudeRef
  @gpsDestLongitudeRef
end

#gpsDifferentialRDF::Vocabulary::Term (readonly)

Indicates whether differential correction is applied to the GPS receiver.

Returns:

  • (RDF::Vocabulary::Term)


234
235
236
# File 'lib/rdf/vocab/exif.rb', line 234

def gpsDifferential
  @gpsDifferential
end

#gpsDOPRDF::Vocabulary::Term (readonly)

The GPS DOP (data degree of precision). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement.

Returns:

  • (RDF::Vocabulary::Term)


194
195
196
# File 'lib/rdf/vocab/exif.rb', line 194

def gpsDOP
  @gpsDOP
end

#gpsImgDirectionRDF::Vocabulary::Term (readonly)

The direction of the image when it was captured. The range of values is from 0.00 to 359.99.

Returns:

  • (RDF::Vocabulary::Term)


238
239
240
# File 'lib/rdf/vocab/exif.rb', line 238

def gpsImgDirection
  @gpsImgDirection
end

#gpsImgDirectionRefRDF::Vocabulary::Term (readonly)

The reference for giving the direction of the image when it is captured. ‘T’ denotes true direction and ‘M’ is magnetic direction.

Returns:

  • (RDF::Vocabulary::Term)


242
243
244
# File 'lib/rdf/vocab/exif.rb', line 242

def gpsImgDirectionRef
  @gpsImgDirectionRef
end

#gpsInfoRDF::Vocabulary::Term (readonly)

An attribute relating to GPS information

Returns:

  • (RDF::Vocabulary::Term)


246
247
248
# File 'lib/rdf/vocab/exif.rb', line 246

def gpsInfo
  @gpsInfo
end

#gpsInfo_IFD_PointerRDF::Vocabulary::Term (readonly)

A pointer to the GPS IFD, which is a set of tags for recording GPS information.

Returns:

  • (RDF::Vocabulary::Term)


250
251
252
# File 'lib/rdf/vocab/exif.rb', line 250

def gpsInfo_IFD_Pointer
  @gpsInfo_IFD_Pointer
end

#gpsLatitudeRDF::Vocabulary::Term (readonly)

The latitude, expressed as three values giving the degrees, minutes, and seconds, respectively.

Returns:

  • (RDF::Vocabulary::Term)


254
255
256
# File 'lib/rdf/vocab/exif.rb', line 254

def gpsLatitude
  @gpsLatitude
end

#gpsLatitudeRefRDF::Vocabulary::Term (readonly)

Indicates whether the latitude is north or south latitude. The ASCII value ‘N’ indicates north latitude, and ‘S’ is south latitude.

Returns:

  • (RDF::Vocabulary::Term)


258
259
260
# File 'lib/rdf/vocab/exif.rb', line 258

def gpsLatitudeRef
  @gpsLatitudeRef
end

#gpsLongitudeRDF::Vocabulary::Term (readonly)

The longitude, expressed as three values giving the degrees, minutes, and seconds, respectively.

Returns:

  • (RDF::Vocabulary::Term)


262
263
264
# File 'lib/rdf/vocab/exif.rb', line 262

def gpsLongitude
  @gpsLongitude
end

#gpsLongitudeRefRDF::Vocabulary::Term (readonly)

Indicates whether the longitude is east or west longitude. ASCII ‘E’ indicates east longitude, and ‘W’ is west longitude.

Returns:

  • (RDF::Vocabulary::Term)


266
267
268
# File 'lib/rdf/vocab/exif.rb', line 266

def gpsLongitudeRef
  @gpsLongitudeRef
end

#gpsMapDatumRDF::Vocabulary::Term (readonly)

The geodetic survey data used by the GPS receiver. If the survey data is restricted to Japan, the value of this tag is ‘TOKYO’ or ‘WGS-84’. If a GPS Info tag is recorded, it is strongly recommended that this tag be recorded.

Returns:

  • (RDF::Vocabulary::Term)


270
271
272
# File 'lib/rdf/vocab/exif.rb', line 270

def gpsMapDatum
  @gpsMapDatum
end

#gpsMeasureModeRDF::Vocabulary::Term (readonly)

The GPS measurement mode. ‘2’ means two-dimensional measurement and ‘3’ means three-dimensional measurement is in progress.

Returns:

  • (RDF::Vocabulary::Term)


274
275
276
# File 'lib/rdf/vocab/exif.rb', line 274

def gpsMeasureMode
  @gpsMeasureMode
end

#gpsProcessingMethodRDF::Vocabulary::Term (readonly)

A character string recording the name of the method used for location finding. The first byte indicates the character code used, and this is followed by the name of the method.

Returns:

  • (RDF::Vocabulary::Term)


278
279
280
# File 'lib/rdf/vocab/exif.rb', line 278

def gpsProcessingMethod
  @gpsProcessingMethod
end

#gpsSatellitesRDF::Vocabulary::Term (readonly)

The GPS satellites used for measurements. This tag can be used to describe the number of satellites, their ID number, angle of elevation, azimuth, SNR and other information in ASCII notation. The format is not specified. If the GPS receiver is incapable of taking measurements, value of the tag shall be set to NULL.

Returns:

  • (RDF::Vocabulary::Term)


282
283
284
# File 'lib/rdf/vocab/exif.rb', line 282

def gpsSatellites
  @gpsSatellites
end

#gpsSpeedRDF::Vocabulary::Term (readonly)

The speed of GPS receiver movement.

Returns:

  • (RDF::Vocabulary::Term)


286
287
288
# File 'lib/rdf/vocab/exif.rb', line 286

def gpsSpeed
  @gpsSpeed
end

#gpsSpeedRefRDF::Vocabulary::Term (readonly)

The unit used to express the GPS receiver speed of movement. ‘K’ ‘M’ and ‘N’ represents kilometers per hour, miles per hour, and knots.

Returns:

  • (RDF::Vocabulary::Term)


290
291
292
# File 'lib/rdf/vocab/exif.rb', line 290

def gpsSpeedRef
  @gpsSpeedRef
end

#gpsStatusRDF::Vocabulary::Term (readonly)

The status of the GPS receiver when the image is recorded. ‘A’ means measurement is in progress, and ‘V’ means the measurement is Interoperability.

Returns:

  • (RDF::Vocabulary::Term)


294
295
296
# File 'lib/rdf/vocab/exif.rb', line 294

def gpsStatus
  @gpsStatus
end

#gpsTimeStampRDF::Vocabulary::Term (readonly)

The time as UTC (Coordinated Universal Time). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second.

Returns:

  • (RDF::Vocabulary::Term)


298
299
300
# File 'lib/rdf/vocab/exif.rb', line 298

def gpsTimeStamp
  @gpsTimeStamp
end

#gpsTrackRDF::Vocabulary::Term (readonly)

The direction of GPS receiver movement. The range of values is from 0.00 to 359.99.

Returns:

  • (RDF::Vocabulary::Term)


302
303
304
# File 'lib/rdf/vocab/exif.rb', line 302

def gpsTrack
  @gpsTrack
end

#gpsTrackRefRDF::Vocabulary::Term (readonly)

The reference for giving the direction of GPS receiver movement. ‘T’ denotes true direction and ‘M’ is magnetic direction.

Returns:

  • (RDF::Vocabulary::Term)


306
307
308
# File 'lib/rdf/vocab/exif.rb', line 306

def gpsTrackRef
  @gpsTrackRef
end

#gpsVersionIDRDF::Vocabulary::Term (readonly)

The version of GPSInfoIFD. The version is given as 2.2.0.0. This tag is mandatory when GPSInfo tag is present.

Returns:

  • (RDF::Vocabulary::Term)


310
311
312
# File 'lib/rdf/vocab/exif.rb', line 310

def gpsVersionID
  @gpsVersionID
end

#heightRDF::Vocabulary::Term (readonly)

Height of an object

Returns:

  • (RDF::Vocabulary::Term)


314
315
316
# File 'lib/rdf/vocab/exif.rb', line 314

def height
  @height
end

#IFDRDF::Vocabulary::Term (readonly)

An Image File Directory

Returns:

  • (RDF::Vocabulary::Term)


10
11
12
# File 'lib/rdf/vocab/exif.rb', line 10

def IFD
  @IFD
end

#ifdPointerRDF::Vocabulary::Term (readonly)

A tag that refers a child IFD

Returns:

  • (RDF::Vocabulary::Term)


318
319
320
# File 'lib/rdf/vocab/exif.rb', line 318

def ifdPointer
  @ifdPointer
end

#imageConfigRDF::Vocabulary::Term (readonly)

An attribute relating to Image Configuration

Returns:

  • (RDF::Vocabulary::Term)


322
323
324
# File 'lib/rdf/vocab/exif.rb', line 322

def imageConfig
  @imageConfig
end

#imageDataCharacterRDF::Vocabulary::Term (readonly)

An attribute relating to image data characteristics

Returns:

  • (RDF::Vocabulary::Term)


326
327
328
# File 'lib/rdf/vocab/exif.rb', line 326

def imageDataCharacter
  @imageDataCharacter
end

#imageDataStructRDF::Vocabulary::Term (readonly)

An attribute relating to image data structure

Returns:

  • (RDF::Vocabulary::Term)


330
331
332
# File 'lib/rdf/vocab/exif.rb', line 330

def imageDataStruct
  @imageDataStruct
end

#imageDescriptionRDF::Vocabulary::Term (readonly)

A character string giving the title of the image. It may be a comment such as “1988 company picnic” or the like. Two-byte character codes cannot be used. When a 2-byte code is necessary, the Exif Private tag UserComment is to be used.

Returns:

  • (RDF::Vocabulary::Term)


334
335
336
# File 'lib/rdf/vocab/exif.rb', line 334

def imageDescription
  @imageDescription
end

#imageLengthRDF::Vocabulary::Term (readonly)

Image height. The number of rows of image data. In JPEG compressed data a JPEG marker is used.

Returns:

  • (RDF::Vocabulary::Term)


338
339
340
# File 'lib/rdf/vocab/exif.rb', line 338

def imageLength
  @imageLength
end

#imageUniqueIDRDF::Vocabulary::Term (readonly)

An identifier assigned uniquely to each image. It is recorded as an ASCII string equivalent to hexadecimal notation and 128-bit fixed length.

Returns:

  • (RDF::Vocabulary::Term)


342
343
344
# File 'lib/rdf/vocab/exif.rb', line 342

def imageUniqueID
  @imageUniqueID
end

#imageWidthRDF::Vocabulary::Term (readonly)

Image width. The number of columns of image data, equal to the number of pixels per row. In JPEG compressed data a JPEG marker is used instead of this tag.

Returns:

  • (RDF::Vocabulary::Term)


346
347
348
# File 'lib/rdf/vocab/exif.rb', line 346

def imageWidth
  @imageWidth
end

#interoperability_IFD_PointerRDF::Vocabulary::Term (readonly)

A pointer to the Interoperability IFD, which is composed of tags storing the information to ensure the Interoperability

Returns:

  • (RDF::Vocabulary::Term)


362
363
364
# File 'lib/rdf/vocab/exif.rb', line 362

def interoperability_IFD_Pointer
  @interoperability_IFD_Pointer
end

#interoperabilityIndexRDF::Vocabulary::Term (readonly)

Indicates the identification of the Interoperability rule. ‘R98’ = conforming to R98 file specification of Recommended Exif Interoperability Rules (ExifR98) or to DCF basic file stipulated by Design Rule for Camera File System. ‘THM’ = conforming to DCF thumbnail file stipulated by Design rule for Camera File System.

Returns:

  • (RDF::Vocabulary::Term)


354
355
356
# File 'lib/rdf/vocab/exif.rb', line 354

def interoperabilityIndex
  @interoperabilityIndex
end

#interoperabilityVersionRDF::Vocabulary::Term (readonly)

Interoperability Version

Returns:

  • (RDF::Vocabulary::Term)


358
359
360
# File 'lib/rdf/vocab/exif.rb', line 358

def interoperabilityVersion
  @interoperabilityVersion
end

#interopInfoRDF::Vocabulary::Term (readonly)

An attribute relating to Interoperability. Tags stored in Interoperability IFD may be defined dependently to each Interoperability rule.

Returns:

  • (RDF::Vocabulary::Term)


350
351
352
# File 'lib/rdf/vocab/exif.rb', line 350

def interopInfo
  @interopInfo
end

#isoSpeedRatingsRDF::Vocabulary::Term (readonly)

Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232.

Returns:

  • (RDF::Vocabulary::Term)


366
367
368
# File 'lib/rdf/vocab/exif.rb', line 366

def isoSpeedRatings
  @isoSpeedRatings
end

#jpegInterchangeFormatRDF::Vocabulary::Term (readonly)

The offset to the start byte (SOI) of JPEG compressed thumbnail data. This is not used for primary image JPEG data.

Returns:

  • (RDF::Vocabulary::Term)


370
371
372
# File 'lib/rdf/vocab/exif.rb', line 370

def jpegInterchangeFormat
  @jpegInterchangeFormat
end

#jpegInterchangeFormatLengthRDF::Vocabulary::Term (readonly)

The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data.

Returns:

  • (RDF::Vocabulary::Term)


374
375
376
# File 'lib/rdf/vocab/exif.rb', line 374

def jpegInterchangeFormatLength
  @jpegInterchangeFormatLength
end

#lengthRDF::Vocabulary::Term (readonly)

Length of an object. Could be a subProperty of other general schema.

Returns:

  • (RDF::Vocabulary::Term)


378
379
380
# File 'lib/rdf/vocab/exif.rb', line 378

def length
  @length
end

#lightSourceRDF::Vocabulary::Term (readonly)

Light source such as Daylight, Tungsten, Flash etc.

Returns:

  • (RDF::Vocabulary::Term)


382
383
384
# File 'lib/rdf/vocab/exif.rb', line 382

def lightSource
  @lightSource
end

#makeRDF::Vocabulary::Term (readonly)

Manufacturer of image input equipment

Returns:

  • (RDF::Vocabulary::Term)


386
387
388
# File 'lib/rdf/vocab/exif.rb', line 386

def make
  @make
end

#makerNoteRDF::Vocabulary::Term (readonly)

Manufacturer notes

Returns:

  • (RDF::Vocabulary::Term)


390
391
392
# File 'lib/rdf/vocab/exif.rb', line 390

def makerNote
  @makerNote
end

#maxApertureValueRDF::Vocabulary::Term (readonly)

The smallest F number of the lens. The unit is the APEX value. Ordinarily it is given in the range of 00.00 to 99.99, but it is not limited to this range.

Returns:

  • (RDF::Vocabulary::Term)


394
395
396
# File 'lib/rdf/vocab/exif.rb', line 394

def maxApertureValue
  @maxApertureValue
end

#meterRDF::Vocabulary::Term (readonly)

A length with unit of meter

Returns:

  • (RDF::Vocabulary::Term)


398
399
400
# File 'lib/rdf/vocab/exif.rb', line 398

def meter
  @meter
end

#meteringModeRDF::Vocabulary::Term (readonly)

Metering mode, such as CenterWeightedAverage, Spot, MultiSpot,Pattern, Partial etc.

Returns:

  • (RDF::Vocabulary::Term)


402
403
404
# File 'lib/rdf/vocab/exif.rb', line 402

def meteringMode
  @meteringMode
end

#mmRDF::Vocabulary::Term (readonly)

A length with unit of mm

Returns:

  • (RDF::Vocabulary::Term)


406
407
408
# File 'lib/rdf/vocab/exif.rb', line 406

def mm
  @mm
end

#modelRDF::Vocabulary::Term (readonly)

Model of image input equipment

Returns:

  • (RDF::Vocabulary::Term)


410
411
412
# File 'lib/rdf/vocab/exif.rb', line 410

def model
  @model
end

#oecfRDF::Vocabulary::Term (readonly)

Indicates the Opto-Electric Conversion Function (OECF) specified in ISO 14524. OECF is the relationship between the camera optical input and the image values.

Returns:

  • (RDF::Vocabulary::Term)


414
415
416
# File 'lib/rdf/vocab/exif.rb', line 414

def oecf
  @oecf
end

#orientationRDF::Vocabulary::Term (readonly)

The image orientation viewed in terms of rows and columns.

Returns:

  • (RDF::Vocabulary::Term)


418
419
420
# File 'lib/rdf/vocab/exif.rb', line 418

def orientation
  @orientation
end

#photometricInterpretationRDF::Vocabulary::Term (readonly)

Pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag.

Returns:

  • (RDF::Vocabulary::Term)


422
423
424
# File 'lib/rdf/vocab/exif.rb', line 422

def photometricInterpretation
  @photometricInterpretation
end

#pictTakingRDF::Vocabulary::Term (readonly)

An attribute relating to Picture-Taking Conditions

Returns:

  • (RDF::Vocabulary::Term)


426
427
428
# File 'lib/rdf/vocab/exif.rb', line 426

def pictTaking
  @pictTaking
end

#pimBrightnessRDF::Vocabulary::Term (readonly)

Brightness info for print image matching

Returns:

  • (RDF::Vocabulary::Term)


430
431
432
# File 'lib/rdf/vocab/exif.rb', line 430

def pimBrightness
  @pimBrightness
end

#pimColorBalanceRDF::Vocabulary::Term (readonly)

ColorBalance info for print image matching

Returns:

  • (RDF::Vocabulary::Term)


434
435
436
# File 'lib/rdf/vocab/exif.rb', line 434

def pimColorBalance
  @pimColorBalance
end

#pimContrastRDF::Vocabulary::Term (readonly)

Contrast info for print image matching

Returns:

  • (RDF::Vocabulary::Term)


438
439
440
# File 'lib/rdf/vocab/exif.rb', line 438

def pimContrast
  @pimContrast
end

#pimInfoRDF::Vocabulary::Term (readonly)

An attribute relating to print image matching

Returns:

  • (RDF::Vocabulary::Term)


442
443
444
# File 'lib/rdf/vocab/exif.rb', line 442

def pimInfo
  @pimInfo
end

#pimSaturationRDF::Vocabulary::Term (readonly)

Saturation info for print image matching

Returns:

  • (RDF::Vocabulary::Term)


446
447
448
# File 'lib/rdf/vocab/exif.rb', line 446

def pimSaturation
  @pimSaturation
end

#pimSharpnessRDF::Vocabulary::Term (readonly)

Sharpness info for print image matching

Returns:

  • (RDF::Vocabulary::Term)


450
451
452
# File 'lib/rdf/vocab/exif.rb', line 450

def pimSharpness
  @pimSharpness
end

#pixelXDimensionRDF::Vocabulary::Term (readonly)

Information specific to compressed data. When a compressed file is recorded, the valid width of the meaningful image shall be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file.

Returns:

  • (RDF::Vocabulary::Term)


454
455
456
# File 'lib/rdf/vocab/exif.rb', line 454

def pixelXDimension
  @pixelXDimension
end

#pixelYDimensionRDF::Vocabulary::Term (readonly)

Information specific to compressed data. When a compressed file is recorded, the valid height of the meaningful image shall be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file. Since data padding is unnecessary in the vertical direction, the number of lines recorded in this valid image height tag will in fact be the same as that recorded in the SOF.

Returns:

  • (RDF::Vocabulary::Term)


458
459
460
# File 'lib/rdf/vocab/exif.rb', line 458

def pixelYDimension
  @pixelYDimension
end

#planarConfigurationRDF::Vocabulary::Term (readonly)

Indicates whether pixel components are recorded in chunky or planar format. In JPEG compressed files a JPEG marker is used instead of this tag. If this field does not exist, the TIFF default of 1 (chunky) is assumed.

Returns:

  • (RDF::Vocabulary::Term)


462
463
464
# File 'lib/rdf/vocab/exif.rb', line 462

def planarConfiguration
  @planarConfiguration
end

#primaryChromaticitiesRDF::Vocabulary::Term (readonly)

The chromaticity of the three primary colors of the image. Normally this tag is not necessary, since color space is specified in the color space information tag (ColorSpace).

Returns:

  • (RDF::Vocabulary::Term)


466
467
468
# File 'lib/rdf/vocab/exif.rb', line 466

def primaryChromaticities
  @primaryChromaticities
end

#printImageMatching_IFD_PointerRDF::Vocabulary::Term (readonly)

A pointer to the print image matching IFD

Returns:

  • (RDF::Vocabulary::Term)


470
471
472
# File 'lib/rdf/vocab/exif.rb', line 470

def printImageMatching_IFD_Pointer
  @printImageMatching_IFD_Pointer
end

#recOffsetRDF::Vocabulary::Term (readonly)

An attribute relating to recording offset

Returns:

  • (RDF::Vocabulary::Term)


474
475
476
# File 'lib/rdf/vocab/exif.rb', line 474

def recOffset
  @recOffset
end

#referenceBlackWhiteRDF::Vocabulary::Term (readonly)

The reference black point value and reference white point value. The color space is declared in a color space information tag, with the default being the value that gives the optimal image characteristics Interoperability these conditions.

Returns:

  • (RDF::Vocabulary::Term)


478
479
480
# File 'lib/rdf/vocab/exif.rb', line 478

def referenceBlackWhite
  @referenceBlackWhite
end

#relatedFileRDF::Vocabulary::Term (readonly)

Tag Relating to Related File Information

Returns:

  • (RDF::Vocabulary::Term)


482
483
484
# File 'lib/rdf/vocab/exif.rb', line 482

def relatedFile
  @relatedFile
end

#relatedImageFileFormatRDF::Vocabulary::Term (readonly)

Related image file format

Returns:

  • (RDF::Vocabulary::Term)


486
487
488
# File 'lib/rdf/vocab/exif.rb', line 486

def relatedImageFileFormat
  @relatedImageFileFormat
end

#relatedImageLengthRDF::Vocabulary::Term (readonly)

Related image length

Returns:

  • (RDF::Vocabulary::Term)


490
491
492
# File 'lib/rdf/vocab/exif.rb', line 490

def relatedImageLength
  @relatedImageLength
end

#relatedImageWidthRDF::Vocabulary::Term (readonly)

Related image width

Returns:

  • (RDF::Vocabulary::Term)


494
495
496
# File 'lib/rdf/vocab/exif.rb', line 494

def relatedImageWidth
  @relatedImageWidth
end

#relatedSoundFileRDF::Vocabulary::Term (readonly)

Related audio file

Returns:

  • (RDF::Vocabulary::Term)


498
499
500
# File 'lib/rdf/vocab/exif.rb', line 498

def relatedSoundFile
  @relatedSoundFile
end

#resolutionRDF::Vocabulary::Term (readonly)

a rational number representing a resolution. Could be a subProperty of other general schema.

Returns:

  • (RDF::Vocabulary::Term)


502
503
504
# File 'lib/rdf/vocab/exif.rb', line 502

def resolution
  @resolution
end

#resolutionUnitRDF::Vocabulary::Term (readonly)

The unit for measuring XResolution and YResolution. The same unit is used for both XResolution and YResolution. If the image resolution in unknown, 2 (inches) is designated.

Returns:

  • (RDF::Vocabulary::Term)


506
507
508
# File 'lib/rdf/vocab/exif.rb', line 506

def resolutionUnit
  @resolutionUnit
end

#rowsPerStripRDF::Vocabulary::Term (readonly)

The number of rows per strip. This is the number of rows in the image of one strip when an image is divided into strips. With JPEG compressed data this designation is not needed and is omitted.

Returns:

  • (RDF::Vocabulary::Term)


510
511
512
# File 'lib/rdf/vocab/exif.rb', line 510

def rowsPerStrip
  @rowsPerStrip
end

#samplesPerPixelRDF::Vocabulary::Term (readonly)

The number of components per pixel. Since this standard applies to RGB and YCbCr images, the value set for this tag is 3. In JPEG compressed data a JPEG marker is used instead of this tag.

Returns:

  • (RDF::Vocabulary::Term)


514
515
516
# File 'lib/rdf/vocab/exif.rb', line 514

def samplesPerPixel
  @samplesPerPixel
end

#saturationRDF::Vocabulary::Term (readonly)

The direction of saturation processing applied by the camera when the image was shot.

Returns:

  • (RDF::Vocabulary::Term)


518
519
520
# File 'lib/rdf/vocab/exif.rb', line 518

def saturation
  @saturation
end

#sceneCaptureTypeRDF::Vocabulary::Term (readonly)

The type of scene that was shot. It can also be used to record the mode in which the image was shot, such as Landscape, Portrait etc. Note that this differs from the scene type (SceneType) tag.

Returns:

  • (RDF::Vocabulary::Term)


522
523
524
# File 'lib/rdf/vocab/exif.rb', line 522

def sceneCaptureType
  @sceneCaptureType
end

#sceneTypeRDF::Vocabulary::Term (readonly)

The type of scene. If a DSC recorded the image, this tag value shall always be set to 1, indicating that the image was directly photographed.

Returns:

  • (RDF::Vocabulary::Term)


526
527
528
# File 'lib/rdf/vocab/exif.rb', line 526

def sceneType
  @sceneType
end

#secondsRDF::Vocabulary::Term (readonly)

a mesurement of time length with unit of second

Returns:

  • (RDF::Vocabulary::Term)


530
531
532
# File 'lib/rdf/vocab/exif.rb', line 530

def seconds
  @seconds
end

#sensingMethodRDF::Vocabulary::Term (readonly)

The image sensor type on the camera or input device, such as One-chip color area sensor etc.

Returns:

  • (RDF::Vocabulary::Term)


534
535
536
# File 'lib/rdf/vocab/exif.rb', line 534

def sensingMethod
  @sensingMethod
end

#sharpnessRDF::Vocabulary::Term (readonly)

The direction of sharpness processing applied by the camera when the image was shot.

Returns:

  • (RDF::Vocabulary::Term)


538
539
540
# File 'lib/rdf/vocab/exif.rb', line 538

def sharpness
  @sharpness
end

#shutterSpeedValueRDF::Vocabulary::Term (readonly)

Shutter speed. The unit is the APEX (Additive System of Photographic Exposure) setting

Returns:

  • (RDF::Vocabulary::Term)


542
543
544
# File 'lib/rdf/vocab/exif.rb', line 542

def shutterSpeedValue
  @shutterSpeedValue
end

#softwareRDF::Vocabulary::Term (readonly)

The name and version of the software or firmware of the camera or image input device used to generate the image.

Returns:

  • (RDF::Vocabulary::Term)


546
547
548
# File 'lib/rdf/vocab/exif.rb', line 546

def software
  @software
end

#spatialFrequencyResponseRDF::Vocabulary::Term (readonly)

This tag records the camera or input device spatial frequency table and SFR values in the direction of image width, image height, and diagonal direction, as specified in ISO 12233.

Returns:

  • (RDF::Vocabulary::Term)


550
551
552
# File 'lib/rdf/vocab/exif.rb', line 550

def spatialFrequencyResponse
  @spatialFrequencyResponse
end

#spectralSensitivityRDF::Vocabulary::Term (readonly)

Indicates the spectral sensitivity of each channel of the camera used. The tag value is an ASCII string compatible with the standard developed by the ASTM Technical committee.

Returns:

  • (RDF::Vocabulary::Term)


554
555
556
# File 'lib/rdf/vocab/exif.rb', line 554

def spectralSensitivity
  @spectralSensitivity
end

#stripByteCountsRDF::Vocabulary::Term (readonly)

The total number of bytes in each strip. With JPEG compressed data this designation is not needed and is omitted.

Returns:

  • (RDF::Vocabulary::Term)


558
559
560
# File 'lib/rdf/vocab/exif.rb', line 558

def stripByteCounts
  @stripByteCounts
end

#stripOffsetsRDF::Vocabulary::Term (readonly)

For each strip, the byte offset of that strip. With JPEG compressed data this designation is not needed and is omitted.

Returns:

  • (RDF::Vocabulary::Term)


562
563
564
# File 'lib/rdf/vocab/exif.rb', line 562

def stripOffsets
  @stripOffsets
end

#subjectAreaRDF::Vocabulary::Term (readonly)

The location and area of the main subject in the overall scene.

Returns:

  • (RDF::Vocabulary::Term)


578
579
580
# File 'lib/rdf/vocab/exif.rb', line 578

def subjectArea
  @subjectArea
end

#subjectDistanceRDF::Vocabulary::Term (readonly)

The distance to the subject, given in meters. Note that if the numerator of the recorded value is FFFFFFFF.H, Infinity shall be indicated; and if the numerator is 0, Distance unknown shall be indicated.

Returns:

  • (RDF::Vocabulary::Term)


582
583
584
# File 'lib/rdf/vocab/exif.rb', line 582

def subjectDistance
  @subjectDistance
end

#subjectDistanceRangeRDF::Vocabulary::Term (readonly)

The distance to the subject, such as Macro, Close View or Distant View.

Returns:

  • (RDF::Vocabulary::Term)


586
587
588
# File 'lib/rdf/vocab/exif.rb', line 586

def subjectDistanceRange
  @subjectDistanceRange
end

#subjectLocationRDF::Vocabulary::Term (readonly)

The location of the main subject in the scene. The value of this tag represents the pixel at the center of the main subject relative to the left edge, prior to rotation processing as per the Rotation tag. The first value indicates the X column number and second indicates the Y row number.

Returns:

  • (RDF::Vocabulary::Term)


590
591
592
# File 'lib/rdf/vocab/exif.rb', line 590

def subjectLocation
  @subjectLocation
end

#subsecondsRDF::Vocabulary::Term (readonly)

A tag used to record fractions of seconds for a date property

Returns:

  • (RDF::Vocabulary::Term)


594
595
596
# File 'lib/rdf/vocab/exif.rb', line 594

def subseconds
  @subseconds
end

#subSecTimeRDF::Vocabulary::Term (readonly)

DateTime subseconds

Returns:

  • (RDF::Vocabulary::Term)


566
567
568
# File 'lib/rdf/vocab/exif.rb', line 566

def subSecTime
  @subSecTime
end

#subSecTimeDigitizedRDF::Vocabulary::Term (readonly)

DateTimeDigitized subseconds

Returns:

  • (RDF::Vocabulary::Term)


570
571
572
# File 'lib/rdf/vocab/exif.rb', line 570

def subSecTimeDigitized
  @subSecTimeDigitized
end

#subSecTimeOriginalRDF::Vocabulary::Term (readonly)

DateTimeOriginal subseconds

Returns:

  • (RDF::Vocabulary::Term)


574
575
576
# File 'lib/rdf/vocab/exif.rb', line 574

def subSecTimeOriginal
  @subSecTimeOriginal
end

#tag_numberRDF::Vocabulary::Term (readonly)

The Exif tag number

Returns:

  • (RDF::Vocabulary::Term)


598
599
600
# File 'lib/rdf/vocab/exif.rb', line 598

def tag_number
  @tag_number
end

#tagidRDF::Vocabulary::Term (readonly)

The Exif tag number with context prefix, such as IFD type or maker name

Returns:

  • (RDF::Vocabulary::Term)


602
603
604
# File 'lib/rdf/vocab/exif.rb', line 602

def tagid
  @tagid
end

#transferFunctionRDF::Vocabulary::Term (readonly)

A transfer function for the image, described in tabular style. Normally this tag is not necessary, since color space is specified in the color space information tag (ColorSpace).

Returns:

  • (RDF::Vocabulary::Term)


606
607
608
# File 'lib/rdf/vocab/exif.rb', line 606

def transferFunction
  @transferFunction
end

#userCommentRDF::Vocabulary::Term (readonly)

A tag for Exif users to write keywords or comments on the image besides those in ImageDescription, and without the character code limitations of the ImageDescription tag. The character code used in the UserComment tag is identified based on an ID code in a fixed 8-byte area at the start of the tag data area.

Returns:

  • (RDF::Vocabulary::Term)


610
611
612
# File 'lib/rdf/vocab/exif.rb', line 610

def userComment
  @userComment
end

#userInfoRDF::Vocabulary::Term (readonly)

An attribute relating to User Information

Returns:

  • (RDF::Vocabulary::Term)


614
615
616
# File 'lib/rdf/vocab/exif.rb', line 614

def userInfo
  @userInfo
end

#versionInfoRDF::Vocabulary::Term (readonly)

An attribute relating to Version

Returns:

  • (RDF::Vocabulary::Term)


618
619
620
# File 'lib/rdf/vocab/exif.rb', line 618

def versionInfo
  @versionInfo
end

#whiteBalanceRDF::Vocabulary::Term (readonly)

The white balance mode set when the image was shot.

Returns:

  • (RDF::Vocabulary::Term)


622
623
624
# File 'lib/rdf/vocab/exif.rb', line 622

def whiteBalance
  @whiteBalance
end

#whitePointRDF::Vocabulary::Term (readonly)

The chromaticity of the white point of the image. Normally this tag is not necessary, since color space is specified in the color space information tag (ColorSpace).

Returns:

  • (RDF::Vocabulary::Term)


626
627
628
# File 'lib/rdf/vocab/exif.rb', line 626

def whitePoint
  @whitePoint
end

#widthRDF::Vocabulary::Term (readonly)

Width of an object

Returns:

  • (RDF::Vocabulary::Term)


630
631
632
# File 'lib/rdf/vocab/exif.rb', line 630

def width
  @width
end

#xResolutionRDF::Vocabulary::Term (readonly)

The number of pixels per ResolutionUnit in the ImageWidth direction. When the image resolution is unknown, 72 [dpi] is designated.

Returns:

  • (RDF::Vocabulary::Term)


634
635
636
# File 'lib/rdf/vocab/exif.rb', line 634

def xResolution
  @xResolution
end

#yCbCrCoefficientsRDF::Vocabulary::Term (readonly)

The matrix coefficients for transformation from RGB to YCbCr image data.

Returns:

  • (RDF::Vocabulary::Term)


638
639
640
# File 'lib/rdf/vocab/exif.rb', line 638

def yCbCrCoefficients
  @yCbCrCoefficients
end

#yCbCrPositioningRDF::Vocabulary::Term (readonly)

The position of chrominance components in relation to the luminance component. This field is designated only for JPEG compressed data or uncompressed YCbCr data.

Returns:

  • (RDF::Vocabulary::Term)


642
643
644
# File 'lib/rdf/vocab/exif.rb', line 642

def yCbCrPositioning
  @yCbCrPositioning
end

#yCbCrSubSamplingRDF::Vocabulary::Term (readonly)

The sampling ratio of chrominance components in relation to the luminance component. In JPEG compressed data a JPEG marker is used instead of this tag.

Returns:

  • (RDF::Vocabulary::Term)


646
647
648
# File 'lib/rdf/vocab/exif.rb', line 646

def yCbCrSubSampling
  @yCbCrSubSampling
end

#yResolutionRDF::Vocabulary::Term (readonly)

The number of pixels per ResolutionUnit in the ImageLength direction. The same value as XResolution is designated.

Returns:

  • (RDF::Vocabulary::Term)


650
651
652
# File 'lib/rdf/vocab/exif.rb', line 650

def yResolution
  @yResolution
end