rdf 1.99.1 → 2.0.0.beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/{README → README.md} +9 -44
  3. data/VERSION +1 -1
  4. data/bin/rdf +1 -1
  5. data/lib/rdf.rb +40 -49
  6. data/lib/rdf/changeset.rb +161 -0
  7. data/lib/rdf/cli.rb +195 -33
  8. data/lib/rdf/cli/vocab-loader.rb +13 -3
  9. data/lib/rdf/format.rb +44 -26
  10. data/lib/rdf/mixin/enumerable.rb +133 -97
  11. data/lib/rdf/mixin/enumerator.rb +8 -0
  12. data/lib/rdf/mixin/indexable.rb +1 -1
  13. data/lib/rdf/mixin/mutable.rb +101 -22
  14. data/lib/rdf/mixin/queryable.rb +21 -32
  15. data/lib/rdf/mixin/transactable.rb +94 -0
  16. data/lib/rdf/mixin/writable.rb +12 -3
  17. data/lib/rdf/model/dataset.rb +48 -0
  18. data/lib/rdf/model/graph.rb +73 -43
  19. data/lib/rdf/model/list.rb +61 -33
  20. data/lib/rdf/model/literal.rb +20 -19
  21. data/lib/rdf/model/literal/double.rb +20 -4
  22. data/lib/rdf/model/literal/numeric.rb +15 -13
  23. data/lib/rdf/model/node.rb +15 -16
  24. data/lib/rdf/model/statement.rb +1 -43
  25. data/lib/rdf/model/term.rb +10 -8
  26. data/lib/rdf/model/uri.rb +35 -34
  27. data/lib/rdf/model/value.rb +1 -1
  28. data/lib/rdf/nquads.rb +2 -11
  29. data/lib/rdf/ntriples.rb +1 -1
  30. data/lib/rdf/ntriples/reader.rb +33 -46
  31. data/lib/rdf/ntriples/writer.rb +42 -5
  32. data/lib/rdf/query.rb +6 -40
  33. data/lib/rdf/query/pattern.rb +4 -17
  34. data/lib/rdf/query/solutions.rb +6 -6
  35. data/lib/rdf/reader.rb +65 -14
  36. data/lib/rdf/repository.rb +365 -229
  37. data/lib/rdf/transaction.rb +211 -84
  38. data/lib/rdf/util.rb +1 -0
  39. data/lib/rdf/util/cache.rb +5 -5
  40. data/lib/rdf/util/file.rb +12 -9
  41. data/lib/rdf/util/logger.rb +272 -0
  42. data/lib/rdf/version.rb +2 -2
  43. data/lib/rdf/vocab/owl.rb +82 -77
  44. data/lib/rdf/vocab/rdfs.rb +22 -17
  45. data/lib/rdf/vocab/xsd.rb +5 -0
  46. data/lib/rdf/vocabulary.rb +50 -56
  47. data/lib/rdf/writer.rb +104 -52
  48. metadata +45 -90
  49. data/lib/rdf/mixin/inferable.rb +0 -5
  50. data/lib/rdf/vocab/cc.rb +0 -128
  51. data/lib/rdf/vocab/cert.rb +0 -245
  52. data/lib/rdf/vocab/dc.rb +0 -948
  53. data/lib/rdf/vocab/dc11.rb +0 -167
  54. data/lib/rdf/vocab/dcat.rb +0 -214
  55. data/lib/rdf/vocab/doap.rb +0 -337
  56. data/lib/rdf/vocab/exif.rb +0 -941
  57. data/lib/rdf/vocab/foaf.rb +0 -614
  58. data/lib/rdf/vocab/geo.rb +0 -157
  59. data/lib/rdf/vocab/gr.rb +0 -1501
  60. data/lib/rdf/vocab/ht.rb +0 -236
  61. data/lib/rdf/vocab/ical.rb +0 -528
  62. data/lib/rdf/vocab/ma.rb +0 -513
  63. data/lib/rdf/vocab/mo.rb +0 -2412
  64. data/lib/rdf/vocab/og.rb +0 -222
  65. data/lib/rdf/vocab/ogc.rb +0 -58
  66. data/lib/rdf/vocab/prov.rb +0 -1550
  67. data/lib/rdf/vocab/rsa.rb +0 -72
  68. data/lib/rdf/vocab/rss.rb +0 -66
  69. data/lib/rdf/vocab/schema.rb +0 -10569
  70. data/lib/rdf/vocab/sioc.rb +0 -669
  71. data/lib/rdf/vocab/skos.rb +0 -238
  72. data/lib/rdf/vocab/skosxl.rb +0 -57
  73. data/lib/rdf/vocab/v.rb +0 -383
  74. data/lib/rdf/vocab/vcard.rb +0 -841
  75. data/lib/rdf/vocab/vmd.rb +0 -383
  76. data/lib/rdf/vocab/void.rb +0 -186
  77. data/lib/rdf/vocab/vs.rb +0 -28
  78. data/lib/rdf/vocab/wdrs.rb +0 -134
  79. data/lib/rdf/vocab/wot.rb +0 -167
  80. data/lib/rdf/vocab/xhtml.rb +0 -8
  81. data/lib/rdf/vocab/xhv.rb +0 -505
