rdf-vocab 3.1.6 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -3
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +25 -8
- data/lib/rdf/vocab/acl.rb +67 -194
- data/lib/rdf/vocab/as.rb +471 -984
- data/lib/rdf/vocab/bf2.rb +1714 -3034
- data/lib/rdf/vocab/bibframe.rb +2270 -1840
- data/lib/rdf/vocab/bibo.rb +696 -1201
- data/lib/rdf/vocab/cc.rb +75 -214
- data/lib/rdf/vocab/cert.rb +90 -268
- data/lib/rdf/vocab/cnt.rb +70 -152
- data/lib/rdf/vocab/crm.rb +1420 -3261
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3901 -14146
- data/lib/rdf/vocab/dc.rb +556 -898
- data/lib/rdf/vocab/dc11.rb +92 -158
- data/lib/rdf/vocab/dcat.rb +300 -466
- data/lib/rdf/vocab/dcmitype.rb +77 -131
- data/lib/rdf/vocab/disco.rb +228 -459
- data/lib/rdf/vocab/doap.rb +250 -430
- data/lib/rdf/vocab/dwc.rb +1639 -2395
- data/lib/rdf/vocab/earl.rb +105 -243
- data/lib/rdf/vocab/ebucore.rb +3957 -8695
- data/lib/rdf/vocab/edm.rb +211 -426
- data/lib/rdf/vocab/exif.rb +614 -1268
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +268 -648
- data/lib/rdf/vocab/foaf.rb +448 -756
- data/lib/rdf/vocab/geo.rb +24 -167
- data/lib/rdf/vocab/geojson.rb +32 -101
- data/lib/rdf/vocab/geonames.rb +2915 -3092
- data/lib/rdf/vocab/gr.rb +716 -1991
- data/lib/rdf/vocab/gs1.rb +3780 -5380
- data/lib/rdf/vocab/ht.rb +133 -300
- data/lib/rdf/vocab/hydra.rb +298 -511
- data/lib/rdf/vocab/iana.rb +142 -417
- data/lib/rdf/vocab/ical.rb +532 -1045
- data/lib/rdf/vocab/identifiers.rb +215 -1019
- data/lib/rdf/vocab/iiif.rb +106 -245
- data/lib/rdf/vocab/jsonld.rb +163 -323
- data/lib/rdf/vocab/ldp.rb +161 -294
- data/lib/rdf/vocab/lrmi.rb +175 -199
- data/lib/rdf/vocab/ma.rb +312 -702
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +540 -1351
- data/lib/rdf/vocab/mo.rb +1579 -2844
- data/lib/rdf/vocab/mods.rb +503 -1026
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +264 -546
- data/lib/rdf/vocab/og.rb +158 -239
- data/lib/rdf/vocab/ogc.rb +33 -70
- data/lib/rdf/vocab/ore.rb +64 -123
- data/lib/rdf/vocab/org.rb +226 -422
- data/lib/rdf/vocab/pcdm.rb +61 -133
- data/lib/rdf/vocab/pplan.rb +16 -202
- data/lib/rdf/vocab/premis.rb +793 -2039
- data/lib/rdf/vocab/premiseventtype.rb +115 -273
- data/lib/rdf/vocab/prov.rb +1077 -1724
- data/lib/rdf/vocab/ptr.rb +111 -254
- data/lib/rdf/vocab/rdau.rb +10506 -0
- data/lib/rdf/vocab/rightsstatements.rb +102 -110
- data/lib/rdf/vocab/rsa.rb +37 -89
- data/lib/rdf/vocab/rss.rb +34 -79
- data/lib/rdf/vocab/schema.rb +11193 -22240
- data/lib/rdf/vocab/schemas.rb +16333 -0
- data/lib/rdf/vocab/sd.rb +123 -280
- data/lib/rdf/vocab/sh.rb +912 -1651
- data/lib/rdf/vocab/sioc.rb +513 -917
- data/lib/rdf/vocab/siocservices.rb +39 -80
- data/lib/rdf/vocab/sioctypes.rb +183 -344
- data/lib/rdf/vocab/skos.rb +136 -260
- data/lib/rdf/vocab/skosxl.rb +36 -69
- data/lib/rdf/vocab/v.rb +231 -529
- data/lib/rdf/vocab/vcard.rb +407 -1038
- data/lib/rdf/vocab/vmd.rb +231 -529
- data/lib/rdf/vocab/void.rb +112 -236
- data/lib/rdf/vocab/vs.rb +20 -42
- data/lib/rdf/vocab/wdrs.rb +65 -158
- data/lib/rdf/vocab/wot.rb +113 -194
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +206 -663
- data/lib/rdf/vocab/xkos.rb +122 -275
- data/spec/extensions_spec.rb +1 -1
- data/spec/spec_helper.rb +13 -0
- metadata +72 -24
data/lib/rdf/vocab/exif.rb
CHANGED
@@ -3,1603 +3,949 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2003/12/exif/ns#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://www.w3.org/2003/12/exif/ns#>
|
8
|
-
# #
|
9
|
-
# # Exif data description vocabulary
|
10
|
-
# #
|
11
|
-
# # 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.
|
12
|
-
# # @version Experimental version.
|
13
|
-
# class EXIF < RDF::StrictVocabulary
|
14
|
-
# # An Image File Directory
|
15
|
-
# # @return [RDF::Vocabulary::Term]
|
16
|
-
# attr_reader :IFD
|
17
|
-
#
|
18
|
-
# # An Exif tag whose meaning is not known
|
19
|
-
# # @return [RDF::Vocabulary::Term]
|
20
|
-
# attr_reader :_unknown
|
21
|
-
#
|
22
|
-
# # The lens aperture. The unit is the APEX value.
|
23
|
-
# # @return [RDF::Vocabulary::Term]
|
24
|
-
# attr_reader :apertureValue
|
25
|
-
#
|
26
|
-
# # Person who created the image
|
27
|
-
# # @return [RDF::Vocabulary::Term]
|
28
|
-
# attr_reader :artist
|
29
|
-
#
|
30
|
-
# # 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.
|
31
|
-
# # @return [RDF::Vocabulary::Term]
|
32
|
-
# attr_reader :bitsPerSample
|
33
|
-
#
|
34
|
-
# # 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.
|
35
|
-
# # @return [RDF::Vocabulary::Term]
|
36
|
-
# attr_reader :brightnessValue
|
37
|
-
#
|
38
|
-
# # 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.
|
39
|
-
# # @return [RDF::Vocabulary::Term]
|
40
|
-
# attr_reader :cfaPattern
|
41
|
-
#
|
42
|
-
# # 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.
|
43
|
-
# # @return [RDF::Vocabulary::Term]
|
44
|
-
# attr_reader :colorSpace
|
45
|
-
#
|
46
|
-
# # 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.
|
47
|
-
# # @return [RDF::Vocabulary::Term]
|
48
|
-
# attr_reader :componentsConfiguration
|
49
|
-
#
|
50
|
-
# # Information specific to compressed data. The compression mode used for a compressed image is indicated in unit bits per pixel.
|
51
|
-
# # @return [RDF::Vocabulary::Term]
|
52
|
-
# attr_reader :compressedBitsPerPixel
|
53
|
-
#
|
54
|
-
# # 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.
|
55
|
-
# # @return [RDF::Vocabulary::Term]
|
56
|
-
# attr_reader :compression
|
57
|
-
#
|
58
|
-
# # The direction of contrast processing applied by the camera when the image was shot.
|
59
|
-
# # @return [RDF::Vocabulary::Term]
|
60
|
-
# attr_reader :contrast
|
61
|
-
#
|
62
|
-
# # 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.
|
63
|
-
# # @return [RDF::Vocabulary::Term]
|
64
|
-
# attr_reader :copyright
|
65
|
-
#
|
66
|
-
# # 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.
|
67
|
-
# # @return [RDF::Vocabulary::Term]
|
68
|
-
# attr_reader :customRendered
|
69
|
-
#
|
70
|
-
# # The Exif field data type, such as ascii, byte, short etc.
|
71
|
-
# # @return [RDF::Vocabulary::Term]
|
72
|
-
# attr_reader :datatype
|
73
|
-
#
|
74
|
-
# # a date information. Usually saved as YYYY:MM:DD (HH:MM:SS) format in Exif data, but represented here as W3C-DTF format
|
75
|
-
# # @return [RDF::Vocabulary::Term]
|
76
|
-
# attr_reader :date
|
77
|
-
#
|
78
|
-
# # An attribute relating to Date and/or Time
|
79
|
-
# # @return [RDF::Vocabulary::Term]
|
80
|
-
# attr_reader :dateAndOrTime
|
81
|
-
#
|
82
|
-
# # The date and time of image creation. In this standard it is the date and time the file was changed.
|
83
|
-
# # @return [RDF::Vocabulary::Term]
|
84
|
-
# attr_reader :dateTime
|
85
|
-
#
|
86
|
-
# # 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.
|
87
|
-
# # @return [RDF::Vocabulary::Term]
|
88
|
-
# attr_reader :dateTimeDigitized
|
89
|
-
#
|
90
|
-
# # The date and time when the original image data was generated. For a DSC the date and time the picture was taken are recorded.
|
91
|
-
# # @return [RDF::Vocabulary::Term]
|
92
|
-
# attr_reader :dateTimeOriginal
|
93
|
-
#
|
94
|
-
# # 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.
|
95
|
-
# # @return [RDF::Vocabulary::Term]
|
96
|
-
# attr_reader :deviceSettingDescription
|
97
|
-
#
|
98
|
-
# # 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.
|
99
|
-
# # @return [RDF::Vocabulary::Term]
|
100
|
-
# attr_reader :digitalZoomRatio
|
101
|
-
#
|
102
|
-
# # A property that connects an IFD to one of its entries. Super property which integrates all Exif tags.
|
103
|
-
# # @return [RDF::Vocabulary::Term]
|
104
|
-
# attr_reader :exifAttribute
|
105
|
-
#
|
106
|
-
# # Exif Version
|
107
|
-
# # @return [RDF::Vocabulary::Term]
|
108
|
-
# attr_reader :exifVersion
|
109
|
-
#
|
110
|
-
# # A pointer to the Exif IFD, which is a set of tags for recording Exif-specific attribute information.
|
111
|
-
# # @return [RDF::Vocabulary::Term]
|
112
|
-
# attr_reader :exif_IFD_Pointer
|
113
|
-
#
|
114
|
-
# # An Exif IFD data entry
|
115
|
-
# # @return [RDF::Vocabulary::Term]
|
116
|
-
# attr_reader :exifdata
|
117
|
-
#
|
118
|
-
# # The exposure bias. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99.
|
119
|
-
# # @return [RDF::Vocabulary::Term]
|
120
|
-
# attr_reader :exposureBiasValue
|
121
|
-
#
|
122
|
-
# # The exposure index selected on the camera or input device at the time the image is captured.
|
123
|
-
# # @return [RDF::Vocabulary::Term]
|
124
|
-
# attr_reader :exposureIndex
|
125
|
-
#
|
126
|
-
# # 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.
|
127
|
-
# # @return [RDF::Vocabulary::Term]
|
128
|
-
# attr_reader :exposureMode
|
129
|
-
#
|
130
|
-
# # The class of the program used by the camera to set exposure when the picture is taken.
|
131
|
-
# # @return [RDF::Vocabulary::Term]
|
132
|
-
# attr_reader :exposureProgram
|
133
|
-
#
|
134
|
-
# # Exposure time, given in seconds (sec).
|
135
|
-
# # @return [RDF::Vocabulary::Term]
|
136
|
-
# attr_reader :exposureTime
|
137
|
-
#
|
138
|
-
# # F number
|
139
|
-
# # @return [RDF::Vocabulary::Term]
|
140
|
-
# attr_reader :fNumber
|
141
|
-
#
|
142
|
-
# # 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.
|
143
|
-
# # @return [RDF::Vocabulary::Term]
|
144
|
-
# attr_reader :fileSource
|
145
|
-
#
|
146
|
-
# # The status of flash when the image was shot.
|
147
|
-
# # @return [RDF::Vocabulary::Term]
|
148
|
-
# attr_reader :flash
|
149
|
-
#
|
150
|
-
# # The strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS).
|
151
|
-
# # @return [RDF::Vocabulary::Term]
|
152
|
-
# attr_reader :flashEnergy
|
153
|
-
#
|
154
|
-
# # 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.
|
155
|
-
# # @return [RDF::Vocabulary::Term]
|
156
|
-
# attr_reader :flashpixVersion
|
157
|
-
#
|
158
|
-
# # The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera.
|
159
|
-
# # @return [RDF::Vocabulary::Term]
|
160
|
-
# attr_reader :focalLength
|
161
|
-
#
|
162
|
-
# # 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.
|
163
|
-
# # @return [RDF::Vocabulary::Term]
|
164
|
-
# attr_reader :focalLengthIn35mmFilm
|
165
|
-
#
|
166
|
-
# # The unit for measuring FocalPlaneXResolution and FocalPlaneYResolution. This value is the same as the ResolutionUnit.
|
167
|
-
# # @return [RDF::Vocabulary::Term]
|
168
|
-
# attr_reader :focalPlaneResolutionUnit
|
169
|
-
#
|
170
|
-
# # The number of pixels in the image width (X) direction per FocalPlaneResolutionUnit on the camera focal plane.
|
171
|
-
# # @return [RDF::Vocabulary::Term]
|
172
|
-
# attr_reader :focalPlaneXResolution
|
173
|
-
#
|
174
|
-
# # The number of pixels in the image height (Y) direction per FocalPlaneResolutionUnit on the camera focal plane.
|
175
|
-
# # @return [RDF::Vocabulary::Term]
|
176
|
-
# attr_reader :focalPlaneYResolution
|
177
|
-
#
|
178
|
-
# # The degree of overall image gain adjustment.
|
179
|
-
# # @return [RDF::Vocabulary::Term]
|
180
|
-
# attr_reader :gainControl
|
181
|
-
#
|
182
|
-
# # Geometric data such as latitude, longitude and altitude. Usually saved as rational number.
|
183
|
-
# # @return [RDF::Vocabulary::Term]
|
184
|
-
# attr_reader :geo
|
185
|
-
#
|
186
|
-
# # The altitude based on the reference in GPSAltitudeRef. Altitude is expressed as one RATIONAL value. The reference unit is meters.
|
187
|
-
# # @return [RDF::Vocabulary::Term]
|
188
|
-
# attr_reader :gpsAltitude
|
189
|
-
#
|
190
|
-
# # 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.
|
191
|
-
# # @return [RDF::Vocabulary::Term]
|
192
|
-
# attr_reader :gpsAltitudeRef
|
193
|
-
#
|
194
|
-
# # 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.
|
195
|
-
# # @return [RDF::Vocabulary::Term]
|
196
|
-
# attr_reader :gpsAreaInformation
|
197
|
-
#
|
198
|
-
# # The GPS DOP (data degree of precision). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement.
|
199
|
-
# # @return [RDF::Vocabulary::Term]
|
200
|
-
# attr_reader :gpsDOP
|
201
|
-
#
|
202
|
-
# # 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
|
203
|
-
# # @return [RDF::Vocabulary::Term]
|
204
|
-
# attr_reader :gpsDateStamp
|
205
|
-
#
|
206
|
-
# # The bearing to the destination point. The range of values is from 0.00 to 359.99.
|
207
|
-
# # @return [RDF::Vocabulary::Term]
|
208
|
-
# attr_reader :gpsDestBearing
|
209
|
-
#
|
210
|
-
# # Indicates the reference used for giving the bearing to the destination point. 'T' denotes true direction and 'M' is magnetic direction.
|
211
|
-
# # @return [RDF::Vocabulary::Term]
|
212
|
-
# attr_reader :gpsDestBearingRef
|
213
|
-
#
|
214
|
-
# # The distance to the destination point.
|
215
|
-
# # @return [RDF::Vocabulary::Term]
|
216
|
-
# attr_reader :gpsDestDistance
|
217
|
-
#
|
218
|
-
# # Indicates the unit used to express the distance to the destination point. 'K', 'M' and 'N' represent kilometers, miles and knots.
|
219
|
-
# # @return [RDF::Vocabulary::Term]
|
220
|
-
# attr_reader :gpsDestDistanceRef
|
221
|
-
#
|
222
|
-
# # Latitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.
|
223
|
-
# # @return [RDF::Vocabulary::Term]
|
224
|
-
# attr_reader :gpsDestLatitude
|
225
|
-
#
|
226
|
-
# # Reference for latitude of destination
|
227
|
-
# # @return [RDF::Vocabulary::Term]
|
228
|
-
# attr_reader :gpsDestLatitudeRef
|
229
|
-
#
|
230
|
-
# # Longitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.
|
231
|
-
# # @return [RDF::Vocabulary::Term]
|
232
|
-
# attr_reader :gpsDestLongitude
|
233
|
-
#
|
234
|
-
# # Reference for longitude of destination
|
235
|
-
# # @return [RDF::Vocabulary::Term]
|
236
|
-
# attr_reader :gpsDestLongitudeRef
|
237
|
-
#
|
238
|
-
# # Indicates whether differential correction is applied to the GPS receiver.
|
239
|
-
# # @return [RDF::Vocabulary::Term]
|
240
|
-
# attr_reader :gpsDifferential
|
241
|
-
#
|
242
|
-
# # The direction of the image when it was captured. The range of values is from 0.00 to 359.99.
|
243
|
-
# # @return [RDF::Vocabulary::Term]
|
244
|
-
# attr_reader :gpsImgDirection
|
245
|
-
#
|
246
|
-
# # The reference for giving the direction of the image when it is captured. 'T' denotes true direction and 'M' is magnetic direction.
|
247
|
-
# # @return [RDF::Vocabulary::Term]
|
248
|
-
# attr_reader :gpsImgDirectionRef
|
249
|
-
#
|
250
|
-
# # An attribute relating to GPS information
|
251
|
-
# # @return [RDF::Vocabulary::Term]
|
252
|
-
# attr_reader :gpsInfo
|
253
|
-
#
|
254
|
-
# # A pointer to the GPS IFD, which is a set of tags for recording GPS information.
|
255
|
-
# # @return [RDF::Vocabulary::Term]
|
256
|
-
# attr_reader :gpsInfo_IFD_Pointer
|
257
|
-
#
|
258
|
-
# # The latitude, expressed as three values giving the degrees, minutes, and seconds, respectively.
|
259
|
-
# # @return [RDF::Vocabulary::Term]
|
260
|
-
# attr_reader :gpsLatitude
|
261
|
-
#
|
262
|
-
# # Indicates whether the latitude is north or south latitude. The ASCII value 'N' indicates north latitude, and 'S' is south latitude.
|
263
|
-
# # @return [RDF::Vocabulary::Term]
|
264
|
-
# attr_reader :gpsLatitudeRef
|
265
|
-
#
|
266
|
-
# # The longitude, expressed as three values giving the degrees, minutes, and seconds, respectively.
|
267
|
-
# # @return [RDF::Vocabulary::Term]
|
268
|
-
# attr_reader :gpsLongitude
|
269
|
-
#
|
270
|
-
# # Indicates whether the longitude is east or west longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude.
|
271
|
-
# # @return [RDF::Vocabulary::Term]
|
272
|
-
# attr_reader :gpsLongitudeRef
|
273
|
-
#
|
274
|
-
# # 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.
|
275
|
-
# # @return [RDF::Vocabulary::Term]
|
276
|
-
# attr_reader :gpsMapDatum
|
277
|
-
#
|
278
|
-
# # The GPS measurement mode. '2' means two-dimensional measurement and '3' means three-dimensional measurement is in progress.
|
279
|
-
# # @return [RDF::Vocabulary::Term]
|
280
|
-
# attr_reader :gpsMeasureMode
|
281
|
-
#
|
282
|
-
# # 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.
|
283
|
-
# # @return [RDF::Vocabulary::Term]
|
284
|
-
# attr_reader :gpsProcessingMethod
|
285
|
-
#
|
286
|
-
# # 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.
|
287
|
-
# # @return [RDF::Vocabulary::Term]
|
288
|
-
# attr_reader :gpsSatellites
|
289
|
-
#
|
290
|
-
# # The speed of GPS receiver movement.
|
291
|
-
# # @return [RDF::Vocabulary::Term]
|
292
|
-
# attr_reader :gpsSpeed
|
293
|
-
#
|
294
|
-
# # The unit used to express the GPS receiver speed of movement. 'K' 'M' and 'N' represents kilometers per hour, miles per hour, and knots.
|
295
|
-
# # @return [RDF::Vocabulary::Term]
|
296
|
-
# attr_reader :gpsSpeedRef
|
297
|
-
#
|
298
|
-
# # The status of the GPS receiver when the image is recorded. 'A' means measurement is in progress, and 'V' means the measurement is Interoperability.
|
299
|
-
# # @return [RDF::Vocabulary::Term]
|
300
|
-
# attr_reader :gpsStatus
|
301
|
-
#
|
302
|
-
# # The time as UTC (Coordinated Universal Time). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second.
|
303
|
-
# # @return [RDF::Vocabulary::Term]
|
304
|
-
# attr_reader :gpsTimeStamp
|
305
|
-
#
|
306
|
-
# # The direction of GPS receiver movement. The range of values is from 0.00 to 359.99.
|
307
|
-
# # @return [RDF::Vocabulary::Term]
|
308
|
-
# attr_reader :gpsTrack
|
309
|
-
#
|
310
|
-
# # The reference for giving the direction of GPS receiver movement. 'T' denotes true direction and 'M' is magnetic direction.
|
311
|
-
# # @return [RDF::Vocabulary::Term]
|
312
|
-
# attr_reader :gpsTrackRef
|
313
|
-
#
|
314
|
-
# # The version of GPSInfoIFD. The version is given as 2.2.0.0. This tag is mandatory when GPSInfo tag is present.
|
315
|
-
# # @return [RDF::Vocabulary::Term]
|
316
|
-
# attr_reader :gpsVersionID
|
317
|
-
#
|
318
|
-
# # Height of an object
|
319
|
-
# # @return [RDF::Vocabulary::Term]
|
320
|
-
# attr_reader :height
|
321
|
-
#
|
322
|
-
# # A tag that refers a child IFD
|
323
|
-
# # @return [RDF::Vocabulary::Term]
|
324
|
-
# attr_reader :ifdPointer
|
325
|
-
#
|
326
|
-
# # An attribute relating to Image Configuration
|
327
|
-
# # @return [RDF::Vocabulary::Term]
|
328
|
-
# attr_reader :imageConfig
|
329
|
-
#
|
330
|
-
# # An attribute relating to image data characteristics
|
331
|
-
# # @return [RDF::Vocabulary::Term]
|
332
|
-
# attr_reader :imageDataCharacter
|
333
|
-
#
|
334
|
-
# # An attribute relating to image data structure
|
335
|
-
# # @return [RDF::Vocabulary::Term]
|
336
|
-
# attr_reader :imageDataStruct
|
337
|
-
#
|
338
|
-
# # 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.
|
339
|
-
# # @return [RDF::Vocabulary::Term]
|
340
|
-
# attr_reader :imageDescription
|
341
|
-
#
|
342
|
-
# # Image height. The number of rows of image data. In JPEG compressed data a JPEG marker is used.
|
343
|
-
# # @return [RDF::Vocabulary::Term]
|
344
|
-
# attr_reader :imageLength
|
345
|
-
#
|
346
|
-
# # An identifier assigned uniquely to each image. It is recorded as an ASCII string equivalent to hexadecimal notation and 128-bit fixed length.
|
347
|
-
# # @return [RDF::Vocabulary::Term]
|
348
|
-
# attr_reader :imageUniqueID
|
349
|
-
#
|
350
|
-
# # 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.
|
351
|
-
# # @return [RDF::Vocabulary::Term]
|
352
|
-
# attr_reader :imageWidth
|
353
|
-
#
|
354
|
-
# # An attribute relating to Interoperability. Tags stored in Interoperability IFD may be defined dependently to each Interoperability rule.
|
355
|
-
# # @return [RDF::Vocabulary::Term]
|
356
|
-
# attr_reader :interopInfo
|
357
|
-
#
|
358
|
-
# # 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.
|
359
|
-
# # @return [RDF::Vocabulary::Term]
|
360
|
-
# attr_reader :interoperabilityIndex
|
361
|
-
#
|
362
|
-
# # Interoperability Version
|
363
|
-
# # @return [RDF::Vocabulary::Term]
|
364
|
-
# attr_reader :interoperabilityVersion
|
365
|
-
#
|
366
|
-
# # A pointer to the Interoperability IFD, which is composed of tags storing the information to ensure the Interoperability
|
367
|
-
# # @return [RDF::Vocabulary::Term]
|
368
|
-
# attr_reader :interoperability_IFD_Pointer
|
369
|
-
#
|
370
|
-
# # Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232.
|
371
|
-
# # @return [RDF::Vocabulary::Term]
|
372
|
-
# attr_reader :isoSpeedRatings
|
373
|
-
#
|
374
|
-
# # The offset to the start byte (SOI) of JPEG compressed thumbnail data. This is not used for primary image JPEG data.
|
375
|
-
# # @return [RDF::Vocabulary::Term]
|
376
|
-
# attr_reader :jpegInterchangeFormat
|
377
|
-
#
|
378
|
-
# # The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data.
|
379
|
-
# # @return [RDF::Vocabulary::Term]
|
380
|
-
# attr_reader :jpegInterchangeFormatLength
|
381
|
-
#
|
382
|
-
# # Length of an object. Could be a subProperty of other general schema.
|
383
|
-
# # @return [RDF::Vocabulary::Term]
|
384
|
-
# attr_reader :length
|
385
|
-
#
|
386
|
-
# # Light source such as Daylight, Tungsten, Flash etc.
|
387
|
-
# # @return [RDF::Vocabulary::Term]
|
388
|
-
# attr_reader :lightSource
|
389
|
-
#
|
390
|
-
# # Manufacturer of image input equipment
|
391
|
-
# # @return [RDF::Vocabulary::Term]
|
392
|
-
# attr_reader :make
|
393
|
-
#
|
394
|
-
# # Manufacturer notes
|
395
|
-
# # @return [RDF::Vocabulary::Term]
|
396
|
-
# attr_reader :makerNote
|
397
|
-
#
|
398
|
-
# # 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.
|
399
|
-
# # @return [RDF::Vocabulary::Term]
|
400
|
-
# attr_reader :maxApertureValue
|
401
|
-
#
|
402
|
-
# # A length with unit of meter
|
403
|
-
# # @return [RDF::Vocabulary::Term]
|
404
|
-
# attr_reader :meter
|
405
|
-
#
|
406
|
-
# # Metering mode, such as CenterWeightedAverage, Spot, MultiSpot,Pattern, Partial etc.
|
407
|
-
# # @return [RDF::Vocabulary::Term]
|
408
|
-
# attr_reader :meteringMode
|
409
|
-
#
|
410
|
-
# # A length with unit of mm
|
411
|
-
# # @return [RDF::Vocabulary::Term]
|
412
|
-
# attr_reader :mm
|
413
|
-
#
|
414
|
-
# # Model of image input equipment
|
415
|
-
# # @return [RDF::Vocabulary::Term]
|
416
|
-
# attr_reader :model
|
417
|
-
#
|
418
|
-
# # Indicates the Opto-Electric Conversion Function (OECF) specified in ISO 14524. OECF is the relationship between the camera optical input and the image values.
|
419
|
-
# # @return [RDF::Vocabulary::Term]
|
420
|
-
# attr_reader :oecf
|
421
|
-
#
|
422
|
-
# # The image orientation viewed in terms of rows and columns.
|
423
|
-
# # @return [RDF::Vocabulary::Term]
|
424
|
-
# attr_reader :orientation
|
425
|
-
#
|
426
|
-
# # Pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag.
|
427
|
-
# # @return [RDF::Vocabulary::Term]
|
428
|
-
# attr_reader :photometricInterpretation
|
429
|
-
#
|
430
|
-
# # An attribute relating to Picture-Taking Conditions
|
431
|
-
# # @return [RDF::Vocabulary::Term]
|
432
|
-
# attr_reader :pictTaking
|
433
|
-
#
|
434
|
-
# # Brightness info for print image matching
|
435
|
-
# # @return [RDF::Vocabulary::Term]
|
436
|
-
# attr_reader :pimBrightness
|
437
|
-
#
|
438
|
-
# # ColorBalance info for print image matching
|
439
|
-
# # @return [RDF::Vocabulary::Term]
|
440
|
-
# attr_reader :pimColorBalance
|
441
|
-
#
|
442
|
-
# # Contrast info for print image matching
|
443
|
-
# # @return [RDF::Vocabulary::Term]
|
444
|
-
# attr_reader :pimContrast
|
445
|
-
#
|
446
|
-
# # An attribute relating to print image matching
|
447
|
-
# # @return [RDF::Vocabulary::Term]
|
448
|
-
# attr_reader :pimInfo
|
449
|
-
#
|
450
|
-
# # Saturation info for print image matching
|
451
|
-
# # @return [RDF::Vocabulary::Term]
|
452
|
-
# attr_reader :pimSaturation
|
453
|
-
#
|
454
|
-
# # Sharpness info for print image matching
|
455
|
-
# # @return [RDF::Vocabulary::Term]
|
456
|
-
# attr_reader :pimSharpness
|
457
|
-
#
|
458
|
-
# # 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.
|
459
|
-
# # @return [RDF::Vocabulary::Term]
|
460
|
-
# attr_reader :pixelXDimension
|
461
|
-
#
|
462
|
-
# # 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.
|
463
|
-
# # @return [RDF::Vocabulary::Term]
|
464
|
-
# attr_reader :pixelYDimension
|
465
|
-
#
|
466
|
-
# # 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.
|
467
|
-
# # @return [RDF::Vocabulary::Term]
|
468
|
-
# attr_reader :planarConfiguration
|
469
|
-
#
|
470
|
-
# # 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).
|
471
|
-
# # @return [RDF::Vocabulary::Term]
|
472
|
-
# attr_reader :primaryChromaticities
|
473
|
-
#
|
474
|
-
# # A pointer to the print image matching IFD
|
475
|
-
# # @return [RDF::Vocabulary::Term]
|
476
|
-
# attr_reader :printImageMatching_IFD_Pointer
|
477
|
-
#
|
478
|
-
# # An attribute relating to recording offset
|
479
|
-
# # @return [RDF::Vocabulary::Term]
|
480
|
-
# attr_reader :recOffset
|
481
|
-
#
|
482
|
-
# # 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.
|
483
|
-
# # @return [RDF::Vocabulary::Term]
|
484
|
-
# attr_reader :referenceBlackWhite
|
485
|
-
#
|
486
|
-
# # Tag Relating to Related File Information
|
487
|
-
# # @return [RDF::Vocabulary::Term]
|
488
|
-
# attr_reader :relatedFile
|
489
|
-
#
|
490
|
-
# # Related image file format
|
491
|
-
# # @return [RDF::Vocabulary::Term]
|
492
|
-
# attr_reader :relatedImageFileFormat
|
493
|
-
#
|
494
|
-
# # Related image length
|
495
|
-
# # @return [RDF::Vocabulary::Term]
|
496
|
-
# attr_reader :relatedImageLength
|
497
|
-
#
|
498
|
-
# # Related image width
|
499
|
-
# # @return [RDF::Vocabulary::Term]
|
500
|
-
# attr_reader :relatedImageWidth
|
501
|
-
#
|
502
|
-
# # Related audio file
|
503
|
-
# # @return [RDF::Vocabulary::Term]
|
504
|
-
# attr_reader :relatedSoundFile
|
505
|
-
#
|
506
|
-
# # a rational number representing a resolution. Could be a subProperty of other general schema.
|
507
|
-
# # @return [RDF::Vocabulary::Term]
|
508
|
-
# attr_reader :resolution
|
509
|
-
#
|
510
|
-
# # 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.
|
511
|
-
# # @return [RDF::Vocabulary::Term]
|
512
|
-
# attr_reader :resolutionUnit
|
513
|
-
#
|
514
|
-
# # 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.
|
515
|
-
# # @return [RDF::Vocabulary::Term]
|
516
|
-
# attr_reader :rowsPerStrip
|
517
|
-
#
|
518
|
-
# # 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.
|
519
|
-
# # @return [RDF::Vocabulary::Term]
|
520
|
-
# attr_reader :samplesPerPixel
|
521
|
-
#
|
522
|
-
# # The direction of saturation processing applied by the camera when the image was shot.
|
523
|
-
# # @return [RDF::Vocabulary::Term]
|
524
|
-
# attr_reader :saturation
|
525
|
-
#
|
526
|
-
# # 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.
|
527
|
-
# # @return [RDF::Vocabulary::Term]
|
528
|
-
# attr_reader :sceneCaptureType
|
529
|
-
#
|
530
|
-
# # 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.
|
531
|
-
# # @return [RDF::Vocabulary::Term]
|
532
|
-
# attr_reader :sceneType
|
533
|
-
#
|
534
|
-
# # a mesurement of time length with unit of second
|
535
|
-
# # @return [RDF::Vocabulary::Term]
|
536
|
-
# attr_reader :seconds
|
537
|
-
#
|
538
|
-
# # The image sensor type on the camera or input device, such as One-chip color area sensor etc.
|
539
|
-
# # @return [RDF::Vocabulary::Term]
|
540
|
-
# attr_reader :sensingMethod
|
541
|
-
#
|
542
|
-
# # The direction of sharpness processing applied by the camera when the image was shot.
|
543
|
-
# # @return [RDF::Vocabulary::Term]
|
544
|
-
# attr_reader :sharpness
|
545
|
-
#
|
546
|
-
# # Shutter speed. The unit is the APEX (Additive System of Photographic Exposure) setting
|
547
|
-
# # @return [RDF::Vocabulary::Term]
|
548
|
-
# attr_reader :shutterSpeedValue
|
549
|
-
#
|
550
|
-
# # The name and version of the software or firmware of the camera or image input device used to generate the image.
|
551
|
-
# # @return [RDF::Vocabulary::Term]
|
552
|
-
# attr_reader :software
|
553
|
-
#
|
554
|
-
# # 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.
|
555
|
-
# # @return [RDF::Vocabulary::Term]
|
556
|
-
# attr_reader :spatialFrequencyResponse
|
557
|
-
#
|
558
|
-
# # 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.
|
559
|
-
# # @return [RDF::Vocabulary::Term]
|
560
|
-
# attr_reader :spectralSensitivity
|
561
|
-
#
|
562
|
-
# # The total number of bytes in each strip. With JPEG compressed data this designation is not needed and is omitted.
|
563
|
-
# # @return [RDF::Vocabulary::Term]
|
564
|
-
# attr_reader :stripByteCounts
|
565
|
-
#
|
566
|
-
# # For each strip, the byte offset of that strip. With JPEG compressed data this designation is not needed and is omitted.
|
567
|
-
# # @return [RDF::Vocabulary::Term]
|
568
|
-
# attr_reader :stripOffsets
|
569
|
-
#
|
570
|
-
# # DateTime subseconds
|
571
|
-
# # @return [RDF::Vocabulary::Term]
|
572
|
-
# attr_reader :subSecTime
|
573
|
-
#
|
574
|
-
# # DateTimeDigitized subseconds
|
575
|
-
# # @return [RDF::Vocabulary::Term]
|
576
|
-
# attr_reader :subSecTimeDigitized
|
577
|
-
#
|
578
|
-
# # DateTimeOriginal subseconds
|
579
|
-
# # @return [RDF::Vocabulary::Term]
|
580
|
-
# attr_reader :subSecTimeOriginal
|
581
|
-
#
|
582
|
-
# # The location and area of the main subject in the overall scene.
|
583
|
-
# # @return [RDF::Vocabulary::Term]
|
584
|
-
# attr_reader :subjectArea
|
585
|
-
#
|
586
|
-
# # 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.
|
587
|
-
# # @return [RDF::Vocabulary::Term]
|
588
|
-
# attr_reader :subjectDistance
|
589
|
-
#
|
590
|
-
# # The distance to the subject, such as Macro, Close View or Distant View.
|
591
|
-
# # @return [RDF::Vocabulary::Term]
|
592
|
-
# attr_reader :subjectDistanceRange
|
593
|
-
#
|
594
|
-
# # 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.
|
595
|
-
# # @return [RDF::Vocabulary::Term]
|
596
|
-
# attr_reader :subjectLocation
|
597
|
-
#
|
598
|
-
# # A tag used to record fractions of seconds for a date property
|
599
|
-
# # @return [RDF::Vocabulary::Term]
|
600
|
-
# attr_reader :subseconds
|
601
|
-
#
|
602
|
-
# # The Exif tag number
|
603
|
-
# # @return [RDF::Vocabulary::Term]
|
604
|
-
# attr_reader :tag_number
|
605
|
-
#
|
606
|
-
# # The Exif tag number with context prefix, such as IFD type or maker name
|
607
|
-
# # @return [RDF::Vocabulary::Term]
|
608
|
-
# attr_reader :tagid
|
609
|
-
#
|
610
|
-
# # 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).
|
611
|
-
# # @return [RDF::Vocabulary::Term]
|
612
|
-
# attr_reader :transferFunction
|
613
|
-
#
|
614
|
-
# # 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.
|
615
|
-
# # @return [RDF::Vocabulary::Term]
|
616
|
-
# attr_reader :userComment
|
617
|
-
#
|
618
|
-
# # An attribute relating to User Information
|
619
|
-
# # @return [RDF::Vocabulary::Term]
|
620
|
-
# attr_reader :userInfo
|
621
|
-
#
|
622
|
-
# # An attribute relating to Version
|
623
|
-
# # @return [RDF::Vocabulary::Term]
|
624
|
-
# attr_reader :versionInfo
|
625
|
-
#
|
626
|
-
# # The white balance mode set when the image was shot.
|
627
|
-
# # @return [RDF::Vocabulary::Term]
|
628
|
-
# attr_reader :whiteBalance
|
629
|
-
#
|
630
|
-
# # 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).
|
631
|
-
# # @return [RDF::Vocabulary::Term]
|
632
|
-
# attr_reader :whitePoint
|
633
|
-
#
|
634
|
-
# # Width of an object
|
635
|
-
# # @return [RDF::Vocabulary::Term]
|
636
|
-
# attr_reader :width
|
637
|
-
#
|
638
|
-
# # The number of pixels per ResolutionUnit in the ImageWidth direction. When the image resolution is unknown, 72 [dpi] is designated.
|
639
|
-
# # @return [RDF::Vocabulary::Term]
|
640
|
-
# attr_reader :xResolution
|
641
|
-
#
|
642
|
-
# # The matrix coefficients for transformation from RGB to YCbCr image data.
|
643
|
-
# # @return [RDF::Vocabulary::Term]
|
644
|
-
# attr_reader :yCbCrCoefficients
|
645
|
-
#
|
646
|
-
# # The position of chrominance components in relation to the luminance component. This field is designated only for JPEG compressed data or uncompressed YCbCr data.
|
647
|
-
# # @return [RDF::Vocabulary::Term]
|
648
|
-
# attr_reader :yCbCrPositioning
|
649
|
-
#
|
650
|
-
# # 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.
|
651
|
-
# # @return [RDF::Vocabulary::Term]
|
652
|
-
# attr_reader :yCbCrSubSampling
|
653
|
-
#
|
654
|
-
# # The number of pixels per ResolutionUnit in the ImageLength direction. The same value as XResolution is designated.
|
655
|
-
# # @return [RDF::Vocabulary::Term]
|
656
|
-
# attr_reader :yResolution
|
657
|
-
#
|
658
|
-
# end
|
659
6
|
EXIF = Class.new(RDF::StrictVocabulary("http://www.w3.org/2003/12/exif/ns#")) do
|
660
7
|
|
661
8
|
# Ontology definition
|
662
9
|
ontology :"http://www.w3.org/2003/12/exif/ns#",
|
663
|
-
"
|
664
|
-
"
|
665
|
-
"
|
666
|
-
"dc
|
667
|
-
"dc
|
668
|
-
"
|
669
|
-
"
|
670
|
-
type: "owl
|
10
|
+
"http://purl.org/dc/elements/1.1/description": "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.".freeze,
|
11
|
+
"http://purl.org/dc/elements/1.1/source": "http://tsc.jeita.or.jp/avs/data/cp3451.pdf".freeze,
|
12
|
+
"http://purl.org/dc/elements/1.1/title": "Exif data description vocabulary".freeze,
|
13
|
+
"http://purl.org/dc/terms/created": "2003-07-18".freeze,
|
14
|
+
"http://purl.org/dc/terms/modified": "2003-08-19".freeze,
|
15
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "Experimental version.".freeze,
|
16
|
+
"http://xmlns.com/foaf/0.1/maker": "urn:pin:MK705".freeze,
|
17
|
+
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
|
671
18
|
|
672
19
|
# Class definitions
|
673
20
|
term :IFD,
|
674
|
-
comment:
|
21
|
+
comment: "An Image File Directory".freeze,
|
675
22
|
label: "IFD".freeze,
|
676
|
-
type: "
|
23
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
677
24
|
|
678
25
|
# Property definitions
|
679
26
|
property :_unknown,
|
680
|
-
comment:
|
27
|
+
comment: "An Exif tag whose meaning is not known".freeze,
|
681
28
|
label: "Unknown tag".freeze,
|
682
|
-
type: "rdf
|
29
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
683
30
|
property :apertureValue,
|
684
|
-
comment:
|
685
|
-
"exif
|
31
|
+
comment: "The lens aperture. The unit is the APEX value.".freeze,
|
32
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37378".freeze,
|
686
33
|
label: "ApertureValue".freeze,
|
687
|
-
subPropertyOf: "exif
|
688
|
-
type: "rdf
|
34
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
35
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
689
36
|
property :artist,
|
690
|
-
comment:
|
691
|
-
"exif
|
37
|
+
comment: "Person who created the image".freeze,
|
38
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "315".freeze,
|
692
39
|
label: "Artist".freeze,
|
693
|
-
subPropertyOf: ["
|
694
|
-
type: "rdf
|
40
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/creator".freeze, "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze],
|
41
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
695
42
|
property :bitsPerSample,
|
696
|
-
comment:
|
697
|
-
"exif
|
43
|
+
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,
|
44
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "258".freeze,
|
698
45
|
label: "BitsPerSample".freeze,
|
699
|
-
subPropertyOf: ["exif
|
700
|
-
type: "rdf
|
46
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageDataStruct".freeze, "http://www.w3.org/2003/12/exif/ns#resolution".freeze],
|
47
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
701
48
|
property :brightnessValue,
|
702
|
-
comment:
|
703
|
-
"exif
|
49
|
+
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,
|
50
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37379".freeze,
|
704
51
|
label: "BrightnessValue".freeze,
|
705
|
-
subPropertyOf: "exif
|
706
|
-
type: "rdf
|
52
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
53
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
707
54
|
property :cfaPattern,
|
708
|
-
comment:
|
709
|
-
"exif
|
55
|
+
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,
|
56
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41730".freeze,
|
710
57
|
label: "CFAPattern".freeze,
|
711
|
-
subPropertyOf: "exif
|
712
|
-
type: "rdf
|
58
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
59
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
713
60
|
property :colorSpace,
|
714
|
-
comment:
|
715
|
-
"exif
|
61
|
+
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,
|
62
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "40961".freeze,
|
716
63
|
label: "ColorSpace".freeze,
|
717
|
-
subPropertyOf: "exif
|
718
|
-
type: "rdf
|
64
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter".freeze,
|
65
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
719
66
|
property :componentsConfiguration,
|
720
|
-
comment:
|
721
|
-
"exif
|
67
|
+
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,
|
68
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37121".freeze,
|
722
69
|
label: "ComponentsConfiguration".freeze,
|
723
|
-
subPropertyOf: "exif
|
724
|
-
type: "rdf
|
70
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageConfig".freeze,
|
71
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
725
72
|
property :compressedBitsPerPixel,
|
726
|
-
comment:
|
727
|
-
"exif
|
73
|
+
comment: "Information specific to compressed data. The compression mode used for a compressed image is indicated in unit bits per pixel.".freeze,
|
74
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37122".freeze,
|
728
75
|
label: "CompressedBitsPerPixel".freeze,
|
729
|
-
subPropertyOf: "exif
|
730
|
-
type: "rdf
|
76
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageConfig".freeze,
|
77
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
731
78
|
property :compression,
|
732
|
-
comment:
|
733
|
-
"exif
|
79
|
+
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,
|
80
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "259".freeze,
|
734
81
|
label: "Compression".freeze,
|
735
|
-
subPropertyOf: "exif
|
736
|
-
type: "rdf
|
82
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct".freeze,
|
83
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
737
84
|
property :contrast,
|
738
|
-
comment:
|
739
|
-
"exif
|
85
|
+
comment: "The direction of contrast processing applied by the camera when the image was shot.".freeze,
|
86
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41992".freeze,
|
740
87
|
label: "Contrast".freeze,
|
741
|
-
subPropertyOf: "exif
|
742
|
-
type: "rdf
|
88
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
89
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
743
90
|
property :copyright,
|
744
|
-
comment:
|
745
|
-
"exif
|
91
|
+
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,
|
92
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "33432".freeze,
|
746
93
|
label: "Copyright".freeze,
|
747
|
-
subPropertyOf: ["
|
748
|
-
type: "rdf
|
94
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/rights".freeze, "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze],
|
95
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
749
96
|
property :customRendered,
|
750
|
-
comment:
|
751
|
-
"exif
|
97
|
+
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,
|
98
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41985".freeze,
|
752
99
|
label: "CustomRendered".freeze,
|
753
|
-
subPropertyOf: "exif
|
754
|
-
type: "rdf
|
100
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
101
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
755
102
|
property :datatype,
|
756
|
-
comment:
|
103
|
+
comment: "The Exif field data type, such as ascii, byte, short etc.".freeze,
|
757
104
|
label: "Data Type".freeze,
|
758
|
-
subPropertyOf: "
|
759
|
-
type: "rdf
|
105
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/type".freeze,
|
106
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
760
107
|
property :date,
|
761
|
-
comment:
|
108
|
+
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,
|
762
109
|
label: "Date".freeze,
|
763
|
-
subPropertyOf: "
|
764
|
-
type: "rdf
|
110
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/date".freeze,
|
111
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
765
112
|
property :dateAndOrTime,
|
766
|
-
comment:
|
113
|
+
comment: "An attribute relating to Date and/or Time".freeze,
|
767
114
|
label: "Date and/or Time".freeze,
|
768
|
-
subPropertyOf: "exif
|
769
|
-
type: "rdf
|
115
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze,
|
116
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
770
117
|
property :dateTime,
|
771
|
-
comment:
|
772
|
-
"exif
|
118
|
+
comment: "The date and time of image creation. In this standard it is the date and time the file was changed.".freeze,
|
119
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "306".freeze,
|
773
120
|
label: "DateTime".freeze,
|
774
|
-
subPropertyOf: ["exif
|
775
|
-
type: "rdf
|
121
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#date".freeze, "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze],
|
122
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
776
123
|
property :dateTimeDigitized,
|
777
|
-
comment:
|
778
|
-
"exif
|
124
|
+
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,
|
125
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "36868".freeze,
|
779
126
|
label: "DateTimeDigitized".freeze,
|
780
|
-
subPropertyOf: ["exif
|
781
|
-
type: "rdf
|
127
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#date".freeze, "http://www.w3.org/2003/12/exif/ns#dateAndOrTime".freeze],
|
128
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
782
129
|
property :dateTimeOriginal,
|
783
|
-
comment:
|
784
|
-
"exif
|
130
|
+
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,
|
131
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "36867".freeze,
|
785
132
|
label: "DateTimeOriginal".freeze,
|
786
|
-
subPropertyOf: ["exif
|
787
|
-
type: "rdf
|
133
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#date".freeze, "http://www.w3.org/2003/12/exif/ns#dateAndOrTime".freeze],
|
134
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
788
135
|
property :deviceSettingDescription,
|
789
|
-
comment:
|
790
|
-
"exif
|
136
|
+
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,
|
137
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41995".freeze,
|
791
138
|
label: "DeviceSettingDescription".freeze,
|
792
|
-
subPropertyOf: "exif
|
793
|
-
type: "rdf
|
139
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
140
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
794
141
|
property :digitalZoomRatio,
|
795
|
-
comment:
|
796
|
-
"exif
|
142
|
+
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,
|
143
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41988".freeze,
|
797
144
|
label: "DigitalZoomRatio".freeze,
|
798
|
-
subPropertyOf: "exif
|
799
|
-
type: "rdf
|
145
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
146
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
800
147
|
property :exifAttribute,
|
801
|
-
comment:
|
802
|
-
domain: "exif
|
148
|
+
comment: "A property that connects an IFD to one of its entries. Super property which integrates all Exif tags.".freeze,
|
149
|
+
domain: "http://www.w3.org/2003/12/exif/ns#IFD".freeze,
|
803
150
|
label: "Exif Attribute".freeze,
|
804
|
-
type: "rdf
|
151
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
805
152
|
property :exifVersion,
|
806
|
-
comment:
|
807
|
-
"exif
|
153
|
+
comment: "Exif Version".freeze,
|
154
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "36864".freeze,
|
808
155
|
label: "ExifVersion".freeze,
|
809
|
-
subPropertyOf: "exif
|
810
|
-
type: "rdf
|
156
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#versionInfo".freeze,
|
157
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
811
158
|
property :exif_IFD_Pointer,
|
812
|
-
comment:
|
813
|
-
"exif
|
159
|
+
comment: "A pointer to the Exif IFD, which is a set of tags for recording Exif-specific attribute information.".freeze,
|
160
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "34665".freeze,
|
814
161
|
label: "Exif IFD Pointer".freeze,
|
815
|
-
subPropertyOf: "exif
|
816
|
-
type: "rdf
|
162
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#ifdPointer".freeze,
|
163
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
817
164
|
property :exifdata,
|
818
|
-
comment:
|
165
|
+
comment: "An Exif IFD data entry".freeze,
|
819
166
|
label: "Exif data".freeze,
|
820
|
-
type: "rdf
|
167
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
821
168
|
property :exposureBiasValue,
|
822
|
-
comment:
|
823
|
-
"exif
|
169
|
+
comment: "The exposure bias. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99.".freeze,
|
170
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37380".freeze,
|
824
171
|
label: "ExposureBiasValue".freeze,
|
825
|
-
subPropertyOf: "exif
|
826
|
-
type: "rdf
|
172
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
173
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
827
174
|
property :exposureIndex,
|
828
|
-
comment:
|
829
|
-
"exif
|
175
|
+
comment: "The exposure index selected on the camera or input device at the time the image is captured.".freeze,
|
176
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41493".freeze,
|
830
177
|
label: "ExposureIndex".freeze,
|
831
|
-
subPropertyOf: "exif
|
832
|
-
type: "rdf
|
178
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
179
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
833
180
|
property :exposureMode,
|
834
|
-
comment:
|
835
|
-
"exif
|
181
|
+
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,
|
182
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41986".freeze,
|
836
183
|
label: "ExposureMode".freeze,
|
837
|
-
subPropertyOf: "exif
|
838
|
-
type: "rdf
|
184
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
185
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
839
186
|
property :exposureProgram,
|
840
|
-
comment:
|
841
|
-
"exif
|
187
|
+
comment: "The class of the program used by the camera to set exposure when the picture is taken.".freeze,
|
188
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "34850".freeze,
|
842
189
|
label: "ExposureProgram".freeze,
|
843
|
-
subPropertyOf: "exif
|
844
|
-
type: "rdf
|
190
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
191
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
845
192
|
property :exposureTime,
|
846
|
-
comment:
|
847
|
-
"exif
|
193
|
+
comment: "Exposure time, given in seconds (sec).".freeze,
|
194
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "33434".freeze,
|
848
195
|
label: "ExposureTime".freeze,
|
849
|
-
subPropertyOf: ["exif
|
850
|
-
type: "rdf
|
196
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#pictTaking".freeze, "http://www.w3.org/2003/12/exif/ns#seconds".freeze],
|
197
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
851
198
|
property :fNumber,
|
852
|
-
comment:
|
853
|
-
"exif
|
199
|
+
comment: "F number".freeze,
|
200
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "33437".freeze,
|
854
201
|
label: "FNumber".freeze,
|
855
|
-
subPropertyOf: "exif
|
856
|
-
type: "rdf
|
202
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
203
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
857
204
|
property :fileSource,
|
858
|
-
comment:
|
859
|
-
"exif
|
205
|
+
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,
|
206
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41728".freeze,
|
860
207
|
label: "FileSource".freeze,
|
861
|
-
subPropertyOf: "exif
|
862
|
-
type: "rdf
|
208
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
209
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
863
210
|
property :flash,
|
864
|
-
comment:
|
865
|
-
"exif
|
211
|
+
comment: "The status of flash when the image was shot.".freeze,
|
212
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37385".freeze,
|
866
213
|
label: "Flash".freeze,
|
867
|
-
subPropertyOf: "exif
|
868
|
-
type: "rdf
|
214
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
215
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
869
216
|
property :flashEnergy,
|
870
|
-
comment:
|
871
|
-
"exif
|
217
|
+
comment: "The strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS).".freeze,
|
218
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41483".freeze,
|
872
219
|
label: "FlashEnergy".freeze,
|
873
|
-
subPropertyOf: "exif
|
874
|
-
type: "rdf
|
220
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
221
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
875
222
|
property :flashpixVersion,
|
876
|
-
comment:
|
877
|
-
"exif
|
223
|
+
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,
|
224
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "40960".freeze,
|
878
225
|
label: "FlashpixVersion".freeze,
|
879
|
-
subPropertyOf: "exif
|
880
|
-
type: "rdf
|
226
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#versionInfo".freeze,
|
227
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
881
228
|
property :focalLength,
|
882
|
-
comment:
|
883
|
-
"exif
|
229
|
+
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,
|
230
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37386".freeze,
|
884
231
|
label: "FocalLength".freeze,
|
885
|
-
subPropertyOf: ["exif
|
886
|
-
type: "rdf
|
232
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#mm".freeze, "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze],
|
233
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
887
234
|
property :focalLengthIn35mmFilm,
|
888
|
-
comment:
|
889
|
-
"exif
|
235
|
+
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,
|
236
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41989".freeze,
|
890
237
|
label: "FocalLengthIn35mmFilm".freeze,
|
891
|
-
subPropertyOf: ["exif
|
892
|
-
type: "rdf
|
238
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#length".freeze, "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze],
|
239
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
893
240
|
property :focalPlaneResolutionUnit,
|
894
|
-
comment:
|
895
|
-
"exif
|
241
|
+
comment: "The unit for measuring FocalPlaneXResolution and FocalPlaneYResolution. This value is the same as the ResolutionUnit.".freeze,
|
242
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41488".freeze,
|
896
243
|
label: "FocalPlaneResolutionUnit".freeze,
|
897
|
-
subPropertyOf: "exif
|
898
|
-
type: "rdf
|
244
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
245
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
899
246
|
property :focalPlaneXResolution,
|
900
|
-
comment:
|
901
|
-
"exif
|
247
|
+
comment: "The number of pixels in the image width (X) direction per FocalPlaneResolutionUnit on the camera focal plane.".freeze,
|
248
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41486".freeze,
|
902
249
|
label: "FocalPlaneXResolution".freeze,
|
903
|
-
subPropertyOf: ["exif
|
904
|
-
type: "rdf
|
250
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#pictTaking".freeze, "http://www.w3.org/2003/12/exif/ns#resolution".freeze],
|
251
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
905
252
|
property :focalPlaneYResolution,
|
906
|
-
comment:
|
907
|
-
"exif
|
253
|
+
comment: "The number of pixels in the image height (Y) direction per FocalPlaneResolutionUnit on the camera focal plane.".freeze,
|
254
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41487".freeze,
|
908
255
|
label: "FocalPlaneYResolution".freeze,
|
909
|
-
subPropertyOf: ["exif
|
910
|
-
type: "rdf
|
256
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#pictTaking".freeze, "http://www.w3.org/2003/12/exif/ns#resolution".freeze],
|
257
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
911
258
|
property :gainControl,
|
912
|
-
comment:
|
913
|
-
"exif
|
259
|
+
comment: "The degree of overall image gain adjustment.".freeze,
|
260
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41991".freeze,
|
914
261
|
label: "GainControl".freeze,
|
915
|
-
subPropertyOf: "exif
|
916
|
-
type: "rdf
|
262
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
263
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
917
264
|
property :geo,
|
918
|
-
comment:
|
265
|
+
comment: "Geometric data such as latitude, longitude and altitude. Usually saved as rational number.".freeze,
|
919
266
|
label: "Geometric data".freeze,
|
920
|
-
type: "rdf
|
267
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
921
268
|
property :gpsAltitude,
|
922
|
-
comment:
|
923
|
-
"exif
|
269
|
+
comment: "The altitude based on the reference in GPSAltitudeRef. Altitude is expressed as one RATIONAL value. The reference unit is meters.".freeze,
|
270
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "6".freeze,
|
924
271
|
label: "GPSAltitude".freeze,
|
925
|
-
subPropertyOf: ["exif
|
926
|
-
type: "rdf
|
272
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo".freeze, "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze],
|
273
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
927
274
|
property :gpsAltitudeRef,
|
928
|
-
comment:
|
929
|
-
"exif
|
275
|
+
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,
|
276
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "5".freeze,
|
930
277
|
label: "GPSAltitudeRef".freeze,
|
931
|
-
subPropertyOf: "exif
|
932
|
-
type: "rdf
|
278
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
279
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
933
280
|
property :gpsAreaInformation,
|
934
|
-
comment:
|
935
|
-
"exif
|
281
|
+
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,
|
282
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "28".freeze,
|
936
283
|
label: "GPSAreaInformation".freeze,
|
937
|
-
subPropertyOf: "exif
|
938
|
-
type: "rdf
|
284
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
285
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
939
286
|
property :gpsDOP,
|
940
|
-
comment:
|
941
|
-
"exif
|
287
|
+
comment: "The GPS DOP (data degree of precision). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement.".freeze,
|
288
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "11".freeze,
|
942
289
|
label: "GPSDOP".freeze,
|
943
|
-
subPropertyOf: "exif
|
944
|
-
type: "rdf
|
290
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
291
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
945
292
|
property :gpsDateStamp,
|
946
|
-
comment:
|
947
|
-
"exif
|
293
|
+
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,
|
294
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "29".freeze,
|
948
295
|
label: "GPSDateStamp".freeze,
|
949
|
-
subPropertyOf: ["exif
|
950
|
-
type: "rdf
|
296
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#date".freeze, "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze],
|
297
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
951
298
|
property :gpsDestBearing,
|
952
|
-
comment:
|
953
|
-
"exif
|
299
|
+
comment: "The bearing to the destination point. The range of values is from 0.00 to 359.99.".freeze,
|
300
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "24".freeze,
|
954
301
|
label: "GPSDestBearing".freeze,
|
955
|
-
subPropertyOf: "exif
|
956
|
-
type: "rdf
|
302
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
303
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
957
304
|
property :gpsDestBearingRef,
|
958
|
-
comment:
|
959
|
-
"exif
|
305
|
+
comment: "Indicates the reference used for giving the bearing to the destination point. 'T' denotes true direction and 'M' is magnetic direction.".freeze,
|
306
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "23".freeze,
|
960
307
|
label: "GPSDestBearingRef".freeze,
|
961
|
-
subPropertyOf: "exif
|
962
|
-
type: "rdf
|
308
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
309
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
963
310
|
property :gpsDestDistance,
|
964
|
-
comment:
|
965
|
-
"exif
|
311
|
+
comment: "The distance to the destination point.".freeze,
|
312
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "26".freeze,
|
966
313
|
label: "GPSDestDistance".freeze,
|
967
|
-
subPropertyOf: "exif
|
968
|
-
type: "rdf
|
314
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
315
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
969
316
|
property :gpsDestDistanceRef,
|
970
|
-
comment:
|
971
|
-
"exif
|
317
|
+
comment: "Indicates the unit used to express the distance to the destination point. 'K', 'M' and 'N' represent kilometers, miles and knots.".freeze,
|
318
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "25".freeze,
|
972
319
|
label: "GPSDestDistanceRef".freeze,
|
973
|
-
subPropertyOf: "exif
|
974
|
-
type: "rdf
|
320
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
321
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
975
322
|
property :gpsDestLatitude,
|
976
|
-
comment:
|
977
|
-
"exif
|
323
|
+
comment: "Latitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.".freeze,
|
324
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "20".freeze,
|
978
325
|
label: "GPSDestLatitude".freeze,
|
979
|
-
subPropertyOf: ["exif
|
980
|
-
type: "rdf
|
326
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo".freeze, "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze],
|
327
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
981
328
|
property :gpsDestLatitudeRef,
|
982
|
-
comment:
|
983
|
-
"exif
|
329
|
+
comment: "Reference for latitude of destination".freeze,
|
330
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "19".freeze,
|
984
331
|
label: "GPSDestLatitudeRef".freeze,
|
985
|
-
subPropertyOf: "exif
|
986
|
-
type: "rdf
|
332
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
333
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
987
334
|
property :gpsDestLongitude,
|
988
|
-
comment:
|
989
|
-
"exif
|
335
|
+
comment: "Longitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.".freeze,
|
336
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "22".freeze,
|
990
337
|
label: "GPSDestLongitude".freeze,
|
991
|
-
subPropertyOf: ["exif
|
992
|
-
type: "rdf
|
338
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo".freeze, "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze],
|
339
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
993
340
|
property :gpsDestLongitudeRef,
|
994
|
-
comment:
|
995
|
-
"exif
|
341
|
+
comment: "Reference for longitude of destination".freeze,
|
342
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "21".freeze,
|
996
343
|
label: "GPSDestLongitudeRef".freeze,
|
997
|
-
subPropertyOf: "exif
|
998
|
-
type: "rdf
|
344
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
345
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
999
346
|
property :gpsDifferential,
|
1000
|
-
comment:
|
1001
|
-
"exif
|
347
|
+
comment: "Indicates whether differential correction is applied to the GPS receiver.".freeze,
|
348
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "30".freeze,
|
1002
349
|
label: "GPSDifferential".freeze,
|
1003
|
-
subPropertyOf: "exif
|
1004
|
-
type: "rdf
|
350
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
351
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1005
352
|
property :gpsImgDirection,
|
1006
|
-
comment:
|
1007
|
-
"exif
|
353
|
+
comment: "The direction of the image when it was captured. The range of values is from 0.00 to 359.99.".freeze,
|
354
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "17".freeze,
|
1008
355
|
label: "GPSImgDirection".freeze,
|
1009
|
-
subPropertyOf: "exif
|
1010
|
-
type: "rdf
|
356
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
357
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1011
358
|
property :gpsImgDirectionRef,
|
1012
|
-
comment:
|
1013
|
-
"exif
|
359
|
+
comment: "The reference for giving the direction of the image when it is captured. 'T' denotes true direction and 'M' is magnetic direction.".freeze,
|
360
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "16".freeze,
|
1014
361
|
label: "GPSImgDirectionRef".freeze,
|
1015
|
-
subPropertyOf: "exif
|
1016
|
-
type: "rdf
|
362
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
363
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1017
364
|
property :gpsInfo,
|
1018
|
-
comment:
|
365
|
+
comment: "An attribute relating to GPS information".freeze,
|
1019
366
|
label: "GPS Info".freeze,
|
1020
|
-
subPropertyOf: "exif
|
1021
|
-
type: "rdf
|
367
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze,
|
368
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1022
369
|
property :gpsInfo_IFD_Pointer,
|
1023
|
-
comment:
|
1024
|
-
"exif
|
370
|
+
comment: "A pointer to the GPS IFD, which is a set of tags for recording GPS information.".freeze,
|
371
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "34853".freeze,
|
1025
372
|
label: "GPSInfo IFD Pointer".freeze,
|
1026
|
-
subPropertyOf: "exif
|
1027
|
-
type: "rdf
|
373
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#ifdPointer".freeze,
|
374
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1028
375
|
property :gpsLatitude,
|
1029
|
-
comment:
|
1030
|
-
"exif
|
376
|
+
comment: "The latitude, expressed as three values giving the degrees, minutes, and seconds, respectively.".freeze,
|
377
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "2".freeze,
|
1031
378
|
label: "GPSLatitude".freeze,
|
1032
|
-
subPropertyOf: ["exif
|
1033
|
-
type: "rdf
|
379
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo".freeze, "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze],
|
380
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1034
381
|
property :gpsLatitudeRef,
|
1035
|
-
comment:
|
1036
|
-
"exif
|
382
|
+
comment: "Indicates whether the latitude is north or south latitude. The ASCII value 'N' indicates north latitude, and 'S' is south latitude.".freeze,
|
383
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "1".freeze,
|
1037
384
|
label: "GPSLatitudeRef".freeze,
|
1038
|
-
subPropertyOf: "exif
|
1039
|
-
type: "rdf
|
385
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
386
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1040
387
|
property :gpsLongitude,
|
1041
|
-
comment:
|
1042
|
-
"exif
|
388
|
+
comment: "The longitude, expressed as three values giving the degrees, minutes, and seconds, respectively.".freeze,
|
389
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "4".freeze,
|
1043
390
|
label: "GPSLongitude".freeze,
|
1044
|
-
subPropertyOf: ["exif
|
1045
|
-
type: "rdf
|
391
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo".freeze, "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze],
|
392
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1046
393
|
property :gpsLongitudeRef,
|
1047
|
-
comment:
|
1048
|
-
"exif
|
394
|
+
comment: "Indicates whether the longitude is east or west longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude.".freeze,
|
395
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "3".freeze,
|
1049
396
|
label: "GPSLongitudeRef".freeze,
|
1050
|
-
subPropertyOf: "exif
|
1051
|
-
type: "rdf
|
397
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
398
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1052
399
|
property :gpsMapDatum,
|
1053
|
-
comment:
|
1054
|
-
"exif
|
400
|
+
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,
|
401
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "18".freeze,
|
1055
402
|
label: "GPSMapDatum".freeze,
|
1056
|
-
subPropertyOf: "exif
|
1057
|
-
type: "rdf
|
403
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
404
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1058
405
|
property :gpsMeasureMode,
|
1059
|
-
comment:
|
1060
|
-
"exif
|
406
|
+
comment: "The GPS measurement mode. '2' means two-dimensional measurement and '3' means three-dimensional measurement is in progress.".freeze,
|
407
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "10".freeze,
|
1061
408
|
label: "GPSMeasureMode".freeze,
|
1062
|
-
subPropertyOf: "exif
|
1063
|
-
type: "rdf
|
409
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
410
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1064
411
|
property :gpsProcessingMethod,
|
1065
|
-
comment:
|
1066
|
-
"exif
|
412
|
+
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,
|
413
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "27".freeze,
|
1067
414
|
label: "GPSProcessingMethod".freeze,
|
1068
|
-
subPropertyOf: "exif
|
1069
|
-
type: "rdf
|
415
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
416
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1070
417
|
property :gpsSatellites,
|
1071
|
-
comment:
|
1072
|
-
"exif
|
418
|
+
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,
|
419
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "8".freeze,
|
1073
420
|
label: "GPSSatellites".freeze,
|
1074
|
-
subPropertyOf: "exif
|
1075
|
-
type: "rdf
|
421
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
422
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1076
423
|
property :gpsSpeed,
|
1077
|
-
comment:
|
1078
|
-
"exif
|
424
|
+
comment: "The speed of GPS receiver movement.".freeze,
|
425
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "13".freeze,
|
1079
426
|
label: "GPSSpeed".freeze,
|
1080
|
-
subPropertyOf: "exif
|
1081
|
-
type: "rdf
|
427
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
428
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1082
429
|
property :gpsSpeedRef,
|
1083
|
-
comment:
|
1084
|
-
"exif
|
430
|
+
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,
|
431
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "12".freeze,
|
1085
432
|
label: "GPSSpeedRef".freeze,
|
1086
|
-
subPropertyOf: "exif
|
1087
|
-
type: "rdf
|
433
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
434
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1088
435
|
property :gpsStatus,
|
1089
|
-
comment:
|
1090
|
-
"exif
|
436
|
+
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,
|
437
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "9".freeze,
|
1091
438
|
label: "GPSStatus".freeze,
|
1092
|
-
subPropertyOf: "exif
|
1093
|
-
type: "rdf
|
439
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
440
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1094
441
|
property :gpsTimeStamp,
|
1095
|
-
comment:
|
1096
|
-
"exif
|
442
|
+
comment: "The time as UTC (Coordinated Universal Time). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second.".freeze,
|
443
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "7".freeze,
|
1097
444
|
label: "GPSTimeStamp".freeze,
|
1098
|
-
subPropertyOf: "exif
|
1099
|
-
type: "rdf
|
445
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
446
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1100
447
|
property :gpsTrack,
|
1101
|
-
comment:
|
1102
|
-
"exif
|
448
|
+
comment: "The direction of GPS receiver movement. The range of values is from 0.00 to 359.99.".freeze,
|
449
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "15".freeze,
|
1103
450
|
label: "GPSTrack".freeze,
|
1104
|
-
subPropertyOf: "exif
|
1105
|
-
type: "rdf
|
451
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
452
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1106
453
|
property :gpsTrackRef,
|
1107
|
-
comment:
|
1108
|
-
"exif
|
454
|
+
comment: "The reference for giving the direction of GPS receiver movement. 'T' denotes true direction and 'M' is magnetic direction.".freeze,
|
455
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "14".freeze,
|
1109
456
|
label: "GPSTrackRef".freeze,
|
1110
|
-
subPropertyOf: "exif
|
1111
|
-
type: "rdf
|
457
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze,
|
458
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1112
459
|
property :gpsVersionID,
|
1113
|
-
comment:
|
1114
|
-
"exif
|
460
|
+
comment: "The version of GPSInfoIFD. The version is given as 2.2.0.0. This tag is mandatory when GPSInfo tag is present.".freeze,
|
461
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "0".freeze,
|
1115
462
|
label: "GPSVersionID".freeze,
|
1116
|
-
subPropertyOf: ["exif
|
1117
|
-
type: "rdf
|
463
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#gpsInfo".freeze, "http://www.w3.org/2003/12/exif/ns#versionInfo".freeze],
|
464
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1118
465
|
property :height,
|
1119
|
-
comment:
|
466
|
+
comment: "Height of an object".freeze,
|
1120
467
|
label: "Height".freeze,
|
1121
|
-
subPropertyOf: "exif
|
1122
|
-
type: "rdf
|
468
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#length".freeze,
|
469
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1123
470
|
property :ifdPointer,
|
1124
|
-
comment:
|
471
|
+
comment: "A tag that refers a child IFD".freeze,
|
1125
472
|
label: "IFD Pointer".freeze,
|
1126
|
-
subPropertyOf: "exif
|
1127
|
-
type: "rdf
|
473
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze,
|
474
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1128
475
|
property :imageConfig,
|
1129
|
-
comment:
|
476
|
+
comment: "An attribute relating to Image Configuration".freeze,
|
1130
477
|
label: "Image Config".freeze,
|
1131
|
-
subPropertyOf: "exif
|
1132
|
-
type: "rdf
|
478
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze,
|
479
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1133
480
|
property :imageDataCharacter,
|
1134
|
-
comment:
|
481
|
+
comment: "An attribute relating to image data characteristics".freeze,
|
1135
482
|
label: "Image Data Character".freeze,
|
1136
|
-
subPropertyOf: "exif
|
1137
|
-
type: "rdf
|
483
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze,
|
484
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1138
485
|
property :imageDataStruct,
|
1139
|
-
comment:
|
486
|
+
comment: "An attribute relating to image data structure".freeze,
|
1140
487
|
label: "Image Data Structure".freeze,
|
1141
|
-
subPropertyOf: "exif
|
1142
|
-
type: "rdf
|
488
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze,
|
489
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1143
490
|
property :imageDescription,
|
1144
|
-
comment:
|
1145
|
-
"exif
|
491
|
+
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,
|
492
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "270".freeze,
|
1146
493
|
label: "ImageDescription".freeze,
|
1147
|
-
subPropertyOf: ["
|
1148
|
-
type: "rdf
|
494
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/title".freeze, "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze],
|
495
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1149
496
|
property :imageLength,
|
1150
|
-
comment:
|
1151
|
-
"exif
|
497
|
+
comment: "Image height. The number of rows of image data. In JPEG compressed data a JPEG marker is used.".freeze,
|
498
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "257".freeze,
|
1152
499
|
label: "ImageLength".freeze,
|
1153
|
-
subPropertyOf: ["exif
|
1154
|
-
type: "rdf
|
500
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#height".freeze, "http://www.w3.org/2003/12/exif/ns#imageDataStruct".freeze],
|
501
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1155
502
|
property :imageUniqueID,
|
1156
|
-
comment:
|
1157
|
-
"exif
|
503
|
+
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,
|
504
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "42016".freeze,
|
1158
505
|
label: "ImageUniqueID".freeze,
|
1159
|
-
subPropertyOf: ["
|
1160
|
-
type: "rdf
|
506
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/identifier".freeze, "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze],
|
507
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1161
508
|
property :imageWidth,
|
1162
|
-
comment:
|
1163
|
-
"exif
|
509
|
+
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,
|
510
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "256".freeze,
|
1164
511
|
label: "ImageWidth".freeze,
|
1165
|
-
subPropertyOf: ["exif
|
1166
|
-
type: "rdf
|
512
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageDataStruct".freeze, "http://www.w3.org/2003/12/exif/ns#width".freeze],
|
513
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1167
514
|
property :interopInfo,
|
1168
|
-
comment:
|
1169
|
-
Interoperability IFD may be defined dependently to each Interoperability rule.).freeze,
|
515
|
+
comment: "An attribute relating to Interoperability. Tags stored in\nInteroperability IFD may be defined dependently to each Interoperability rule.".freeze,
|
1170
516
|
label: "Interoperability Info".freeze,
|
1171
|
-
subPropertyOf: "exif
|
1172
|
-
type: "rdf
|
517
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze,
|
518
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1173
519
|
property :interoperabilityIndex,
|
1174
|
-
comment:
|
1175
|
-
"exif
|
520
|
+
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,
|
521
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "1".freeze,
|
1176
522
|
label: "InteroperabilityIndex".freeze,
|
1177
|
-
subPropertyOf: "exif
|
1178
|
-
type: "rdf
|
523
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#interopInfo".freeze,
|
524
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1179
525
|
property :interoperabilityVersion,
|
1180
|
-
comment:
|
1181
|
-
"exif
|
526
|
+
comment: "Interoperability Version".freeze,
|
527
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "2".freeze,
|
1182
528
|
label: "InteroperabilityVersion".freeze,
|
1183
|
-
subPropertyOf: "exif
|
1184
|
-
type: "rdf
|
529
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#interopInfo".freeze,
|
530
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1185
531
|
property :interoperability_IFD_Pointer,
|
1186
|
-
comment:
|
1187
|
-
"exif
|
532
|
+
comment: "A pointer to the Interoperability IFD, which is composed of tags storing the information to ensure the Interoperability".freeze,
|
533
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "40965".freeze,
|
1188
534
|
label: "Interoperability IFD Pointer".freeze,
|
1189
|
-
subPropertyOf: "exif
|
1190
|
-
type: "rdf
|
535
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#ifdPointer".freeze,
|
536
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1191
537
|
property :isoSpeedRatings,
|
1192
|
-
comment:
|
1193
|
-
"exif
|
538
|
+
comment: "Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232.".freeze,
|
539
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "34855".freeze,
|
1194
540
|
label: "ISOSpeedRatings".freeze,
|
1195
|
-
subPropertyOf: "exif
|
1196
|
-
type: "rdf
|
541
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
542
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1197
543
|
property :jpegInterchangeFormat,
|
1198
|
-
comment:
|
1199
|
-
"exif
|
544
|
+
comment: "The offset to the start byte (SOI) of JPEG compressed thumbnail data. This is not used for primary image JPEG data.".freeze,
|
545
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "513".freeze,
|
1200
546
|
label: "JPEGInterchangeFormat".freeze,
|
1201
|
-
subPropertyOf: "exif
|
1202
|
-
type: "rdf
|
547
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset".freeze,
|
548
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1203
549
|
property :jpegInterchangeFormatLength,
|
1204
|
-
comment:
|
1205
|
-
"exif
|
550
|
+
comment: "The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data.".freeze,
|
551
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "514".freeze,
|
1206
552
|
label: "JPEGInterchangeFormatLength".freeze,
|
1207
|
-
subPropertyOf: "exif
|
1208
|
-
type: "rdf
|
553
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset".freeze,
|
554
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1209
555
|
property :length,
|
1210
|
-
comment:
|
556
|
+
comment: "Length of an object. Could be a subProperty of other general schema.".freeze,
|
1211
557
|
label: "Length".freeze,
|
1212
|
-
type: "rdf
|
558
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1213
559
|
property :lightSource,
|
1214
|
-
comment:
|
1215
|
-
"exif
|
560
|
+
comment: "Light source such as Daylight, Tungsten, Flash etc.".freeze,
|
561
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37384".freeze,
|
1216
562
|
label: "LightSource".freeze,
|
1217
|
-
subPropertyOf: "exif
|
1218
|
-
type: "rdf
|
563
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
564
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1219
565
|
property :make,
|
1220
|
-
comment:
|
1221
|
-
"exif
|
566
|
+
comment: "Manufacturer of image input equipment".freeze,
|
567
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "271".freeze,
|
1222
568
|
label: "Make".freeze,
|
1223
|
-
subPropertyOf: ["
|
1224
|
-
type: "rdf
|
569
|
+
subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label".freeze, "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze],
|
570
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1225
571
|
property :makerNote,
|
1226
|
-
comment:
|
1227
|
-
"exif
|
572
|
+
comment: "Manufacturer notes".freeze,
|
573
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37500".freeze,
|
1228
574
|
label: "MakerNote".freeze,
|
1229
|
-
subPropertyOf: "exif
|
1230
|
-
type: "rdf
|
575
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#userInfo".freeze,
|
576
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1231
577
|
property :maxApertureValue,
|
1232
|
-
comment:
|
1233
|
-
"exif
|
578
|
+
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,
|
579
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37381".freeze,
|
1234
580
|
label: "MaxApertureValue".freeze,
|
1235
|
-
subPropertyOf: "exif
|
1236
|
-
type: "rdf
|
581
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
582
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1237
583
|
property :meter,
|
1238
|
-
comment:
|
584
|
+
comment: "A length with unit of meter".freeze,
|
1239
585
|
label: "Meter".freeze,
|
1240
|
-
subPropertyOf: "exif
|
1241
|
-
type: "rdf
|
586
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#length".freeze,
|
587
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1242
588
|
property :meteringMode,
|
1243
|
-
comment:
|
1244
|
-
"exif
|
589
|
+
comment: "Metering mode, such as CenterWeightedAverage, Spot, MultiSpot,Pattern, Partial etc.".freeze,
|
590
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37383".freeze,
|
1245
591
|
label: "MeteringMode".freeze,
|
1246
|
-
subPropertyOf: "exif
|
1247
|
-
type: "rdf
|
592
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
593
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1248
594
|
property :mm,
|
1249
|
-
comment:
|
595
|
+
comment: "A length with unit of mm".freeze,
|
1250
596
|
label: "Milimeter".freeze,
|
1251
|
-
subPropertyOf: "exif
|
1252
|
-
type: "rdf
|
597
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#length".freeze,
|
598
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1253
599
|
property :model,
|
1254
|
-
comment:
|
1255
|
-
"exif
|
600
|
+
comment: "Model of image input equipment".freeze,
|
601
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "272".freeze,
|
1256
602
|
label: "Model".freeze,
|
1257
|
-
subPropertyOf: ["
|
1258
|
-
type: "rdf
|
603
|
+
subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label".freeze, "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze],
|
604
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1259
605
|
property :oecf,
|
1260
|
-
comment:
|
1261
|
-
"exif
|
606
|
+
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,
|
607
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "34856".freeze,
|
1262
608
|
label: "OECF".freeze,
|
1263
|
-
subPropertyOf: "exif
|
1264
|
-
type: "rdf
|
609
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
610
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1265
611
|
property :orientation,
|
1266
|
-
comment:
|
1267
|
-
"exif
|
612
|
+
comment: "The image orientation viewed in terms of rows and columns.".freeze,
|
613
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "274".freeze,
|
1268
614
|
label: "Orientation".freeze,
|
1269
|
-
subPropertyOf: "exif
|
1270
|
-
type: "rdf
|
615
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct".freeze,
|
616
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1271
617
|
property :photometricInterpretation,
|
1272
|
-
comment:
|
1273
|
-
"exif
|
618
|
+
comment: "Pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag.".freeze,
|
619
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "262".freeze,
|
1274
620
|
label: "PhotometricInterpretation".freeze,
|
1275
|
-
subPropertyOf: "exif
|
1276
|
-
type: "rdf
|
621
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct".freeze,
|
622
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1277
623
|
property :pictTaking,
|
1278
|
-
comment:
|
624
|
+
comment: "An attribute relating to Picture-Taking Conditions".freeze,
|
1279
625
|
label: "PictTaking".freeze,
|
1280
|
-
subPropertyOf: "exif
|
1281
|
-
type: "rdf
|
626
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze,
|
627
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1282
628
|
property :pimBrightness,
|
1283
|
-
comment:
|
1284
|
-
"exif
|
629
|
+
comment: "Brightness info for print image matching".freeze,
|
630
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "10".freeze,
|
1285
631
|
label: "PrintIM Brightness".freeze,
|
1286
|
-
subPropertyOf: "exif
|
1287
|
-
type: "rdf
|
632
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo".freeze,
|
633
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1288
634
|
property :pimColorBalance,
|
1289
|
-
comment:
|
1290
|
-
"exif
|
635
|
+
comment: "ColorBalance info for print image matching".freeze,
|
636
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "11".freeze,
|
1291
637
|
label: "PrintIM ColorBalance".freeze,
|
1292
|
-
subPropertyOf: "exif
|
1293
|
-
type: "rdf
|
638
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo".freeze,
|
639
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1294
640
|
property :pimContrast,
|
1295
|
-
comment:
|
1296
|
-
"exif
|
641
|
+
comment: "Contrast info for print image matching".freeze,
|
642
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "9".freeze,
|
1297
643
|
label: "PrintIM Contrast".freeze,
|
1298
|
-
subPropertyOf: "exif
|
1299
|
-
type: "rdf
|
644
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo".freeze,
|
645
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1300
646
|
property :pimInfo,
|
1301
|
-
comment:
|
647
|
+
comment: "An attribute relating to print image matching".freeze,
|
1302
648
|
label: "PIM Info".freeze,
|
1303
|
-
subPropertyOf: "exif
|
1304
|
-
type: "rdf
|
649
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze,
|
650
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1305
651
|
property :pimSaturation,
|
1306
|
-
comment:
|
1307
|
-
"exif
|
652
|
+
comment: "Saturation info for print image matching".freeze,
|
653
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "12".freeze,
|
1308
654
|
label: "PrintIM Saturation".freeze,
|
1309
|
-
subPropertyOf: "exif
|
1310
|
-
type: "rdf
|
655
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo".freeze,
|
656
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1311
657
|
property :pimSharpness,
|
1312
|
-
comment:
|
1313
|
-
"exif
|
658
|
+
comment: "Sharpness info for print image matching".freeze,
|
659
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "13".freeze,
|
1314
660
|
label: "PrintIM Sharpness".freeze,
|
1315
|
-
subPropertyOf: "exif
|
1316
|
-
type: "rdf
|
661
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo".freeze,
|
662
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1317
663
|
property :pixelXDimension,
|
1318
|
-
comment:
|
1319
|
-
"exif
|
664
|
+
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,
|
665
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "40962".freeze,
|
1320
666
|
label: "PixelXDimension".freeze,
|
1321
|
-
subPropertyOf: ["exif
|
1322
|
-
type: "rdf
|
667
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageConfig".freeze, "http://www.w3.org/2003/12/exif/ns#width".freeze],
|
668
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1323
669
|
property :pixelYDimension,
|
1324
|
-
comment:
|
1325
|
-
"exif
|
670
|
+
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,
|
671
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "40963".freeze,
|
1326
672
|
label: "PixelYDimension".freeze,
|
1327
|
-
subPropertyOf: ["exif
|
1328
|
-
type: "rdf
|
673
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#height".freeze, "http://www.w3.org/2003/12/exif/ns#imageConfig".freeze],
|
674
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1329
675
|
property :planarConfiguration,
|
1330
|
-
comment:
|
1331
|
-
"exif
|
676
|
+
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,
|
677
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "284".freeze,
|
1332
678
|
label: "PlanarConfiguration".freeze,
|
1333
|
-
subPropertyOf: "exif
|
1334
|
-
type: "rdf
|
679
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct".freeze,
|
680
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1335
681
|
property :primaryChromaticities,
|
1336
|
-
comment:
|
1337
|
-
"exif
|
682
|
+
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,
|
683
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "319".freeze,
|
1338
684
|
label: "PrimaryChromaticities".freeze,
|
1339
|
-
subPropertyOf: "exif
|
1340
|
-
type: "rdf
|
685
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter".freeze,
|
686
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1341
687
|
property :printImageMatching_IFD_Pointer,
|
1342
|
-
comment:
|
1343
|
-
"exif
|
688
|
+
comment: "A pointer to the print image matching IFD".freeze,
|
689
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "50341".freeze,
|
1344
690
|
label: "PrintImageMatching IFD Pointer".freeze,
|
1345
|
-
subPropertyOf: "exif
|
1346
|
-
type: "rdf
|
691
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#ifdPointer".freeze,
|
692
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1347
693
|
property :recOffset,
|
1348
|
-
comment:
|
694
|
+
comment: "An attribute relating to recording offset".freeze,
|
1349
695
|
label: "Recording Offset".freeze,
|
1350
|
-
subPropertyOf: "exif
|
1351
|
-
type: "rdf
|
696
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze,
|
697
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1352
698
|
property :referenceBlackWhite,
|
1353
|
-
comment:
|
1354
|
-
"exif
|
699
|
+
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,
|
700
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "532".freeze,
|
1355
701
|
label: "ReferenceBlackWhite".freeze,
|
1356
|
-
subPropertyOf: "exif
|
1357
|
-
type: "rdf
|
702
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter".freeze,
|
703
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1358
704
|
property :relatedFile,
|
1359
|
-
comment:
|
705
|
+
comment: "Tag Relating to Related File Information".freeze,
|
1360
706
|
label: "Related File".freeze,
|
1361
|
-
subPropertyOf: "exif
|
1362
|
-
type: "rdf
|
707
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze,
|
708
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1363
709
|
property :relatedImageFileFormat,
|
1364
|
-
comment:
|
1365
|
-
"exif
|
710
|
+
comment: "Related image file format".freeze,
|
711
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "4096".freeze,
|
1366
712
|
label: "RelatedImageFileFormat".freeze,
|
1367
|
-
subPropertyOf: "exif
|
1368
|
-
type: "rdf
|
713
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#interopInfo".freeze,
|
714
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1369
715
|
property :relatedImageLength,
|
1370
|
-
comment:
|
1371
|
-
"exif
|
716
|
+
comment: "Related image length".freeze,
|
717
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "4098".freeze,
|
1372
718
|
label: "RelatedImageLength".freeze,
|
1373
|
-
subPropertyOf: ["exif
|
1374
|
-
type: "rdf
|
719
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#height".freeze, "http://www.w3.org/2003/12/exif/ns#interopInfo".freeze],
|
720
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1375
721
|
property :relatedImageWidth,
|
1376
|
-
comment:
|
1377
|
-
"exif
|
722
|
+
comment: "Related image width".freeze,
|
723
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "4097".freeze,
|
1378
724
|
label: "RelatedImageWidth".freeze,
|
1379
|
-
subPropertyOf: ["exif
|
1380
|
-
type: "rdf
|
725
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#interopInfo".freeze, "http://www.w3.org/2003/12/exif/ns#width".freeze],
|
726
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1381
727
|
property :relatedSoundFile,
|
1382
|
-
comment:
|
1383
|
-
"exif
|
728
|
+
comment: "Related audio file".freeze,
|
729
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "40964".freeze,
|
1384
730
|
label: "RelatedSoundFile".freeze,
|
1385
|
-
subPropertyOf: "exif
|
1386
|
-
type: "rdf
|
731
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#relatedFile".freeze,
|
732
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1387
733
|
property :resolution,
|
1388
|
-
comment:
|
734
|
+
comment: "a rational number representing a resolution. Could be a subProperty of other general schema.".freeze,
|
1389
735
|
label: "Resolution".freeze,
|
1390
|
-
type: "rdf
|
736
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1391
737
|
property :resolutionUnit,
|
1392
|
-
comment:
|
1393
|
-
"exif
|
738
|
+
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,
|
739
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "296".freeze,
|
1394
740
|
label: "ResolutionUnit".freeze,
|
1395
|
-
subPropertyOf: "exif
|
1396
|
-
type: "rdf
|
741
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct".freeze,
|
742
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1397
743
|
property :rowsPerStrip,
|
1398
|
-
comment:
|
1399
|
-
"exif
|
744
|
+
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,
|
745
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "278".freeze,
|
1400
746
|
label: "RowsPerStrip".freeze,
|
1401
|
-
subPropertyOf: "exif
|
1402
|
-
type: "rdf
|
747
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset".freeze,
|
748
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1403
749
|
property :samplesPerPixel,
|
1404
|
-
comment:
|
1405
|
-
"exif
|
750
|
+
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,
|
751
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "277".freeze,
|
1406
752
|
label: "SamplesPerPixel".freeze,
|
1407
|
-
subPropertyOf: "exif
|
1408
|
-
type: "rdf
|
753
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct".freeze,
|
754
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1409
755
|
property :saturation,
|
1410
|
-
comment:
|
1411
|
-
"exif
|
756
|
+
comment: "The direction of saturation processing applied by the camera when the image was shot.".freeze,
|
757
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41993".freeze,
|
1412
758
|
label: "Saturation".freeze,
|
1413
|
-
subPropertyOf: "exif
|
1414
|
-
type: "rdf
|
759
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
760
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1415
761
|
property :sceneCaptureType,
|
1416
|
-
comment:
|
1417
|
-
"exif
|
762
|
+
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,
|
763
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41990".freeze,
|
1418
764
|
label: "SceneCaptureType".freeze,
|
1419
|
-
subPropertyOf: "exif
|
1420
|
-
type: "rdf
|
765
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
766
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1421
767
|
property :sceneType,
|
1422
|
-
comment:
|
1423
|
-
"exif
|
768
|
+
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,
|
769
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41729".freeze,
|
1424
770
|
label: "SceneType".freeze,
|
1425
|
-
subPropertyOf: "exif
|
1426
|
-
type: "rdf
|
771
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
772
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1427
773
|
property :seconds,
|
1428
|
-
comment:
|
774
|
+
comment: "a mesurement of time length with unit of second".freeze,
|
1429
775
|
label: "Seconds".freeze,
|
1430
|
-
type: "rdf
|
776
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1431
777
|
property :sensingMethod,
|
1432
|
-
comment:
|
1433
|
-
"exif
|
778
|
+
comment: "The image sensor type on the camera or input device, such as One-chip color area sensor etc.".freeze,
|
779
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41495".freeze,
|
1434
780
|
label: "SensingMethod".freeze,
|
1435
|
-
subPropertyOf: "exif
|
1436
|
-
type: "rdf
|
781
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
782
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1437
783
|
property :sharpness,
|
1438
|
-
comment:
|
1439
|
-
"exif
|
784
|
+
comment: "The direction of sharpness processing applied by the camera when the image was shot.".freeze,
|
785
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41994".freeze,
|
1440
786
|
label: "Sharpness".freeze,
|
1441
|
-
subPropertyOf: "exif
|
1442
|
-
type: "rdf
|
787
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
788
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1443
789
|
property :shutterSpeedValue,
|
1444
|
-
comment:
|
1445
|
-
"exif
|
790
|
+
comment: "Shutter speed. The unit is the APEX (Additive System of Photographic Exposure) setting".freeze,
|
791
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37377".freeze,
|
1446
792
|
label: "ShutterSpeedValue".freeze,
|
1447
|
-
subPropertyOf: "exif
|
1448
|
-
type: "rdf
|
793
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
794
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1449
795
|
property :software,
|
1450
|
-
comment:
|
1451
|
-
"exif
|
796
|
+
comment: "The name and version of the software or firmware of the camera or image input device used to generate the image.".freeze,
|
797
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "305".freeze,
|
1452
798
|
label: "Software".freeze,
|
1453
|
-
subPropertyOf: ["
|
1454
|
-
type: "rdf
|
799
|
+
subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label".freeze, "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze],
|
800
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1455
801
|
property :spatialFrequencyResponse,
|
1456
|
-
comment:
|
1457
|
-
"exif
|
802
|
+
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,
|
803
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41484".freeze,
|
1458
804
|
label: "SpatialFrequencyResponse".freeze,
|
1459
|
-
subPropertyOf: "exif
|
1460
|
-
type: "rdf
|
805
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
806
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1461
807
|
property :spectralSensitivity,
|
1462
|
-
comment:
|
1463
|
-
"exif
|
808
|
+
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,
|
809
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "34852".freeze,
|
1464
810
|
label: "SpectralSensitivity".freeze,
|
1465
|
-
subPropertyOf: "exif
|
1466
|
-
type: "rdf
|
811
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
812
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1467
813
|
property :stripByteCounts,
|
1468
|
-
comment:
|
1469
|
-
"exif
|
814
|
+
comment: "The total number of bytes in each strip. With JPEG compressed data this designation is not needed and is omitted.".freeze,
|
815
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "279".freeze,
|
1470
816
|
label: "StripByteCounts".freeze,
|
1471
|
-
subPropertyOf: "exif
|
1472
|
-
type: "rdf
|
817
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset".freeze,
|
818
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1473
819
|
property :stripOffsets,
|
1474
|
-
comment:
|
1475
|
-
"exif
|
820
|
+
comment: "For each strip, the byte offset of that strip. With JPEG compressed data this designation is not needed and is omitted.".freeze,
|
821
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "273".freeze,
|
1476
822
|
label: "StripOffsets".freeze,
|
1477
|
-
subPropertyOf: "exif
|
1478
|
-
type: "rdf
|
823
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset".freeze,
|
824
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1479
825
|
property :subSecTime,
|
1480
|
-
comment:
|
1481
|
-
"exif
|
826
|
+
comment: "DateTime subseconds".freeze,
|
827
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37520".freeze,
|
1482
828
|
label: "SubSecTime".freeze,
|
1483
|
-
subPropertyOf: ["exif
|
1484
|
-
type: "rdf
|
829
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#dateAndOrTime".freeze, "http://www.w3.org/2003/12/exif/ns#subseconds".freeze],
|
830
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1485
831
|
property :subSecTimeDigitized,
|
1486
|
-
comment:
|
1487
|
-
"exif
|
832
|
+
comment: "DateTimeDigitized subseconds".freeze,
|
833
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37522".freeze,
|
1488
834
|
label: "SubSecTimeDigitized".freeze,
|
1489
|
-
subPropertyOf: ["exif
|
1490
|
-
type: "rdf
|
835
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#dateAndOrTime".freeze, "http://www.w3.org/2003/12/exif/ns#subseconds".freeze],
|
836
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1491
837
|
property :subSecTimeOriginal,
|
1492
|
-
comment:
|
1493
|
-
"exif
|
838
|
+
comment: "DateTimeOriginal subseconds".freeze,
|
839
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37521".freeze,
|
1494
840
|
label: "SubSecTimeOriginal".freeze,
|
1495
|
-
subPropertyOf: ["exif
|
1496
|
-
type: "rdf
|
841
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#dateAndOrTime".freeze, "http://www.w3.org/2003/12/exif/ns#subseconds".freeze],
|
842
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1497
843
|
property :subjectArea,
|
1498
|
-
comment:
|
1499
|
-
"exif
|
844
|
+
comment: "The location and area of the main subject in the overall scene.".freeze,
|
845
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37396".freeze,
|
1500
846
|
label: "SubjectArea".freeze,
|
1501
|
-
subPropertyOf: "exif
|
1502
|
-
type: "rdf
|
847
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
848
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1503
849
|
property :subjectDistance,
|
1504
|
-
comment:
|
1505
|
-
"exif
|
850
|
+
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,
|
851
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37382".freeze,
|
1506
852
|
label: "SubjectDistance".freeze,
|
1507
|
-
subPropertyOf: ["exif
|
1508
|
-
type: "rdf
|
853
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#meter".freeze, "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze],
|
854
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1509
855
|
property :subjectDistanceRange,
|
1510
|
-
comment:
|
1511
|
-
"exif
|
856
|
+
comment: "The distance to the subject, such as Macro, Close View or Distant View.".freeze,
|
857
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41996".freeze,
|
1512
858
|
label: "SubjectDistanceRange".freeze,
|
1513
|
-
subPropertyOf: "exif
|
1514
|
-
type: "rdf
|
859
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
860
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1515
861
|
property :subjectLocation,
|
1516
|
-
comment:
|
1517
|
-
"exif
|
862
|
+
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,
|
863
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41492".freeze,
|
1518
864
|
label: "SubjectLocation".freeze,
|
1519
|
-
subPropertyOf: "exif
|
1520
|
-
type: "rdf
|
865
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
866
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1521
867
|
property :subseconds,
|
1522
|
-
comment:
|
868
|
+
comment: "A tag used to record fractions of seconds for a date property".freeze,
|
1523
869
|
label: "Subseconds".freeze,
|
1524
|
-
type: "rdf
|
870
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1525
871
|
property :tag_number,
|
1526
|
-
comment:
|
872
|
+
comment: "The Exif tag number".freeze,
|
1527
873
|
label: "Tag number".freeze,
|
1528
|
-
subPropertyOf: "
|
1529
|
-
type: "rdf
|
874
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/identifier".freeze,
|
875
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1530
876
|
property :tagid,
|
1531
|
-
comment:
|
877
|
+
comment: "The Exif tag number with context prefix, such as IFD type or maker name".freeze,
|
1532
878
|
label: "Tag ID".freeze,
|
1533
|
-
subPropertyOf: "exif
|
1534
|
-
type: "rdf
|
879
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#tag_number".freeze,
|
880
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1535
881
|
property :transferFunction,
|
1536
|
-
comment:
|
1537
|
-
"exif
|
882
|
+
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,
|
883
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "301".freeze,
|
1538
884
|
label: "TransferFunction".freeze,
|
1539
|
-
subPropertyOf: "exif
|
1540
|
-
type: "rdf
|
885
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter".freeze,
|
886
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1541
887
|
property :userComment,
|
1542
|
-
comment:
|
1543
|
-
"exif
|
888
|
+
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,
|
889
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37510".freeze,
|
1544
890
|
label: "UserComment".freeze,
|
1545
|
-
subPropertyOf: "exif
|
1546
|
-
type: "rdf
|
891
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#userInfo".freeze,
|
892
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1547
893
|
property :userInfo,
|
1548
|
-
comment:
|
894
|
+
comment: "An attribute relating to User Information".freeze,
|
1549
895
|
label: "User Info".freeze,
|
1550
|
-
subPropertyOf: "exif
|
1551
|
-
type: "rdf
|
896
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze,
|
897
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1552
898
|
property :versionInfo,
|
1553
|
-
comment:
|
899
|
+
comment: "An attribute relating to Version".freeze,
|
1554
900
|
label: "Version Info".freeze,
|
1555
|
-
subPropertyOf: "exif
|
1556
|
-
type: "rdf
|
901
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute".freeze,
|
902
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1557
903
|
property :whiteBalance,
|
1558
|
-
comment:
|
1559
|
-
"exif
|
904
|
+
comment: "The white balance mode set when the image was shot.".freeze,
|
905
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41987".freeze,
|
1560
906
|
label: "WhiteBalance".freeze,
|
1561
|
-
subPropertyOf: "exif
|
1562
|
-
type: "rdf
|
907
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking".freeze,
|
908
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1563
909
|
property :whitePoint,
|
1564
|
-
comment:
|
1565
|
-
"exif
|
910
|
+
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,
|
911
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "318".freeze,
|
1566
912
|
label: "WhitePoint".freeze,
|
1567
|
-
subPropertyOf: "exif
|
1568
|
-
type: "rdf
|
913
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter".freeze,
|
914
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1569
915
|
property :width,
|
1570
|
-
comment:
|
916
|
+
comment: "Width of an object".freeze,
|
1571
917
|
label: "Width".freeze,
|
1572
|
-
subPropertyOf: "exif
|
1573
|
-
type: "rdf
|
918
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#length".freeze,
|
919
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1574
920
|
property :xResolution,
|
1575
|
-
comment:
|
1576
|
-
"exif
|
921
|
+
comment: "The number of pixels per ResolutionUnit in the ImageWidth direction. When the image resolution is unknown, 72 [dpi] is designated.".freeze,
|
922
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "282".freeze,
|
1577
923
|
label: "XResolution".freeze,
|
1578
|
-
subPropertyOf: ["exif
|
1579
|
-
type: "rdf
|
924
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageDataStruct".freeze, "http://www.w3.org/2003/12/exif/ns#resolution".freeze],
|
925
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1580
926
|
property :yCbCrCoefficients,
|
1581
|
-
comment:
|
1582
|
-
"exif
|
927
|
+
comment: "The matrix coefficients for transformation from RGB to YCbCr image data.".freeze,
|
928
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "529".freeze,
|
1583
929
|
label: "YCbCrCoefficients".freeze,
|
1584
|
-
subPropertyOf: "exif
|
1585
|
-
type: "rdf
|
930
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter".freeze,
|
931
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1586
932
|
property :yCbCrPositioning,
|
1587
|
-
comment:
|
1588
|
-
"exif
|
933
|
+
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,
|
934
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "531".freeze,
|
1589
935
|
label: "YCbCrPositioning".freeze,
|
1590
|
-
subPropertyOf: "exif
|
1591
|
-
type: "rdf
|
936
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct".freeze,
|
937
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1592
938
|
property :yCbCrSubSampling,
|
1593
|
-
comment:
|
1594
|
-
"exif
|
939
|
+
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,
|
940
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "530".freeze,
|
1595
941
|
label: "YCbCrSubSampling".freeze,
|
1596
|
-
subPropertyOf: "exif
|
1597
|
-
type: "rdf
|
942
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct".freeze,
|
943
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1598
944
|
property :yResolution,
|
1599
|
-
comment:
|
1600
|
-
"exif
|
945
|
+
comment: "The number of pixels per ResolutionUnit in the ImageLength direction. The same value as XResolution is designated.".freeze,
|
946
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": "283".freeze,
|
1601
947
|
label: "YResolution".freeze,
|
1602
|
-
subPropertyOf: ["exif
|
1603
|
-
type: "rdf
|
948
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageDataStruct".freeze, "http://www.w3.org/2003/12/exif/ns#resolution".freeze],
|
949
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
1604
950
|
end
|
1605
951
|
end
|