rdf 1.1.4 → 1.1.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -155,5 +155,12 @@ module RDF
155
155
  "rdfs:isDefinedBy" => %(dc11:).freeze,
156
156
  "skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
157
157
  type: "rdf:Property".freeze
158
+
159
+ # Extra definitions
160
+ term :"",
161
+ "dc:modified" => %(2012-06-14).freeze,
162
+ "dc:publisher" => %(http://purl.org/dc/aboutdcmi#DCMI).freeze,
163
+ "dc:title" => %(Dublin Core Metadata Element Set, Version 1.1).freeze,
164
+ label: "".freeze
158
165
  end
159
166
  end
@@ -10,13 +10,13 @@ module RDF
10
10
  label: "GNU Arch repository".freeze,
11
11
  "rdfs:isDefinedBy" => %(doap:).freeze,
12
12
  subClassOf: "doap:Repository".freeze,
13
- type: "rdfs:Class".freeze
13
+ type: ["rdfs:Class".freeze, "owl:Class".freeze]
14
14
  term :BKRepository,
15
15
  comment: %(BitKeeper source code repository.).freeze,
16
16
  label: "BitKeeper Repository".freeze,
17
17
  "rdfs:isDefinedBy" => %(doap:).freeze,
18
18
  subClassOf: "doap:Repository".freeze,
19
- type: "rdfs:Class".freeze
19
+ type: ["rdfs:Class".freeze, "owl:Class".freeze]
20
20
  term :BazaarBranch,
21
21
  comment: %(Bazaar source code branch.).freeze,
22
22
  label: "Bazaar Branch".freeze,
@@ -28,7 +28,7 @@ module RDF
28
28
  label: "CVS Repository".freeze,
29
29
  "rdfs:isDefinedBy" => %(doap:).freeze,
30
30
  subClassOf: "doap:Repository".freeze,
31
- type: "rdfs:Class".freeze
31
+ type: ["rdfs:Class".freeze, "owl:Class".freeze]
32
32
  term :DarcsRepository,
33
33
  comment: %(darcs source code repository.).freeze,
34
34
  label: "darcs Repository".freeze,
@@ -51,7 +51,7 @@ module RDF
51
51
  comment: %(A project.).freeze,
52
52
  label: "Project".freeze,
53
53
  "rdfs:isDefinedBy" => %(doap:).freeze,
54
- subClassOf: "http://xmlns.com/wordnet/1.6/Project".freeze,
54
+ subClassOf: ["http://xmlns.com/wordnet/1.6/Project".freeze, "foaf:Project".freeze],
55
55
  type: "rdfs:Class".freeze
56
56
  term :Repository,
57
57
  comment: %(Source code repository.).freeze,
@@ -174,7 +174,7 @@ module RDF
174
174
  label: "homepage".freeze,
175
175
  "rdfs:isDefinedBy" => %(doap:).freeze,
176
176
  subPropertyOf: "foaf:homepage".freeze,
177
- type: "rdf:Property".freeze
177
+ type: ["rdf:Property".freeze, "owl:InverseFunctionalProperty".freeze]
178
178
  property :implements,
179
179
  comment: %(A specification that a project implements. Could be a standard, API or legally defined level of conformance.).freeze,
180
180
  domain: "doap:Project".freeze,
@@ -183,7 +183,7 @@ module RDF
183
183
  "rdfs:isDefinedBy" => %(doap:).freeze,
184
184
  type: "rdf:Property".freeze
185
185
  property :language,
186
- comment: %(ISO language code a project has been translated into).freeze,
186
+ comment: [%(ISO language code a project has been translated into).freeze, %(このプロジェクトの翻訳された言語のISO言語コート).freeze],
187
187
  domain: "doap:Project".freeze,
188
188
  label: "language".freeze,
189
189
  range: "rdfs:Literal".freeze,
@@ -215,7 +215,6 @@ module RDF
215
215
  type: "rdf:Property".freeze
216
216
  property :module,
217
217
  comment: %(Module name of a repository.).freeze,
218
- domain: "_:g2158960040".freeze,
219
218
  label: "module".freeze,
220
219
  "rdfs:isDefinedBy" => %(doap:).freeze,
221
220
  type: "rdf:Property".freeze
@@ -233,17 +232,17 @@ module RDF
233
232
  label: "old homepage".freeze,
234
233
  "rdfs:isDefinedBy" => %(doap:).freeze,
235
234
  subPropertyOf: "foaf:homepage".freeze,
236
- type: "rdf:Property".freeze
235
+ type: ["rdf:Property".freeze, "owl:InverseFunctionalProperty".freeze]
237
236
  property :os,
238
237
  comment: %(Operating system that a project is limited to. Omit this property if the project is not OS-specific.).freeze,
239
- domain: "doap:Project".freeze,
238
+ domain: ["doap:Project".freeze, "doap:Version".freeze],
240
239
  label: "operating system".freeze,
241
240
  range: "rdfs:Literal".freeze,
242
241
  "rdfs:isDefinedBy" => %(doap:).freeze,
243
242
  type: "rdf:Property".freeze
244
243
  property :platform,
245
244
  comment: %(Indicator of software platform \(non-OS specific\), e.g. Java, Firefox, ECMA CLR).freeze,
246
- domain: "doap:Project".freeze,
245
+ domain: ["doap:Project".freeze, "doap:Version".freeze],
247
246
  label: "platform".freeze,
248
247
  range: "rdfs:Literal".freeze,
249
248
  "rdfs:isDefinedBy" => %(doap:).freeze,
@@ -296,7 +295,7 @@ module RDF
296
295
  "rdfs:isDefinedBy" => %(doap:).freeze,
297
296
  type: "rdf:Property".freeze
298
297
  property :tester,
299
- comment: %(A tester or other quality control contributor.).freeze,
298
+ comment: [%(A tester or other quality control contributor.).freeze, %(このプロジェクトのため、試験をする人や品質メンテナー。).freeze],
300
299
  domain: "doap:Project".freeze,
301
300
  label: "tester".freeze,
302
301
  range: "foaf:Person".freeze,
@@ -330,7 +329,8 @@ module RDF
330
329
  "dc11:format" => %(application/rdf+xml).freeze,
331
330
  "dc11:rights" => %(Copyright © 2004-2009 Edd Dumbill).freeze,
332
331
  "dc11:title" => %(Description of a Project \(DOAP\) vocabulary).freeze,
333
- "owl:imports" => %(foaf:index.rdf).freeze,
332
+ label: "".freeze,
333
+ "owl:imports" => %(foaf:).freeze,
334
334
  type: "owl:Ontology".freeze
335
335
  end
336
336
  end
@@ -25,13 +25,13 @@ module RDF
25
25
  comment: %(Person who created the image).freeze,
26
26
  "exif:tagNumber" => %(315).freeze,
27
27
  label: "Artist".freeze,
28
- subPropertyOf: "exif:exifAttribute".freeze,
28
+ subPropertyOf: ["exif:exifAttribute".freeze, "dc11:creator".freeze],
29
29
  type: "rdf:Property".freeze
30
30
  property :bitsPerSample,
31
31
  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,
32
32
  "exif:tagNumber" => %(258).freeze,
33
33
  label: "BitsPerSample".freeze,
34
- subPropertyOf: "exif:imageDataStruct".freeze,
34
+ subPropertyOf: ["exif:imageDataStruct".freeze, "exif:resolution".freeze],
35
35
  type: "rdf:Property".freeze
36
36
  property :brightnessValue,
37
37
  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,
@@ -79,7 +79,7 @@ module RDF
79
79
  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,
80
80
  "exif:tagNumber" => %(33432).freeze,
81
81
  label: "Copyright".freeze,
82
- subPropertyOf: "exif:exifAttribute".freeze,
82
+ subPropertyOf: ["exif:exifAttribute".freeze, "dc11:rights".freeze],
83
83
  type: "rdf:Property".freeze
84
84
  property :customRendered,
85
85
  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,
@@ -106,19 +106,19 @@ module RDF
106
106
  comment: %(The date and time of image creation. In this standard it is the date and time the file was changed.).freeze,
107
107
  "exif:tagNumber" => %(306).freeze,
108
108
  label: "DateTime".freeze,
109
- subPropertyOf: "exif:exifAttribute".freeze,
109
+ subPropertyOf: ["exif:exifAttribute".freeze, "exif:date".freeze],
110
110
  type: "rdf:Property".freeze
111
111
  property :dateTimeDigitized,
112
112
  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,
113
113
  "exif:tagNumber" => %(36868).freeze,
114
114
  label: "DateTimeDigitized".freeze,
115
- subPropertyOf: "exif:dateAndOrTime".freeze,
115
+ subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:date".freeze],
116
116
  type: "rdf:Property".freeze
117
117
  property :dateTimeOriginal,
118
118
  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,
119
119
  "exif:tagNumber" => %(36867).freeze,
120
120
  label: "DateTimeOriginal".freeze,
121
- subPropertyOf: "exif:dateAndOrTime".freeze,
121
+ subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:date".freeze],
122
122
  type: "rdf:Property".freeze
123
123
  property :deviceSettingDescription,
124
124
  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,
@@ -181,7 +181,7 @@ module RDF
181
181
  comment: %(Exposure time, given in seconds \(sec\).).freeze,
182
182
  "exif:tagNumber" => %(33434).freeze,
183
183
  label: "ExposureTime".freeze,
184
- subPropertyOf: "exif:pictTaking".freeze,
184
+ subPropertyOf: ["exif:pictTaking".freeze, "exif:seconds".freeze],
185
185
  type: "rdf:Property".freeze
186
186
  property :fNumber,
187
187
  comment: %(F number).freeze,
@@ -217,13 +217,13 @@ module RDF
217
217
  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,
218
218
  "exif:tagNumber" => %(37386).freeze,
219
219
  label: "FocalLength".freeze,
220
- subPropertyOf: "exif:pictTaking".freeze,
220
+ subPropertyOf: ["exif:pictTaking".freeze, "exif:mm".freeze],
221
221
  type: "rdf:Property".freeze
222
222
  property :focalLengthIn35mmFilm,
223
223
  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,
224
224
  "exif:tagNumber" => %(41989).freeze,
225
225
  label: "FocalLengthIn35mmFilm".freeze,
226
- subPropertyOf: "exif:pictTaking".freeze,
226
+ subPropertyOf: ["exif:pictTaking".freeze, "exif:length".freeze],
227
227
  type: "rdf:Property".freeze
228
228
  property :focalPlaneResolutionUnit,
229
229
  comment: %(The unit for measuring FocalPlaneXResolution and FocalPlaneYResolution. This value is the same as the ResolutionUnit.).freeze,
@@ -235,13 +235,13 @@ module RDF
235
235
  comment: %(The number of pixels in the image width \(X\) direction per FocalPlaneResolutionUnit on the camera focal plane.).freeze,
236
236
  "exif:tagNumber" => %(41486).freeze,
237
237
  label: "FocalPlaneXResolution".freeze,
238
- subPropertyOf: "exif:pictTaking".freeze,
238
+ subPropertyOf: ["exif:pictTaking".freeze, "exif:resolution".freeze],
239
239
  type: "rdf:Property".freeze
240
240
  property :focalPlaneYResolution,
241
241
  comment: %(The number of pixels in the image height \(Y\) direction per FocalPlaneResolutionUnit on the camera focal plane.).freeze,
242
242
  "exif:tagNumber" => %(41487).freeze,
243
243
  label: "FocalPlaneYResolution".freeze,
244
- subPropertyOf: "exif:pictTaking".freeze,
244
+ subPropertyOf: ["exif:pictTaking".freeze, "exif:resolution".freeze],
245
245
  type: "rdf:Property".freeze
246
246
  property :gainControl,
247
247
  comment: %(The degree of overall image gain adjustment.).freeze,
@@ -257,7 +257,7 @@ module RDF
257
257
  comment: %(The altitude based on the reference in GPSAltitudeRef. Altitude is expressed as one RATIONAL value. The reference unit is meters.).freeze,
258
258
  "exif:tagNumber" => %(6).freeze,
259
259
  label: "GPSAltitude".freeze,
260
- subPropertyOf: "exif:gpsInfo".freeze,
260
+ subPropertyOf: ["exif:gpsInfo".freeze, "exif:geo".freeze],
261
261
  type: "rdf:Property".freeze
262
262
  property :gpsAltitudeRef,
263
263
  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,
@@ -281,7 +281,7 @@ module RDF
281
281
  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,
282
282
  "exif:tagNumber" => %(29).freeze,
283
283
  label: "GPSDateStamp".freeze,
284
- subPropertyOf: "exif:gpsInfo".freeze,
284
+ subPropertyOf: ["exif:gpsInfo".freeze, "exif:date".freeze],
285
285
  type: "rdf:Property".freeze
286
286
  property :gpsDestBearing,
287
287
  comment: %(The bearing to the destination point. The range of values is from 0.00 to 359.99.).freeze,
@@ -311,7 +311,7 @@ module RDF
311
311
  comment: %(Latitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
312
312
  "exif:tagNumber" => %(20).freeze,
313
313
  label: "GPSDestLatitude".freeze,
314
- subPropertyOf: "exif:gpsInfo".freeze,
314
+ subPropertyOf: ["exif:gpsInfo".freeze, "exif:geo".freeze],
315
315
  type: "rdf:Property".freeze
316
316
  property :gpsDestLatitudeRef,
317
317
  comment: %(Reference for latitude of destination).freeze,
@@ -323,7 +323,7 @@ module RDF
323
323
  comment: %(Longitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
324
324
  "exif:tagNumber" => %(22).freeze,
325
325
  label: "GPSDestLongitude".freeze,
326
- subPropertyOf: "exif:gpsInfo".freeze,
326
+ subPropertyOf: ["exif:gpsInfo".freeze, "exif:geo".freeze],
327
327
  type: "rdf:Property".freeze
328
328
  property :gpsDestLongitudeRef,
329
329
  comment: %(Reference for longitude of destination).freeze,
@@ -364,7 +364,7 @@ module RDF
364
364
  comment: %(The latitude, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
365
365
  "exif:tagNumber" => %(2).freeze,
366
366
  label: "GPSLatitude".freeze,
367
- subPropertyOf: "exif:gpsInfo".freeze,
367
+ subPropertyOf: ["exif:gpsInfo".freeze, "exif:geo".freeze],
368
368
  type: "rdf:Property".freeze
369
369
  property :gpsLatitudeRef,
370
370
  comment: %(Indicates whether the latitude is north or south latitude. The ASCII value 'N' indicates north latitude, and 'S' is south latitude.).freeze,
@@ -376,7 +376,7 @@ module RDF
376
376
  comment: %(The longitude, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
377
377
  "exif:tagNumber" => %(4).freeze,
378
378
  label: "GPSLongitude".freeze,
379
- subPropertyOf: "exif:gpsInfo".freeze,
379
+ subPropertyOf: ["exif:gpsInfo".freeze, "exif:geo".freeze],
380
380
  type: "rdf:Property".freeze
381
381
  property :gpsLongitudeRef,
382
382
  comment: %(Indicates whether the longitude is east or west longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude.).freeze,
@@ -448,7 +448,7 @@ module RDF
448
448
  comment: %(The version of GPSInfoIFD. The version is given as 2.2.0.0. This tag is mandatory when GPSInfo tag is present.).freeze,
449
449
  "exif:tagNumber" => %(0).freeze,
450
450
  label: "GPSVersionID".freeze,
451
- subPropertyOf: "exif:gpsInfo".freeze,
451
+ subPropertyOf: ["exif:gpsInfo".freeze, "exif:versionInfo".freeze],
452
452
  type: "rdf:Property".freeze
453
453
  property :height,
454
454
  comment: %(Height of an object).freeze,
@@ -479,25 +479,25 @@ module RDF
479
479
  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,
480
480
  "exif:tagNumber" => %(270).freeze,
481
481
  label: "ImageDescription".freeze,
482
- subPropertyOf: "exif:exifAttribute".freeze,
482
+ subPropertyOf: ["exif:exifAttribute".freeze, "dc11:title".freeze],
483
483
  type: "rdf:Property".freeze
484
484
  property :imageLength,
485
485
  comment: %(Image height. The number of rows of image data. In JPEG compressed data a JPEG marker is used.).freeze,
486
486
  "exif:tagNumber" => %(257).freeze,
487
487
  label: "ImageLength".freeze,
488
- subPropertyOf: "exif:imageDataStruct".freeze,
488
+ subPropertyOf: ["exif:imageDataStruct".freeze, "exif:height".freeze],
489
489
  type: "rdf:Property".freeze
490
490
  property :imageUniqueID,
491
491
  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,
492
492
  "exif:tagNumber" => %(42016).freeze,
493
493
  label: "ImageUniqueID".freeze,
494
- subPropertyOf: "exif:exifAttribute".freeze,
494
+ subPropertyOf: ["exif:exifAttribute".freeze, "dc11:identifier".freeze],
495
495
  type: "rdf:Property".freeze
496
496
  property :imageWidth,
497
497
  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,
498
498
  "exif:tagNumber" => %(256).freeze,
499
499
  label: "ImageWidth".freeze,
500
- subPropertyOf: "exif:imageDataStruct".freeze,
500
+ subPropertyOf: ["exif:imageDataStruct".freeze, "exif:width".freeze],
501
501
  type: "rdf:Property".freeze
502
502
  property :interopInfo,
503
503
  comment: %(An attribute relating to Interoperability. Tags stored in
@@ -555,7 +555,7 @@ Interoperability IFD may be defined dependently to each Interoperability rule.).
555
555
  comment: %(Manufacturer of image input equipment).freeze,
556
556
  "exif:tagNumber" => %(271).freeze,
557
557
  label: "Make".freeze,
558
- subPropertyOf: "exif:exifAttribute".freeze,
558
+ subPropertyOf: ["exif:exifAttribute".freeze, "rdfs:label".freeze],
559
559
  type: "rdf:Property".freeze
560
560
  property :makerNote,
561
561
  comment: %(Manufacturer notes).freeze,
@@ -589,7 +589,7 @@ Interoperability IFD may be defined dependently to each Interoperability rule.).
589
589
  comment: %(Model of image input equipment).freeze,
590
590
  "exif:tagNumber" => %(272).freeze,
591
591
  label: "Model".freeze,
592
- subPropertyOf: "exif:exifAttribute".freeze,
592
+ subPropertyOf: ["exif:exifAttribute".freeze, "rdfs:label".freeze],
593
593
  type: "rdf:Property".freeze
594
594
  property :oecf,
595
595
  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,
@@ -653,13 +653,13 @@ Interoperability IFD may be defined dependently to each Interoperability rule.).
653
653
  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,
654
654
  "exif:tagNumber" => %(40962).freeze,
655
655
  label: "PixelXDimension".freeze,
656
- subPropertyOf: "exif:imageConfig".freeze,
656
+ subPropertyOf: ["exif:imageConfig".freeze, "exif:width".freeze],
657
657
  type: "rdf:Property".freeze
658
658
  property :pixelYDimension,
659
659
  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,
660
660
  "exif:tagNumber" => %(40963).freeze,
661
661
  label: "PixelYDimension".freeze,
662
- subPropertyOf: "exif:imageConfig".freeze,
662
+ subPropertyOf: ["exif:imageConfig".freeze, "exif:height".freeze],
663
663
  type: "rdf:Property".freeze
664
664
  property :planarConfiguration,
665
665
  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,
@@ -705,13 +705,13 @@ Interoperability IFD may be defined dependently to each Interoperability rule.).
705
705
  comment: %(Related image length).freeze,
706
706
  "exif:tagNumber" => %(4098).freeze,
707
707
  label: "RelatedImageLength".freeze,
708
- subPropertyOf: "exif:interopInfo".freeze,
708
+ subPropertyOf: ["exif:interopInfo".freeze, "exif:height".freeze],
709
709
  type: "rdf:Property".freeze
710
710
  property :relatedImageWidth,
711
711
  comment: %(Related image width).freeze,
712
712
  "exif:tagNumber" => %(4097).freeze,
713
713
  label: "RelatedImageWidth".freeze,
714
- subPropertyOf: "exif:interopInfo".freeze,
714
+ subPropertyOf: ["exif:interopInfo".freeze, "exif:width".freeze],
715
715
  type: "rdf:Property".freeze
716
716
  property :relatedSoundFile,
717
717
  comment: %(Related audio file).freeze,
@@ -785,7 +785,7 @@ Interoperability IFD may be defined dependently to each Interoperability rule.).
785
785
  comment: %(The name and version of the software or firmware of the camera or image input device used to generate the image.).freeze,
786
786
  "exif:tagNumber" => %(305).freeze,
787
787
  label: "Software".freeze,
788
- subPropertyOf: "exif:exifAttribute".freeze,
788
+ subPropertyOf: ["exif:exifAttribute".freeze, "rdfs:label".freeze],
789
789
  type: "rdf:Property".freeze
790
790
  property :spatialFrequencyResponse,
791
791
  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,
@@ -815,19 +815,19 @@ Interoperability IFD may be defined dependently to each Interoperability rule.).
815
815
  comment: %(DateTime subseconds).freeze,