@@ -1,941 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- # This file generated automatically using vocab-fetch from http://www.w3.org/2003/12/exif/ns#
3
- require 'rdf'
4
- module RDF
5
- # @deprecated Please use `RDF::Vocab::EXIF` from the rdf-vocab gem instead
6
- class EXIF < RDF::StrictVocabulary("http://www.w3.org/2003/12/exif/ns#")
7
-
8
- # Class definitions
9
- term :IFD,
10
- comment: %(An Image File Directory).freeze,
11
- label: "IFD".freeze,
12
- type: "rdfs:Class".freeze
13
-
14
- # Property definitions
15
- property :_unknown,
16
- comment: %(An Exif tag whose meaning is not known).freeze,
17
- label: "Unknown tag".freeze,
18
- type: "rdf:Property".freeze
19
- property :apertureValue,
20
- comment: %(The lens aperture. The unit is the APEX value.).freeze,
21
- "exif:tagNumber" => %(37378).freeze,
22
- label: "ApertureValue".freeze,
23
- subPropertyOf: "exif:pictTaking".freeze,
24
- type: "rdf:Property".freeze
25
- property :artist,
26
- comment: %(Person who created the image).freeze,
27
- "exif:tagNumber" => %(315).freeze,
28
- label: "Artist".freeze,
29
- subPropertyOf: ["exif:exifAttribute".freeze, "dc11:creator".freeze],
30
- type: "rdf:Property".freeze
31
- property :bitsPerSample,
32
- comment: %(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.).freeze,
33
- "exif:tagNumber" => %(258).freeze,
34
- label: "BitsPerSample".freeze,
35
- subPropertyOf: ["exif:imageDataStruct".freeze, "exif:resolution".freeze],
36
- type: "rdf:Property".freeze
37
- property :brightnessValue,
38
- comment: %(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.).freeze,
39
- "exif:tagNumber" => %(37379).freeze,
40
- label: "BrightnessValue".freeze,
41
- subPropertyOf: "exif:pictTaking".freeze,
42
- type: "rdf:Property".freeze
43
- property :cfaPattern,
44
- comment: %(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.).freeze,
45
- "exif:tagNumber" => %(41730).freeze,
46
- label: "CFAPattern".freeze,
47
- subPropertyOf: "exif:pictTaking".freeze,
48
- type: "rdf:Property".freeze
49
- property :colorSpace,
50
- comment: %(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.).freeze,
51
- "exif:tagNumber" => %(40961).freeze,
52
- label: "ColorSpace".freeze,
53
- subPropertyOf: "exif:imageDataCharacter".freeze,
54
- type: "rdf:Property".freeze
55
- property :componentsConfiguration,
56
- comment: %(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.).freeze,
57
- "exif:tagNumber" => %(37121).freeze,
58
- label: "ComponentsConfiguration".freeze,
59
- subPropertyOf: "exif:imageConfig".freeze,
60
- type: "rdf:Property".freeze
61
- property :compressedBitsPerPixel,
62
- comment: %(Information specific to compressed data. The compression mode used for a compressed image is indicated in unit bits per pixel.).freeze,
63
- "exif:tagNumber" => %(37122).freeze,
64
- label: "CompressedBitsPerPixel".freeze,
65
- subPropertyOf: "exif:imageConfig".freeze,
66
- type: "rdf:Property".freeze
67
- property :compression,
68
- comment: %(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.).freeze,
69
- "exif:tagNumber" => %(259).freeze,
70
- label: "Compression".freeze,
71
- subPropertyOf: "exif:imageDataStruct".freeze,
72
- type: "rdf:Property".freeze
73
- property :contrast,
74
- comment: %(The direction of contrast processing applied by the camera when the image was shot.).freeze,
75
- "exif:tagNumber" => %(41992).freeze,
76
- label: "Contrast".freeze,
77
- subPropertyOf: "exif:pictTaking".freeze,
78
- type: "rdf:Property".freeze
79
- property :copyright,
80
- comment: %(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.).freeze,
81
- "exif:tagNumber" => %(33432).freeze,
82
- label: "Copyright".freeze,
83
- subPropertyOf: ["exif:exifAttribute".freeze, "dc11:rights".freeze],
84
- type: "rdf:Property".freeze
85
- property :customRendered,
86
- comment: %(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.).freeze,
87
- "exif:tagNumber" => %(41985).freeze,
88
- label: "CustomRendered".freeze,
89
- subPropertyOf: "exif:pictTaking".freeze,
90
- type: "rdf:Property".freeze
91
- property :datatype,
92
- comment: %(The Exif field data type, such as ascii, byte, short etc.).freeze,
93
- label: "Data Type".freeze,
94
- subPropertyOf: "dc11:type".freeze,
95
- type: "rdf:Property".freeze
96
- property :date,
97
- comment: %(a date information. Usually saved as YYYY:MM:DD \(HH:MM:SS\) format in Exif data, but represented here as W3C-DTF format).freeze,
98
- label: "Date".freeze,
99
- subPropertyOf: "dc11:date".freeze,
100
- type: "rdf:Property".freeze
101
- property :dateAndOrTime,
102
- comment: %(An attribute relating to Date and/or Time).freeze,
103
- label: "Date and/or Time".freeze,
104
- subPropertyOf: "exif:exifAttribute".freeze,
105
- type: "rdf:Property".freeze
106
- property :dateTime,
107
- comment: %(The date and time of image creation. In this standard it is the date and time the file was changed.).freeze,
108
- "exif:tagNumber" => %(306).freeze,
109
- label: "DateTime".freeze,
110
- subPropertyOf: ["exif:exifAttribute".freeze, "exif:date".freeze],
111
- type: "rdf:Property".freeze
112
- property :dateTimeDigitized,
113
- comment: %(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.).freeze,
114
- "exif:tagNumber" => %(36868).freeze,
115
- label: "DateTimeDigitized".freeze,
116
- subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:date".freeze],
117
- type: "rdf:Property".freeze
118
- property :dateTimeOriginal,
119
- comment: %(The date and time when the original image data was generated. For a DSC the date and time the picture was taken are recorded.).freeze,
120
- "exif:tagNumber" => %(36867).freeze,
121
- label: "DateTimeOriginal".freeze,
122
- subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:date".freeze],
123
- type: "rdf:Property".freeze
124
- property :deviceSettingDescription,
125
- comment: %(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.).freeze,
126
- "exif:tagNumber" => %(41995).freeze,
127
- label: "DeviceSettingDescription".freeze,
128
- subPropertyOf: "exif:pictTaking".freeze,
129
- type: "rdf:Property".freeze
130
- property :digitalZoomRatio,
131
- comment: %(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.).freeze,
132
- "exif:tagNumber" => %(41988).freeze,
133
- label: "DigitalZoomRatio".freeze,
134
- subPropertyOf: "exif:pictTaking".freeze,
135
- type: "rdf:Property".freeze
136
- property :exifAttribute,
137
- comment: %(A property that connects an IFD to one of its entries. Super property which integrates all Exif tags.).freeze,
138
- domain: "exif:IFD".freeze,
139
- label: "Exif Attribute".freeze,
140
- type: "rdf:Property".freeze
141
- property :exifVersion,
142
- comment: %(Exif Version).freeze,
143
- "exif:tagNumber" => %(36864).freeze,
144
- label: "ExifVersion".freeze,
145
- subPropertyOf: "exif:versionInfo".freeze,
146
- type: "rdf:Property".freeze
147
- property :exif_IFD_Pointer,
148
- comment: %(A pointer to the Exif IFD, which is a set of tags for recording Exif-specific attribute information.).freeze,
149
- "exif:tagNumber" => %(34665).freeze,
150
- label: "Exif IFD Pointer".freeze,
151
- subPropertyOf: "exif:ifdPointer".freeze,
152
- type: "rdf:Property".freeze
153
- property :exifdata,
154
- comment: %(An Exif IFD data entry).freeze,
155
- label: "Exif data".freeze,
156
- type: "rdf:Property".freeze
157
- property :exposureBiasValue,
158
- comment: %(The exposure bias. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99.).freeze,
159
- "exif:tagNumber" => %(37380).freeze,
160
- label: "ExposureBiasValue".freeze,
161
- subPropertyOf: "exif:pictTaking".freeze,
162
- type: "rdf:Property".freeze
163
- property :exposureIndex,
164
- comment: %(The exposure index selected on the camera or input device at the time the image is captured.).freeze,
165
- "exif:tagNumber" => %(41493).freeze,
166
- label: "ExposureIndex".freeze,
167
- subPropertyOf: "exif:pictTaking".freeze,
168
- type: "rdf:Property".freeze
169
- property :exposureMode,
170
- comment: %(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.).freeze,
171
- "exif:tagNumber" => %(41986).freeze,
172
- label: "ExposureMode".freeze,
173
- subPropertyOf: "exif:pictTaking".freeze,
174
- type: "rdf:Property".freeze
175
- property :exposureProgram,
176
- comment: %(The class of the program used by the camera to set exposure when the picture is taken.).freeze,
177
- "exif:tagNumber" => %(34850).freeze,
178
- label: "ExposureProgram".freeze,
179
- subPropertyOf: "exif:pictTaking".freeze,
180
- type: "rdf:Property".freeze
181
- property :exposureTime,
182
- comment: %(Exposure time, given in seconds \(sec\).).freeze,
183
- "exif:tagNumber" => %(33434).freeze,
184
- label: "ExposureTime".freeze,
185
- subPropertyOf: ["exif:pictTaking".freeze, "exif:seconds".freeze],
186
- type: "rdf:Property".freeze
187
- property :fNumber,
188
- comment: %(F number).freeze,
189
- "exif:tagNumber" => %(33437).freeze,
190
- label: "FNumber".freeze,
191
- subPropertyOf: "exif:pictTaking".freeze,
192
- type: "rdf:Property".freeze
193
- property :fileSource,
194
- comment: %(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.).freeze,
195
- "exif:tagNumber" => %(41728).freeze,
196
- label: "FileSource".freeze,
197
- subPropertyOf: "exif:pictTaking".freeze,
198
- type: "rdf:Property".freeze
199
- property :flash,
200
- comment: %(The status of flash when the image was shot.).freeze,
201
- "exif:tagNumber" => %(37385).freeze,
202
- label: "Flash".freeze,
203
- subPropertyOf: "exif:pictTaking".freeze,
204
- type: "rdf:Property".freeze
205
- property :flashEnergy,
206
- comment: %(The strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds \(BCPS\).).freeze,
207
- "exif:tagNumber" => %(41483).freeze,
208
- label: "FlashEnergy".freeze,
209
- subPropertyOf: "exif:pictTaking".freeze,
210
- type: "rdf:Property".freeze
211
- property :flashpixVersion,
212
- comment: %(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.).freeze,
213
- "exif:tagNumber" => %(40960).freeze,
214
- label: "FlashpixVersion".freeze,
215
- subPropertyOf: "exif:versionInfo".freeze,
216
- type: "rdf:Property".freeze
217
- property :focalLength,
218
- comment: %(The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera.).freeze,
219
- "exif:tagNumber" => %(37386).freeze,
220
- label: "FocalLength".freeze,
221
- subPropertyOf: ["exif:pictTaking".freeze, "exif:mm".freeze],
222
- type: "rdf:Property".freeze
223
- property :focalLengthIn35mmFilm,
224
- comment: %(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.).freeze,
225
- "exif:tagNumber" => %(41989).freeze,
226
- label: "FocalLengthIn35mmFilm".freeze,
227
- subPropertyOf: ["exif:pictTaking".freeze, "exif:length".freeze],
228
- type: "rdf:Property".freeze
229
- property :focalPlaneResolutionUnit,
230
- comment: %(The unit for measuring FocalPlaneXResolution and FocalPlaneYResolution. This value is the same as the ResolutionUnit.).freeze,
231
- "exif:tagNumber" => %(41488).freeze,
232
- label: "FocalPlaneResolutionUnit".freeze,
233
- subPropertyOf: "exif:pictTaking".freeze,
234
- type: "rdf:Property".freeze
235
- property :focalPlaneXResolution,
236
- comment: %(The number of pixels in the image width \(X\) direction per FocalPlaneResolutionUnit on the camera focal plane.).freeze,
237
- "exif:tagNumber" => %(41486).freeze,
238
- label: "FocalPlaneXResolution".freeze,
239
- subPropertyOf: ["exif:pictTaking".freeze, "exif:resolution".freeze],
240
- type: "rdf:Property".freeze
241
- property :focalPlaneYResolution,
242
- comment: %(The number of pixels in the image height \(Y\) direction per FocalPlaneResolutionUnit on the camera focal plane.).freeze,
243
- "exif:tagNumber" => %(41487).freeze,
244
- label: "FocalPlaneYResolution".freeze,
245
- subPropertyOf: ["exif:pictTaking".freeze, "exif:resolution".freeze],
246
- type: "rdf:Property".freeze
247
- property :gainControl,
248
- comment: %(The degree of overall image gain adjustment.).freeze,
249
- "exif:tagNumber" => %(41991).freeze,
250
- label: "GainControl".freeze,
251
- subPropertyOf: "exif:pictTaking".freeze,
252
- type: "rdf:Property".freeze
253
- property :geo,
254
- comment: %(Geometric data such as latitude, longitude and altitude. Usually saved as rational number.).freeze,
255
- label: "Geometric data".freeze,
256
- type: "rdf:Property".freeze
257
- property :gpsAltitude,
258
- comment: %(The altitude based on the reference in GPSAltitudeRef. Altitude is expressed as one RATIONAL value. The reference unit is meters.).freeze,
259
- "exif:tagNumber" => %(6).freeze,
260
- label: "GPSAltitude".freeze,
261
- subPropertyOf: ["exif:gpsInfo".freeze, "exif:geo".freeze],
262
- type: "rdf:Property".freeze
263
- property :gpsAltitudeRef,
264
- comment: %(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.).freeze,
265
- "exif:tagNumber" => %(5).freeze,
266
- label: "GPSAltitudeRef".freeze,
267
- subPropertyOf: "exif:gpsInfo".freeze,
268
- type: "rdf:Property".freeze
269
- property :gpsAreaInformation,
270
- comment: %(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.).freeze,
271
- "exif:tagNumber" => %(28).freeze,
272
- label: "GPSAreaInformation".freeze,
273
- subPropertyOf: "exif:gpsInfo".freeze,
274
- type: "rdf:Property".freeze
275
- property :gpsDOP,
276
- comment: %(The GPS DOP \(data degree of precision\). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement.).freeze,
277
- "exif:tagNumber" => %(11).freeze,
278
- label: "GPSDOP".freeze,
279
- subPropertyOf: "exif:gpsInfo".freeze,
280
- type: "rdf:Property".freeze
281
- property :gpsDateStamp,
282
- comment: %(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).freeze,
283
- "exif:tagNumber" => %(29).freeze,
284
- label: "GPSDateStamp".freeze,
285
- subPropertyOf: ["exif:gpsInfo".freeze, "exif:date".freeze],
286
- type: "rdf:Property".freeze
287
- property :gpsDestBearing,
288
- comment: %(The bearing to the destination point. The range of values is from 0.00 to 359.99.).freeze,
289
- "exif:tagNumber" => %(24).freeze,
290
- label: "GPSDestBearing".freeze,
291
- subPropertyOf: "exif:gpsInfo".freeze,
292
- type: "rdf:Property".freeze
293
- property :gpsDestBearingRef,
294
- comment: %(Indicates the reference used for giving the bearing to the destination point. 'T' denotes true direction and 'M' is magnetic direction.).freeze,
295
- "exif:tagNumber" => %(23).freeze,
296
- label: "GPSDestBearingRef".freeze,
297
- subPropertyOf: "exif:gpsInfo".freeze,
298
- type: "rdf:Property".freeze
299
- property :gpsDestDistance,
300
- comment: %(The distance to the destination point.).freeze,
301
- "exif:tagNumber" => %(26).freeze,
302
- label: "GPSDestDistance".freeze,
303
- subPropertyOf: "exif:gpsInfo".freeze,
304
- type: "rdf:Property".freeze
305
- property :gpsDestDistanceRef,
306
- comment: %(Indicates the unit used to express the distance to the destination point. 'K', 'M' and 'N' represent kilometers, miles and knots.).freeze,
307
- "exif:tagNumber" => %(25).freeze,
308
- label: "GPSDestDistanceRef".freeze,
309
- subPropertyOf: "exif:gpsInfo".freeze,
310
- type: "rdf:Property".freeze
311
- property :gpsDestLatitude,
312
- comment: %(Latitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
313
- "exif:tagNumber" => %(20).freeze,
314
- label: "GPSDestLatitude".freeze,
315
- subPropertyOf: ["exif:gpsInfo".freeze, "exif:geo".freeze],
316
- type: "rdf:Property".freeze
317
- property :gpsDestLatitudeRef,
318
- comment: %(Reference for latitude of destination).freeze,
319
- "exif:tagNumber" => %(19).freeze,
320
- label: "GPSDestLatitudeRef".freeze,
321
- subPropertyOf: "exif:gpsInfo".freeze,
322
- type: "rdf:Property".freeze
323
- property :gpsDestLongitude,
324
- comment: %(Longitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
325
- "exif:tagNumber" => %(22).freeze,
326
- label: "GPSDestLongitude".freeze,
327
- subPropertyOf: ["exif:gpsInfo".freeze, "exif:geo".freeze],
328
- type: "rdf:Property".freeze
329
- property :gpsDestLongitudeRef,
330
- comment: %(Reference for longitude of destination).freeze,
331
- "exif:tagNumber" => %(21).freeze,
332
- label: "GPSDestLongitudeRef".freeze,
333
- subPropertyOf: "exif:gpsInfo".freeze,
334
- type: "rdf:Property".freeze
335
- property :gpsDifferential,
336
- comment: %(Indicates whether differential correction is applied to the GPS receiver.).freeze,
337
- "exif:tagNumber" => %(30).freeze,
338
- label: "GPSDifferential".freeze,
339
- subPropertyOf: "exif:gpsInfo".freeze,
340
- type: "rdf:Property".freeze
341
- property :gpsImgDirection,
342
- comment: %(The direction of the image when it was captured. The range of values is from 0.00 to 359.99.).freeze,
343
- "exif:tagNumber" => %(17).freeze,
344
- label: "GPSImgDirection".freeze,
345
- subPropertyOf: "exif:gpsInfo".freeze,
346
- type: "rdf:Property".freeze
347
- property :gpsImgDirectionRef,
348
- comment: %(The reference for giving the direction of the image when it is captured. 'T' denotes true direction and 'M' is magnetic direction.).freeze,
349
- "exif:tagNumber" => %(16).freeze,
350
- label: "GPSImgDirectionRef".freeze,
351
- subPropertyOf: "exif:gpsInfo".freeze,
352
- type: "rdf:Property".freeze
353
- property :gpsInfo,
354
- comment: %(An attribute relating to GPS information).freeze,
355
- label: "GPS Info".freeze,
356
- subPropertyOf: "exif:exifAttribute".freeze,
357
- type: "rdf:Property".freeze
358
- property :gpsInfo_IFD_Pointer,
359
- comment: %(A pointer to the GPS IFD, which is a set of tags for recording GPS information.).freeze,
360
- "exif:tagNumber" => %(34853).freeze,
361
- label: "GPSInfo IFD Pointer".freeze,
362
- subPropertyOf: "exif:ifdPointer".freeze,
363
- type: "rdf:Property".freeze
364
- property :gpsLatitude,
365
- comment: %(The latitude, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
366
- "exif:tagNumber" => %(2).freeze,
367
- label: "GPSLatitude".freeze,
368
- subPropertyOf: ["exif:gpsInfo".freeze, "exif:geo".freeze],
369
- type: "rdf:Property".freeze
370
- property :gpsLatitudeRef,
371
- comment: %(Indicates whether the latitude is north or south latitude. The ASCII value 'N' indicates north latitude, and 'S' is south latitude.).freeze,
372
- "exif:tagNumber" => %(1).freeze,
373
- label: "GPSLatitudeRef".freeze,
374
- subPropertyOf: "exif:gpsInfo".freeze,
375
- type: "rdf:Property".freeze
376
- property :gpsLongitude,
377
- comment: %(The longitude, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
378
- "exif:tagNumber" => %(4).freeze,
379
- label: "GPSLongitude".freeze,
380
- subPropertyOf: ["exif:gpsInfo".freeze, "exif:geo".freeze],
381
- type: "rdf:Property".freeze
382
- property :gpsLongitudeRef,
383
- comment: %(Indicates whether the longitude is east or west longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude.).freeze,
384
- "exif:tagNumber" => %(3).freeze,
385
- label: "GPSLongitudeRef".freeze,
386
- subPropertyOf: "exif:gpsInfo".freeze,
387
- type: "rdf:Property".freeze
388
- property :gpsMapDatum,
389
- comment: %(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.).freeze,
390
- "exif:tagNumber" => %(18).freeze,
391
- label: "GPSMapDatum".freeze,
392
- subPropertyOf: "exif:gpsInfo".freeze,
393
- type: "rdf:Property".freeze
394
- property :gpsMeasureMode,
395
- comment: %(The GPS measurement mode. '2' means two-dimensional measurement and '3' means three-dimensional measurement is in progress.).freeze,
396
- "exif:tagNumber" => %(10).freeze,
397
- label: "GPSMeasureMode".freeze,
398
- subPropertyOf: "exif:gpsInfo".freeze,
399
- type: "rdf:Property".freeze
400
- property :gpsProcessingMethod,
401
- comment: %(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.).freeze,
402
- "exif:tagNumber" => %(27).freeze,
403
- label: "GPSProcessingMethod".freeze,
404
- subPropertyOf: "exif:gpsInfo".freeze,
405
- type: "rdf:Property".freeze
406
- property :gpsSatellites,
407
- comment: %(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.).freeze,
408
- "exif:tagNumber" => %(8).freeze,
409
- label: "GPSSatellites".freeze,
410
- subPropertyOf: "exif:gpsInfo".freeze,
411
- type: "rdf:Property".freeze
412
- property :gpsSpeed,
413
- comment: %(The speed of GPS receiver movement.).freeze,
414
- "exif:tagNumber" => %(13).freeze,
415
- label: "GPSSpeed".freeze,
416
- subPropertyOf: "exif:gpsInfo".freeze,
417
- type: "rdf:Property".freeze
418
- property :gpsSpeedRef,
419
- comment: %(The unit used to express the GPS receiver speed of movement. 'K' 'M' and 'N' represents kilometers per hour, miles per hour, and knots.).freeze,
420
- "exif:tagNumber" => %(12).freeze,
421
- label: "GPSSpeedRef".freeze,
422
- subPropertyOf: "exif:gpsInfo".freeze,
423
- type: "rdf:Property".freeze
424
- property :gpsStatus,
425
- comment: %(The status of the GPS receiver when the image is recorded. 'A' means measurement is in progress, and 'V' means the measurement is Interoperability.).freeze,
426
- "exif:tagNumber" => %(9).freeze,
427
- label: "GPSStatus".freeze,
428
- subPropertyOf: "exif:gpsInfo".freeze,
429
- type: "rdf:Property".freeze
430
- property :gpsTimeStamp,
431
- comment: %(The time as UTC \(Coordinated Universal Time\). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second.).freeze,
432
- "exif:tagNumber" => %(7).freeze,
433
- label: "GPSTimeStamp".freeze,
434
- subPropertyOf: "exif:gpsInfo".freeze,
435
- type: "rdf:Property".freeze
436
- property :gpsTrack,
437
- comment: %(The direction of GPS receiver movement. The range of values is from 0.00 to 359.99.).freeze,
438
- "exif:tagNumber" => %(15).freeze,
439
- label: "GPSTrack".freeze,
440
- subPropertyOf: "exif:gpsInfo".freeze,
441
- type: "rdf:Property".freeze
442
- property :gpsTrackRef,
443
- comment: %(The reference for giving the direction of GPS receiver movement. 'T' denotes true direction and 'M' is magnetic direction.).freeze,
444
- "exif:tagNumber" => %(14).freeze,
445
- label: "GPSTrackRef".freeze,
446
- subPropertyOf: "exif:gpsInfo".freeze,
447
- type: "rdf:Property".freeze
448
- property :gpsVersionID,
449
- comment: %(The version of GPSInfoIFD. The version is given as 2.2.0.0. This tag is mandatory when GPSInfo tag is present.).freeze,
450
- "exif:tagNumber" => %(0).freeze,
451
- label: "GPSVersionID".freeze,
452
- subPropertyOf: ["exif:gpsInfo".freeze, "exif:versionInfo".freeze],
453
- type: "rdf:Property".freeze
454
- property :height,
455
- comment: %(Height of an object).freeze,
456
- label: "Height".freeze,
457
- subPropertyOf: "exif:length".freeze,
458
- type: "rdf:Property".freeze
459
- property :ifdPointer,
460
- comment: %(A tag that refers a child IFD).freeze,
461
- label: "IFD Pointer".freeze,
462
- subPropertyOf: "exif:exifAttribute".freeze,
463
- type: "rdf:Property".freeze
464
- property :imageConfig,
465
- comment: %(An attribute relating to Image Configuration).freeze,
466
- label: "Image Config".freeze,
467
- subPropertyOf: "exif:exifAttribute".freeze,
468
- type: "rdf:Property".freeze
469
- property :imageDataCharacter,
470
- comment: %(An attribute relating to image data characteristics).freeze,
471
- label: "Image Data Character".freeze,
472
- subPropertyOf: "exif:exifAttribute".freeze,
473
- type: "rdf:Property".freeze
474
- property :imageDataStruct,
475
- comment: %(An attribute relating to image data structure).freeze,
476
- label: "Image Data Structure".freeze,
477
- subPropertyOf: "exif:exifAttribute".freeze,
478
- type: "rdf:Property".freeze
479
- property :imageDescription,
480
- comment: %(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.).freeze,
481
- "exif:tagNumber" => %(270).freeze,
482
- label: "ImageDescription".freeze,
483
- subPropertyOf: ["exif:exifAttribute".freeze, "dc11:title".freeze],
484
- type: "rdf:Property".freeze
485
- property :imageLength,
486
- comment: %(Image height. The number of rows of image data. In JPEG compressed data a JPEG marker is used.).freeze,
487
- "exif:tagNumber" => %(257).freeze,
488
- label: "ImageLength".freeze,
489
- subPropertyOf: ["exif:imageDataStruct".freeze, "exif:height".freeze],
490
- type: "rdf:Property".freeze
491
- property :imageUniqueID,
492
- comment: %(An identifier assigned uniquely to each image. It is recorded as an ASCII string equivalent to hexadecimal notation and 128-bit fixed length.).freeze,
493
- "exif:tagNumber" => %(42016).freeze,
494
- label: "ImageUniqueID".freeze,
495
- subPropertyOf: ["exif:exifAttribute".freeze, "dc11:identifier".freeze],
496
- type: "rdf:Property".freeze
497
- property :imageWidth,
498
- comment: %(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.).freeze,
499
- "exif:tagNumber" => %(256).freeze,
500
- label: "ImageWidth".freeze,
501
- subPropertyOf: ["exif:imageDataStruct".freeze, "exif:width".freeze],
502
- type: "rdf:Property".freeze
503
- property :interopInfo,
504
- comment: %(An attribute relating to Interoperability. Tags stored in
505
- Interoperability IFD may be defined dependently to each Interoperability rule.).freeze,
506
- label: "Interoperability Info".freeze,
507
- subPropertyOf: "exif:exifAttribute".freeze,
508
- type: "rdf:Property".freeze
509
- property :interoperabilityIndex,
510
- comment: %(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.).freeze,
511
- "exif:tagNumber" => %(1).freeze,
512
- label: "InteroperabilityIndex".freeze,
513
- subPropertyOf: "exif:interopInfo".freeze,
514
- type: "rdf:Property".freeze
515
- property :interoperabilityVersion,
516
- comment: %(Interoperability Version).freeze,
517
- "exif:tagNumber" => %(2).freeze,
518
- label: "InteroperabilityVersion".freeze,
519
- subPropertyOf: "exif:interopInfo".freeze,
520
- type: "rdf:Property".freeze
521
- property :interoperability_IFD_Pointer,
522
- comment: %(A pointer to the Interoperability IFD, which is composed of tags storing the information to ensure the Interoperability).freeze,
523
- "exif:tagNumber" => %(40965).freeze,
524
- label: "Interoperability IFD Pointer".freeze,
525
- subPropertyOf: "exif:ifdPointer".freeze,
526
- type: "rdf:Property".freeze
527
- property :isoSpeedRatings,
528
- comment: %(Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232.).freeze,
529
- "exif:tagNumber" => %(34855).freeze,
530
- label: "ISOSpeedRatings".freeze,
531
- subPropertyOf: "exif:pictTaking".freeze,
532
- type: "rdf:Property".freeze
533
- property :jpegInterchangeFormat,
534
- comment: %(The offset to the start byte \(SOI\) of JPEG compressed thumbnail data. This is not used for primary image JPEG data.).freeze,
535
- "exif:tagNumber" => %(513).freeze,
536
- label: "JPEGInterchangeFormat".freeze,
537
- subPropertyOf: "exif:recOffset".freeze,
538
- type: "rdf:Property".freeze
539
- property :jpegInterchangeFormatLength,
540
- comment: %(The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data.).freeze,
541
- "exif:tagNumber" => %(514).freeze,
542
- label: "JPEGInterchangeFormatLength".freeze,
543
- subPropertyOf: "exif:recOffset".freeze,
544
- type: "rdf:Property".freeze
545
- property :length,
546
- comment: %(Length of an object. Could be a subProperty of other general schema.).freeze,
547
- label: "Length".freeze,
548
- type: "rdf:Property".freeze
549
- property :lightSource,
550
- comment: %(Light source such as Daylight, Tungsten, Flash etc.).freeze,
551
- "exif:tagNumber" => %(37384).freeze,
552
- label: "LightSource".freeze,
553
- subPropertyOf: "exif:pictTaking".freeze,
554
- type: "rdf:Property".freeze
555
- property :make,
556
- comment: %(Manufacturer of image input equipment).freeze,
557
- "exif:tagNumber" => %(271).freeze,
558
- label: "Make".freeze,
559
- subPropertyOf: ["exif:exifAttribute".freeze, "rdfs:label".freeze],
560
- type: "rdf:Property".freeze
561
- property :makerNote,
562
- comment: %(Manufacturer notes).freeze,
563
- "exif:tagNumber" => %(37500).freeze,
564
- label: "MakerNote".freeze,
565
- subPropertyOf: "exif:userInfo".freeze,
566
- type: "rdf:Property".freeze
567
- property :maxApertureValue,
568
- comment: %(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.).freeze,
569
- "exif:tagNumber" => %(37381).freeze,
570
- label: "MaxApertureValue".freeze,
571
- subPropertyOf: "exif:pictTaking".freeze,
572
- type: "rdf:Property".freeze
573
- property :meter,
574
- comment: %(A length with unit of meter).freeze,
575
- label: "Meter".freeze,
576
- subPropertyOf: "exif:length".freeze,
577
- type: "rdf:Property".freeze
578
- property :meteringMode,
579
- comment: %(Metering mode, such as CenterWeightedAverage, Spot, MultiSpot,Pattern, Partial etc.).freeze,
580
- "exif:tagNumber" => %(37383).freeze,
581
- label: "MeteringMode".freeze,
582
- subPropertyOf: "exif:pictTaking".freeze,
583
- type: "rdf:Property".freeze
584
- property :mm,
585
- comment: %(A length with unit of mm).freeze,
586
- label: "Milimeter".freeze,
587
- subPropertyOf: "exif:length".freeze,
588
- type: "rdf:Property".freeze
589
- property :model,
590
- comment: %(Model of image input equipment).freeze,
591
- "exif:tagNumber" => %(272).freeze,
592
- label: "Model".freeze,
593
- subPropertyOf: ["exif:exifAttribute".freeze, "rdfs:label".freeze],
594
- type: "rdf:Property".freeze
595
- property :oecf,
596
- comment: %(Indicates the Opto-Electric Conversion Function \(OECF\) specified in ISO 14524. OECF is the relationship between the camera optical input and the image values.).freeze,
597
- "exif:tagNumber" => %(34856).freeze,
598
- label: "OECF".freeze,
599
- subPropertyOf: "exif:pictTaking".freeze,
600
- type: "rdf:Property".freeze
601
- property :orientation,
602
- comment: %(The image orientation viewed in terms of rows and columns.).freeze,
603
- "exif:tagNumber" => %(274).freeze,
604
- label: "Orientation".freeze,
605
- subPropertyOf: "exif:imageDataStruct".freeze,
606
- type: "rdf:Property".freeze
607
- property :photometricInterpretation,
608
- comment: %(Pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag.).freeze,
609
- "exif:tagNumber" => %(262).freeze,
610
- label: "PhotometricInterpretation".freeze,
611
- subPropertyOf: "exif:imageDataStruct".freeze,
612
- type: "rdf:Property".freeze
613
- property :pictTaking,
614
- comment: %(An attribute relating to Picture-Taking Conditions).freeze,
615
- label: "PictTaking".freeze,
616
- subPropertyOf: "exif:exifAttribute".freeze,
617
- type: "rdf:Property".freeze
618
- property :pimBrightness,
619
- comment: %(Brightness info for print image matching).freeze,
620
- "exif:tagNumber" => %(10).freeze,
621
- label: "PrintIM Brightness".freeze,
622
- subPropertyOf: "exif:pimInfo".freeze,
623
- type: "rdf:Property".freeze
624
- property :pimColorBalance,
625
- comment: %(ColorBalance info for print image matching).freeze,
626
- "exif:tagNumber" => %(11).freeze,
627
- label: "PrintIM ColorBalance".freeze,
628
- subPropertyOf: "exif:pimInfo".freeze,
629
- type: "rdf:Property".freeze
630
- property :pimContrast,
631
- comment: %(Contrast info for print image matching).freeze,
632
- "exif:tagNumber" => %(9).freeze,
633
- label: "PrintIM Contrast".freeze,
634
- subPropertyOf: "exif:pimInfo".freeze,
635
- type: "rdf:Property".freeze
636
- property :pimInfo,
637
- comment: %(An attribute relating to print image matching).freeze,
638
- label: "PIM Info".freeze,
639
- subPropertyOf: "exif:exifAttribute".freeze,
640
- type: "rdf:Property".freeze
641
- property :pimSaturation,
642
- comment: %(Saturation info for print image matching).freeze,
643
- "exif:tagNumber" => %(12).freeze,
644
- label: "PrintIM Saturation".freeze,
645
- subPropertyOf: "exif:pimInfo".freeze,
646
- type: "rdf:Property".freeze
647
- property :pimSharpness,
648
- comment: %(Sharpness info for print image matching).freeze,
649
- "exif:tagNumber" => %(13).freeze,
650
- label: "PrintIM Sharpness".freeze,
651
- subPropertyOf: "exif:pimInfo".freeze,
652
- type: "rdf:Property".freeze
653
- property :pixelXDimension,
654
- comment: %(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.).freeze,
655
- "exif:tagNumber" => %(40962).freeze,
656
- label: "PixelXDimension".freeze,
657
- subPropertyOf: ["exif:imageConfig".freeze, "exif:width".freeze],
658
- type: "rdf:Property".freeze
659
- property :pixelYDimension,
660
- comment: %(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.).freeze,
661
- "exif:tagNumber" => %(40963).freeze,
662
- label: "PixelYDimension".freeze,
663
- subPropertyOf: ["exif:imageConfig".freeze, "exif:height".freeze],
664
- type: "rdf:Property".freeze
665
- property :planarConfiguration,
666
- comment: %(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.).freeze,
667
- "exif:tagNumber" => %(284).freeze,
668
- label: "PlanarConfiguration".freeze,
669
- subPropertyOf: "exif:imageDataStruct".freeze,
670
- type: "rdf:Property".freeze
671
- property :primaryChromaticities,
672
- comment: %(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\).).freeze,
673
- "exif:tagNumber" => %(319).freeze,
674
- label: "PrimaryChromaticities".freeze,
675
- subPropertyOf: "exif:imageDataCharacter".freeze,
676
- type: "rdf:Property".freeze
677
- property :printImageMatching_IFD_Pointer,
678
- comment: %(A pointer to the print image matching IFD).freeze,
679
- "exif:tagNumber" => %(50341).freeze,
680
- label: "PrintImageMatching IFD Pointer".freeze,
681
- subPropertyOf: "exif:ifdPointer".freeze,
682
- type: "rdf:Property".freeze
683
- property :recOffset,
684
- comment: %(An attribute relating to recording offset).freeze,
685
- label: "Recording Offset".freeze,
686
- subPropertyOf: "exif:exifAttribute".freeze,
687
- type: "rdf:Property".freeze
688
- property :referenceBlackWhite,
689
- comment: %(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.).freeze,
690
- "exif:tagNumber" => %(532).freeze,
691
- label: "ReferenceBlackWhite".freeze,
692
- subPropertyOf: "exif:imageDataCharacter".freeze,
693
- type: "rdf:Property".freeze
694
- property :relatedFile,
695
- comment: %(Tag Relating to Related File Information).freeze,
696
- label: "Related File".freeze,
697
- subPropertyOf: "exif:exifAttribute".freeze,
698
- type: "rdf:Property".freeze
699
- property :relatedImageFileFormat,
700
- comment: %(Related image file format).freeze,
701
- "exif:tagNumber" => %(4096).freeze,
702
- label: "RelatedImageFileFormat".freeze,
703
- subPropertyOf: "exif:interopInfo".freeze,
704
- type: "rdf:Property".freeze
705
- property :relatedImageLength,
706
- comment: %(Related image length).freeze,
707
- "exif:tagNumber" => %(4098).freeze,
708
- label: "RelatedImageLength".freeze,
709
- subPropertyOf: ["exif:interopInfo".freeze, "exif:height".freeze],
710
- type: "rdf:Property".freeze
711
- property :relatedImageWidth,
712
- comment: %(Related image width).freeze,
713
- "exif:tagNumber" => %(4097).freeze,
714
- label: "RelatedImageWidth".freeze,
715
- subPropertyOf: ["exif:interopInfo".freeze, "exif:width".freeze],
716
- type: "rdf:Property".freeze
717
- property :relatedSoundFile,
718
- comment: %(Related audio file).freeze,
719
- "exif:tagNumber" => %(40964).freeze,
720
- label: "RelatedSoundFile".freeze,
721
- subPropertyOf: "exif:relatedFile".freeze,
722
- type: "rdf:Property".freeze
723
- property :resolution,
724
- comment: %(a rational number representing a resolution. Could be a subProperty of other general schema.).freeze,
725
- label: "Resolution".freeze,
726
- type: "rdf:Property".freeze
727
- property :resolutionUnit,
728
- comment: %(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.).freeze,
729
- "exif:tagNumber" => %(296).freeze,
730
- label: "ResolutionUnit".freeze,
731
- subPropertyOf: "exif:imageDataStruct".freeze,
732
- type: "rdf:Property".freeze
733
- property :rowsPerStrip,
734
- comment: %(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.).freeze,
735
- "exif:tagNumber" => %(278).freeze,
736
- label: "RowsPerStrip".freeze,
737
- subPropertyOf: "exif:recOffset".freeze,
738
- type: "rdf:Property".freeze
739
- property :samplesPerPixel,
740
- comment: %(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.).freeze,
741
- "exif:tagNumber" => %(277).freeze,
742
- label: "SamplesPerPixel".freeze,
743
- subPropertyOf: "exif:imageDataStruct".freeze,
744
- type: "rdf:Property".freeze
745
- property :saturation,
746
- comment: %(The direction of saturation processing applied by the camera when the image was shot.).freeze,
747
- "exif:tagNumber" => %(41993).freeze,
748
- label: "Saturation".freeze,
749
- subPropertyOf: "exif:pictTaking".freeze,
750
- type: "rdf:Property".freeze
751
- property :sceneCaptureType,
752
- comment: %(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.).freeze,
753
- "exif:tagNumber" => %(41990).freeze,
754
- label: "SceneCaptureType".freeze,
755
- subPropertyOf: "exif:pictTaking".freeze,
756
- type: "rdf:Property".freeze
757
- property :sceneType,
758
- comment: %(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.).freeze,
759
- "exif:tagNumber" => %(41729).freeze,
760
- label: "SceneType".freeze,
761
- subPropertyOf: "exif:pictTaking".freeze,
762
- type: "rdf:Property".freeze
763
- property :seconds,
764
- comment: %(a mesurement of time length with unit of second).freeze,
765
- label: "Seconds".freeze,
766
- type: "rdf:Property".freeze
767
- property :sensingMethod,
768
- comment: %(The image sensor type on the camera or input device, such as One-chip color area sensor etc.).freeze,
769
- "exif:tagNumber" => %(41495).freeze,
770
- label: "SensingMethod".freeze,
771
- subPropertyOf: "exif:pictTaking".freeze,
772
- type: "rdf:Property".freeze
773
- property :sharpness,
774
- comment: %(The direction of sharpness processing applied by the camera when the image was shot.).freeze,
775
- "exif:tagNumber" => %(41994).freeze,
776
- label: "Sharpness".freeze,
777
- subPropertyOf: "exif:pictTaking".freeze,
778
- type: "rdf:Property".freeze
779
- property :shutterSpeedValue,
780
- comment: %(Shutter speed. The unit is the APEX \(Additive System of Photographic Exposure\) setting).freeze,
781
- "exif:tagNumber" => %(37377).freeze,
782
- label: "ShutterSpeedValue".freeze,
783
- subPropertyOf: "exif:pictTaking".freeze,
784
- type: "rdf:Property".freeze
785
- property :software,
786
- comment: %(The name and version of the software or firmware of the camera or image input device used to generate the image.).freeze,
787
- "exif:tagNumber" => %(305).freeze,
788
- label: "Software".freeze,
789
- subPropertyOf: ["exif:exifAttribute".freeze, "rdfs:label".freeze],
790
- type: "rdf:Property".freeze
791
- property :spatialFrequencyResponse,
792
- comment: %(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.).freeze,
793
- "exif:tagNumber" => %(41484).freeze,
794
- label: "SpatialFrequencyResponse".freeze,
795
- subPropertyOf: "exif:pictTaking".freeze,
796
- type: "rdf:Property".freeze
797
- property :spectralSensitivity,
798
- comment: %(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.).freeze,
799
- "exif:tagNumber" => %(34852).freeze,
800
- label: "SpectralSensitivity".freeze,
801
- subPropertyOf: "exif:pictTaking".freeze,
802
- type: "rdf:Property".freeze
803
- property :stripByteCounts,
804
- comment: %(The total number of bytes in each strip. With JPEG compressed data this designation is not needed and is omitted.).freeze,
805
- "exif:tagNumber" => %(279).freeze,
806
- label: "StripByteCounts".freeze,
807
- subPropertyOf: "exif:recOffset".freeze,
808
- type: "rdf:Property".freeze
809
- property :stripOffsets,
810
- comment: %(For each strip, the byte offset of that strip. With JPEG compressed data this designation is not needed and is omitted.).freeze,
811
- "exif:tagNumber" => %(273).freeze,
812
- label: "StripOffsets".freeze,
813
- subPropertyOf: "exif:recOffset".freeze,
814
- type: "rdf:Property".freeze
815
- property :subSecTime,
816
- comment: %(DateTime subseconds).freeze,
817
- "exif:tagNumber" => %(37520).freeze,
818
- label: "SubSecTime".freeze,
819
- subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:subseconds".freeze],
820
- type: "rdf:Property".freeze
821
- property :subSecTimeDigitized,
822
- comment: %(DateTimeDigitized subseconds).freeze,
823
- "exif:tagNumber" => %(37522).freeze,
824
- label: "SubSecTimeDigitized".freeze,
825
- subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:subseconds".freeze],
826
- type: "rdf:Property".freeze
827
- property :subSecTimeOriginal,
828
- comment: %(DateTimeOriginal subseconds).freeze,
829
- "exif:tagNumber" => %(37521).freeze,
830
- label: "SubSecTimeOriginal".freeze,
831
- subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:subseconds".freeze],
832
- type: "rdf:Property".freeze
833
- property :subjectArea,
834
- comment: %(The location and area of the main subject in the overall scene.).freeze,
835
- "exif:tagNumber" => %(37396).freeze,
836
- label: "SubjectArea".freeze,
837
- subPropertyOf: "exif:pictTaking".freeze,
838
- type: "rdf:Property".freeze
839
- property :subjectDistance,
840
- comment: %(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.).freeze,
841
- "exif:tagNumber" => %(37382).freeze,
842
- label: "SubjectDistance".freeze,
843
- subPropertyOf: ["exif:pictTaking".freeze, "exif:meter".freeze],
844
- type: "rdf:Property".freeze
845
- property :subjectDistanceRange,
846
- comment: %(The distance to the subject, such as Macro, Close View or Distant View.).freeze,
847
- "exif:tagNumber" => %(41996).freeze,
848
- label: "SubjectDistanceRange".freeze,
849
- subPropertyOf: "exif:pictTaking".freeze,
850
- type: "rdf:Property".freeze
851
- property :subjectLocation,
852
- comment: %(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.).freeze,
853
- "exif:tagNumber" => %(41492).freeze,
854
- label: "SubjectLocation".freeze,
855
- subPropertyOf: "exif:pictTaking".freeze,
856
- type: "rdf:Property".freeze
857
- property :subseconds,
858
- comment: %(A tag used to record fractions of seconds for a date property).freeze,
859
- label: "Subseconds".freeze,
860
- type: "rdf:Property".freeze
861
- property :tag_number,
862
- comment: %(The Exif tag number).freeze,
863
- label: "Tag number".freeze,
864
- subPropertyOf: "dc11:identifier".freeze,
865
- type: "rdf:Property".freeze
866
- property :tagid,
867
- comment: %(The Exif tag number with context prefix, such as IFD type or maker name).freeze,
868
- label: "Tag ID".freeze,
869
- subPropertyOf: "exif:tag_number".freeze,
870
- type: "rdf:Property".freeze
871
- property :transferFunction,
872
- comment: %(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\).).freeze,
873
- "exif:tagNumber" => %(301).freeze,
874
- label: "TransferFunction".freeze,
875
- subPropertyOf: "exif:imageDataCharacter".freeze,
876
- type: "rdf:Property".freeze
877
- property :userComment,
878
- comment: %(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.).freeze,
879
- "exif:tagNumber" => %(37510).freeze,
880
- label: "UserComment".freeze,
881
- subPropertyOf: "exif:userInfo".freeze,
882
- type: "rdf:Property".freeze
883
- property :userInfo,
884
- comment: %(An attribute relating to User Information).freeze,
885
- label: "User Info".freeze,
886
- subPropertyOf: "exif:exifAttribute".freeze,
887
- type: "rdf:Property".freeze
888
- property :versionInfo,
889
- comment: %(An attribute relating to Version).freeze,
890
- label: "Version Info".freeze,
891
- subPropertyOf: "exif:exifAttribute".freeze,
892
- type: "rdf:Property".freeze
893
- property :whiteBalance,
894
- comment: %(The white balance mode set when the image was shot.).freeze,
895
- "exif:tagNumber" => %(41987).freeze,
896
- label: "WhiteBalance".freeze,
897
- subPropertyOf: "exif:pictTaking".freeze,
898
- type: "rdf:Property".freeze
899
- property :whitePoint,
900
- comment: %(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\).).freeze,
901
- "exif:tagNumber" => %(318).freeze,
902
- label: "WhitePoint".freeze,
903
- subPropertyOf: "exif:imageDataCharacter".freeze,
904
- type: "rdf:Property".freeze
905
- property :width,
906
- comment: %(Width of an object).freeze,
907
- label: "Width".freeze,
908
- subPropertyOf: "exif:length".freeze,
909
- type: "rdf:Property".freeze
910
- property :xResolution,
911
- comment: %(The number of pixels per ResolutionUnit in the ImageWidth direction. When the image resolution is unknown, 72 [dpi] is designated.).freeze,
912
- "exif:tagNumber" => %(282).freeze,
913
- label: "XResolution".freeze,
914
- subPropertyOf: ["exif:imageDataStruct".freeze, "exif:resolution".freeze],
915
- type: "rdf:Property".freeze
916
- property :yCbCrCoefficients,
917
- comment: %(The matrix coefficients for transformation from RGB to YCbCr image data.).freeze,
918
- "exif:tagNumber" => %(529).freeze,
919
- label: "YCbCrCoefficients".freeze,
920
- subPropertyOf: "exif:imageDataCharacter".freeze,
921
- type: "rdf:Property".freeze
922
- property :yCbCrPositioning,
923
- comment: %(The position of chrominance components in relation to the luminance component. This field is designated only for JPEG compressed data or uncompressed YCbCr data.).freeze,
924
- "exif:tagNumber" => %(531).freeze,
925
- label: "YCbCrPositioning".freeze,
926
- subPropertyOf: "exif:imageDataStruct".freeze,
927
- type: "rdf:Property".freeze
928
- property :yCbCrSubSampling,
929
- comment: %(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.).freeze,
930
- "exif:tagNumber" => %(530).freeze,
931
- label: "YCbCrSubSampling".freeze,
932
- subPropertyOf: "exif:imageDataStruct".freeze,
933
- type: "rdf:Property".freeze
934
- property :yResolution,
935
- comment: %(The number of pixels per ResolutionUnit in the ImageLength direction. The same value as XResolution is designated.).freeze,
936
- "exif:tagNumber" => %(283).freeze,
937
- label: "YResolution".freeze,
938
- subPropertyOf: ["exif:imageDataStruct".freeze, "exif:resolution".freeze],
939
- type: "rdf:Property".freeze
940
- end
941
- end