rdf-vocab 3.1.9 → 3.1.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -1
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +48 -7
  5. data/lib/rdf/vocab/acl.rb +47 -134
  6. data/lib/rdf/vocab/as.rb +381 -894
  7. data/lib/rdf/vocab/bf2.rb +1520 -2676
  8. data/lib/rdf/vocab/bibframe.rb +2437 -1843
  9. data/lib/rdf/vocab/bibo.rb +576 -1078
  10. data/lib/rdf/vocab/cc.rb +57 -167
  11. data/lib/rdf/vocab/cert.rb +90 -268
  12. data/lib/rdf/vocab/cnt.rb +70 -152
  13. data/lib/rdf/vocab/crm.rb +1180 -2486
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3901 -14146
  16. data/lib/rdf/vocab/dc.rb +458 -848
  17. data/lib/rdf/vocab/dc11.rb +62 -128
  18. data/lib/rdf/vocab/dcat.rb +217 -383
  19. data/lib/rdf/vocab/dcmitype.rb +65 -119
  20. data/lib/rdf/vocab/disco.rb +170 -401
  21. data/lib/rdf/vocab/doap.rb +250 -430
  22. data/lib/rdf/vocab/dwc.rb +1451 -2207
  23. data/lib/rdf/vocab/earl.rb +93 -218
  24. data/lib/rdf/vocab/ebucore.rb +2991 -7439
  25. data/lib/rdf/vocab/edm.rb +159 -351
  26. data/lib/rdf/vocab/exif.rb +614 -1268
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +247 -627
  29. data/lib/rdf/vocab/foaf.rb +373 -681
  30. data/lib/rdf/vocab/geo.rb +16 -58
  31. data/lib/rdf/vocab/geojson.rb +16 -85
  32. data/lib/rdf/vocab/geonames.rb +1573 -1742
  33. data/lib/rdf/vocab/gr.rb +539 -1427
  34. data/lib/rdf/vocab/gs1.rb +3780 -5380
  35. data/lib/rdf/vocab/ht.rb +93 -260
  36. data/lib/rdf/vocab/hydra.rb +255 -477
  37. data/lib/rdf/vocab/iana.rb +71 -304
  38. data/lib/rdf/vocab/ical.rb +460 -925
  39. data/lib/rdf/vocab/identifiers.rb +212 -515
  40. data/lib/rdf/vocab/iiif.rb +81 -220
  41. data/lib/rdf/vocab/jsonld.rb +130 -272
  42. data/lib/rdf/vocab/ldp.rb +161 -294
  43. data/lib/rdf/vocab/lrmi.rb +146 -234
  44. data/lib/rdf/vocab/ma.rb +233 -623
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +539 -1351
  47. data/lib/rdf/vocab/mo.rb +1383 -2305
  48. data/lib/rdf/vocab/mods.rb +384 -903
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +196 -474
  51. data/lib/rdf/vocab/og.rb +158 -239
  52. data/lib/rdf/vocab/ogc.rb +25 -62
  53. data/lib/rdf/vocab/ore.rb +51 -110
  54. data/lib/rdf/vocab/org.rb +180 -376
  55. data/lib/rdf/vocab/pcdm.rb +50 -100
  56. data/lib/rdf/vocab/pplan.rb +16 -24
  57. data/lib/rdf/vocab/premis.rb +674 -1825
  58. data/lib/rdf/vocab/premiseventtype.rb +114 -272
  59. data/lib/rdf/vocab/prov.rb +996 -1618
  60. data/lib/rdf/vocab/ptr.rb +77 -218
  61. data/lib/rdf/vocab/rdau.rb +10516 -0
  62. data/lib/rdf/vocab/rightsstatements.rb +90 -98
  63. data/lib/rdf/vocab/rsa.rb +37 -89
  64. data/lib/rdf/vocab/rss.rb +24 -69
  65. data/lib/rdf/vocab/schema.rb +9677 -18984
  66. data/lib/rdf/vocab/schemas.rb +9677 -18984
  67. data/lib/rdf/vocab/sd.rb +85 -242
  68. data/lib/rdf/vocab/sh.rb +729 -1468
  69. data/lib/rdf/vocab/sioc.rb +416 -820
  70. data/lib/rdf/vocab/siocservices.rb +31 -72
  71. data/lib/rdf/vocab/sioctypes.rb +145 -306
  72. data/lib/rdf/vocab/skos.rb +95 -217
  73. data/lib/rdf/vocab/skosxl.rb +26 -59
  74. data/lib/rdf/vocab/v.rb +199 -493
  75. data/lib/rdf/vocab/vcard.rb +290 -920
  76. data/lib/rdf/vocab/vmd.rb +199 -493
  77. data/lib/rdf/vocab/void.rb +86 -210
  78. data/lib/rdf/vocab/vs.rb +16 -38
  79. data/lib/rdf/vocab/wdrs.rb +43 -136
  80. data/lib/rdf/vocab/wot.rb +95 -176
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +122 -463
  83. data/lib/rdf/vocab/xkos.rb +116 -269
  84. data/spec/extensions_spec.rb +1 -1
  85. data/spec/spec_helper.rb +13 -0
  86. metadata +68 -21