816
816
  "exif:tagNumber" => %(37520).freeze,
817
817
  label: "SubSecTime".freeze,
818
- subPropertyOf: "exif:dateAndOrTime".freeze,
818
+ subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:subsecond".freeze],
819
819
  type: "rdf:Property".freeze
820
820
  property :subSecTimeDigitized,
821
821
  comment: %(DateTimeDigitized subseconds).freeze,
822
822
  "exif:tagNumber" => %(37522).freeze,
823
823
  label: "SubSecTimeDigitized".freeze,
824
- subPropertyOf: "exif:dateAndOrTime".freeze,
824
+ subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:subsecond".freeze],
825
825
  type: "rdf:Property".freeze
826
826
  property :subSecTimeOriginal,
827
827
  comment: %(DateTimeOriginal subseconds).freeze,
828
828
  "exif:tagNumber" => %(37521).freeze,
829
829
  label: "SubSecTimeOriginal".freeze,
830
- subPropertyOf: "exif:dateAndOrTime".freeze,
830
+ subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:subsecond".freeze],
831
831
  type: "rdf:Property".freeze
832
832
  property :subjectArea,
833
833
  comment: %(The location and area of the main subject in the overall scene.).freeze,
@@ -839,7 +839,7 @@ Interoperability IFD may be defined dependently to each Interoperability rule.).
839
839
  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,
