rdf-vocab 3.1.2 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +69 -45
  4. data/VERSION +1 -1
  5. data/lib/rdf/vocab.rb +60 -40
  6. data/lib/rdf/vocab/acl.rb +104 -61
  7. data/lib/rdf/vocab/as.rb +556 -91
  8. data/lib/rdf/vocab/bf2.rb +1791 -475
  9. data/lib/rdf/vocab/bibframe.rb +1 -2
  10. data/lib/rdf/vocab/bibo.rb +616 -124
  11. data/lib/rdf/vocab/cc.rb +125 -48
  12. data/lib/rdf/vocab/cert.rb +68 -1
  13. data/lib/rdf/vocab/cnt.rb +79 -1
  14. data/lib/rdf/vocab/crm.rb +1543 -776
  15. data/lib/rdf/vocab/datacite.rb +1 -1
  16. data/lib/rdf/vocab/dbo.rb +10463 -1
  17. data/lib/rdf/vocab/dc.rb +485 -99
  18. data/lib/rdf/vocab/dc11.rb +93 -31
  19. data/lib/rdf/vocab/dcat.rb +236 -88
  20. data/lib/rdf/vocab/dcmitype.rb +63 -13
  21. data/lib/rdf/vocab/disco.rb +286 -59
  22. data/lib/rdf/vocab/doap.rb +175 -1
  23. data/lib/rdf/vocab/dwc.rb +941 -189
  24. data/lib/rdf/vocab/earl.rb +324 -0
  25. data/lib/rdf/vocab/ebucore.rb +7255 -2184
  26. data/lib/rdf/vocab/edm.rb +202 -76
  27. data/lib/rdf/vocab/exif.rb +650 -1
  28. data/lib/rdf/vocab/extensions.rb +257 -203
  29. data/lib/rdf/vocab/fcrepo4.rb +398 -22
  30. data/lib/rdf/vocab/foaf.rb +380 -76
  31. data/lib/rdf/vocab/geo.rb +47 -110
  32. data/lib/rdf/vocab/geojson.rb +82 -17
  33. data/lib/rdf/vocab/geonames.rb +1508 -1351
  34. data/lib/rdf/vocab/gr.rb +861 -565
  35. data/lib/rdf/vocab/gs1.rb +1597 -1
  36. data/lib/rdf/vocab/ht.rb +204 -41
  37. data/lib/rdf/vocab/hydra.rb +335 -60
  38. data/lib/rdf/vocab/iana.rb +301 -114
  39. data/lib/rdf/vocab/ical.rb +534 -121
  40. data/lib/rdf/vocab/identifiers.rb +459 -499
  41. data/lib/rdf/vocab/iiif.rb +161 -26
  42. data/lib/rdf/vocab/jsonld.rb +179 -53
  43. data/lib/rdf/vocab/ldp.rb +130 -1
  44. data/lib/rdf/vocab/lrmi.rb +85 -17
  45. data/lib/rdf/vocab/ma.rb +460 -80
  46. data/lib/rdf/vocab/mads.rb +610 -22
  47. data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +813 -4
  48. data/lib/rdf/vocab/mo.rb +1115 -540
  49. data/lib/rdf/vocab/mods.rb +635 -124
  50. data/lib/rdf/vocab/nfo.rb +1 -1
  51. data/lib/rdf/vocab/oa.rb +343 -73
  52. data/lib/rdf/vocab/og.rb +100 -1
  53. data/lib/rdf/vocab/ogc.rb +42 -9
  54. data/lib/rdf/vocab/ore.rb +69 -14
  55. data/lib/rdf/vocab/org.rb +235 -47
  56. data/lib/rdf/vocab/pcdm.rb +58 -34
  57. data/lib/rdf/vocab/pplan.rb +21 -136
  58. data/lib/rdf/vocab/premis.rb +1171 -779
  59. data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +156 -2
  60. data/lib/rdf/vocab/prov.rb +700 -107
  61. data/lib/rdf/vocab/ptr.rb +172 -37
  62. data/lib/rdf/vocab/rightsstatements.rb +17 -13
  63. data/lib/rdf/vocab/rsa.rb +30 -1
  64. data/lib/rdf/vocab/rss.rb +52 -11
  65. data/lib/rdf/vocab/schema.rb +14970 -3993
  66. data/lib/rdf/vocab/schemas.rb +27066 -0
  67. data/lib/rdf/vocab/sd.rb +372 -0
  68. data/lib/rdf/vocab/sh.rb +919 -184
  69. data/lib/rdf/vocab/sioc.rb +498 -98
  70. data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +46 -9
  71. data/lib/rdf/vocab/sioctypes.rb +434 -0
  72. data/lib/rdf/vocab/skos.rb +160 -44
  73. data/lib/rdf/vocab/skosxl.rb +40 -11
  74. data/lib/rdf/vocab/v.rb +323 -37
  75. data/lib/rdf/vocab/vcard.rb +625 -119
  76. data/lib/rdf/vocab/vmd.rb +323 -37
  77. data/lib/rdf/vocab/void.rb +147 -27
  78. data/lib/rdf/vocab/vs.rb +23 -5
  79. data/lib/rdf/vocab/wdrs.rb +112 -23
  80. data/lib/rdf/vocab/wot.rb +96 -19
  81. data/lib/rdf/vocab/xhtml.rb +2 -1
  82. data/lib/rdf/vocab/xhv.rb +422 -201
  83. data/lib/rdf/vocab/xkos.rb +156 -7
  84. data/spec/extensions_spec.rb +68 -0
  85. data/spec/vocab_spec.rb +10 -0
  86. metadata +20 -11
  87. data/lib/rdf/vocab/sioct.rb +0 -277
@@ -5,9 +5,658 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
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.
8
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
+ #
9
658
  # end
10
- class EXIF < RDF::StrictVocabulary("http://www.w3.org/2003/12/exif/ns#")
659
+ EXIF = Class.new(RDF::StrictVocabulary("http://www.w3.org/2003/12/exif/ns#")) do
11
660
 
12
661
  # Ontology definition
13
662
  ontology :"http://www.w3.org/2003/12/exif/ns#",