@@ -3,1500 +3,870 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.w3.org/2006/vcard/ns#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://www.w3.org/2006/vcard/ns#>
8
- # #
9
- # # Ontology for vCard
10
- # #
11
- # # Ontology for vCard based on RFC6350
12
- # # @version Final
13
- # class VCARD < RDF::StrictVocabulary
14
- # # @return [RDF::Vocabulary::Term]
15
- # attr_reader :Acquaintance
16
- #
17
- # # To specify the components of the delivery address for the object
18
- # # @return [RDF::Vocabulary::Term]
19
- # attr_reader :Address
20
- #
21
- # # @return [RDF::Vocabulary::Term]
22
- # attr_reader :Agent
23
- #
24
- # # This class is deprecated
25
- # # @return [RDF::Vocabulary::Term]
26
- # attr_reader :BBS
27
- #
28
- # # This class is deprecated
29
- # # @return [RDF::Vocabulary::Term]
30
- # attr_reader :Car
31
- #
32
- # # Also called mobile telephone
33
- # # @return [RDF::Vocabulary::Term]
34
- # attr_reader :Cell
35
- #
36
- # # @return [RDF::Vocabulary::Term]
37
- # attr_reader :Child
38
- #
39
- # # @return [RDF::Vocabulary::Term]
40
- # attr_reader :Colleague
41
- #
42
- # # @return [RDF::Vocabulary::Term]
43
- # attr_reader :Contact
44
- #
45
- # # @return [RDF::Vocabulary::Term]
46
- # attr_reader :Coresident
47
- #
48
- # # @return [RDF::Vocabulary::Term]
49
- # attr_reader :Coworker
50
- #
51
- # # @return [RDF::Vocabulary::Term]
52
- # attr_reader :Crush
53
- #
54
- # # @return [RDF::Vocabulary::Term]
55
- # attr_reader :Date
56
- #
57
- # # This class is deprecated
58
- # # @return [RDF::Vocabulary::Term]
59
- # attr_reader :Dom
60
- #
61
- # # To specify the electronic mail address for communication with the object the vCard represents. Use the hasEmail object property.
62
- # # @return [RDF::Vocabulary::Term]
63
- # attr_reader :Email
64
- #
65
- # # @return [RDF::Vocabulary::Term]
66
- # attr_reader :Emergency
67
- #
68
- # # @return [RDF::Vocabulary::Term]
69
- # attr_reader :Fax
70
- #
71
- # # @return [RDF::Vocabulary::Term]
72
- # attr_reader :Female
73
- #
74
- # # @return [RDF::Vocabulary::Term]
75
- # attr_reader :Friend
76
- #
77
- # # Used for gender codes. The URI of the gender code must be used as the value for Gender.
78
- # # @return [RDF::Vocabulary::Term]
79
- # attr_reader :Gender
80
- #
81
- # # Object representing a group of persons or entities. A group object will usually contain hasMember properties to specify the members of the group.
82
- # # @return [RDF::Vocabulary::Term]
83
- # attr_reader :Group
84
- #
85
- # # This implies that the property is related to an individual's personal life
86
- # # @return [RDF::Vocabulary::Term]
87
- # attr_reader :Home
88
- #
89
- # # This class is deprecated
90
- # # @return [RDF::Vocabulary::Term]
91
- # attr_reader :ISDN
92
- #
93
- # # An object representing a single person or entity
94
- # # @return [RDF::Vocabulary::Term]
95
- # attr_reader :Individual
96
- #
97
- # # This class is deprecated
98
- # # @return [RDF::Vocabulary::Term]
99
- # attr_reader :Internet
100
- #
101
- # # This class is deprecated
102
- # # @return [RDF::Vocabulary::Term]
103
- # attr_reader :Intl
104
- #
105
- # # @return [RDF::Vocabulary::Term]
106
- # attr_reader :Kin
107
- #
108
- # # The parent class for all objects
109
- # # @return [RDF::Vocabulary::Term]
110
- # attr_reader :Kind
111
- #
112
- # # This class is deprecated
113
- # # @return [RDF::Vocabulary::Term]
114
- # attr_reader :Label
115
- #
116
- # # An object representing a named geographical place
117
- # # @return [RDF::Vocabulary::Term]
118
- # attr_reader :Location
119
- #
120
- # # @return [RDF::Vocabulary::Term]
121
- # attr_reader :Male
122
- #
123
- # # @return [RDF::Vocabulary::Term]
124
- # attr_reader :Me
125
- #
126
- # # @return [RDF::Vocabulary::Term]
127
- # attr_reader :Met
128
- #
129
- # # This class is deprecated
130
- # # @return [RDF::Vocabulary::Term]
131
- # attr_reader :Modem
132
- #
133
- # # This class is deprecated
134
- # # @return [RDF::Vocabulary::Term]
135
- # attr_reader :Msg
136
- #
137
- # # @return [RDF::Vocabulary::Term]
138
- # attr_reader :Muse
139
- #
140
- # # To specify the components of the name of the object
141
- # # @return [RDF::Vocabulary::Term]
142
- # attr_reader :Name
143
- #
144
- # # @return [RDF::Vocabulary::Term]
145
- # attr_reader :Neighbor
146
- #
147
- # # @return [RDF::Vocabulary::Term]
148
- # attr_reader :None
149
- #
150
- # # 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.
151
- # # @return [RDF::Vocabulary::Term]
152
- # attr_reader :Organization
153
- #
154
- # # @return [RDF::Vocabulary::Term]
155
- # attr_reader :Other
156
- #
157
- # # This class is deprecated
158
- # # @return [RDF::Vocabulary::Term]
159
- # attr_reader :PCS
160
- #
161
- # # @return [RDF::Vocabulary::Term]
162
- # attr_reader :Pager
163
- #
164
- # # This class is deprecated
165
- # # @return [RDF::Vocabulary::Term]
166
- # attr_reader :Parcel
167
- #
168
- # # @return [RDF::Vocabulary::Term]
169
- # attr_reader :Parent
170
- #
171
- # # This class is deprecated
172
- # # @return [RDF::Vocabulary::Term]
173
- # attr_reader :Postal
174
- #
175
- # # This class is deprecated
176
- # # @return [RDF::Vocabulary::Term]
177
- # attr_reader :Pref
178
- #
179
- # # Used for relation type codes. The URI of the relation type code must be used as the value for the Relation Type.
180
- # # @return [RDF::Vocabulary::Term]
181
- # attr_reader :RelatedType
182
- #
183
- # # @return [RDF::Vocabulary::Term]
184
- # attr_reader :Sibling
185
- #
186
- # # @return [RDF::Vocabulary::Term]
187
- # attr_reader :Spouse
188
- #
189
- # # @return [RDF::Vocabulary::Term]
190
- # attr_reader :Sweetheart
191
- #
192
- # # This class is deprecated. Use the hasTelephone object property.
193
- # # @return [RDF::Vocabulary::Term]
194
- # attr_reader :Tel
195
- #
196
- # # Used for telephone type codes. The URI of the telephone type code must be used as the value for the Telephone Type.
197
- # # @return [RDF::Vocabulary::Term]
198
- # attr_reader :TelephoneType
199
- #
200
- # # Also called sms telephone
201
- # # @return [RDF::Vocabulary::Term]
202
- # attr_reader :Text
203
- #
204
- # # @return [RDF::Vocabulary::Term]
205
- # attr_reader :TextPhone
206
- #
207
- # # Used for type codes. The URI of the type code must be used as the value for Type.
208
- # # @return [RDF::Vocabulary::Term]
209
- # attr_reader :Type
210
- #
211
- # # @return [RDF::Vocabulary::Term]
212
- # attr_reader :Unknown
213
- #
214
- # # 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)
215
- # # @return [RDF::Vocabulary::Term]
216
- # attr_reader :VCard
217
- #
218
- # # @return [RDF::Vocabulary::Term]
219
- # attr_reader :Video
220
- #
221
- # # @return [RDF::Vocabulary::Term]
222
- # attr_reader :Voice
223
- #
224
- # # This implies that the property is related to an individual's work place
225
- # # @return [RDF::Vocabulary::Term]
226
- # attr_reader :Work
227
- #
228
- # # This class is deprecated
229
- # # @return [RDF::Vocabulary::Term]
230
- # attr_reader :X400
231
- #
232
- # # This object property has been mapped
233
- # # @return [RDF::Vocabulary::Term]
234
- # attr_reader :adr
235
- #
236
- # # This object property has been deprecated
237
- # # @return [RDF::Vocabulary::Term]
238
- # attr_reader :agent
239
- #
240
- # # The date of marriage, or equivalent, of the object
241
- # # @return [RDF::Vocabulary::Term]
242
- # attr_reader :anniversary
243
- #
244
- # # To specify the birth date of the object
245
- # # @return [RDF::Vocabulary::Term]
246
- # attr_reader :bday
247
- #
248
- # # The category information about the object, also known as tags
249
- # # @return [RDF::Vocabulary::Term]
250
- # attr_reader :category
251
- #
252
- # # This data property has been deprecated
253
- # # @return [RDF::Vocabulary::Term]
254
- # attr_reader :class
255
- #
256
- # # This object property has been mapped
257
- # # @return [RDF::Vocabulary::Term]
258
- # attr_reader :email
259
- #
260
- # # The formatted text corresponding to the name of the object
261
- # # @return [RDF::Vocabulary::Term]
262
- # attr_reader :fn
263
- #
264
- # # This object property has been mapped
265
- # # @return [RDF::Vocabulary::Term]
266
- # attr_reader :geo
267
- #
268
- # # Used to support property parameters for the additional name data property
269
- # # @return [RDF::Vocabulary::Term]
270
- # attr_reader :hasAdditionalName
271
- #
272
- # # To specify the components of the delivery address for the object
273
- # # @return [RDF::Vocabulary::Term]
274
- # attr_reader :hasAddress
275
- #
276
- # # To specify the busy time associated with the object. (Was called FBURL in RFC6350)
277
- # # @return [RDF::Vocabulary::Term]
278
- # attr_reader :hasCalendarBusy
279
- #
280
- # # To specify the calendar associated with the object. (Was called CALURI in RFC6350)
281
- # # @return [RDF::Vocabulary::Term]
282
- # attr_reader :hasCalendarLink
283
- #
284
- # # To specify the calendar user address to which a scheduling request be sent for the object. (Was called CALADRURI in RFC6350)
285
- # # @return [RDF::Vocabulary::Term]
286
- # attr_reader :hasCalendarRequest
287
- #
288
- # # Used to support property parameters for the category data property
289
- # # @return [RDF::Vocabulary::Term]
290
- # attr_reader :hasCategory
291
- #
292
- # # Used to support property parameters for the country name data property
293
- # # @return [RDF::Vocabulary::Term]
294
- # attr_reader :hasCountryName
295
- #
296
- # # To specify the electronic mail address for communication with the object
297
- # # @return [RDF::Vocabulary::Term]
298
- # attr_reader :hasEmail
299
- #
300
- # # Used to support property parameters for the formatted name data property
301
- # # @return [RDF::Vocabulary::Term]
302
- # attr_reader :hasFN
303
- #
304
- # # Used to support property parameters for the family name data property
305
- # # @return [RDF::Vocabulary::Term]
306
- # attr_reader :hasFamilyName
307
- #
308
- # # To specify the sex or gender identity of the object. URIs are recommended to enable interoperable sex and gender codes to be used.
309
- # # @return [RDF::Vocabulary::Term]
310
- # attr_reader :hasGender
311
- #
312
- # # To specify information related to the global positioning of the object. May also be used as a property parameter.
313
- # # @return [RDF::Vocabulary::Term]
314
- # attr_reader :hasGeo
315
- #
316
- # # Used to support property parameters for the given name data property
317
- # # @return [RDF::Vocabulary::Term]
318
- # attr_reader :hasGivenName
319
- #
320
- # # Used to support property parameters for the honorific prefix data property
321
- # # @return [RDF::Vocabulary::Term]
322
- # attr_reader :hasHonorificPrefix
323
- #
324
- # # Used to support property parameters for the honorific suffix data property
325
- # # @return [RDF::Vocabulary::Term]
326
- # attr_reader :hasHonorificSuffix
327
- #
328
- # # To specify the instant messaging and presence protocol communications with the object. (Was called IMPP in RFC6350)
329
- # # @return [RDF::Vocabulary::Term]
330
- # attr_reader :hasInstantMessage
331
- #
332
- # # To specify a public key or authentication certificate associated with the object
333
- # # @return [RDF::Vocabulary::Term]
334
- # attr_reader :hasKey
335
- #
336
- # # Used to support property parameters for the language data property
337
- # # @return [RDF::Vocabulary::Term]
338
- # attr_reader :hasLanguage
339
- #
340
- # # Used to support property parameters for the locality data property
341
- # # @return [RDF::Vocabulary::Term]
342
- # attr_reader :hasLocality
343
- #
344
- # # To specify a graphic image of a logo associated with the object
345
- # # @return [RDF::Vocabulary::Term]
346
- # attr_reader :hasLogo
347
- #
348
- # # To include a member in the group this object represents. (This property can only be used by Group individuals)
349
- # # @return [RDF::Vocabulary::Term]
350
- # attr_reader :hasMember
351
- #
352
- # # To specify the components of the name of the object
353
- # # @return [RDF::Vocabulary::Term]
354
- # attr_reader :hasName
355
- #
356
- # # Used to support property parameters for the nickname data property
357
- # # @return [RDF::Vocabulary::Term]
358
- # attr_reader :hasNickname
359
- #
360
- # # Used to support property parameters for the note data property
361
- # # @return [RDF::Vocabulary::Term]
362
- # attr_reader :hasNote
363
- #
364
- # # Used to support property parameters for the organization name data property
365
- # # @return [RDF::Vocabulary::Term]
366
- # attr_reader :hasOrganizationName
367
- #
368
- # # Used to support property parameters for the organization unit name data property
369
- # # @return [RDF::Vocabulary::Term]
370
- # attr_reader :hasOrganizationUnit
371
- #
372
- # # To specify an image or photograph information that annotates some aspect of the object
373
- # # @return [RDF::Vocabulary::Term]
374
- # attr_reader :hasPhoto
375
- #
376
- # # Used to support property parameters for the postal code data property
377
- # # @return [RDF::Vocabulary::Term]
378
- # attr_reader :hasPostalCode
379
- #
380
- # # Used to support property parameters for the region data property
381
- # # @return [RDF::Vocabulary::Term]
382
- # attr_reader :hasRegion
383
- #
384
- # # To specify a relationship between another entity and the entity represented by this object
385
- # # @return [RDF::Vocabulary::Term]
386
- # attr_reader :hasRelated
387
- #
388
- # # Used to support property parameters for the role data property
389
- # # @return [RDF::Vocabulary::Term]
390
- # attr_reader :hasRole
391
- #
392
- # # To specify a digital sound content information that annotates some aspect of the object
393
- # # @return [RDF::Vocabulary::Term]
394
- # attr_reader :hasSound
395
- #
396
- # # To identify the source of directory information of the object
397
- # # @return [RDF::Vocabulary::Term]
398
- # attr_reader :hasSource
399
- #
400
- # # Used to support property parameters for the street address data property
401
- # # @return [RDF::Vocabulary::Term]
402
- # attr_reader :hasStreetAddress
403
- #
404
- # # To specify the telephone number for telephony communication with the object
405
- # # @return [RDF::Vocabulary::Term]
406
- # attr_reader :hasTelephone
407
- #
408
- # # Used to support property parameters for the title data property
409
- # # @return [RDF::Vocabulary::Term]
410
- # attr_reader :hasTitle
411
- #
412
- # # To specify a value that represents a globally unique identifier corresponding to the object
413
- # # @return [RDF::Vocabulary::Term]
414
- # attr_reader :hasUID
415
- #
416
- # # To specify a uniform resource locator associated with the object
417
- # # @return [RDF::Vocabulary::Term]
418
- # attr_reader :hasURL
419
- #
420
- # # Used to indicate the resource value of an object property that requires property parameters
421
- # # @return [RDF::Vocabulary::Term]
422
- # attr_reader :hasValue
423
- #
424
- # # This object property has been mapped
425
- # # @return [RDF::Vocabulary::Term]
426
- # attr_reader :key
427
- #
428
- # # This data property has been deprecated
429
- # # @return [RDF::Vocabulary::Term]
430
- # attr_reader :label
431
- #
432
- # # To specify the language that may be used for contacting the object. May also be used as a property parameter.
433
- # # @return [RDF::Vocabulary::Term]
434
- # attr_reader :language
435
- #
436
- # # This data property has been deprecated. See hasGeo
437
- # # @return [RDF::Vocabulary::Term]
438
- # attr_reader :latitude
439
- #
440
- # # The locality (e.g. city or town) associated with the address of the object
441
- # # @return [RDF::Vocabulary::Term]
442
- # attr_reader :locality
443
- #
444
- # # This object property has been mapped
445
- # # @return [RDF::Vocabulary::Term]
446
- # attr_reader :logo
447
- #
448
- # # This data property has been deprecated. See hasGeo
449
- # # @return [RDF::Vocabulary::Term]
450
- # attr_reader :longitude
451
- #
452
- # # This data property has been deprecated
453
- # # @return [RDF::Vocabulary::Term]
454
- # attr_reader :mailer
455
- #
456
- # # This object property has been mapped
457
- # # @return [RDF::Vocabulary::Term]
458
- # attr_reader :n
459
- #
460
- # # The nick name associated with the object
461
- # # @return [RDF::Vocabulary::Term]
462
- # attr_reader :nickname
463
- #
464
- # # A note associated with the object
465
- # # @return [RDF::Vocabulary::Term]
466
- # attr_reader :note
467
- #
468
- # # This object property has been mapped. Use the organization-name data property.
469
- # # @return [RDF::Vocabulary::Term]
470
- # attr_reader :org
471
- #
472
- # # This object property has been mapped
473
- # # @return [RDF::Vocabulary::Term]
474
- # attr_reader :photo
475
- #
476
- # # To specify the identifier for the product that created the object
477
- # # @return [RDF::Vocabulary::Term]
478
- # attr_reader :prodid
479
- #
480
- # # The region (e.g. state or province) associated with the address of the object
481
- # # @return [RDF::Vocabulary::Term]
482
- # attr_reader :region
483
- #
484
- # # To specify revision information about the object
485
- # # @return [RDF::Vocabulary::Term]
486
- # attr_reader :rev
487
- #
488
- # # To specify the function or part played in a particular situation by the object
489
- # # @return [RDF::Vocabulary::Term]
490
- # attr_reader :role
491
- #
492
- # # This object property has been mapped
493
- # # @return [RDF::Vocabulary::Term]
494
- # attr_reader :sound
495
- #
496
- # # This object property has been mapped
497
- # # @return [RDF::Vocabulary::Term]
498
- # attr_reader :tel
499
- #
500
- # # To specify the position or job of the object
501
- # # @return [RDF::Vocabulary::Term]
502
- # attr_reader :title
503
- #
504
- # # To indicate time zone information that is specific to the object. May also be used as a property parameter.
505
- # # @return [RDF::Vocabulary::Term]
506
- # attr_reader :tz
507
- #
508
- # # This object property has been mapped
509
- # # @return [RDF::Vocabulary::Term]
510
- # attr_reader :url
511
- #
512
- # # Used to indicate the literal value of a data property that requires property parameters
513
- # # @return [RDF::Vocabulary::Term]
514
- # attr_reader :value
515
- #
516
- # end
517
6
  VCARD = Class.new(RDF::StrictVocabulary("http://www.w3.org/2006/vcard/ns#")) do