840
840
  "exif:tagNumber" => %(37382).freeze,
841
841
  label: "SubjectDistance".freeze,
842
- subPropertyOf: "exif:pictTaking".freeze,
842
+ subPropertyOf: ["exif:pictTaking".freeze, "exif:meter".freeze],
843
843
  type: "rdf:Property".freeze
844
844
  property :subjectDistanceRange,
845
845
  comment: %(The distance to the subject, such as Macro, Close View or Distant View.).freeze,
@@ -910,7 +910,7 @@ Interoperability IFD may be defined dependently to each Interoperability rule.).
910
910
  comment: %(The number of pixels per ResolutionUnit in the ImageWidth direction. When the image resolution is unknown, 72 [dpi] is designated.).freeze,
911
911
  "exif:tagNumber" => %(282).freeze,
912
912
  label: "XResolution".freeze,
913
- subPropertyOf: "exif:imageDataStruct".freeze,
913
+ subPropertyOf: ["exif:imageDataStruct".freeze, "exif:resolution".freeze],
914
914
  type: "rdf:Property".freeze
915
915
  property :yCbCrCoefficients,
916
916
  comment: %(The matrix coefficients for transformation from RGB to YCbCr image data.).freeze,
@@ -934,7 +934,7 @@ Interoperability IFD may be defined dependently to each Interoperability rule.).
934
934
  comment: %(The number of pixels per ResolutionUnit in the ImageLength direction. The same value as XResolution is designated.).freeze,
