rdf-vocab 0.8.8 → 2.0.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rdf/vocab.rb +160 -61
  3. data/lib/rdf/vocab/acl.rb +6 -1
  4. data/lib/rdf/vocab/bibframe.rb +83 -78
  5. data/lib/rdf/vocab/bibo.rb +255 -248
  6. data/lib/rdf/vocab/cc.rb +132 -0
  7. data/lib/rdf/vocab/cert.rb +249 -0
  8. data/lib/rdf/vocab/cnt.rb +23 -18
  9. data/lib/rdf/vocab/crm.rb +12 -7
  10. data/lib/rdf/vocab/datacite.rb +88 -83
  11. data/lib/rdf/vocab/dc.rb +952 -0
  12. data/lib/rdf/vocab/dc11.rb +171 -0
  13. data/lib/rdf/vocab/dcat.rb +218 -0
  14. data/lib/rdf/vocab/dcmitype.rb +80 -75
  15. data/lib/rdf/vocab/doap.rb +341 -0
  16. data/lib/rdf/vocab/dwc.rb +1651 -1646
  17. data/lib/rdf/vocab/ebucore.rb +122 -117
  18. data/lib/rdf/vocab/edm.rb +102 -97
  19. data/lib/rdf/vocab/exif.rb +945 -0
  20. data/lib/rdf/vocab/extensions.rb +1 -0
  21. data/lib/rdf/vocab/fcrepo4.rb +62 -57
  22. data/lib/rdf/vocab/foaf.rb +618 -0
  23. data/lib/rdf/vocab/geo.rb +161 -0
  24. data/lib/rdf/vocab/geonames.rb +2742 -2737
  25. data/lib/rdf/vocab/gr.rb +1505 -0
  26. data/lib/rdf/vocab/ht.rb +240 -0
  27. data/lib/rdf/vocab/hydra.rb +96 -91
  28. data/lib/rdf/vocab/iana.rb +5 -0
  29. data/lib/rdf/vocab/ical.rb +532 -0
  30. data/lib/rdf/vocab/identifiers.rb +203 -182
  31. data/lib/rdf/vocab/iiif.rb +51 -26
  32. data/lib/rdf/vocab/jsonld.rb +15 -10
  33. data/lib/rdf/vocab/ldp.rb +66 -61
  34. data/lib/rdf/vocab/lrmi.rb +68 -63
  35. data/lib/rdf/vocab/ma.rb +517 -0
  36. data/lib/rdf/vocab/mads.rb +448 -206
  37. data/lib/rdf/vocab/marc_relators.rb +1240 -1235
  38. data/lib/rdf/vocab/mo.rb +2416 -0
  39. data/lib/rdf/vocab/mods.rb +17 -12
  40. data/lib/rdf/vocab/nfo.rb +65 -60
  41. data/lib/rdf/vocab/oa.rb +91 -86
  42. data/lib/rdf/vocab/og.rb +226 -0
  43. data/lib/rdf/vocab/ogc.rb +62 -0
  44. data/lib/rdf/vocab/ore.rb +24 -19
  45. data/lib/rdf/vocab/org.rb +83 -78
  46. data/lib/rdf/vocab/pplan.rb +54 -49
  47. data/lib/rdf/vocab/premis.rb +470 -465
  48. data/lib/rdf/vocab/premis_event_type.rb +85 -80
  49. data/lib/rdf/vocab/prov.rb +1554 -0
  50. data/lib/rdf/vocab/ptr.rb +5 -0
  51. data/lib/rdf/vocab/rsa.rb +76 -0
  52. data/lib/rdf/vocab/rss.rb +70 -0
  53. data/lib/rdf/vocab/schema.rb +10765 -0
  54. data/lib/rdf/vocab/sioc.rb +673 -0
  55. data/lib/rdf/vocab/sioc_services.rb +27 -22
  56. data/lib/rdf/vocab/skos.rb +242 -0
  57. data/lib/rdf/vocab/skosxl.rb +61 -0
  58. data/lib/rdf/vocab/v.rb +387 -0
  59. data/lib/rdf/vocab/vcard.rb +845 -0
  60. data/lib/rdf/vocab/version.rb +1 -0
  61. data/lib/rdf/vocab/vmd.rb +387 -0
  62. data/lib/rdf/vocab/void.rb +190 -0
  63. data/lib/rdf/vocab/vs.rb +32 -0
  64. data/lib/rdf/vocab/wdrs.rb +138 -0
  65. data/lib/rdf/vocab/wot.rb +171 -0
  66. data/lib/rdf/vocab/xhtml.rb +12 -0
  67. data/lib/rdf/vocab/xhv.rb +509 -0
  68. data/spec/spec_helper.rb +1 -0
  69. data/spec/vocab_spec.rb +1 -0
  70. metadata +76 -33
  71. data/lib/rdf/vocab/disco.rb +0 -369