518
7
 
519
8
  # Ontology definition
520
9
  ontology :"http://www.w3.org/2006/vcard/ns#",
521
10
  comment: "Ontology for vCard based on RFC6350".freeze,
11
+ "http://www.w3.org/2002/07/owl#versionInfo": "Final".freeze,
522
12
  label: "Ontology for vCard".freeze,
523
- "owl:versionInfo": "Final".freeze,
524
- type: "owl:Ontology".freeze
13
+ type: "http://www.w3.org/2002/07/owl#Ontology".freeze
525
14
 
526
15
  # Class definitions
527
16
  term :Acquaintance,
528
17
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
529
18
  label: "Acquaintance".freeze,
530
- subClassOf: "vcard:RelatedType".freeze,
531
- type: "owl:Class".freeze
19
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
20
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
532
21
  term :Address,
533
22
  comment: "To specify the components of the delivery address for the object".freeze,
534
23
  equivalentClass: term(
535
- type: "owl:Class".freeze,
536
- unionOf: list(term(
537
- intersectionOf: list(term(
538
- onProperty: "vcard:country-name".freeze,
539
- someValuesFrom: "xsd:string".freeze,
540
- type: "owl:Restriction".freeze
541
- ), term(
542
- maxCardinality: "1".freeze,
543
- onProperty: "vcard:country-name".freeze,
544
- type: "owl:Restriction".freeze
545
- )),
546
- type: "owl:Class".freeze
547
- ), term(
548
- intersectionOf: list(term(
549
- onProperty: "vcard:locality".freeze,
550
- someValuesFrom: "xsd:string".freeze,
551
- type: "owl:Restriction".freeze
552
- ), term(
553
- maxCardinality: "1".freeze,
554
- onProperty: "vcard:locality".freeze,
555
- type: "owl:Restriction".freeze
556
- )),
557
- type: "owl:Class".freeze
558
- ), term(
559
- intersectionOf: list(term(
560
- onProperty: "vcard:postal-code".freeze,
561
- someValuesFrom: "xsd:string".freeze,
562
- type: "owl:Restriction".freeze
563
- ), term(
564
- maxCardinality: "1".freeze,
565
- onProperty: "vcard:postal-code".freeze,
566
- type: "owl:Restriction".freeze
567
- )),
568
- type: "owl:Class".freeze
569
- ), term(
570
- intersectionOf: list(term(
571
- onProperty: "vcard:region".freeze,
572
- someValuesFrom: "xsd:string".freeze,
573
- type: "owl:Restriction".freeze
574
- ), term(
575
- maxCardinality: "1".freeze,
576
- onProperty: "vcard:region".freeze,
577
- type: "owl:Restriction".freeze
578
- )),
579
- type: "owl:Class".freeze
580
- ), term(
581
- intersectionOf: list(term(
582
- onProperty: "vcard:street-address".freeze,
583
- someValuesFrom: "xsd:string".freeze,
584
- type: "owl:Restriction".freeze
585
- ), term(
586
- maxCardinality: "1".freeze,
587
- onProperty: "vcard:street-address".freeze,
588
- type: "owl:Restriction".freeze
589
- )),
590
- type: "owl:Class".freeze
591
- ))
24
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
25
+ unionOf: list("_:g14020".freeze, "_:g14060".freeze, "_:g14100".freeze, "_:g14140".freeze, "_:g14180".freeze)
592
26
  ),