935
935
  "exif:tagNumber" => %(283).freeze,
936
936
  label: "YResolution".freeze,
937
- subPropertyOf: "exif:imageDataStruct".freeze,
937
+ subPropertyOf: ["exif:imageDataStruct".freeze, "exif:resolution".freeze],
938
938
  type: "rdf:Property".freeze
939
939
  end
940
940
  end
@@ -9,21 +9,21 @@ module RDF
9
9
  comment: %(An agent \(eg. person, group, software or physical artifact\).).freeze,
10
10
  label: "Agent".freeze,
11
11
  "owl:equivalentClass" => %(dc:Agent).freeze,
12
- type: "owl:Class".freeze,
12
+ type: ["owl:Class".freeze, "rdfs:Class".freeze],
13
13
  "vs:term_status" => %(stable).freeze
14
14
  term :Document,
15
15
  comment: %(A document.).freeze,
16
16
  label: "Document".freeze,
17
- "owl:disjointWith" => %(foaf:Organization).freeze,
17
+ "owl:disjointWith" => [%(foaf:Organization).freeze, %(foaf:Project).freeze],
18
18
  "owl:equivalentClass" => %(schema:CreativeWork).freeze,
19
19
  "rdfs:isDefinedBy" => %(foaf:).freeze,
20
- type: "rdfs:Class".freeze,
20
+ type: ["rdfs:Class".freeze, "owl:Class".freeze],
21
21
  "vs:term_status" => %(stable).freeze
22
22
  term :Group,
23
23
  comment: %(A class of Agents.).freeze,
24
24
  label: "Group".freeze,
25
25
  subClassOf: "foaf:Agent".freeze,
26
- type: "rdfs:Class".freeze,
26
+ type: ["rdfs:Class".freeze, "owl:Class".freeze],
27
27
  "vs:term_status" => %(stable).freeze
28
28
  term :Image,
29
29
  comment: %(An image.).freeze,
@@ -31,71 +31,71 @@ module RDF
31
31
  "owl:equivalentClass" => %(schema:ImageObject).freeze,
32
32
  "rdfs:isDefinedBy" => %(foaf:).freeze,
33
33
  subClassOf: "foaf:Document".freeze,
34
- type: "rdfs:Class".freeze,
34
+ type: ["rdfs:Class".freeze, "owl:Class".freeze],
35
35
  "vs:term_status" => %(stable).freeze
36
36
  term :LabelProperty,
37
37
  comment: %(A foaf:LabelProperty is any RDF property with texual values that serve as labels.).freeze,
38
38
  label: "Label Property".freeze,
39
39
  "rdfs:isDefinedBy" => %(foaf:).freeze,
40
- type: "rdfs:Class".freeze,
40
+ type: ["rdfs:Class".freeze, "owl:Class".freeze],
41
41
  "vs:term_status" => %(unstable).freeze
42
42
  term :OnlineAccount,
43
43
  comment: %(An online account.).freeze,
44
44
  label: "Online Account".freeze,
45
45
  "rdfs:isDefinedBy" => %(foaf:).freeze,
46
46
  subClassOf: "owl:Thing".freeze,
47
- type: "rdfs:Class".freeze,
47
+ type: ["rdfs:Class".freeze, "owl:Class".freeze],
48
48
  "vs:term_status" => %(testing).freeze
49
49
  term :OnlineChatAccount,
50
50
  comment: %(An online chat account.).freeze,
51
51
  label: "Online Chat Account".freeze,
52
52
  "rdfs:isDefinedBy" => %(foaf:).freeze,
53
53
  subClassOf: "foaf:OnlineAccount".freeze,
54
- type: "rdfs:Class".freeze,
54
+ type: ["rdfs:Class".freeze, "owl:Class".freeze],
55
55
  "vs:term_status" => %(unstable).freeze
56
56
  term :OnlineEcommerceAccount,
57
57
  comment: %(An online e-commerce account.).freeze,
58
58
  label: "Online E-commerce Account".freeze,
59
59
  "rdfs:isDefinedBy" => %(foaf:).freeze,
60
60
  subClassOf: "foaf:OnlineAccount".freeze,
61
- type: "rdfs:Class".freeze,
61
+ type: ["rdfs:Class".freeze, "owl:Class".freeze],
62
62
  "vs:term_status" => %(unstable).freeze
63
63
  term :OnlineGamingAccount,
64
64
  comment: %(An online gaming account.).freeze,
65
65
  label: "Online Gaming Account".freeze,
66
66
  "rdfs:isDefinedBy" => %(foaf:).freeze,
67
67
  subClassOf: "foaf:OnlineAccount".freeze,
68
- type: "rdfs:Class".freeze,
68
+ type: ["rdfs:Class".freeze, "owl:Class".freeze],
69
69
  "vs:term_status" => %(unstable).freeze
70
70
  term :Organization,
71
71
  comment: %(An organization.).freeze,
72
72
  label: "Organization".freeze,
73
- "owl:disjointWith" => %(foaf:Person).freeze,
73
+ "owl:disjointWith" => [%(foaf:Person).freeze, %(foaf:Document).freeze],
74
74
  "rdfs:isDefinedBy" => %(foaf:).freeze,
75
75
  subClassOf: "foaf:Agent".freeze,
76
- type: "rdfs:Class".freeze,
76
+ type: ["rdfs:Class".freeze, "owl:Class".freeze],
77
77
  "vs:term_status" => %(stable).freeze
78
78
  term :Person,
79
79
  comment: %(A person.).freeze,
80
80
  label: "Person".freeze,
