rdf 1.1.4 → 1.1.4.1

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