593
27
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
594
28
  label: "Address".freeze,
595
- type: "owl:Class".freeze
29
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
596
30
  term :Agent,
597
31
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
598
32
  label: "Agent".freeze,
599
- subClassOf: "vcard:RelatedType".freeze,
600
- type: "owl:Class".freeze
33
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
34
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
601
35
  term :BBS,
602
36
  comment: "This class is deprecated".freeze,
37
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
603
38
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
604
39
  label: "BBS".freeze,
605
- "owl:deprecated": "true".freeze,
606
- subClassOf: "vcard:TelephoneType".freeze,
607
- type: "owl:Class".freeze
40
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
41
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
608
42
  term :Car,
609
43
  comment: "This class is deprecated".freeze,
44
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
610
45
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
611
46
  label: "Car".freeze,
612
- "owl:deprecated": "true".freeze,
613
- subClassOf: "vcard:TelephoneType".freeze,
614
- type: "owl:Class".freeze
47
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
48
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
615
49
  term :Cell,
616
50
  comment: "Also called mobile telephone".freeze,
617
51
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
618
52
  label: "Cell".freeze,
619
- subClassOf: "vcard:TelephoneType".freeze,
620
- type: "owl:Class".freeze
53
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
54
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
621
55
  term :Child,
622
56
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
623
57
  label: "Child".freeze,
624
- subClassOf: "vcard:RelatedType".freeze,
625
- type: "owl:Class".freeze
58
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
59
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
626
60
  term :Colleague,
627
61
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
628
62
  label: "Colleague".freeze,
629
- subClassOf: "vcard:RelatedType".freeze,
630
- type: "owl:Class".freeze
63
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
64
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
631
65
  term :Contact,
632
66
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
633
67
  label: "Contact".freeze,
634
- subClassOf: "vcard:RelatedType".freeze,
635
- type: "owl:Class".freeze
68
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
69
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
636
70
  term :Coresident,
637
71
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
638
72
  label: "Coresident".freeze,
639
- subClassOf: "vcard:RelatedType".freeze,
640
- type: "owl:Class".freeze
73
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
74
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
641
75
  term :Coworker,
642
76
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
643
77
  label: "Coworker".freeze,
644
- subClassOf: "vcard:RelatedType".freeze,
645
- type: "owl:Class".freeze
78
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
79
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
646
80
  term :Crush,
647
81
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
648
82
  label: "Crush".freeze,
649
- subClassOf: "vcard:RelatedType".freeze,
650
- type: "owl:Class".freeze
83
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
84
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
651
85
  term :Date,
652
86
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
653
87
  label: "Date".freeze,
654
- subClassOf: "vcard:RelatedType".freeze,
655
- type: "owl:Class".freeze
88
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
89
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
656
90
  term :Dom,
657
91
  comment: "This class is deprecated".freeze,
92
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
658
93
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
659
94
  label: "Dom".freeze,
660
- "owl:deprecated": "true".freeze,
661
- subClassOf: "vcard:Type".freeze,
662
- type: "owl:Class".freeze
95
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
96
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
663
97
  term :Email,
664
98
  comment: "To specify the electronic mail address for communication with the object the vCard represents. Use the hasEmail object property.".freeze,
99
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
665
100
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
666
101
  label: "Email".freeze,
667
- "owl:deprecated": "true".freeze,
668
- type: "owl:Class".freeze
102
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
669
103
  term :Emergency,
670
104
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
671
105
  label: "Emergency".freeze,
672
- subClassOf: "vcard:RelatedType".freeze,
673
- type: "owl:Class".freeze
106
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
107
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
674
108
  term :Fax,
675
109
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
676
110
  label: "Fax".freeze,
677
- subClassOf: "vcard:TelephoneType".freeze,
678
- type: "owl:Class".freeze
111
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
112
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
679
113
  term :Female,
680
114
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
681
115
  label: "Female".freeze,
682
- subClassOf: "vcard:Gender".freeze,
683
- type: "owl:Class".freeze
116
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Gender".freeze,
117
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
684
118
  term :Friend,
685
119
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
686
120
  label: "Friend".freeze,
687
- subClassOf: "vcard:RelatedType".freeze,
688
- type: "owl:Class".freeze
121
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
122
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
689
123
  term :Gender,
690
124
  comment: "Used for gender codes. The URI of the gender code must be used as the value for Gender.".freeze,
691
125
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
692
126
  label: "Gender".freeze,
693
- type: "owl:Class".freeze
127
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
694
128
  term :Group,
695
129
  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,
696
130
  equivalentClass: term(
697
- intersectionOf: list(term(
698
- onProperty: "vcard:hasMember".freeze,
699
- someValuesFrom: "vcard:Kind".freeze,
700
- type: "owl:Restriction".freeze
701
- ), term(
702
- onProperty: "vcard:hasMember".freeze,
703
- "owl:minQualifiedCardinality": "1".freeze,
704
- "owl:onClass": "vcard:Kind".freeze,
705
- type: "owl:Restriction".freeze
706
- )),
707
- type: "owl:Class".freeze
131
+ intersectionOf: list("_:g13740".freeze, "_:g13780".freeze),
132
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
708
133
  ),
134
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/2006/vcard/ns#Individual".freeze, "http://www.w3.org/2006/vcard/ns#Location".freeze, "http://www.w3.org/2006/vcard/ns#Organization".freeze],
709
135
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
710
136
  label: "Group".freeze,
711
- "owl:disjointWith": ["vcard:Individual".freeze, "vcard:Location".freeze, "vcard:Organization".freeze],
712
- subClassOf: "vcard:Kind".freeze,
713
- type: "owl:Class".freeze
137
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Kind".freeze,
138
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
714
139
  term :Home,
715
140
  comment: "This implies that the property is related to an individual's personal life".freeze,
716
141
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
717
142
  label: "Home".freeze,
718
- subClassOf: "vcard:Type".freeze,
719
- type: "owl:Class".freeze
143
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
144
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
720
145
  term :ISDN,
721
146
  comment: "This class is deprecated".freeze,
147
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
722
148
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
723
149
  label: "ISDN".freeze,
724
- "owl:deprecated": "true".freeze,
725
- subClassOf: "vcard:Type".freeze,
726
- type: "owl:Class".freeze
150
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
151
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
727
152
  term :Individual,
728
153
  comment: "An object representing a single person or entity".freeze,
154
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/2006/vcard/ns#Location".freeze, "http://www.w3.org/2006/vcard/ns#Organization".freeze],
729
155
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
730
156
  label: "Individual".freeze,
731
- "owl:disjointWith": ["vcard:Location".freeze, "vcard:Organization".freeze],
732
- subClassOf: "vcard:Kind".freeze,
733
- type: "owl:Class".freeze
157
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Kind".freeze,
158
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
734
159
  term :Internet,
735
160
  comment: "This class is deprecated".freeze,
161
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
736
162
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
737
163
  label: "Internet".freeze,
738
- "owl:deprecated": "true".freeze,
739
- subClassOf: "vcard:Type".freeze,
740
- type: "owl:Class".freeze
164
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
165
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
741
166
  term :Intl,
742
167
  comment: "This class is deprecated".freeze,
168
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
743
169
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
744
170
  label: "Intl".freeze,
745
- "owl:deprecated": "true".freeze,
746
- subClassOf: "vcard:Type".freeze,
747
- type: "owl:Class".freeze
171
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
172
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
748
173
  term :Kin,
749
174
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
750
175
  label: "Kin".freeze,
751
- subClassOf: "vcard:RelatedType".freeze,
752
- type: "owl:Class".freeze
176
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
177
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
753
178
  term :Kind,
754
179
  comment: "The parent class for all objects".freeze,