81
- "owl:disjointWith" => %(foaf:Organization).freeze,
82
- "owl:equivalentClass" => %(schema:Person).freeze,
81
+ "owl:disjointWith" => [%(foaf:Organization).freeze, %(foaf:Project).freeze],
82
+ "owl:equivalentClass" => [%(schema:Person).freeze, %(http://www.w3.org/2000/10/swap/pim/contact#Person).freeze],
83
83
  "rdfs:isDefinedBy" => %(foaf:).freeze,
84
- subClassOf: "foaf:Agent".freeze,
85
- type: "rdfs:Class".freeze,
84
+ subClassOf: ["foaf:Agent".freeze, "geo:SpatialThing".freeze],
85
+ type: ["rdfs:Class".freeze, "owl:Class".freeze],
86
86
  "vs:term_status" => %(stable).freeze
87
87
  term :PersonalProfileDocument,
88
88
  comment: %(A personal profile RDF document.).freeze,
89
89
  label: "PersonalProfileDocument".freeze,
90
90
  subClassOf: "foaf:Document".freeze,
91
- type: "rdfs:Class".freeze,
91
+ type: ["rdfs:Class".freeze, "owl:Class".freeze],
92
92
  "vs:term_status" => %(testing).freeze
93
93
  term :Project,
94
94
  comment: %(A project \(a collective endeavour of some kind\).).freeze,
95
95
  label: "Project".freeze,
96
- "owl:disjointWith" => %(foaf:Person).freeze,
96
+ "owl:disjointWith" => [%(foaf:Person).freeze, %(foaf:Document).freeze],
97
97
  "rdfs:isDefinedBy" => %(foaf:).freeze,
98
- type: "rdfs:Class".freeze,
98
+ type: ["rdfs:Class".freeze, "owl:Class".freeze],
99
99
  "vs:term_status" => %(testing).freeze
100
100
 
101
101
  # Property definitions
@@ -105,7 +105,7 @@ module RDF
105
105
  label: "account".freeze,
106
106
  range: "foaf:OnlineAccount".freeze,
107
107
  "rdfs:isDefinedBy" => %(foaf:).freeze,
108
- type: "rdf:Property".freeze,
108
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
109
109
  "vs:term_status" => %(testing).freeze
110
110
  property :accountName,
111
111
  comment: %(Indicates the name \(identifier\) associated with this online account.).freeze,
@@ -113,7 +113,7 @@ module RDF
113
113
  label: "account name".freeze,
114
114
  range: "rdfs:Literal".freeze,
115
115
  "rdfs:isDefinedBy" => %(foaf:).freeze,
116
- type: "rdf:Property".freeze,
116
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
117
117
  "vs:term_status" => %(testing).freeze
118
118
  property :accountServiceHomepage,
119
119
  comment: %(Indicates a homepage of the service provide for this online account.).freeze,
@@ -121,7 +121,7 @@ module RDF
121
121
  label: "account service homepage".freeze,
122
122
  range: "foaf:Document".freeze,
123
123
  "rdfs:isDefinedBy" => %(foaf:).freeze,
124
- type: "rdf:Property".freeze,
124
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
125
125
  "vs:term_status" => %(testing).freeze
126
126
  property :age,
127
127
  comment: %(The age in years of some agent.).freeze,
@@ -129,7 +129,7 @@ module RDF
129
129
  label: "age".freeze,
130
130
  range: "rdfs:Literal".freeze,
131
131
  "rdfs:isDefinedBy" => %(foaf:).freeze,
132
- type: "rdf:Property".freeze,
132
+ type: ["rdf:Property".freeze, "owl:FunctionalProperty".freeze, "owl:DatatypeProperty".freeze],
133
133
  "vs:term_status" => %(unstable).freeze
134
134
  property :aimChatID,
135
135
  comment: %(An AIM chat ID).freeze,
@@ -138,7 +138,7 @@ module RDF
138
138
  range: "rdfs:Literal".freeze,
139
139
  "rdfs:isDefinedBy" => %(foaf:).freeze,
140
140
  subPropertyOf: "foaf:nick".freeze,
141
- type: "rdf:Property".freeze,
141
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze, "owl:InverseFunctionalProperty".freeze],
142
142
  "vs:term_status" => %(testing).freeze
143
143
  property :based_near,
144
144
  comment: %(A location that something is based near, for some broadly human notion of near.).freeze,
@@ -146,7 +146,7 @@ module RDF
146
146
  label: "based near".freeze,
147
147
  range: "geo:SpatialThing".freeze,
148
148
  "rdfs:isDefinedBy" => %(foaf:).freeze,
149
- type: "rdf:Property".freeze,
149
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
150
150
  "vs:term_status" => %(testing).freeze
151
151
  property :birthday,
152
152
  comment: %(The birthday of this Agent, represented in mm-dd string form, eg. '12-31'.).freeze,
@@ -154,7 +154,7 @@ module RDF
154
154
  label: "birthday".freeze,
155
155
  range: "rdfs:Literal".freeze,
156
156
  "rdfs:isDefinedBy" => %(foaf:).freeze,
157
- type: "rdf:Property".freeze,
157
+ type: ["rdf:Property".freeze, "owl:FunctionalProperty".freeze, "owl:DatatypeProperty".freeze],
158
158
  "vs:term_status" => %(unstable).freeze
159
159
  property :currentProject,
160
160
  comment: %(A current project this person works on.).freeze,
@@ -162,7 +162,7 @@ module RDF
162
162
  label: "current project".freeze,
163
163
  range: "owl:Thing".freeze,
164
164
  "rdfs:isDefinedBy" => %(foaf:).freeze,
165
- type: "rdf:Property".freeze,
165
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
166
166
  "vs:term_status" => %(testing).freeze
167
167
  property :depiction,
168
168
  comment: %(A depiction of some thing.).freeze,
@@ -171,7 +171,7 @@ module RDF
171
171
  "owl:inverseOf" => %(foaf:depicts).freeze,
172
172
  range: "foaf:Image".freeze,
173
173
  "rdfs:isDefinedBy" => %(foaf:).freeze,
174
- type: "rdf:Property".freeze,
174
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
175
175
  "vs:term_status" => %(testing).freeze
176
176
  property :depicts,
177
177
  comment: %(A thing depicted in this representation.).freeze,
@@ -180,14 +180,14 @@ module RDF
180
180
  "owl:inverseOf" => %(foaf:depiction).freeze,
181
181
  range: "owl:Thing".freeze,
182
182
  "rdfs:isDefinedBy" => %(foaf:).freeze,
183
- type: "rdf:Property".freeze,
183
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
184
184
  "vs:term_status" => %(testing).freeze
185
185
  property :dnaChecksum,
186
186
  comment: %(A checksum for the DNA of some thing. Joke.).freeze,
187
187
  label: "DNA checksum".freeze,
188
188
  range: "rdfs:Literal".freeze,
189
189
  "rdfs:isDefinedBy" => %(foaf:).freeze,
190
- type: "rdf:Property".freeze,
190
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
191
191
  "vs:term_status" => %(archaic).freeze
192
192
  property :familyName,
193
193
  comment: %(The family name of some person.).freeze,
@@ -195,7 +195,7 @@ module RDF
195
195
  label: "familyName".freeze,
196
196
  range: "rdfs:Literal".freeze,
197
197
  "rdfs:isDefinedBy" => %(foaf:).freeze,
198
- type: "rdf:Property".freeze,
198
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
199
199
  "vs:term_status" => %(testing).freeze
200
200
  property :family_name,
201
201
  comment: %(The family name of some person.).freeze,
@@ -203,7 +203,7 @@ module RDF
203
203
  label: "family_name".freeze,
204
204
  range: "rdfs:Literal".freeze,
205
205
  "rdfs:isDefinedBy" => %(foaf:).freeze,
206
- type: "rdf:Property".freeze,
206
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
207
207
  "vs:term_status" => %(archaic).freeze
208
208
  property :firstName,
209
209
  comment: %(The first name of a person.).freeze,
@@ -211,7 +211,7 @@ module RDF
211
211
  label: "firstName".freeze,
212
212
  range: "rdfs:Literal".freeze,
213
213
  "rdfs:isDefinedBy" => %(foaf:).freeze,
214
- type: "rdf:Property".freeze,
214
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
215
215
  "vs:term_status" => %(testing).freeze
216
216
  property :focus,
217
217
  comment: %(The underlying or 'focal' entity associated with some SKOS-described concept.).freeze,
@@ -219,7 +219,7 @@ module RDF
219
219
  label: "focus".freeze,
220
220
  range: "owl:Thing".freeze,
221
221
  "rdfs:isDefinedBy" => %(foaf:).freeze,
222
- type: "rdf:Property".freeze,
222
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
223
223
  "vs:term_status" => %(testing).freeze
224
224
  property :fundedBy,
225
225
  comment: %(An organization funding a project or person.).freeze,
@@ -227,7 +227,7 @@ module RDF
227
227
  label: "funded by".freeze,
228
228
  range: "owl:Thing".freeze,
229
229
  "rdfs:isDefinedBy" => %(foaf:).freeze,
230
- type: "rdf:Property".freeze,
230
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
231
231
  "vs:term_status" => %(archaic).freeze
232
232
  property :geekcode,
233
233
  comment: %(A textual geekcode for this person, see http://www.geekcode.com/geek.html).freeze,
@@ -235,7 +235,7 @@ module RDF
235
235
  label: "geekcode".freeze,
236
236
  range: "rdfs:Literal".freeze,
237
237
  "rdfs:isDefinedBy" => %(foaf:).freeze,
238
- type: "rdf:Property".freeze,
238
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
239
239
  "vs:term_status" => %(archaic).freeze
240
240
  property :gender,
241
241
  comment: %(The gender of this Agent \(typically but not necessarily 'male' or 'female'\).).freeze,
@@ -243,19 +243,19 @@ module RDF
243
243
  label: "gender".freeze,
244
244
  range: "rdfs:Literal".freeze,
245
245
  "rdfs:isDefinedBy" => %(foaf:).freeze,
246
- type: "rdf:Property".freeze,
246
+ type: ["rdf:Property".freeze, "owl:FunctionalProperty".freeze, "owl:DatatypeProperty".freeze],
247
247
  "vs:term_status" => %(testing).freeze
248
248
  property :givenName,
249
249
  comment: %(The given name of some person.).freeze,
250
250
  label: "Given name".freeze,
251
251
  "rdfs:isDefinedBy" => %(foaf:).freeze,
252
- type: "rdf:Property".freeze,
252
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
253
253
  "vs:term_status" => %(testing).freeze
254
254
  property :givenname,
255
255
  comment: %(The given name of some person.).freeze,
256
256
  label: "Given name".freeze,
257
257
  "rdfs:isDefinedBy" => %(foaf:).freeze,
258
- type: "rdf:Property".freeze,
258
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
259
259
  "vs:term_status" => %(archaic).freeze
260
260
  property :holdsAccount,
261
261
  comment: %(Indicates an account held by this agent.).freeze,
@@ -263,7 +263,7 @@ module RDF
263
263
  label: "account".freeze,
264
264
  range: "foaf:OnlineAccount".freeze,
265
265
  "rdfs:isDefinedBy" => %(foaf:).freeze,
266
- type: "rdf:Property".freeze,
266
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
267
267
  "vs:term_status" => %(archaic).freeze
268
268
  property :homepage,
269
269
  comment: %(A homepage for some thing.).freeze,
@@ -271,8 +271,8 @@ module RDF
271
271
  label: "homepage".freeze,
272
272
  range: "foaf:Document".freeze,
273
273
  "rdfs:isDefinedBy" => %(foaf:).freeze,
274
- subPropertyOf: "foaf:page".freeze,
275
- type: "rdf:Property".freeze,
274
+ subPropertyOf: ["foaf:page".freeze, "foaf:isPrimaryTopicOf".freeze],
275
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze, "owl:InverseFunctionalProperty".freeze],
276
276
  "vs:term_status" => %(stable).freeze
277
277
  property :icqChatID,
278
278
  comment: %(An ICQ chat ID).freeze,
@@ -281,7 +281,7 @@ module RDF
281
281
  range: "rdfs:Literal".freeze,
282
282
  "rdfs:isDefinedBy" => %(foaf:).freeze,
283
283
  subPropertyOf: "foaf:nick".freeze,
284
- type: "rdf:Property".freeze,
284
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze, "owl:InverseFunctionalProperty".freeze],
285
285
  "vs:term_status" => %(testing).freeze