@@ -0,0 +1,845 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically using vocab-fetch from http://www.w3.org/2006/vcard/ns#
4
+ require 'rdf'
5
+ module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://www.w3.org/2006/vcard/ns#>
8
+ # class VCARD < RDF::StrictVocabulary
9
+ # end
10
+ class VCARD < RDF::StrictVocabulary("http://www.w3.org/2006/vcard/ns#")
11
+
12
+ # Class definitions
13
+ term :Acquaintance,
14
+ label: "Acquaintance".freeze,
15
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
16
+ subClassOf: "vcard:RelatedType".freeze,
17
+ type: "owl:Class".freeze
18
+ term :Address,
19
+ comment: %(To specify the components of the delivery address for the object).freeze,
20
+ label: "Address".freeze,
21
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
22
+ type: "owl:Class".freeze
23
+ term :Agent,
24
+ label: "Agent".freeze,
25
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
26
+ subClassOf: "vcard:RelatedType".freeze,
27
+ type: "owl:Class".freeze
28
+ term :BBS,
29
+ comment: %(This class is deprecated).freeze,
30
+ label: "BBS".freeze,
31
+ :"owl:deprecated" => %(true).freeze,
32
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
33
+ subClassOf: "vcard:TelephoneType".freeze,
34
+ type: "owl:Class".freeze
35
+ term :Car,
36
+ comment: %(This class is deprecated).freeze,
37
+ label: "Car".freeze,
38
+ :"owl:deprecated" => %(true).freeze,
39
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
40
+ subClassOf: "vcard:TelephoneType".freeze,
41
+ type: "owl:Class".freeze
42
+ term :Cell,
43
+ comment: %(Also called mobile telephone).freeze,
44
+ label: "Cell".freeze,
45
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
46
+ subClassOf: "vcard:TelephoneType".freeze,
47
+ type: "owl:Class".freeze
48
+ term :Child,
49
+ label: "Child".freeze,
50
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
51
+ subClassOf: "vcard:RelatedType".freeze,
52
+ type: "owl:Class".freeze
53
+ term :Colleague,
54
+ label: "Colleague".freeze,
55
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
56
+ subClassOf: "vcard:RelatedType".freeze,
57
+ type: "owl:Class".freeze
58
+ term :Contact,
59
+ label: "Contact".freeze,
60
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
61
+ subClassOf: "vcard:RelatedType".freeze,
62
+ type: "owl:Class".freeze
63
+ term :Coresident,
64
+ label: "Coresident".freeze,
65
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
66
+ subClassOf: "vcard:RelatedType".freeze,
67
+ type: "owl:Class".freeze
68
+ term :Coworker,
69
+ label: "Coworker".freeze,
70
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
71
+ subClassOf: "vcard:RelatedType".freeze,
72
+ type: "owl:Class".freeze
73
+ term :Crush,
74
+ label: "Crush".freeze,
75
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
76
+ subClassOf: "vcard:RelatedType".freeze,
77
+ type: "owl:Class".freeze
78
+ term :Date,
79
+ label: "Date".freeze,
80
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
81
+ subClassOf: "vcard:RelatedType".freeze,
82
+ type: "owl:Class".freeze
83
+ term :Dom,
84
+ comment: %(This class is deprecated).freeze,
85
+ label: "Dom".freeze,
86
+ :"owl:deprecated" => %(true).freeze,
87
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
88
+ subClassOf: "vcard:Type".freeze,
89
+ type: "owl:Class".freeze
90
+ term :Email,
91
+ comment: %(To specify the electronic mail address for communication with the object the vCard represents. Use the hasEmail object property.).freeze,
92
+ label: "Email".freeze,
93
+ :"owl:deprecated" => %(true).freeze,
94
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
95
+ type: "owl:Class".freeze
96
+ term :Emergency,
97
+ label: "Emergency".freeze,
98
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
99
+ subClassOf: "vcard:RelatedType".freeze,
100
+ type: "owl:Class".freeze
101
+ term :Fax,
102
+ label: "Fax".freeze,
103
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
104
+ subClassOf: "vcard:TelephoneType".freeze,
105
+ type: "owl:Class".freeze
106
+ term :Female,
107
+ label: "Female".freeze,
108
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
109
+ subClassOf: "vcard:Gender".freeze,
110
+ type: "owl:Class".freeze
111
+ term :Friend,
112
+ label: "Friend".freeze,
113
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
114
+ subClassOf: "vcard:RelatedType".freeze,
115
+ type: "owl:Class".freeze
116
+ term :Gender,
117
+ comment: %(Used for gender codes. The URI of the gender code must be used as the value for Gender.).freeze,
118
+ label: "Gender".freeze,
119
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
120
+ type: "owl:Class".freeze
121
+ term :Group,
122
+ comment: %(Object representing a group of persons or entities. A group object will usually contain hasMember properties to specify the members of the group.).freeze,
123
+ label: "Group".freeze,
124
+ :"owl:disjointWith" => [%(vcard:Individual).freeze, %(vcard:Location).freeze, %(vcard:Organization).freeze],
125
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
126
+ subClassOf: "vcard:Kind".freeze,
127
+ type: "owl:Class".freeze
128
+ term :Home,
129
+ comment: %(This implies that the property is related to an individual's personal life).freeze,
130
+ label: "Home".freeze,
131
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
132
+ subClassOf: "vcard:Type".freeze,
133
+ type: "owl:Class".freeze
134
+ term :ISDN,
135
+ comment: %(This class is deprecated).freeze,
136
+ label: "ISDN".freeze,
137
+ :"owl:deprecated" => %(true).freeze,
138
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
139
+ subClassOf: "vcard:Type".freeze,
140
+ type: "owl:Class".freeze
141
+ term :Individual,
142
+ comment: %(An object representing a single person or entity).freeze,
143
+ label: "Individual".freeze,
144
+ :"owl:disjointWith" => [%(vcard:Location).freeze, %(vcard:Organization).freeze],
145
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
146
+ subClassOf: "vcard:Kind".freeze,
147
+ type: "owl:Class".freeze
148
+ term :Internet,
149
+ comment: %(This class is deprecated).freeze,
150
+ label: "Internet".freeze,
151
+ :"owl:deprecated" => %(true).freeze,
152
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
153
+ subClassOf: "vcard:Type".freeze,
154
+ type: "owl:Class".freeze
155
+ term :Intl,
156
+ comment: %(This class is deprecated).freeze,
157
+ label: "Intl".freeze,
158
+ :"owl:deprecated" => %(true).freeze,
159
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
160
+ subClassOf: "vcard:Type".freeze,
161
+ type: "owl:Class".freeze
162
+ term :Kin,
163
+ label: "Kin".freeze,
164
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
165
+ subClassOf: "vcard:RelatedType".freeze,
166
+ type: "owl:Class".freeze
167
+ term :Kind,
168
+ comment: %(The parent class for all objects).freeze,
169
+ label: "Kind".freeze,
170
+ :"owl:equivalentClass" => %(vcard:VCard).freeze,
171
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
172
+ type: "owl:Class".freeze
173
+ term :Label,
174
+ comment: %(This class is deprecated).freeze,
175
+ label: "Label".freeze,
176
+ :"owl:deprecated" => %(true).freeze,
177
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
178
+ subClassOf: "vcard:Type".freeze,
179
+ type: "owl:Class".freeze
180
+ term :Location,
181
+ comment: %(An object representing a named geographical place).freeze,
182
+ label: "Location".freeze,
183
+ :"owl:disjointWith" => %(vcard:Organization).freeze,
184
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
185
+ subClassOf: "vcard:Kind".freeze,
186
+ type: "owl:Class".freeze
187
+ term :Male,
188
+ label: "Male".freeze,
189
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
190
+ subClassOf: "vcard:Gender".freeze,
191
+ type: "owl:Class".freeze
192
+ term :Me,
193
+ label: "Me".freeze,
194
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
195
+ subClassOf: "vcard:RelatedType".freeze,
196
+ type: "owl:Class".freeze
197
+ term :Met,
198
+ label: "Met".freeze,
199
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
200
+ subClassOf: "vcard:RelatedType".freeze,
201
+ type: "owl:Class".freeze
202
+ term :Modem,
203
+ comment: %(This class is deprecated).freeze,
204
+ label: "Modem".freeze,
205
+ :"owl:deprecated" => %(true).freeze,
206
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
207
+ subClassOf: "vcard:TelephoneType".freeze,
208
+ type: "owl:Class".freeze
209
+ term :Msg,
210
+ comment: %(This class is deprecated).freeze,
211
+ label: "Msg".freeze,
212
+ :"owl:deprecated" => %(true).freeze,
213
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
214
+ subClassOf: "vcard:TelephoneType".freeze,
215
+ type: "owl:Class".freeze
216
+ term :Muse,
217
+ label: "Muse".freeze,
218
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
219
+ subClassOf: "vcard:RelatedType".freeze,
220
+ type: "owl:Class".freeze
221
+ term :Name,
222
+ comment: %(To specify the components of the name of the object).freeze,
223
+ label: "Name".freeze,
224
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
225
+ type: "owl:Class".freeze
226
+ term :Neighbor,
227
+ label: "Neighbor".freeze,
228
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
229
+ subClassOf: "vcard:RelatedType".freeze,
230
+ type: "owl:Class".freeze
231
+ term :None,
232
+ label: "None".freeze,
233
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
234
+ subClassOf: "vcard:Gender".freeze,
235
+ type: "owl:Class".freeze
236
+ term :Organization,
237
+ comment: %(An object representing an organization. An organization is a single entity, and might represent a business or government, a department or division within a business or government, a club, an association, or the like.
238
+ ).freeze,
239
+ label: "Organization".freeze,
240
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
241
+ subClassOf: "vcard:Kind".freeze,
242
+ type: "owl:Class".freeze
243
+ term :Other,
244
+ label: "Other".freeze,
245
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
246
+ subClassOf: "vcard:Gender".freeze,
247
+ type: "owl:Class".freeze
248
+ term :PCS,
249
+ comment: %(This class is deprecated).freeze,
250
+ label: "PCS".freeze,
251
+ :"owl:deprecated" => %(true).freeze,
252
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
253
+ subClassOf: "vcard:TelephoneType".freeze,
254
+ type: "owl:Class".freeze
255
+ term :Pager,
256
+ label: "Pager".freeze,
257
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
258
+ subClassOf: "vcard:TelephoneType".freeze,
259
+ type: "owl:Class".freeze
260
+ term :Parcel,
261
+ comment: %(This class is deprecated).freeze,
262
+ label: "Parcel".freeze,
263
+ :"owl:deprecated" => %(true).freeze,
264
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
265
+ subClassOf: "vcard:Type".freeze,
266
+ type: "owl:Class".freeze
267
+ term :Parent,
268
+ label: "Parent".freeze,
269
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
270
+ subClassOf: "vcard:RelatedType".freeze,
271
+ type: "owl:Class".freeze
272
+ term :Postal,
273
+ comment: %(This class is deprecated).freeze,
274
+ label: "Postal".freeze,
275
+ :"owl:deprecated" => %(true).freeze,
276
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
277
+ subClassOf: "vcard:Type".freeze,
278
+ type: "owl:Class".freeze
279
+ term :Pref,
280
+ comment: %(This class is deprecated).freeze,
281
+ label: "Pref".freeze,
282
+ :"owl:deprecated" => %(true).freeze,
283
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
284
+ subClassOf: "vcard:Type".freeze,
285
+ type: "owl:Class".freeze
286
+ term :RelatedType,
287
+ comment: %(Used for relation type codes. The URI of the relation type code must be used as the value for the Relation Type.).freeze,
288
+ label: "Relation Type".freeze,
289
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
290
+ type: "owl:Class".freeze
291
+ term :Sibling,
292
+ label: "Sibling".freeze,
293
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
294
+ subClassOf: "vcard:RelatedType".freeze,
295
+ type: "owl:Class".freeze
296
+ term :Spouse,
297
+ label: "Spouse".freeze,
298
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
299
+ subClassOf: "vcard:RelatedType".freeze,
300
+ type: "owl:Class".freeze
301
+ term :Sweetheart,
302
+ label: "Sweetheart".freeze,
303
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
304
+ subClassOf: "vcard:RelatedType".freeze,
305
+ type: "owl:Class".freeze
306
+ term :Tel,
307
+ comment: %(This class is deprecated. Use the hasTelephone object property.).freeze,
308
+ label: "Tel".freeze,
309
+ :"owl:deprecated" => %(true).freeze,
310
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
311
+ type: "owl:Class".freeze
312
+ term :TelephoneType,
313
+ comment: %(Used for telephone type codes. The URI of the telephone type code must be used as the value for the Telephone Type.).freeze,
314
+ label: "Phone".freeze,
315
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
316
+ type: "owl:Class".freeze
317
+ term :Text,
318
+ comment: %(Also called sms telephone).freeze,
319
+ label: "Text".freeze,
320
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
321
+ subClassOf: "vcard:TelephoneType".freeze,
322
+ type: "owl:Class".freeze
323
+ term :TextPhone,
324
+ label: "Text phone".freeze,
325
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
326
+ subClassOf: "vcard:TelephoneType".freeze,
327
+ type: "owl:Class".freeze
328
+ term :Type,
329
+ comment: %(Used for type codes. The URI of the type code must be used as the value for Type.).freeze,
330
+ label: "Type".freeze,
331
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
332
+ type: "owl:Class".freeze
333
+ term :Unknown,
334
+ label: "Unknown".freeze,
335
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
336
+ subClassOf: "vcard:Gender".freeze,
337
+ type: "owl:Class".freeze
338
+ term :VCard,
339
+ comment: %(The vCard class is equivalent to the new Kind class, which is the parent for the four explicit types of vCards \(Individual, Organization, Location, Group\)).freeze,
340
+ label: "VCard".freeze,
341
+ :"owl:equivalentClass" => %(vcard:Kind).freeze,
342
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
343
+ type: "owl:Class".freeze
344
+ term :Video,
345
+ label: "Video".freeze,
346
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
347
+ subClassOf: "vcard:TelephoneType".freeze,
348
+ type: "owl:Class".freeze
349
+ term :Voice,
350
+ label: "Voice".freeze,
351
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
352
+ subClassOf: "vcard:TelephoneType".freeze,
353
+ type: "owl:Class".freeze
354
+ term :Work,
355
+ comment: %(This implies that the property is related to an individual's work place).freeze,
356
+ label: "Work".freeze,
357
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
358
+ subClassOf: "vcard:Type".freeze,
359
+ type: "owl:Class".freeze
360
+ term :X400,
361
+ comment: %(This class is deprecated).freeze,
362
+ label: "X400".freeze,
363
+ :"owl:deprecated" => %(true).freeze,
364
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
365
+ subClassOf: "vcard:Type".freeze,
366
+ type: "owl:Class".freeze
367
+
368
+ # Property definitions
369
+ property :"additional-name",
370
+ comment: %(The additional name associated with the object).freeze,
371
+ label: "additional name".freeze,
372
+ range: "xsd:string".freeze,
373
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
374
+ type: "owl:DatatypeProperty".freeze
375
+ property :adr,
376
+ comment: %(This object property has been mapped).freeze,
377
+ label: "address".freeze,
378
+ :"owl:equivalentProperty" => %(vcard:hasAddress).freeze,
379
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
380
+ type: "owl:ObjectProperty".freeze
381
+ property :agent,
382
+ comment: %(This object property has been deprecated).freeze,
383
+ label: "agent".freeze,
384
+ :"owl:deprecated" => %(true).freeze,
385
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
386
+ type: "owl:ObjectProperty".freeze
387
+ property :anniversary,
388
+ comment: %(The date of marriage, or equivalent, of the object).freeze,
389
+ label: "anniversary".freeze,
390
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
391
+ type: "owl:DatatypeProperty".freeze
392
+ property :bday,
393
+ comment: %(To specify the birth date of the object).freeze,
394
+ label: "birth date".freeze,
395
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
396
+ type: "owl:DatatypeProperty".freeze
397
+ property :category,
398
+ comment: %(The category information about the object, also known as tags).freeze,
399
+ label: "category".freeze,
400
+ range: "xsd:string".freeze,
401
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
402
+ type: "owl:DatatypeProperty".freeze
403
+ property :class,
404
+ comment: %(This data property has been deprecated).freeze,
405
+ label: "class".freeze,
406
+ :"owl:deprecated" => %(true).freeze,
407
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
408
+ type: "owl:DatatypeProperty".freeze
409
+ property :"country-name",
410
+ comment: %(The country name associated with the address of the object).freeze,
411
+ label: "country name".freeze,
412
+ range: "xsd:string".freeze,
413
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
414
+ type: "owl:DatatypeProperty".freeze
415
+ property :email,
416
+ comment: %(This object property has been mapped).freeze,
417
+ label: "email".freeze,
418
+ :"owl:equivalentProperty" => %(vcard:hasEmail).freeze,
419
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
420
+ type: "owl:ObjectProperty".freeze
421
+ property :"extended-address",
422
+ comment: %(This data property has been deprecated).freeze,
423
+ label: "extended address".freeze,
424
+ :"owl:deprecated" => %(true).freeze,
425
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
426
+ type: "owl:DatatypeProperty".freeze
427
+ property :"family-name",
428
+ comment: %(The family name associated with the object).freeze,
429
+ label: "family name".freeze,
430
+ range: "xsd:string".freeze,
431
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
432
+ type: "owl:DatatypeProperty".freeze
433
+ property :fn,
434
+ comment: %(The formatted text corresponding to the name of the object).freeze,
435
+ label: "formatted name".freeze,
436
+ range: "xsd:string".freeze,
437
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
438
+ type: "owl:DatatypeProperty".freeze
439
+ property :geo,
440
+ comment: %(This object property has been mapped).freeze,
441
+ label: "geo".freeze,
442
+ :"owl:equivalentProperty" => %(vcard:hasGeo).freeze,
443
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
444
+ type: "owl:ObjectProperty".freeze
445
+ property :"given-name",
446
+ comment: %(The given name associated with the object).freeze,
447
+ label: "given name".freeze,
448
+ range: "xsd:string".freeze,
449
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
450
+ type: "owl:DatatypeProperty".freeze
451
+ property :hasAdditionalName,
452
+ comment: %(Used to support property parameters for the additional name data property).freeze,
453
+ label: "has additional name".freeze,
454
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
455
+ type: "owl:ObjectProperty".freeze
456
+ property :hasAddress,
457
+ comment: %(To specify the components of the delivery address for the object).freeze,
458
+ label: "has address".freeze,
459
+ range: "vcard:Address".freeze,
460
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
461
+ type: "owl:ObjectProperty".freeze
462
+ property :hasCalendarBusy,
463
+ comment: %(To specify the busy time associated with the object. \(Was called FBURL in RFC6350\)).freeze,
464
+ label: "has calendar busy".freeze,
465
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
466
+ type: "owl:ObjectProperty".freeze
467
+ property :hasCalendarLink,
468
+ comment: %(To specify the calendar associated with the object. \(Was called CALURI in RFC6350\)).freeze,
469
+ label: "has calendar link".freeze,
470
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
471
+ type: "owl:ObjectProperty".freeze
472
+ property :hasCalendarRequest,
473
+ comment: %(To specify the calendar user address to which a scheduling request be sent for the object. \(Was called CALADRURI in RFC6350\)).freeze,
474
+ label: "has calendar request".freeze,
475
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
476
+ type: "owl:ObjectProperty".freeze
477
+ property :hasCategory,
478
+ comment: %(Used to support property parameters for the category data property).freeze,
479
+ label: "has category".freeze,
480
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
481
+ type: "owl:ObjectProperty".freeze
482
+ property :hasCountryName,
483
+ comment: %(Used to support property parameters for the country name data property).freeze,
484
+ label: "has country name".freeze,
485
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
486
+ type: "owl:ObjectProperty".freeze
487
+ property :hasEmail,
488
+ comment: %(To specify the electronic mail address for communication with the object).freeze,
489
+ label: "has email".freeze,
490
+ range: "vcard:Email".freeze,
491
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
492
+ type: "owl:ObjectProperty".freeze
493
+ property :hasFN,
494
+ comment: %(Used to support property parameters for the formatted name data property).freeze,
495
+ label: "has formatted name".freeze,
496
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
497
+ type: "owl:ObjectProperty".freeze
498
+ property :hasFamilyName,
499
+ comment: %(Used to support property parameters for the family name data property).freeze,
500
+ label: "has family name".freeze,
501
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
502
+ type: "owl:ObjectProperty".freeze
503
+ property :hasGender,
504
+ comment: %(To specify the sex or gender identity of the object. URIs are recommended to enable interoperable sex and gender codes to be used.).freeze,
505
+ label: "has gender".freeze,
506
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
507
+ type: "owl:ObjectProperty".freeze
508
+ property :hasGeo,
509
+ comment: %(To specify information related to the global positioning of the object. May also be used as a property parameter.).freeze,
510
+ label: "has geo".freeze,
511
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
512
+ type: "owl:ObjectProperty".freeze
513
+ property :hasGivenName,
514
+ comment: %(Used to support property parameters for the given name data property).freeze,
515
+ label: "has given name".freeze,
516
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
517
+ type: "owl:ObjectProperty".freeze
518
+ property :hasHonorificPrefix,
519
+ comment: %(Used to support property parameters for the honorific prefix data property).freeze,
520
+ label: "has honorific prefix".freeze,
521
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
522
+ type: "owl:ObjectProperty".freeze
523
+ property :hasHonorificSuffix,
524
+ comment: %(Used to support property parameters for the honorific suffix data property).freeze,
525
+ label: "has honorific suffix".freeze,
526
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
527
+ type: "owl:ObjectProperty".freeze
528
+ property :hasInstantMessage,
529
+ comment: %(To specify the instant messaging and presence protocol communications with the object. \(Was called IMPP in RFC6350\)).freeze,
530
+ label: "has messaging".freeze,
531
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
532
+ type: "owl:ObjectProperty".freeze
533
+ property :hasKey,
534
+ comment: %(To specify a public key or authentication certificate associated with the object).freeze,
535
+ label: "has key".freeze,
536
+ :"owl:equivalentProperty" => %(vcard:key).freeze,
537
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
538
+ type: "owl:ObjectProperty".freeze
539
+ property :hasLanguage,
540
+ comment: %(Used to support property parameters for the language data property).freeze,
541
+ label: "has language".freeze,
542
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
543
+ type: "owl:ObjectProperty".freeze
544
+ property :hasLocality,
545
+ comment: %(Used to support property parameters for the locality data property).freeze,
546
+ label: "has locality".freeze,
547
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
548
+ type: "owl:ObjectProperty".freeze
549
+ property :hasLogo,
550
+ comment: %(To specify a graphic image of a logo associated with the object ).freeze,
551
+ label: "has logo".freeze,
552
+ :"owl:equivalentProperty" => %(vcard:logo).freeze,
553
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
554
+ type: "owl:ObjectProperty".freeze
555
+ property :hasMember,
556
+ comment: %(To include a member in the group this object represents. \(This property can only be used by Group individuals\)).freeze,
557
+ domain: "vcard:Group".freeze,
558
+ label: "has member".freeze,
559
+ range: "vcard:Kind".freeze,
560
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
561
+ type: "owl:ObjectProperty".freeze
562
+ property :hasName,
563
+ comment: %(To specify the components of the name of the object).freeze,
564
+ label: "has name".freeze,
565
+ :"owl:equivalentProperty" => %(vcard:n).freeze,
566
+ range: "vcard:Name".freeze,
567
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
568
+ type: "owl:ObjectProperty".freeze
569
+ property :hasNickname,
570
+ comment: %(Used to support property parameters for the nickname data property).freeze,
571
+ label: "has nickname".freeze,
572
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
573
+ :"rdfs:seeAlso" => %(vcard:nickname).freeze,
574
+ type: "owl:ObjectProperty".freeze
575
+ property :hasNote,
576
+ comment: %(Used to support property parameters for the note data property).freeze,
577
+ label: "has note".freeze,
578
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
579
+ type: "owl:ObjectProperty".freeze
580
+ property :hasOrganizationName,
581
+ comment: %(Used to support property parameters for the organization name data property).freeze,
582
+ label: "has organization name".freeze,
583
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
584
+ type: "owl:ObjectProperty".freeze
585
+ property :hasOrganizationUnit,
586
+ comment: %(Used to support property parameters for the organization unit name data property).freeze,
587
+ label: "has organization unit name".freeze,
588
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
589
+ type: "owl:ObjectProperty".freeze
590
+ property :hasPhoto,
591
+ comment: %(To specify an image or photograph information that annotates some aspect of the object).freeze,
592
+ label: "has photo".freeze,
593
+ :"owl:equivalentProperty" => %(vcard:photo).freeze,
594
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
595
+ type: "owl:ObjectProperty".freeze
596
+ property :hasPostalCode,
597
+ comment: %(Used to support property parameters for the postal code data property).freeze,
598
+ label: "has postal code".freeze,
599
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
600
+ type: "owl:ObjectProperty".freeze
601
+ property :hasRegion,
602
+ comment: %(Used to support property parameters for the region data property).freeze,
603
+ label: "has region".freeze,
604
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
605
+ type: "owl:ObjectProperty".freeze
606
+ property :hasRelated,
607
+ comment: %(To specify a relationship between another entity and the entity represented by this object).freeze,
608
+ label: "has related".freeze,
609
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
610
+ type: "owl:ObjectProperty".freeze
611
+ property :hasRole,
612
+ comment: %(Used to support property parameters for the role data property).freeze,
613
+ label: "has role".freeze,
614
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
615
+ type: "owl:ObjectProperty".freeze
616
+ property :hasSound,
617
+ comment: %(To specify a digital sound content information that annotates some aspect of the object).freeze,
618
+ label: "has sound".freeze,
619
+ :"owl:equivalentProperty" => %(vcard:sound).freeze,
620
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
621
+ type: "owl:ObjectProperty".freeze
622
+ property :hasSource,
623
+ comment: %(To identify the source of directory information of the object).freeze,
624
+ label: "has source".freeze,
625
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
626
+ type: "owl:ObjectProperty".freeze
627
+ property :hasStreetAddress,
628
+ comment: %(Used to support property parameters for the street address data property).freeze,
629
+ label: "has street address".freeze,
630
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
631
+ type: "owl:ObjectProperty".freeze
632
+ property :hasTelephone,
633
+ comment: %(To specify the telephone number for telephony communication with the object).freeze,
634
+ label: "has telephone".freeze,
635
+ :"owl:equivalentProperty" => %(vcard:tel).freeze,
636
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
637
+ type: "owl:ObjectProperty".freeze
638
+ property :hasTitle,
639
+ comment: %(Used to support property parameters for the title data property).freeze,
640
+ label: "has title".freeze,
641
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
642
+ type: "owl:ObjectProperty".freeze
643
+ property :hasUID,
644
+ comment: %(To specify a value that represents a globally unique identifier corresponding to the object).freeze,
645
+ label: "has uid".freeze,
646
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
647
+ type: "owl:ObjectProperty".freeze
648
+ property :hasURL,
649
+ comment: %(To specify a uniform resource locator associated with the object).freeze,
650
+ label: "has url".freeze,
651
+ :"owl:equivalentProperty" => %(vcard:url).freeze,
652
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
653
+ type: "owl:ObjectProperty".freeze
654
+ property :hasValue,
655
+ comment: %(Used to indicate the resource value of an object property that requires property parameters).freeze,
656
+ label: "has value".freeze,
657
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
658
+ type: "owl:ObjectProperty".freeze
659
+ property :"honorific-prefix",
660
+ comment: %(The honorific prefix of the name associated with the object).freeze,
661
+ label: "honorific prefix".freeze,
662
+ range: "xsd:string".freeze,
663
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
664
+ type: "owl:DatatypeProperty".freeze
665
+ property :"honorific-suffix",
666
+ comment: %(The honorific suffix of the name associated with the object).freeze,
667
+ label: "honorific suffix".freeze,
668
+ range: "xsd:string".freeze,
669
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
670
+ type: "owl:DatatypeProperty".freeze
671
+ property :key,
672
+ comment: %(This object property has been mapped).freeze,
673
+ label: "key".freeze,
674
+ :"owl:equivalentProperty" => %(vcard:hasKey).freeze,
675
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
676
+ type: "owl:ObjectProperty".freeze
677
+ property :label,
678
+ comment: %(This data property has been deprecated).freeze,
679
+ label: "label".freeze,
680
+ :"owl:deprecated" => %(true).freeze,
681
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
682
+ type: "owl:DatatypeProperty".freeze
683
+ property :language,
684
+ comment: %(To specify the language that may be used for contacting the object. May also be used as a property parameter.).freeze,
685
+ label: "language".freeze,
686
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
687
+ type: "owl:DatatypeProperty".freeze
688
+ property :latitude,
689
+ comment: %(This data property has been deprecated. See hasGeo).freeze,
690
+ label: "latitude".freeze,
691
+ :"owl:deprecated" => %(true).freeze,
692
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
693
+ type: "owl:DatatypeProperty".freeze
694
+ property :locality,
695
+ comment: %(The locality \(e.g. city or town\) associated with the address of the object).freeze,
696
+ label: "locality".freeze,
697
+ range: "xsd:string".freeze,
698
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
699
+ type: "owl:DatatypeProperty".freeze
700
+ property :logo,
701
+ comment: %(This object property has been mapped).freeze,
702
+ label: "logo".freeze,
703
+ :"owl:equivalentProperty" => %(vcard:hasLogo).freeze,
704
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
705
+ type: "owl:ObjectProperty".freeze
706
+ property :longitude,
707
+ comment: %(This data property has been deprecated. See hasGeo).freeze,
708
+ label: "longitude".freeze,
709
+ :"owl:deprecated" => %(true).freeze,
710
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
711
+ type: "owl:DatatypeProperty".freeze
712
+ property :mailer,
713
+ comment: %(This data property has been deprecated).freeze,
714
+ label: "mailer".freeze,
715
+ :"owl:deprecated" => %(true).freeze,
716
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
717
+ type: "owl:DatatypeProperty".freeze
718
+ property :n,
719
+ comment: %(This object property has been mapped).freeze,
720
+ label: "name".freeze,
721
+ :"owl:equivalentProperty" => %(vcard:hasName).freeze,
722
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
723
+ type: "owl:ObjectProperty".freeze
724
+ property :nickname,
725
+ comment: %(The nick name associated with the object).freeze,
726
+ label: "nickname".freeze,
727
+ range: "xsd:string".freeze,
728
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
729
+ type: "owl:DatatypeProperty".freeze
730
+ property :note,
731
+ comment: %(A note associated with the object).freeze,
732
+ label: "note".freeze,
733
+ range: "xsd:string".freeze,
734
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
735
+ type: "owl:DatatypeProperty".freeze
736
+ property :org,
737
+ comment: %(This object property has been mapped. Use the organization-name data property.).freeze,
738
+ label: "organization".freeze,
739
+ :"owl:equivalentProperty" => %(vcard:organization-name).freeze,
740
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
741
+ type: "owl:ObjectProperty".freeze
742
+ property :"organization-name",
743
+ comment: %(To specify the organizational name associated with the object).freeze,
744
+ label: "organization name".freeze,
745
+ range: "xsd:string".freeze,
746
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
747
+ type: "owl:DatatypeProperty".freeze
748
+ property :"organization-unit",
749
+ comment: %(To specify the organizational unit name associated with the object).freeze,
750
+ label: "organizational unit name".freeze,
751
+ range: "xsd:string".freeze,
752
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
753
+ subPropertyOf: "vcard:organization-name".freeze,
754
+ type: "owl:DatatypeProperty".freeze
755
+ property :photo,
756
+ comment: %(This object property has been mapped).freeze,
757
+ label: "photo".freeze,
758
+ :"owl:equivalentProperty" => %(vcard:hasPhoto).freeze,
759
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
760
+ type: "owl:ObjectProperty".freeze
761
+ property :"post-office-box",
762
+ comment: %(This data property has been deprecated).freeze,
763
+ label: "post office box".freeze,
764
+ :"owl:deprecated" => %(true).freeze,
765
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
766
+ type: "owl:DatatypeProperty".freeze
767
+ property :"postal-code",
768
+ comment: %(The postal code associated with the address of the object).freeze,
769
+ label: "postal code".freeze,
770
+ range: "xsd:string".freeze,
771
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
772
+ type: "owl:DatatypeProperty".freeze
773
+ property :prodid,
774
+ comment: %(To specify the identifier for the product that created the object).freeze,
775
+ label: "product id".freeze,
776
+ range: "xsd:string".freeze,
777
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
778
+ type: "owl:DatatypeProperty".freeze
779
+ property :region,
780
+ comment: %(The region \(e.g. state or province\) associated with the address of the object).freeze,
781
+ label: "region".freeze,
782
+ range: "xsd:string".freeze,
783
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
784
+ type: "owl:DatatypeProperty".freeze
785
+ property :rev,
786
+ comment: %(To specify revision information about the object).freeze,
787
+ label: "revision".freeze,
788
+ range: "xsd:dateTime".freeze,
789
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
790
+ type: "owl:DatatypeProperty".freeze
791
+ property :role,
792
+ comment: %(To specify the function or part played in a particular situation by the object).freeze,
793
+ label: "role".freeze,
794
+ range: "xsd:string".freeze,
795
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
796
+ type: "owl:DatatypeProperty".freeze
797
+ property :"sort-string",
798
+ comment: %(To specify the string to be used for national-language-specific sorting. Used as a property parameter only.).freeze,
799
+ label: "sort as".freeze,
800
+ range: "xsd:string".freeze,
801
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
802
+ type: "owl:DatatypeProperty".freeze
803
+ property :sound,
804
+ comment: %(This object property has been mapped).freeze,
805
+ label: "sound".freeze,
806
+ :"owl:equivalentProperty" => %(vcard:hasSound).freeze,
807
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
808
+ type: "owl:ObjectProperty".freeze
809
+ property :"street-address",
810
+ comment: %(The street address associated with the address of the object).freeze,
811
+ label: "street address".freeze,
812
+ range: "xsd:string".freeze,
813
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
814
+ type: "owl:DatatypeProperty".freeze
815
+ property :tel,
816
+ comment: %(This object property has been mapped).freeze,
817
+ label: "telephone".freeze,
818
+ :"owl:equivalentProperty" => %(vcard:hasTelephone).freeze,
819
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
820
+ type: "owl:ObjectProperty".freeze
821
+ property :title,
822
+ comment: %(To specify the position or job of the object).freeze,
823
+ label: "title".freeze,
824
+ range: "xsd:string".freeze,
825
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
826
+ type: "owl:DatatypeProperty".freeze
827
+ property :tz,
828
+ comment: %(To indicate time zone information that is specific to the object. May also be used as a property parameter.).freeze,
829
+ label: "time zone".freeze,
830
+ range: "xsd:string".freeze,
831
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
832
+ type: "owl:DatatypeProperty".freeze
833
+ property :url,
834
+ comment: %(This object property has been mapped).freeze,
835
+ label: "url".freeze,
836
+ :"owl:equivalentProperty" => %(vcard:hasURL).freeze,
837
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
838
+ type: "owl:ObjectProperty".freeze
839
+ property :value,
840
+ comment: %(Used to indicate the literal value of a data property that requires property parameters).freeze,
841
+ label: "value".freeze,
842
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze,
843
+ type: "owl:DatatypeProperty".freeze
844
+ end
845
+ end