755
- equivalentClass: ["vcard:VCard".freeze, term(
756
- onProperty: "vcard:fn".freeze,
757
- "owl:minQualifiedCardinality": "1".freeze,
758
- "owl:onDataRange": "xsd:string".freeze,
759
- type: "owl:Restriction".freeze
180
+ equivalentClass: ["http://www.w3.org/2006/vcard/ns#VCard".freeze, term(
181
+ "http://www.w3.org/2002/07/owl#minQualifiedCardinality": "1".freeze,
182
+ "http://www.w3.org/2002/07/owl#onDataRange": "http://www.w3.org/2001/XMLSchema#string".freeze,
183
+ onProperty: "http://www.w3.org/2006/vcard/ns#fn".freeze,
184
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
760
185
  )],
761
186
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
762
187
  label: "Kind".freeze,
763
- type: "owl:Class".freeze
188
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
764
189
  term :Label,
765
190
  comment: "This class is deprecated".freeze,
191
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
766
192
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
767
193
  label: "Label".freeze,
768
- "owl:deprecated": "true".freeze,
769
- subClassOf: "vcard:Type".freeze,
770
- type: "owl:Class".freeze
194
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
195
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
771
196
  term :Location,
772
197
  comment: "An object representing a named geographical place".freeze,
198
+ "http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/2006/vcard/ns#Organization".freeze,
773
199
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
774
200
  label: "Location".freeze,
775
- "owl:disjointWith": "vcard:Organization".freeze,
776
- subClassOf: "vcard:Kind".freeze,
777
- type: "owl:Class".freeze
201
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Kind".freeze,
202
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
778
203
  term :Male,
779
204
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
780
205
  label: "Male".freeze,
781
- subClassOf: "vcard:Gender".freeze,
782
- type: "owl:Class".freeze
206
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Gender".freeze,
207
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
783
208
  term :Me,
784
209
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
785
210
  label: "Me".freeze,
786
- subClassOf: "vcard:RelatedType".freeze,
787
- type: "owl:Class".freeze
211
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
212
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
788
213
  term :Met,
789
214
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
790
215
  label: "Met".freeze,
791
- subClassOf: "vcard:RelatedType".freeze,
792
- type: "owl:Class".freeze
216
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
217
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
793
218
  term :Modem,
794
219
  comment: "This class is deprecated".freeze,
220
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
795
221
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
796
222
  label: "Modem".freeze,
797
- "owl:deprecated": "true".freeze,
798
- subClassOf: "vcard:TelephoneType".freeze,
799
- type: "owl:Class".freeze
223
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
224
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
800
225
  term :Msg,
801
226
  comment: "This class is deprecated".freeze,
227
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
802
228
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
803
229
  label: "Msg".freeze,
804
- "owl:deprecated": "true".freeze,
805
- subClassOf: "vcard:TelephoneType".freeze,
806
- type: "owl:Class".freeze
230
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
231
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
807
232
  term :Muse,
808
233
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
809
234
  label: "Muse".freeze,
810
- subClassOf: "vcard:RelatedType".freeze,
811
- type: "owl:Class".freeze
235
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
236
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
812
237
  term :Name,
813
238
  comment: "To specify the components of the name of the object".freeze,
814
239
  equivalentClass: term(
815
- type: "owl:Class".freeze,
816
- unionOf: list(term(
817
- intersectionOf: list(term(
818
- onProperty: "vcard:additional-name".freeze,
819
- someValuesFrom: "xsd:string".freeze,
820
- type: "owl:Restriction".freeze
821
- ), term(
822
- minCardinality: "0".freeze,
823
- onProperty: "vcard:additional-name".freeze,
824
- type: "owl:Restriction".freeze
825
- )),
826
- type: "owl:Class".freeze
827
- ), term(
828
- intersectionOf: list(term(
829
- onProperty: "vcard:family-name".freeze,
830
- someValuesFrom: "xsd:string".freeze,
831
- type: "owl:Restriction".freeze
832
- ), term(
833
- maxCardinality: "1".freeze,
834
- onProperty: "vcard:family-name".freeze,
835
- type: "owl:Restriction".freeze
836
- )),
837
- type: "owl:Class".freeze
838
- ), term(
839
- intersectionOf: list(term(
840
- onProperty: "vcard:given-name".freeze,
841
- someValuesFrom: "xsd:string".freeze,
842
- type: "owl:Restriction".freeze
843
- ), term(
844
- maxCardinality: "1".freeze,
845
- onProperty: "vcard:given-name".freeze,
846
- type: "owl:Restriction".freeze
847
- )),
848
- type: "owl:Class".freeze
849
- ), term(
850
- intersectionOf: list(term(
851
- onProperty: "vcard:honorific-prefix".freeze,
852
- someValuesFrom: "xsd:string".freeze,
853
- type: "owl:Restriction".freeze
854
- ), term(
855
- minCardinality: "0".freeze,
856
- onProperty: "vcard:honorific-prefix".freeze,
857
- type: "owl:Restriction".freeze
858
- )),
859
- type: "owl:Class".freeze
860
- ), term(
861
- intersectionOf: list(term(
862
- onProperty: "vcard:honorific-suffix".freeze,
863
- someValuesFrom: "xsd:string".freeze,
864
- type: "owl:Restriction".freeze
865
- ), term(
866
- minCardinality: "0".freeze,
867
- onProperty: "vcard:honorific-suffix".freeze,
868
- type: "owl:Restriction".freeze
869
- )),
870
- type: "owl:Class".freeze
871
- ))
240
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
241
+ unionOf: list("_:g14320".freeze, "_:g14360".freeze, "_:g14400".freeze, "_:g14440".freeze, "_:g14480".freeze)
872
242
  ),
873
243
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
874
244
  label: "Name".freeze,
875
- type: "owl:Class".freeze
245
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
876
246
  term :Neighbor,
877
247
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
878
248
  label: "Neighbor".freeze,
879
- subClassOf: "vcard:RelatedType".freeze,
880
- type: "owl:Class".freeze
249
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
250
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
881
251
  term :None,
882
252
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
883
253
  label: "None".freeze,
884
- subClassOf: "vcard:Gender".freeze,
885
- type: "owl:Class".freeze
254
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Gender".freeze,
255
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
886
256
  term :Organization,
887
257
  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.\n".freeze,
888
258
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
889
259
  label: "Organization".freeze,
890
- subClassOf: "vcard:Kind".freeze,
891
- type: "owl:Class".freeze
260
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Kind".freeze,
261
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
892
262
  term :Other,
893
263
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
894
264
  label: "Other".freeze,
895
- subClassOf: "vcard:Gender".freeze,
896
- type: "owl:Class".freeze
265
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Gender".freeze,
266
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
897
267
  term :PCS,
898
268
  comment: "This class is deprecated".freeze,
269
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
899
270
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
900
271
  label: "PCS".freeze,
901
- "owl:deprecated": "true".freeze,
902
- subClassOf: "vcard:TelephoneType".freeze,
903
- type: "owl:Class".freeze
272
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
273
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
904
274
  term :Pager,
905
275
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
906
276
  label: "Pager".freeze,
907
- subClassOf: "vcard:TelephoneType".freeze,
908
- type: "owl:Class".freeze
277
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
278
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
909
279
  term :Parcel,
910
280
  comment: "This class is deprecated".freeze,
281
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
911
282
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
912
283
  label: "Parcel".freeze,
913
- "owl:deprecated": "true".freeze,
914
- subClassOf: "vcard:Type".freeze,
915
- type: "owl:Class".freeze
284
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
285
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
916
286
  term :Parent,
917
287
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
918
288
  label: "Parent".freeze,
919
- subClassOf: "vcard:RelatedType".freeze,
920
- type: "owl:Class".freeze
289
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
290
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
921
291
  term :Postal,
922
292
  comment: "This class is deprecated".freeze,
293
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
923
294
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
924
295
  label: "Postal".freeze,
925
- "owl:deprecated": "true".freeze,
926
- subClassOf: "vcard:Type".freeze,
927
- type: "owl:Class".freeze
296
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
297
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
928
298
  term :Pref,
929
299
  comment: "This class is deprecated".freeze,
300
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
930
301
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
931
302
  label: "Pref".freeze,
932
- "owl:deprecated": "true".freeze,
933
- subClassOf: "vcard:Type".freeze,
934
- type: "owl:Class".freeze
303
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
304
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
935
305
  term :RelatedType,
936
306
  comment: "Used for relation type codes. The URI of the relation type code must be used as the value for the Relation Type.".freeze,
937
307
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
938
308
  label: "Relation Type".freeze,
939
- type: "owl:Class".freeze
309
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
940
310
  term :Sibling,
941
311
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
942
312
  label: "Sibling".freeze,
943
- subClassOf: "vcard:RelatedType".freeze,
944
- type: "owl:Class".freeze
313
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
314
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
945
315
  term :Spouse,
946
316
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
947
317
  label: "Spouse".freeze,
948
- subClassOf: "vcard:RelatedType".freeze,
949
- type: "owl:Class".freeze
318
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
319
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
950
320
  term :Sweetheart,
951
321
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
952
322
  label: "Sweetheart".freeze,
953
- subClassOf: "vcard:RelatedType".freeze,
954
- type: "owl:Class".freeze
323
+ subClassOf: "http://www.w3.org/2006/vcard/ns#RelatedType".freeze,
324
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
955
325
  term :Tel,
956
326
  comment: "This class is deprecated. Use the hasTelephone object property.".freeze,
327
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
957
328
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
958
329
  label: "Tel".freeze,
959
- "owl:deprecated": "true".freeze,
960
- type: "owl:Class".freeze
330
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
961
331
  term :TelephoneType,
962
332
  comment: "Used for telephone type codes. The URI of the telephone type code must be used as the value for the Telephone Type.".freeze,
963
333
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
964
334
  label: "Phone".freeze,
965
- type: "owl:Class".freeze
335
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
966
336
  term :Text,
967
337
  comment: "Also called sms telephone".freeze,
968
338
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
969
339
  label: "Text".freeze,
970
- subClassOf: "vcard:TelephoneType".freeze,
971
- type: "owl:Class".freeze
340
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
341
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
972
342
  term :TextPhone,
973
343
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
974
344
  label: "Text phone".freeze,
975
- subClassOf: "vcard:TelephoneType".freeze,
976
- type: "owl:Class".freeze
345
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
346
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
977
347
  term :Type,
978
348
  comment: "Used for type codes. The URI of the type code must be used as the value for Type.".freeze,
979
349
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
980
350
  label: "Type".freeze,
981
- type: "owl:Class".freeze
351
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
982
352
  term :Unknown,
983
353
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
984
354
  label: "Unknown".freeze,
985
- subClassOf: "vcard:Gender".freeze,
986
- type: "owl:Class".freeze
355
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Gender".freeze,
356
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
987
357
  term :VCard,
988
358
  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,
989
- equivalentClass: "vcard:Kind".freeze,
359
+ equivalentClass: "http://www.w3.org/2006/vcard/ns#Kind".freeze,
990
360
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
991
361
  label: "VCard".freeze,
992
- type: "owl:Class".freeze
362
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
993
363
  term :Video,
994
364
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
995
365
  label: "Video".freeze,
996
- subClassOf: "vcard:TelephoneType".freeze,
997
- type: "owl:Class".freeze
366
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
367
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
998
368
  term :Voice,
999
369
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1000
370
  label: "Voice".freeze,
1001
- subClassOf: "vcard:TelephoneType".freeze,
1002
- type: "owl:Class".freeze
371
+ subClassOf: "http://www.w3.org/2006/vcard/ns#TelephoneType".freeze,
372
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1003
373
  term :Work,
1004
374
  comment: "This implies that the property is related to an individual's work place".freeze,
1005
375
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1006
376
  label: "Work".freeze,
1007
- subClassOf: "vcard:Type".freeze,
1008
- type: "owl:Class".freeze
377
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
378
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1009
379
  term :X400,
1010
380
  comment: "This class is deprecated".freeze,
381
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
1011
382
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1012
383
  label: "X400".freeze,
1013
- "owl:deprecated": "true".freeze,
1014
- subClassOf: "vcard:Type".freeze,
1015
- type: "owl:Class".freeze
384
+ subClassOf: "http://www.w3.org/2006/vcard/ns#Type".freeze,
385
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
1016
386
 
1017
387
  # Property definitions
1018
388
  property :"additional-name",
1019
389
  comment: "The additional name associated with the object".freeze,
1020
390
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1021
391
  label: "additional name".freeze,
1022
- range: "xsd:string".freeze,
1023
- type: "owl:DatatypeProperty".freeze
392
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
393
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1024
394
  property :adr,
1025
395
  comment: "This object property has been mapped".freeze,
1026
- equivalentProperty: "vcard:hasAddress".freeze,
396
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasAddress".freeze,
1027
397
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1028
398
  label: "address".freeze,
1029
- type: "owl:ObjectProperty".freeze
399
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1030
400
  property :agent,
1031
401
  comment: "This object property has been deprecated".freeze,
402
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
1032
403
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1033
404
  label: "agent".freeze,
1034
- "owl:deprecated": "true".freeze,
1035
- type: "owl:ObjectProperty".freeze
405
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1036
406
  property :anniversary,
1037
407
  comment: "The date of marriage, or equivalent, of the object".freeze,
1038
408
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1039
409
  label: "anniversary".freeze,
1040
410
  range: term(
1041
- type: "rdfs:Datatype".freeze,
1042
- unionOf: list("xsd:dateTime".freeze, "xsd:gYear".freeze)
411
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze,
412
+ unionOf: list("http://www.w3.org/2001/XMLSchema#dateTime".freeze, "http://www.w3.org/2001/XMLSchema#gYear".freeze)
1043
413
  ),
1044
- type: "owl:DatatypeProperty".freeze
414
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1045
415
  property :bday,
1046
416
  comment: "To specify the birth date of the object".freeze,
1047
417
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1048
418
  label: "birth date".freeze,
1049
419
  range: term(
1050
- type: "rdfs:Datatype".freeze,
1051
- unionOf: list("xsd:dateTime".freeze, "xsd:dateTimeStamp".freeze, "xsd:gYear".freeze)
420
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze,
421
+ unionOf: list("http://www.w3.org/2001/XMLSchema#dateTime".freeze, "http://www.w3.org/2001/XMLSchema#dateTimeStamp".freeze, "http://www.w3.org/2001/XMLSchema#gYear".freeze)
1052
422
  ),
1053
- type: "owl:DatatypeProperty".freeze
423
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1054
424
  property :category,
1055
425
  comment: "The category information about the object, also known as tags".freeze,
1056
426
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1057
427
  label: "category".freeze,
1058
- range: "xsd:string".freeze,
1059
- type: "owl:DatatypeProperty".freeze
428
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
429
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1060
430
  property :class,
1061
431
  comment: "This data property has been deprecated".freeze,
432
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
1062
433
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1063
434
  label: "class".freeze,
1064
- "owl:deprecated": "true".freeze,
1065
- type: "owl:DatatypeProperty".freeze
435
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1066
436
  property :"country-name",
1067
437
  comment: "The country name associated with the address of the object".freeze,
1068
438
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1069
439
  label: "country name".freeze,
1070
- range: "xsd:string".freeze,
1071
- type: "owl:DatatypeProperty".freeze
440
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
441
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1072
442
  property :email,
1073
443
  comment: "This object property has been mapped".freeze,
1074
- equivalentProperty: "vcard:hasEmail".freeze,
444
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasEmail".freeze,
1075
445
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1076
446
  label: "email".freeze,
1077
- type: "owl:ObjectProperty".freeze
447
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1078
448
  property :"extended-address",
1079
449
  comment: "This data property has been deprecated".freeze,
450
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
1080
451
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1081
452
  label: "extended address".freeze,
1082
- "owl:deprecated": "true".freeze,
1083
- type: "owl:DatatypeProperty".freeze
453
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1084
454
  property :"family-name",
1085
455
  comment: "The family name associated with the object".freeze,
1086
456
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1087
457
  label: "family name".freeze,
1088
- range: "xsd:string".freeze,
1089
- type: "owl:DatatypeProperty".freeze
458
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
459
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1090
460
  property :fn,
1091
461
  comment: "The formatted text corresponding to the name of the object".freeze,
1092
462
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1093
463
  label: "formatted name".freeze,
1094
- range: "xsd:string".freeze,
1095
- type: "owl:DatatypeProperty".freeze
464
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
465
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1096
466
  property :geo,
1097
467
  comment: "This object property has been mapped".freeze,
1098
- equivalentProperty: "vcard:hasGeo".freeze,
468
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasGeo".freeze,
1099
469
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1100
470
  label: "geo".freeze,
1101
- type: "owl:ObjectProperty".freeze
471
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1102
472
  property :"given-name",
1103
473
  comment: "The given name associated with the object".freeze,
1104
474
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1105
475
  label: "given name".freeze,
1106
- range: "xsd:string".freeze,
1107
- type: "owl:DatatypeProperty".freeze
476
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
477
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1108
478
  property :hasAdditionalName,
1109
479
  comment: "Used to support property parameters for the additional name data property".freeze,
1110
480
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1111
481
  label: "has additional name".freeze,
1112
- type: "owl:ObjectProperty".freeze
482
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1113
483
  property :hasAddress,
1114
484
  comment: "To specify the components of the delivery address for the object".freeze,
1115
485
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1116
486
  label: "has address".freeze,
1117
- range: "vcard:Address".freeze,
1118
- type: "owl:ObjectProperty".freeze
487
+ range: "http://www.w3.org/2006/vcard/ns#Address".freeze,
488
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1119
489
  property :hasCalendarBusy,
1120
490
  comment: "To specify the busy time associated with the object. (Was called FBURL in RFC6350)".freeze,
1121
491
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1122
492
  label: "has calendar busy".freeze,
1123
- type: "owl:ObjectProperty".freeze
493
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1124
494
  property :hasCalendarLink,
1125
495
  comment: "To specify the calendar associated with the object. (Was called CALURI in RFC6350)".freeze,
1126
496
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1127
497
  label: "has calendar link".freeze,
1128
- type: "owl:ObjectProperty".freeze
498
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1129
499
  property :hasCalendarRequest,
1130
500
  comment: "To specify the calendar user address to which a scheduling request be sent for the object. (Was called CALADRURI in RFC6350)".freeze,
1131
501
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1132
502
  label: "has calendar request".freeze,
1133
- type: "owl:ObjectProperty".freeze
503
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1134
504
  property :hasCategory,
1135
505
  comment: "Used to support property parameters for the category data property".freeze,
1136
506
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1137
507
  label: "has category".freeze,
1138
- type: "owl:ObjectProperty".freeze
508
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1139
509
  property :hasCountryName,
1140
510
  comment: "Used to support property parameters for the country name data property".freeze,
1141
511
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1142
512
  label: "has country name".freeze,
1143
- type: "owl:ObjectProperty".freeze
513
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1144
514
  property :hasEmail,
1145
515
  comment: "To specify the electronic mail address for communication with the object".freeze,
1146
516
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1147
517
  label: "has email".freeze,
1148
- range: "vcard:Email".freeze,
1149
- type: "owl:ObjectProperty".freeze
518
+ range: "http://www.w3.org/2006/vcard/ns#Email".freeze,
519
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1150
520
  property :hasFN,
1151
521
  comment: "Used to support property parameters for the formatted name data property".freeze,
1152
522
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1153
523
  label: "has formatted name".freeze,
1154
- type: "owl:ObjectProperty".freeze
524
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1155
525
  property :hasFamilyName,
1156
526
  comment: "Used to support property parameters for the family name data property".freeze,
1157
527
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1158
528
  label: "has family name".freeze,
1159
- type: "owl:ObjectProperty".freeze
529
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1160
530
  property :hasGender,
1161
531
  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,
1162
532
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1163
533
  label: "has gender".freeze,
1164
- type: "owl:ObjectProperty".freeze
534
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1165
535
  property :hasGeo,
1166
536
  comment: "To specify information related to the global positioning of the object. May also be used as a property parameter.".freeze,
1167
537
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1168
538
  label: "has geo".freeze,
1169
- type: "owl:ObjectProperty".freeze
539
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1170
540
  property :hasGivenName,
1171
541
  comment: "Used to support property parameters for the given name data property".freeze,
1172
542
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1173
543
  label: "has given name".freeze,
1174
- type: "owl:ObjectProperty".freeze
544
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1175
545
  property :hasHonorificPrefix,
1176
546
  comment: "Used to support property parameters for the honorific prefix data property".freeze,
1177
547
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1178
548
  label: "has honorific prefix".freeze,
1179
- type: "owl:ObjectProperty".freeze
549
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1180
550
  property :hasHonorificSuffix,
1181
551
  comment: "Used to support property parameters for the honorific suffix data property".freeze,
1182
552
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1183
553
  label: "has honorific suffix".freeze,
1184
- type: "owl:ObjectProperty".freeze
554
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1185
555
  property :hasInstantMessage,
1186
556
  comment: "To specify the instant messaging and presence protocol communications with the object. (Was called IMPP in RFC6350)".freeze,
1187
557
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1188
558
  label: "has messaging".freeze,
1189
- type: "owl:ObjectProperty".freeze
559
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1190
560
  property :hasKey,
1191
561
  comment: "To specify a public key or authentication certificate associated with the object".freeze,
1192
- equivalentProperty: "vcard:key".freeze,
562
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#key".freeze,
1193
563
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1194
564
  label: "has key".freeze,
1195
- type: "owl:ObjectProperty".freeze
565
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1196
566
  property :hasLanguage,
1197
567
  comment: "Used to support property parameters for the language data property".freeze,
1198
568
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1199
569
  label: "has language".freeze,
1200
- type: "owl:ObjectProperty".freeze
570
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1201
571
  property :hasLocality,
1202
572
  comment: "Used to support property parameters for the locality data property".freeze,
1203
573
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1204
574
  label: "has locality".freeze,
1205
- type: "owl:ObjectProperty".freeze
575
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1206
576
  property :hasLogo,
1207
577
  comment: "To specify a graphic image of a logo associated with the object ".freeze,
1208
- equivalentProperty: "vcard:logo".freeze,
578
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#logo".freeze,
1209
579
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1210
580
  label: "has logo".freeze,
1211
- type: "owl:ObjectProperty".freeze
581
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1212
582
  property :hasMember,
1213
583
  comment: "To include a member in the group this object represents. (This property can only be used by Group individuals)".freeze,
1214
- domain: "vcard:Group".freeze,
584
+ domain: "http://www.w3.org/2006/vcard/ns#Group".freeze,
1215
585
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1216
586
  label: "has member".freeze,
1217
- range: "vcard:Kind".freeze,
1218
- type: "owl:ObjectProperty".freeze
587
+ range: "http://www.w3.org/2006/vcard/ns#Kind".freeze,
588
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1219
589
  property :hasName,
1220
590
  comment: "To specify the components of the name of the object".freeze,
1221
- equivalentProperty: "vcard:n".freeze,
591
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#n".freeze,
1222
592
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1223
593
  label: "has name".freeze,
1224
- range: "vcard:Name".freeze,
1225
- type: "owl:ObjectProperty".freeze
594
+ range: "http://www.w3.org/2006/vcard/ns#Name".freeze,
595
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1226
596
  property :hasNickname,
1227
597
  comment: "Used to support property parameters for the nickname data property".freeze,
598
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#nickname".freeze,
1228
599
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1229
600
  label: "has nickname".freeze,
1230
- "rdfs:seeAlso": "vcard:nickname".freeze,
1231
- type: "owl:ObjectProperty".freeze
601
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1232
602
  property :hasNote,
1233
603
  comment: "Used to support property parameters for the note data property".freeze,
1234
604
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1235
605
  label: "has note".freeze,
1236
- type: "owl:ObjectProperty".freeze
606
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1237
607
  property :hasOrganizationName,
1238
608
  comment: "Used to support property parameters for the organization name data property".freeze,
1239
609
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1240
610
  label: "has organization name".freeze,
1241
- type: "owl:ObjectProperty".freeze
611
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1242
612
  property :hasOrganizationUnit,
1243
613
  comment: "Used to support property parameters for the organization unit name data property".freeze,
1244
614
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1245
615
  label: "has organization unit name".freeze,
1246
- type: "owl:ObjectProperty".freeze
616
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1247
617
  property :hasPhoto,
1248
618
  comment: "To specify an image or photograph information that annotates some aspect of the object".freeze,
1249
- equivalentProperty: "vcard:photo".freeze,
619
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#photo".freeze,
1250
620
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1251
621
  label: "has photo".freeze,
1252
- type: "owl:ObjectProperty".freeze
622
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1253
623
  property :hasPostalCode,
1254
624
  comment: "Used to support property parameters for the postal code data property".freeze,
1255
625
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1256
626
  label: "has postal code".freeze,
1257
- type: "owl:ObjectProperty".freeze
627
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1258
628
  property :hasRegion,
1259
629
  comment: "Used to support property parameters for the region data property".freeze,
1260
630
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1261
631
  label: "has region".freeze,
1262
- type: "owl:ObjectProperty".freeze
632
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1263
633
  property :hasRelated,
1264
634
  comment: "To specify a relationship between another entity and the entity represented by this object".freeze,
1265
635
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1266
636
  label: "has related".freeze,
1267
- type: "owl:ObjectProperty".freeze
637
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1268
638
  property :hasRole,
1269
639
  comment: "Used to support property parameters for the role data property".freeze,
1270
640
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1271
641
  label: "has role".freeze,
1272
- type: "owl:ObjectProperty".freeze
642
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1273
643
  property :hasSound,
1274
644
  comment: "To specify a digital sound content information that annotates some aspect of the object".freeze,
1275
- equivalentProperty: "vcard:sound".freeze,
645
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#sound".freeze,
1276
646
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1277
647
  label: "has sound".freeze,
1278
- type: "owl:ObjectProperty".freeze
648
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1279
649
  property :hasSource,
1280
650
  comment: "To identify the source of directory information of the object".freeze,
1281
651
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1282
652
  label: "has source".freeze,
1283
- type: "owl:ObjectProperty".freeze
653
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1284
654
  property :hasStreetAddress,
1285
655
  comment: "Used to support property parameters for the street address data property".freeze,
1286
656
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1287
657
  label: "has street address".freeze,
1288
- type: "owl:ObjectProperty".freeze
658
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1289
659
  property :hasTelephone,
1290
660
  comment: "To specify the telephone number for telephony communication with the object".freeze,
1291
- equivalentProperty: "vcard:tel".freeze,
661
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#tel".freeze,
1292
662
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1293
663
  label: "has telephone".freeze,
1294
- type: "owl:ObjectProperty".freeze
664
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1295
665
  property :hasTitle,
1296
666
  comment: "Used to support property parameters for the title data property".freeze,
1297
667
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1298
668
  label: "has title".freeze,
1299
- type: "owl:ObjectProperty".freeze
669
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1300
670
  property :hasUID,
1301
671
  comment: "To specify a value that represents a globally unique identifier corresponding to the object".freeze,
1302
672
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1303
673
  label: "has uid".freeze,
1304
- type: "owl:ObjectProperty".freeze
674
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1305
675
  property :hasURL,
1306
676
  comment: "To specify a uniform resource locator associated with the object".freeze,
1307
- equivalentProperty: "vcard:url".freeze,
677
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#url".freeze,
1308
678
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1309
679
  label: "has url".freeze,
1310
- type: "owl:ObjectProperty".freeze
680
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1311
681
  property :hasValue,
1312
682
  comment: "Used to indicate the resource value of an object property that requires property parameters".freeze,
1313
683
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1314
684
  label: "has value".freeze,
1315
- type: "owl:ObjectProperty".freeze
685
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1316
686
  property :"honorific-prefix",
1317
687
  comment: "The honorific prefix of the name associated with the object".freeze,
1318
688
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1319
689
  label: "honorific prefix".freeze,
1320
- range: "xsd:string".freeze,
1321
- type: "owl:DatatypeProperty".freeze
690
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
691
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1322
692
  property :"honorific-suffix",
1323
693
  comment: "The honorific suffix of the name associated with the object".freeze,
1324
694
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1325
695
  label: "honorific suffix".freeze,
1326
- range: "xsd:string".freeze,
1327
- type: "owl:DatatypeProperty".freeze
696
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
697
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1328
698
  property :key,
1329
699
  comment: "This object property has been mapped".freeze,
1330
- equivalentProperty: "vcard:hasKey".freeze,
700
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasKey".freeze,
1331
701
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1332
702
  label: "key".freeze,
1333
- type: "owl:ObjectProperty".freeze
703
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1334
704
  property :label,
1335
705
  comment: "This data property has been deprecated".freeze,
706
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
1336
707
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1337
708
  label: "label".freeze,
1338
- "owl:deprecated": "true".freeze,
1339
- type: "owl:DatatypeProperty".freeze
709
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1340
710
  property :language,
1341
711
  comment: "To specify the language that may be used for contacting the object. May also be used as a property parameter.".freeze,
1342
712
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1343
713
  label: "language".freeze,
1344
- type: "owl:DatatypeProperty".freeze
714
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1345
715
  property :latitude,
1346
716
  comment: "This data property has been deprecated. See hasGeo".freeze,
717
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
1347
718
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1348
719
  label: "latitude".freeze,
1349
- "owl:deprecated": "true".freeze,
1350
- type: "owl:DatatypeProperty".freeze
720
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1351
721
  property :locality,
1352
722
  comment: "The locality (e.g. city or town) associated with the address of the object".freeze,
1353
723
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1354
724
  label: "locality".freeze,
1355
- range: "xsd:string".freeze,
1356
- type: "owl:DatatypeProperty".freeze
725
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
726
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1357
727
  property :logo,
1358
728
  comment: "This object property has been mapped".freeze,
1359
- equivalentProperty: "vcard:hasLogo".freeze,
729
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasLogo".freeze,
1360
730
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1361
731
  label: "logo".freeze,
1362
- type: "owl:ObjectProperty".freeze
732
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1363
733
  property :longitude,
1364
734
  comment: "This data property has been deprecated. See hasGeo".freeze,
735
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
1365
736
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1366
737
  label: "longitude".freeze,
1367
- "owl:deprecated": "true".freeze,
1368
- type: "owl:DatatypeProperty".freeze
738
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1369
739
  property :mailer,
1370
740
  comment: "This data property has been deprecated".freeze,
741
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
1371
742
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1372
743
  label: "mailer".freeze,
1373
- "owl:deprecated": "true".freeze,
1374
- type: "owl:DatatypeProperty".freeze
744
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1375
745
  property :n,
1376
746
  comment: "This object property has been mapped".freeze,
1377
- equivalentProperty: "vcard:hasName".freeze,
747
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasName".freeze,
1378
748
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1379
749
  label: "name".freeze,
1380
- type: "owl:ObjectProperty".freeze
750
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1381
751
  property :nickname,
1382
752
  comment: "The nick name associated with the object".freeze,
1383
753
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1384
754
  label: "nickname".freeze,
1385
- range: "xsd:string".freeze,
1386
- type: "owl:DatatypeProperty".freeze
755
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
756
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1387
757
  property :note,
1388
758
  comment: "A note associated with the object".freeze,
1389
759
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1390
760
  label: "note".freeze,
1391
- range: "xsd:string".freeze,
1392
- type: "owl:DatatypeProperty".freeze
761
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
762
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1393
763
  property :org,
1394
764
  comment: "This object property has been mapped. Use the organization-name data property.".freeze,
1395
- equivalentProperty: "vcard:organization-name".freeze,
765
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#organization-name".freeze,
1396
766
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1397
767
  label: "organization".freeze,
1398
- type: "owl:ObjectProperty".freeze
768
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1399
769
  property :"organization-name",
1400
770
  comment: "To specify the organizational name associated with the object".freeze,
1401
771
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1402
772
  label: "organization name".freeze,
1403
- range: "xsd:string".freeze,
1404
- type: "owl:DatatypeProperty".freeze
773
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
774
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1405
775
  property :"organization-unit",
1406
776
  comment: "To specify the organizational unit name associated with the object".freeze,
1407
777
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1408
778
  label: "organizational unit name".freeze,
1409
- range: "xsd:string".freeze,
1410
- subPropertyOf: "vcard:organization-name".freeze,
1411
- type: "owl:DatatypeProperty".freeze
779
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
780
+ subPropertyOf: "http://www.w3.org/2006/vcard/ns#organization-name".freeze,
781
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1412
782
  property :photo,
1413
783
  comment: "This object property has been mapped".freeze,
1414
- equivalentProperty: "vcard:hasPhoto".freeze,
784
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasPhoto".freeze,
1415
785
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1416
786
  label: "photo".freeze,
1417
- type: "owl:ObjectProperty".freeze
787
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1418
788
  property :"post-office-box",
1419
789
  comment: "This data property has been deprecated".freeze,
790
+ "http://www.w3.org/2002/07/owl#deprecated": "true".freeze,
1420
791
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1421
792
  label: "post office box".freeze,
1422
- "owl:deprecated": "true".freeze,
1423
- type: "owl:DatatypeProperty".freeze
793
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1424
794
  property :"postal-code",
1425
795
  comment: "The postal code associated with the address of the object".freeze,
1426
796
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1427
797
  label: "postal code".freeze,
1428
- range: "xsd:string".freeze,
1429
- type: "owl:DatatypeProperty".freeze
798
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
799
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1430
800
  property :prodid,
1431
801
  comment: "To specify the identifier for the product that created the object".freeze,
1432
802
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1433
803
  label: "product id".freeze,
1434
- range: "xsd:string".freeze,
1435
- type: "owl:DatatypeProperty".freeze
804
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
805
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1436
806
  property :region,
1437
807
  comment: "The region (e.g. state or province) associated with the address of the object".freeze,
1438
808
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1439
809
  label: "region".freeze,
1440
- range: "xsd:string".freeze,
1441
- type: "owl:DatatypeProperty".freeze
810
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
811
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1442
812
  property :rev,
1443
813
  comment: "To specify revision information about the object".freeze,
1444
814
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1445
815
  label: "revision".freeze,
1446
- range: "xsd:dateTime".freeze,
1447
- type: "owl:DatatypeProperty".freeze
816
+ range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
817
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1448
818
  property :role,
1449
819
  comment: "To specify the function or part played in a particular situation by the object".freeze,
1450
820
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1451
821
  label: "role".freeze,
1452
- range: "xsd:string".freeze,
1453
- type: "owl:DatatypeProperty".freeze
822
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
823
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1454
824
  property :"sort-string",
1455
825
  comment: "To specify the string to be used for national-language-specific sorting. Used as a property parameter only.".freeze,
1456
826
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1457
827
  label: "sort as".freeze,
1458
- range: "xsd:string".freeze,
1459
- type: "owl:DatatypeProperty".freeze
828
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
829
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1460
830
  property :sound,
1461
831
  comment: "This object property has been mapped".freeze,
1462
- equivalentProperty: "vcard:hasSound".freeze,
832
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasSound".freeze,
1463
833
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1464
834
  label: "sound".freeze,
1465
- type: "owl:ObjectProperty".freeze
835
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1466
836
  property :"street-address",
1467
837
  comment: "The street address associated with the address of the object".freeze,
1468
838
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1469
839
  label: "street address".freeze,
1470
- range: "xsd:string".freeze,
1471
- type: "owl:DatatypeProperty".freeze
840
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
841
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1472
842
  property :tel,
1473
843
  comment: "This object property has been mapped".freeze,
1474
- equivalentProperty: "vcard:hasTelephone".freeze,
844
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasTelephone".freeze,
1475
845
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1476
846
  label: "telephone".freeze,
1477
- type: "owl:ObjectProperty".freeze
847
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1478
848
  property :title,
1479
849
  comment: "To specify the position or job of the object".freeze,
1480
850
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1481
851
  label: "title".freeze,
1482
- range: "xsd:string".freeze,
1483
- type: "owl:DatatypeProperty".freeze
852
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
853
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1484
854
  property :tz,
1485
855
  comment: "To indicate time zone information that is specific to the object. May also be used as a property parameter.".freeze,
1486
856
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1487
857
  label: "time zone".freeze,
1488
- range: "xsd:string".freeze,
1489
- type: "owl:DatatypeProperty".freeze
858
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
859
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1490
860
  property :url,
1491
861
  comment: "This object property has been mapped".freeze,
1492
- equivalentProperty: "vcard:hasURL".freeze,
862
+ equivalentProperty: "http://www.w3.org/2006/vcard/ns#hasURL".freeze,
1493
863
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1494
864
  label: "url".freeze,
1495
- type: "owl:ObjectProperty".freeze
865
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1496
866
  property :value,
1497
867
  comment: "Used to indicate the literal value of a data property that requires property parameters".freeze,
1498
868
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1499
869
  label: "value".freeze,
1500
- type: "owl:DatatypeProperty".freeze
870
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1501
871
  end
1502
872
  end