286
286
  property :img,
287
287
  comment: %(An image that can be used to represent some thing \(ie. those depictions which are particularly representative of something, eg. one's photo on a homepage\).).freeze,
@@ -290,7 +290,7 @@ module RDF
290
290
  range: "foaf:Image".freeze,
291
291
  "rdfs:isDefinedBy" => %(foaf:).freeze,
292
292
  subPropertyOf: "foaf:depiction".freeze,
293
- type: "rdf:Property".freeze,
293
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
294
294
  "vs:term_status" => %(testing).freeze
295
295
  property :interest,
296
296
  comment: %(A page about a topic of interest to this person.).freeze,
@@ -298,7 +298,7 @@ module RDF
298
298
  label: "interest".freeze,
299
299
  range: "foaf:Document".freeze,
300
300
  "rdfs:isDefinedBy" => %(foaf:).freeze,
301
- type: "rdf:Property".freeze,
301
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
302
302
  "vs:term_status" => %(testing).freeze
303
303
  property :isPrimaryTopicOf,
304
304
  comment: %(A document that this thing is the primary topic of.).freeze,
@@ -308,7 +308,7 @@ module RDF
308
308
  range: "foaf:Document".freeze,
309
309
  "rdfs:isDefinedBy" => %(foaf:).freeze,
310
310
  subPropertyOf: "foaf:page".freeze,
311
- type: "rdf:Property".freeze,
311
+ type: ["rdf:Property".freeze, "owl:InverseFunctionalProperty".freeze],
312
312
  "vs:term_status" => %(stable).freeze
313
313
  property :jabberID,
314
314
  comment: %(A jabber ID for something.).freeze,
@@ -316,7 +316,7 @@ module RDF
316
316
  label: "jabber ID".freeze,
317
317
  range: "rdfs:Literal".freeze,
318
318
  "rdfs:isDefinedBy" => %(foaf:).freeze,
319
- type: "rdf:Property".freeze,
319
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze, "owl:InverseFunctionalProperty".freeze],
320
320
  "vs:term_status" => %(testing).freeze
321
321
  property :knows,
322
322
  comment: %(A person known by this person \(indicating some level of reciprocated interaction between the parties\).).freeze,
@@ -324,7 +324,7 @@ module RDF
324
324
  label: "knows".freeze,
325
325
  range: "foaf:Person".freeze,
326
326
  "rdfs:isDefinedBy" => %(foaf:).freeze,
327
- type: "rdf:Property".freeze,
327
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
328
328
  "vs:term_status" => %(stable).freeze
329
329
  property :lastName,
330
330
  comment: %(The last name of a person.).freeze,
@@ -332,7 +332,7 @@ module RDF
332
332
  label: "lastName".freeze,
333
333
  range: "rdfs:Literal".freeze,
334
334
  "rdfs:isDefinedBy" => %(foaf:).freeze,
335
- type: "rdf:Property".freeze,
335
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
336
336
  "vs:term_status" => %(testing).freeze
337
337
  property :logo,
338
338
  comment: %(A logo representing some thing.).freeze,
@@ -340,7 +340,7 @@ module RDF
340
340
  label: "logo".freeze,
341
341
  range: "owl:Thing".freeze,
342
342
  "rdfs:isDefinedBy" => %(foaf:).freeze,
343
- type: "rdf:Property".freeze,
343
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze, "owl:InverseFunctionalProperty".freeze],
344
344
  "vs:term_status" => %(testing).freeze
345
345
  property :made,
346
346
  comment: %(Something that was made by this agent.).freeze,
@@ -349,7 +349,7 @@ module RDF
349
349
  "owl:inverseOf" => %(foaf:maker).freeze,
350
350
  range: "owl:Thing".freeze,
351
351
  "rdfs:isDefinedBy" => %(foaf:).freeze,
352
- type: "rdf:Property".freeze,
352
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
353
353
  "vs:term_status" => %(stable).freeze
354
354
  property :maker,
355
355
  comment: %(An agent that made this thing.).freeze,
@@ -359,7 +359,7 @@ module RDF
359
359
  "owl:inverseOf" => %(foaf:made).freeze,
360
360
  range: "foaf:Agent".freeze,
361
361
  "rdfs:isDefinedBy" => %(foaf:).freeze,
362
- type: "rdf:Property".freeze,
362
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
363
363
  "vs:term_status" => %(stable).freeze
364
364
  property :mbox,
365
365
  comment: %(A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that there is \(across time and change\) at most one individual that ever has any particular value for foaf:mbox.).freeze,
@@ -367,7 +367,7 @@ module RDF
367
367
  label: "personal mailbox".freeze,
368
368
  range: "owl:Thing".freeze,
369
369
  "rdfs:isDefinedBy" => %(foaf:).freeze,
370
- type: "rdf:Property".freeze,
370
+ type: ["rdf:Property".freeze, "owl:InverseFunctionalProperty".freeze, "owl:ObjectProperty".freeze],
371
371
  "vs:term_status" => %(stable).freeze
372
372
  property :mbox_sha1sum,
373
373
  comment: %(The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox.).freeze,
@@ -375,7 +375,7 @@ module RDF
375
375
  label: "sha1sum of a personal mailbox URI name".freeze,
376
376
  range: "rdfs:Literal".freeze,
377
377
  "rdfs:isDefinedBy" => %(foaf:).freeze,
378
- type: "rdf:Property".freeze,
378
+ type: ["rdf:Property".freeze, "owl:InverseFunctionalProperty".freeze, "owl:DatatypeProperty".freeze],
379
379
  "vs:term_status" => %(testing).freeze
380
380
  property :member,
381
381
  comment: %(Indicates a member of a Group).freeze,
@@ -383,13 +383,13 @@ module RDF
383
383
  label: "member".freeze,
384
384
  range: "foaf:Agent".freeze,
385
385
  "rdfs:isDefinedBy" => %(foaf:).freeze,
386
- type: "rdf:Property".freeze,
386
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
387
387
  "vs:term_status" => %(stable).freeze
388
388
  property :membershipClass,
389
389
  comment: %(Indicates the class of individuals that are a member of a Group).freeze,
390
390
  label: "membershipClass".freeze,
391
391
  "rdfs:isDefinedBy" => %(foaf:).freeze,
392
- type: "rdf:Property".freeze,
392
+ type: ["rdf:Property".freeze, "owl:AnnotationProperty".freeze],
393
393
  "vs:term_status" => %(unstable).freeze
394
394
  property :msnChatID,
395
395
  comment: %(An MSN chat ID).freeze,
@@ -398,7 +398,7 @@ module RDF
398
398
  range: "rdfs:Literal".freeze,
399
399
  "rdfs:isDefinedBy" => %(foaf:).freeze,
400
400
  subPropertyOf: "foaf:nick".freeze,
401
- type: "rdf:Property".freeze,
401
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze, "owl:InverseFunctionalProperty".freeze],
402
402
  "vs:term_status" => %(testing).freeze
403
403
  property :myersBriggs,
404
404
  comment: %(A Myers Briggs \(MBTI\) personality classification.).freeze,
@@ -406,7 +406,7 @@ module RDF
406
406
  label: "myersBriggs".freeze,
407
407
  range: "rdfs:Literal".freeze,
408
408
  "rdfs:isDefinedBy" => %(foaf:).freeze,
409
- type: "rdf:Property".freeze,
409
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
410
410
  "vs:term_status" => %(testing).freeze
411
411
  property :name,
412
412
  comment: %(A name for some thing.).freeze,
@@ -415,13 +415,13 @@ module RDF
415
415
  range: "rdfs:Literal".freeze,
416
416
  "rdfs:isDefinedBy" => %(foaf:).freeze,
417
417
  subPropertyOf: "rdfs:label".freeze,
418
- type: "rdf:Property".freeze,
418
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
419
419
  "vs:term_status" => %(testing).freeze
420
420
  property :nick,
421
421
  comment: %(A short informal nickname characterising an agent \(includes login identifiers, IRC and other chat nicknames\).).freeze,
422
422
  label: "nickname".freeze,
423
423
  "rdfs:isDefinedBy" => %(foaf:).freeze,
424
- type: "rdf:Property".freeze,
424
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
425
425
  "vs:term_status" => %(testing).freeze
426
426
  property :openid,
427
427
  comment: %(An OpenID for an Agent.).freeze,
@@ -430,7 +430,7 @@ module RDF
430
430
  range: "foaf:Document".freeze,
431
431
  "rdfs:isDefinedBy" => %(foaf:).freeze,
432
432
  subPropertyOf: "foaf:isPrimaryTopicOf".freeze,
433
- type: "rdf:Property".freeze,
433
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze, "owl:InverseFunctionalProperty".freeze],
434
434
  "vs:term_status" => %(testing).freeze
435
435
  property :page,
436
436
  comment: %(A page or document about this thing.).freeze,
@@ -439,7 +439,7 @@ module RDF
439
439
  "owl:inverseOf" => %(foaf:topic).freeze,
440
440
  range: "foaf:Document".freeze,
441
441
  "rdfs:isDefinedBy" => %(foaf:).freeze,
442
- type: "rdf:Property".freeze,
442
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
443
443
  "vs:term_status" => %(stable).freeze
444
444
  property :pastProject,
445
445
  comment: %(A project this person has previously worked on.).freeze,
@@ -447,13 +447,13 @@ module RDF
447
447
  label: "past project".freeze,
448
448
  range: "owl:Thing".freeze,
449
449
  "rdfs:isDefinedBy" => %(foaf:).freeze,
450
- type: "rdf:Property".freeze,
450
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
451
451
  "vs:term_status" => %(testing).freeze
452
452
  property :phone,
453
453
  comment: %(A phone, specified using fully qualified tel: URI scheme \(refs: http://www.w3.org/Addressing/schemes.html#tel\).).freeze,
454
454
  label: "phone".freeze,
455
455
  "rdfs:isDefinedBy" => %(foaf:).freeze,
456
- type: "rdf:Property".freeze,
456
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
457
457
  "vs:term_status" => %(testing).freeze
458
458
  property :plan,
459
459
  comment: %(A .plan comment, in the tradition of finger and '.plan' files.).freeze,
@@ -461,7 +461,7 @@ module RDF
461
461
  label: "plan".freeze,
462
462
  range: "rdfs:Literal".freeze,
463
463
  "rdfs:isDefinedBy" => %(foaf:).freeze,
464
- type: "rdf:Property".freeze,
464
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
465
465
  "vs:term_status" => %(testing).freeze
466
466
  property :primaryTopic,
467
467
  comment: %(The primary topic of some page or document.).freeze,
@@ -470,7 +470,7 @@ module RDF
470
470
  "owl:inverseOf" => %(foaf:isPrimaryTopicOf).freeze,
471
471
  range: "owl:Thing".freeze,
472
472
  "rdfs:isDefinedBy" => %(foaf:).freeze,
473
- type: "rdf:Property".freeze,
473
+ type: ["rdf:Property".freeze, "owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
474
474
  "vs:term_status" => %(stable).freeze
475
475
  property :publications,
476
476
  comment: %(A link to the publications of this person.).freeze,
@@ -478,7 +478,7 @@ module RDF
478
478
  label: "publications".freeze,
479
479
  range: "foaf:Document".freeze,
480
480
  "rdfs:isDefinedBy" => %(foaf:).freeze,
481
- type: "rdf:Property".freeze,
481
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
482
482
  "vs:term_status" => %(testing).freeze
483
483
  property :schoolHomepage,
484
484
  comment: %(A homepage of a school attended by the person.).freeze,
@@ -486,14 +486,14 @@ module RDF
486
486
  label: "schoolHomepage".freeze,
487
487
  range: "foaf:Document".freeze,
488
488
  "rdfs:isDefinedBy" => %(foaf:).freeze,
489
- type: "rdf:Property".freeze,
489
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
490
490
  "vs:term_status" => %(testing).freeze
491
491
  property :sha1,
492
492
  comment: %(A sha1sum hash, in hex.).freeze,
493
493
  domain: "foaf:Document".freeze,
494
494
  label: "sha1sum (hex)".freeze,
495
495
  "rdfs:isDefinedBy" => %(foaf:).freeze,
496
- type: "rdf:Property".freeze,
496
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
497
497
  "vs:term_status" => %(unstable).freeze
498
498
  property :skypeID,
499
499
  comment: %(A Skype ID).freeze,
@@ -502,7 +502,7 @@ module RDF
502
502
  range: "rdfs:Literal".freeze,
503
503
  "rdfs:isDefinedBy" => %(foaf:).freeze,
504
504
  subPropertyOf: "foaf:nick".freeze,
505
- type: "rdf:Property".freeze,
505
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
506
506
  "vs:term_status" => %(testing).freeze
507
507
  property :status,
508
508
  comment: %(A string expressing what the user is happy for the general public \(normally\) to know about their current activity.).freeze,
@@ -510,7 +510,7 @@ module RDF
510
510
  label: "status".freeze,
511
511
  range: "rdfs:Literal".freeze,
512
512
  "rdfs:isDefinedBy" => %(foaf:).freeze,
513
- type: "rdf:Property".freeze,
513
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
514
514
  "vs:term_status" => %(unstable).freeze
515
515
  property :surname,
516
516
  comment: %(The surname of some person.).freeze,
@@ -518,7 +518,7 @@ module RDF
518
518
  label: "Surname".freeze,
519
519
  range: "rdfs:Literal".freeze,
520
520
  "rdfs:isDefinedBy" => %(foaf:).freeze,
521
- type: "rdf:Property".freeze,
521
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
522
522
  "vs:term_status" => %(archaic).freeze
523
523
  property :theme,
524
524
  comment: %(A theme.).freeze,
@@ -526,7 +526,7 @@ module RDF
526
526
  label: "theme".freeze,
527
527
  range: "owl:Thing".freeze,
528
528
  "rdfs:isDefinedBy" => %(foaf:).freeze,
529
- type: "rdf:Property".freeze,
529
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
530
530
  "vs:term_status" => %(archaic).freeze
531
531
  property :thumbnail,
532
532
  comment: %(A derived thumbnail image.).freeze,
@@ -534,7 +534,7 @@ module RDF
534
534
  label: "thumbnail".freeze,
535
535
  range: "foaf:Image".freeze,
536
536
  "rdfs:isDefinedBy" => %(foaf:).freeze,
537
- type: "rdf:Property".freeze,
537
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
538
538
  "vs:term_status" => %(testing).freeze
539
539
  property :tipjar,
540
540
  comment: %(A tipjar document for this agent, describing means for payment and reward.).freeze,
@@ -543,13 +543,13 @@ module RDF
543
543
  range: "foaf:Document".freeze,
544
544
  "rdfs:isDefinedBy" => %(foaf:).freeze,
545
545
  subPropertyOf: "foaf:page".freeze,
546
- type: "rdf:Property".freeze,
546
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
547
547
  "vs:term_status" => %(testing).freeze
548
548
  property :title,
549
549
  comment: %(Title \(Mr, Mrs, Ms, Dr. etc\)).freeze,
550
550
  label: "title".freeze,
551
551
  "rdfs:isDefinedBy" => %(foaf:).freeze,
552
- type: "rdf:Property".freeze,
552
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze],
553
553
  "vs:term_status" => %(testing).freeze
554
554
  property :topic,
555
555
  comment: %(A topic of some page or document.).freeze,
@@ -558,7 +558,7 @@ module RDF
558
558
  "owl:inverseOf" => %(foaf:page).freeze,
559
559
  range: "owl:Thing".freeze,
560
560
  "rdfs:isDefinedBy" => %(foaf:).freeze,
561
- type: "rdf:Property".freeze,
561
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
562
562
  "vs:term_status" => %(testing).freeze
563
563
  property :topic_interest,
564
564
  comment: %(A thing of interest to this person.).freeze,
@@ -566,7 +566,7 @@ module RDF
566
566
  label: "topic_interest".freeze,
567
567
  range: "owl:Thing".freeze,
568
568
  "rdfs:isDefinedBy" => %(foaf:).freeze,
569
- type: "rdf:Property".freeze,
569
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
570
570
  "vs:term_status" => %(testing).freeze
571
571
  property :weblog,
572
572
  comment: %(A weblog of some thing \(whether person, group, company etc.\).).freeze,
@@ -575,7 +575,7 @@ module RDF
575
575
  range: "foaf:Document".freeze,
576
576
  "rdfs:isDefinedBy" => %(foaf:).freeze,
577
577
  subPropertyOf: "foaf:page".freeze,
578
- type: "rdf:Property".freeze,
578
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze, "owl:InverseFunctionalProperty".freeze],
579
579
  "vs:term_status" => %(stable).freeze
580
580
  property :workInfoHomepage,
581
581
  comment: %(A work info homepage of some person; a page about their work for some organization.).freeze,
@@ -583,7 +583,7 @@ module RDF
583
583
  label: "work info homepage".freeze,
584
584
  range: "foaf:Document".freeze,
585
585
  "rdfs:isDefinedBy" => %(foaf:).freeze,
586
- type: "rdf:Property".freeze,
586
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
587
587
  "vs:term_status" => %(testing).freeze
588
588
  property :workplaceHomepage,
589
589
  comment: %(A workplace homepage of some person; the homepage of an organization they work for.).freeze,
@@ -591,7 +591,7 @@ module RDF
591
591
  label: "workplace homepage".freeze,
592
592
  range: "foaf:Document".freeze,
593
593
  "rdfs:isDefinedBy" => %(foaf:).freeze,
594
- type: "rdf:Property".freeze,
594
+ type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze],
595
595
  "vs:term_status" => %(testing).freeze
596
596
  property :yahooChatID,
597
597
  comment: %(A Yahoo chat ID).freeze,
@@ -600,13 +600,14 @@ module RDF
600
600
  range: "rdfs:Literal".freeze,
601
601
  "rdfs:isDefinedBy" => %(foaf:).freeze,
602
602
  subPropertyOf: "foaf:nick".freeze,
603
- type: "rdf:Property".freeze,
603
+ type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze, "owl:InverseFunctionalProperty".freeze],
604
604
  "vs:term_status" => %(testing).freeze
605
605
 
606
606
  # Extra definitions
607
607
  term :"",
608
608
  "dc11:description" => %(The Friend of a Friend \(FOAF\) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.).freeze,
609
609
  "dc11:title" => %(Friend of a Friend \(FOAF\) vocabulary).freeze,
610
+ label: "".freeze,
610
611
  type: "owl:Ontology".freeze
611
612
  end
612
613
  end