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
data/lib/rdf/vocab/vmd.rb CHANGED
@@ -3,669 +3,375 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://data-vocabulary.org/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://data-vocabulary.org/>
8
- # #
9
- # class VMD < RDF::StrictVocabulary
10
- # # Postal address for a Person or Organization.
11
- # # @return [RDF::Vocabulary::Term]
12
- # attr_reader :Address
13
- #
14
- # # Represents a single Breadcrumb in a Breadcrumb trail.
15
- # # @return [RDF::Vocabulary::Term]
16
- # attr_reader :Breadcrumb
17
- #
18
- # # Represents the steps to make a dish.
19
- # # @return [RDF::Vocabulary::Term]
20
- # attr_reader :Instructions
21
- #
22
- # # Represents the nutrition information about a recipe.
23
- # # @return [RDF::Vocabulary::Term]
24
- # attr_reader :Nutrition
25
- #
26
- # # Represents an offer to sell a product.
27
- # # @return [RDF::Vocabulary::Term]
28
- # attr_reader :Offer
29
- #
30
- # # Represents a collection of offers to sell a product.
31
- # # @return [RDF::Vocabulary::Term]
32
- # attr_reader :OfferAggregate
33
- #
34
- # # An Organization is a business, agency, school, etc.
35
- # # @return [RDF::Vocabulary::Term]
36
- # attr_reader :Organization
37
- #
38
- # # Represents a Person, living/dead/fictional.
39
- # # @return [RDF::Vocabulary::Term]
40
- # attr_reader :Person
41
- #
42
- # # Represents a product or service in a Review or Review-aggregate.
43
- # # @return [RDF::Vocabulary::Term]
44
- # attr_reader :Product
45
- #
46
- # # Represents a rating in a Review or Review-aggregate.
47
- # # @return [RDF::Vocabulary::Term]
48
- # attr_reader :Rating
49
- #
50
- # # A single instance of a Recipe.
51
- # # @return [RDF::Vocabulary::Term]
52
- # attr_reader :Recipe
53
- #
54
- # # Represents ingredients used in a recipe.
55
- # # @return [RDF::Vocabulary::Term]
56
- # attr_reader :RecipeIngredient
57
- #
58
- # # A single instance of a Review.
59
- # # @return [RDF::Vocabulary::Term]
60
- # attr_reader :Review
61
- #
62
- # # Represents the length of time it takes to prepare a recipe.
63
- # # @return [RDF::Vocabulary::Term]
64
- # attr_reader :TimeRange
65
- #
66
- # # @return [RDF::Vocabulary::Term]
67
- # attr_reader :acquaintance
68
- #
69
- # # @return [RDF::Vocabulary::Term]
70
- # attr_reader :address
71
- #
72
- # # An affiliation can be specified by a string literal or an Organization instance.
73
- # # @return [RDF::Vocabulary::Term]
74
- # attr_reader :affiliation
75
- #
76
- # # @return [RDF::Vocabulary::Term]
77
- # attr_reader :amount
78
- #
79
- # # An author of the recipe can be specified by a string literal or a Person instance.
80
- # # @return [RDF::Vocabulary::Term]
81
- # attr_reader :author
82
- #
83
- # # @return [RDF::Vocabulary::Term]
84
- # attr_reader :availability
85
- #
86
- # # The average of an aggregate value.
87
- # # @return [RDF::Vocabulary::Term]
88
- # attr_reader :average
89
- #
90
- # # The best value of a rating scale (default 5).
91
- # # @return [RDF::Vocabulary::Term]
92
- # attr_reader :best
93
- #
94
- # # @return [RDF::Vocabulary::Term]
95
- # attr_reader :brand
96
- #
97
- # # @return [RDF::Vocabulary::Term]
98
- # attr_reader :calories
99
- #
100
- # # @return [RDF::Vocabulary::Term]
101
- # attr_reader :carbohydrates
102
- #
103
- # # @return [RDF::Vocabulary::Term]
104
- # attr_reader :category
105
- #
106
- # # @return [RDF::Vocabulary::Term]
107
- # attr_reader :child
108
- #
109
- # # @return [RDF::Vocabulary::Term]
110
- # attr_reader :cholesterol
111
- #
112
- # # @return [RDF::Vocabulary::Term]
113
- # attr_reader :colleague
114
- #
115
- # # @return [RDF::Vocabulary::Term]
116
- # attr_reader :condition
117
- #
118
- # # @return [RDF::Vocabulary::Term]
119
- # attr_reader :contact
120
- #
121
- # # @return [RDF::Vocabulary::Term]
122
- # attr_reader :cookTime
123
- #
124
- # # The total number of items used in an aggregate (e.g., number of reviews).
125
- # # @return [RDF::Vocabulary::Term]
126
- # attr_reader :count
127
- #
128
- # # @return [RDF::Vocabulary::Term]
129
- # attr_reader :currency
130
- #
131
- # # @return [RDF::Vocabulary::Term]
132
- # attr_reader :description
133
- #
134
- # # The date of the review.
135
- # # @return [RDF::Vocabulary::Term]
136
- # attr_reader :dtreviewed
137
- #
138
- # # @return [RDF::Vocabulary::Term]
139
- # attr_reader :duration
140
- #
141
- # # @return [RDF::Vocabulary::Term]
142
- # attr_reader :fat
143
- #
144
- # # @return [RDF::Vocabulary::Term]
145
- # attr_reader :fiber
146
- #
147
- # # @return [RDF::Vocabulary::Term]
148
- # attr_reader :friend
149
- #
150
- # # @return [RDF::Vocabulary::Term]
151
- # attr_reader :highprice
152
- #
153
- # # @return [RDF::Vocabulary::Term]
154
- # attr_reader :identifier
155
- #
156
- # # @return [RDF::Vocabulary::Term]
157
- # attr_reader :image
158
- #
159
- # # Represents ingredients used in a recipe.
160
- # # @return [RDF::Vocabulary::Term]
161
- # attr_reader :ingredient
162
- #
163
- # # @return [RDF::Vocabulary::Term]
164
- # attr_reader :instruction
165
- #
166
- # # Represents the steps to make a dish.
167
- # # @return [RDF::Vocabulary::Term]
168
- # attr_reader :instructions
169
- #
170
- # # @return [RDF::Vocabulary::Term]
171
- # attr_reader :itemoffered
172
- #
173
- # # @return [RDF::Vocabulary::Term]
174
- # attr_reader :itemreviewed
175
- #
176
- # # @return [RDF::Vocabulary::Term]
177
- # attr_reader :locality
178
- #
179
- # # @return [RDF::Vocabulary::Term]
180
- # attr_reader :lowprice
181
- #
182
- # # The maximum value of an aggregated Rating.
183
- # # @return [RDF::Vocabulary::Term]
184
- # attr_reader :max
185
- #
186
- # # The minimum value of an aggregated Rating.
187
- # # @return [RDF::Vocabulary::Term]
188
- # attr_reader :min
189
- #
190
- # # @return [RDF::Vocabulary::Term]
191
- # attr_reader :name
192
- #
193
- # # @return [RDF::Vocabulary::Term]
194
- # attr_reader :nickname
195
- #
196
- # # Represents the nutrition information about a recipe.
197
- # # @return [RDF::Vocabulary::Term]
198
- # attr_reader :nutrition
199
- #
200
- # # @return [RDF::Vocabulary::Term]
201
- # attr_reader :offercount
202
- #
203
- # # @return [RDF::Vocabulary::Term]
204
- # attr_reader :offerdetails
205
- #
206
- # # @return [RDF::Vocabulary::Term]
207
- # attr_reader :offerurl
208
- #
209
- # # @return [RDF::Vocabulary::Term]
210
- # attr_reader :photo
211
- #
212
- # # @return [RDF::Vocabulary::Term]
213
- # attr_reader :prepTime
214
- #
215
- # # @return [RDF::Vocabulary::Term]
216
- # attr_reader :price
217
- #
218
- # # The price range of products and services offered by a restaurant, business or other organization.
219
- # # @return [RDF::Vocabulary::Term]
220
- # attr_reader :pricerange
221
- #
222
- # # @return [RDF::Vocabulary::Term]
223
- # attr_reader :pricevaliduntil
224
- #
225
- # # @return [RDF::Vocabulary::Term]
226
- # attr_reader :protein
227
- #
228
- # # @return [RDF::Vocabulary::Term]
229
- # attr_reader :published
230
- #
231
- # # @return [RDF::Vocabulary::Term]
232
- # attr_reader :quantity
233
- #
234
- # # A rating can be specified by a string literal or a Rating instance.
235
- # # @return [RDF::Vocabulary::Term]
236
- # attr_reader :rating
237
- #
238
- # # @return [RDF::Vocabulary::Term]
239
- # attr_reader :recipeType
240
- #
241
- # # @return [RDF::Vocabulary::Term]
242
- # attr_reader :region
243
- #
244
- # # A reviewer can be specified by a string literal or a Person instance.
245
- # # @return [RDF::Vocabulary::Term]
246
- # attr_reader :reviewer
247
- #
248
- # # @return [RDF::Vocabulary::Term]
249
- # attr_reader :role
250
- #
251
- # # @return [RDF::Vocabulary::Term]
252
- # attr_reader :saturatedFat
253
- #
254
- # # @return [RDF::Vocabulary::Term]
255
- # attr_reader :seller
256
- #
257
- # # @return [RDF::Vocabulary::Term]
258
- # attr_reader :servingSize
259
- #
260
- # # @return [RDF::Vocabulary::Term]
261
- # attr_reader :sugar
262
- #
263
- # # @return [RDF::Vocabulary::Term]
264
- # attr_reader :summary
265
- #
266
- # # @return [RDF::Vocabulary::Term]
267
- # attr_reader :tag
268
- #
269
- # # @return [RDF::Vocabulary::Term]
270
- # attr_reader :tel
271
- #
272
- # # Represents the length of time it takes to prepare a recipe.
273
- # # @return [RDF::Vocabulary::Term]
274
- # attr_reader :timeRange
275
- #
276
- # # @return [RDF::Vocabulary::Term]
277
- # attr_reader :title
278
- #
279
- # # @return [RDF::Vocabulary::Term]
280
- # attr_reader :totalTime
281
- #
282
- # # @return [RDF::Vocabulary::Term]
283
- # attr_reader :unsaturatedFat
284
- #
285
- # # @return [RDF::Vocabulary::Term]
286
- # attr_reader :url
287
- #
288
- # # The value of a single Rating.
289
- # # @return [RDF::Vocabulary::Term]
290
- # attr_reader :value
291
- #
292
- # # The poorest value of a rating scale (default 1).
293
- # # @return [RDF::Vocabulary::Term]
294
- # attr_reader :worst
295
- #
296
- # # @return [RDF::Vocabulary::Term]
297
- # attr_reader :yield
298
- #
299
- # end
300
6
  VMD = Class.new(RDF::StrictVocabulary("http://data-vocabulary.org/")) do
301
7
 
302
8
  # Class definitions
303
9
  term :Address,
304
10
  comment: "Postal address for a Person or Organization.".freeze,
305
- type: "rdfs:Class".freeze
11
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
306
12
  term :Breadcrumb,
307
13
  comment: "Represents a single Breadcrumb in a Breadcrumb trail.".freeze,
308
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
14
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
309
15
  term :Instructions,
310
16
  comment: "Represents the steps to make a dish.".freeze,
311
- type: "rdfs:Class".freeze
17
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
312
18
  term :Nutrition,
313
19
  comment: "Represents the nutrition information about a recipe.".freeze,
314
- type: "rdfs:Class".freeze
20
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
315
21
  term :Offer,
316
22
  comment: "Represents an offer to sell a product.".freeze,
317
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
23
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
318
24
  term :OfferAggregate,
319
25
  comment: "Represents a collection of offers to sell a product.".freeze,
320
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
26
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
321
27
  term :Organization,
322
28
  comment: "An Organization is a business, agency, school, etc.".freeze,
323
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
29
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
324
30
  term :Person,
325
31
  comment: "Represents a Person, living/dead/fictional.".freeze,
326
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
32
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
327
33
  term :Product,
328
34
  comment: "Represents a product or service in a Review or Review-aggregate.".freeze,
329
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
35
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
330
36
  term :Rating,
331
37
  comment: "Represents a rating in a Review or Review-aggregate.".freeze,
332
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
38
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
333
39
  term :Recipe,
334
40
  comment: "A single instance of a Recipe.".freeze,
335
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
41
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
336
42
  term :RecipeIngredient,
337
43
  comment: "Represents ingredients used in a recipe.".freeze,
338
- type: "rdfs:Class".freeze
44
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
339
45
  term :Review,
340
46
  comment: "A single instance of a Review.".freeze,
341
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
47
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
342
48
  term :"Review-aggregate",
343
49
  comment: "Represents data from a collection of reviews.\n Can be used whether or not there is instance-level Review data on the page.\n ".freeze,
344
- subClassOf: "vmd:Review".freeze,
345
- type: "rdfs:Class".freeze
50
+ subClassOf: "http://data-vocabulary.org/Review".freeze,
51
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
346
52
  term :TimeRange,
347
53
  comment: "Represents the length of time it takes to prepare a recipe.".freeze,
348
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
54
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
349
55
 
350
56
  # Property definitions
351
57
  property :acquaintance,
352
- domain: "vmd:Person".freeze,
353
- type: "rdf:Property".freeze
58
+ domain: "http://data-vocabulary.org/Person".freeze,
59
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
354
60
  property :address,
355
61
  domain: term(
356
- type: "owl:Class".freeze,
357
- unionOf: list("vmd:Person".freeze, "vmd:Organization".freeze)
62
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
63
+ unionOf: list("http://data-vocabulary.org/Person".freeze, "http://data-vocabulary.org/Organization".freeze)
358
64
  ),
359
- range: "vmd:Address".freeze,
360
- type: "rdf:Property".freeze
65
+ range: "http://data-vocabulary.org/Address".freeze,
66
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
361
67
  property :affiliation,
362
68
  comment: "An affiliation can be specified by a string literal or an Organization instance.".freeze,
363
- domain: "vmd:Person".freeze,
69
+ domain: "http://data-vocabulary.org/Person".freeze,
364
70
  range: term(
365
- type: "owl:Class".freeze,
366
- unionOf: list("vmd:Organization".freeze, "xsd:string".freeze)
71
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
72
+ unionOf: list("http://data-vocabulary.org/Organization".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
367
73
  ),
368
- type: "rdf:Property".freeze
74
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
369
75
  property :amount,
370
- domain: "vmd:RecipeIngredient".freeze,
371
- type: "rdf:Property".freeze
76
+ domain: "http://data-vocabulary.org/RecipeIngredient".freeze,
77
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
372
78
  property :author,
373
79
  comment: "An author of the recipe can be specified by a string literal or a Person instance.".freeze,
374
- domain: "vmd:Recipe".freeze,
80
+ domain: "http://data-vocabulary.org/Recipe".freeze,
375
81
  range: term(
376
- type: "owl:Class".freeze,
377
- unionOf: list("vmd:Person".freeze, "xsd:string".freeze)
82
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
83
+ unionOf: list("http://data-vocabulary.org/Person".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
378
84
  ),
379
- type: "rdf:Property".freeze
85
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
380
86
  property :availability,
381
- domain: "vmd:Offer".freeze,
382
- type: "rdf:Property".freeze
87
+ domain: "http://data-vocabulary.org/Offer".freeze,
88
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
383
89
  property :average,
384
90
  comment: "The average of an aggregate value.".freeze,
385
- domain: "vmd:Rating".freeze,
386
- type: "rdf:Property".freeze
91
+ domain: "http://data-vocabulary.org/Rating".freeze,
92
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
387
93
  property :best,
388
94
  comment: "The best value of a rating scale (default 5).".freeze,
389
- domain: "vmd:Rating".freeze,
390
- type: "rdf:Property".freeze
95
+ domain: "http://data-vocabulary.org/Rating".freeze,
96
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
391
97
  property :brand,
392
- domain: "vmd:Product".freeze,
393
- type: "rdf:Property".freeze
98
+ domain: "http://data-vocabulary.org/Product".freeze,
99
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
394
100
  property :calories,
395
- domain: "vmd:Nutrition".freeze,
396
- type: "rdf:Property".freeze
101
+ domain: "http://data-vocabulary.org/Nutrition".freeze,
102
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
397
103
  property :carbohydrates,
398
- domain: "vmd:Nutrition".freeze,
399
- type: "rdf:Property".freeze
104
+ domain: "http://data-vocabulary.org/Nutrition".freeze,
105
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
400
106
  property :category,
401
107
  domain: term(
402
- type: "owl:Class".freeze,
403
- unionOf: list("vmd:Organization".freeze, "vmd:Product".freeze)
108
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
109
+ unionOf: list("http://data-vocabulary.org/Organization".freeze, "http://data-vocabulary.org/Product".freeze)
404
110
  ),
405
- type: "rdf:Property".freeze
111
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
406
112
  property :child,
407
- domain: "vmd:Breadcrumb".freeze,
408
- type: "rdf:Property".freeze
113
+ domain: "http://data-vocabulary.org/Breadcrumb".freeze,
114
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
409
115
  property :cholesterol,
410
- domain: "vmd:Nutrition".freeze,
411
- type: "rdf:Property".freeze
116
+ domain: "http://data-vocabulary.org/Nutrition".freeze,
117
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
412
118
  property :colleague,
413
- domain: "vmd:Person".freeze,
414
- type: "rdf:Property".freeze
119
+ domain: "http://data-vocabulary.org/Person".freeze,
120
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
415
121
  property :condition,
416
122
  domain: term(
417
- type: "owl:Class".freeze,
418
- unionOf: list("vmd:Offer".freeze, "vmd:OfferAggregate".freeze)
123
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
124
+ unionOf: list("http://data-vocabulary.org/Offer".freeze, "http://data-vocabulary.org/OfferAggregate".freeze)
419
125
  ),
420
- type: "rdf:Property".freeze
126
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
421
127
  property :contact,
422
- domain: "vmd:Person".freeze,
423
- type: "rdf:Property".freeze
128
+ domain: "http://data-vocabulary.org/Person".freeze,
129
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
424
130
  property :cookTime,
425
- domain: "vmd:Recipe".freeze,
131
+ domain: "http://data-vocabulary.org/Recipe".freeze,
426
132
  range: term(
427
- type: "owl:Class".freeze,
428
- unionOf: list("vmd:TimeRange".freeze, "xsd:string".freeze)
133
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
134
+ unionOf: list("http://data-vocabulary.org/TimeRange".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
429
135
  ),
430
- type: "rdf:Property".freeze
136
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
431
137
  property :count,
432
138
  comment: "The total number of items used in an aggregate (e.g., number of reviews).".freeze,
433
- domain: "vmd:Review-aggregate".freeze,
434
- type: "rdf:Property".freeze
139
+ domain: "http://data-vocabulary.org/Review-aggregate".freeze,
140
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
435
141
  property :"country-name",
436
- domain: "vmd:Address".freeze,
437
- type: "rdf:Property".freeze
142
+ domain: "http://data-vocabulary.org/Address".freeze,
143
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
438
144
  property :currency,
439
145
  domain: term(
440
- type: "owl:Class".freeze,
441
- unionOf: list("vmd:Offer".freeze, "vmd:OfferAggregate".freeze)
146
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
147
+ unionOf: list("http://data-vocabulary.org/Offer".freeze, "http://data-vocabulary.org/OfferAggregate".freeze)
442
148
  ),
443
- type: "rdf:Property".freeze
149
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
444
150
  property :description,
445
151
  domain: term(
446
- type: "owl:Class".freeze,
447
- unionOf: list("vmd:Review".freeze, "vmd:Product".freeze)
152
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
153
+ unionOf: list("http://data-vocabulary.org/Review".freeze, "http://data-vocabulary.org/Product".freeze)
448
154
  ),
449
- type: "rdf:Property".freeze
155
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
450
156
  property :dtreviewed,
451
157
  comment: "The date of the review.".freeze,
452
- domain: "vmd:Review".freeze,
453
- type: "rdf:Property".freeze
158
+ domain: "http://data-vocabulary.org/Review".freeze,
159
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
454
160
  property :duration,
455
- domain: "vmd:Recipe".freeze,
161
+ domain: "http://data-vocabulary.org/Recipe".freeze,
456
162
  range: term(
457
- type: "owl:Class".freeze,
458
- unionOf: list("vmd:TimeRange".freeze, "xsd:string".freeze)
163
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
164
+ unionOf: list("http://data-vocabulary.org/TimeRange".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
459
165
  ),
460
- type: "rdf:Property".freeze
166
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
461
167
  property :fat,
462
- domain: "vmd:Nutrition".freeze,
463
- type: "rdf:Property".freeze
168
+ domain: "http://data-vocabulary.org/Nutrition".freeze,
169
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
464
170
  property :fiber,
465
- domain: "vmd:Nutrition".freeze,
466
- type: "rdf:Property".freeze
171
+ domain: "http://data-vocabulary.org/Nutrition".freeze,
172
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
467
173
  property :friend,
468
- domain: "vmd:Person".freeze,
469
- type: "rdf:Property".freeze
174
+ domain: "http://data-vocabulary.org/Person".freeze,
175
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
470
176
  property :highprice,
471
- domain: "vmd:OfferAggregate".freeze,
472
- type: "rdf:Property".freeze
177
+ domain: "http://data-vocabulary.org/OfferAggregate".freeze,
178
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
473
179
  property :identifier,
474
180
  domain: term(
475
- type: "owl:Class".freeze,
476
- unionOf: list("vmd:Product".freeze, "vmd:Offer".freeze)
181
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
182
+ unionOf: list("http://data-vocabulary.org/Product".freeze, "http://data-vocabulary.org/Offer".freeze)
477
183
  ),
478
- type: "rdf:Property".freeze
184
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
479
185
  property :image,
480
- domain: "vmd:Product".freeze,
481
- type: "rdf:Property".freeze
186
+ domain: "http://data-vocabulary.org/Product".freeze,
187
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
482
188
  property :ingredient,
483
189
  comment: "Represents ingredients used in a recipe.".freeze,
484
- domain: "vmd:Recipe".freeze,
485
- range: "vmd:RecipeIngredient".freeze,
486
- type: "rdf:Property".freeze
190
+ domain: "http://data-vocabulary.org/Recipe".freeze,
191
+ range: "http://data-vocabulary.org/RecipeIngredient".freeze,
192
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
487
193
  property :instruction,
488
- domain: "vmd:Instructions".freeze,
489
- type: "rdf:Property".freeze
194
+ domain: "http://data-vocabulary.org/Instructions".freeze,
195
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
490
196
  property :instructions,
491
197
  comment: "Represents the steps to make a dish.".freeze,
492
- domain: "vmd:Recipe".freeze,
493
- range: "vmd:Instructions".freeze,
494
- type: "rdf:Property".freeze
198
+ domain: "http://data-vocabulary.org/Recipe".freeze,
199
+ range: "http://data-vocabulary.org/Instructions".freeze,
200
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
495
201
  property :itemoffered,
496
202
  domain: term(
497
- type: "owl:Class".freeze,
498
- unionOf: list("vmd:Offer".freeze, "vmd:OfferAggregate".freeze)
203
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
204
+ unionOf: list("http://data-vocabulary.org/Offer".freeze, "http://data-vocabulary.org/OfferAggregate".freeze)
499
205
  ),
500
- type: "rdf:Property".freeze
206
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
501
207
  property :itemreviewed,
502
- domain: "vmd:Review".freeze,
503
- type: "rdf:Property".freeze
208
+ domain: "http://data-vocabulary.org/Review".freeze,
209
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
504
210
  property :locality,
505
- domain: "vmd:Address".freeze,
506
- type: "rdf:Property".freeze
211
+ domain: "http://data-vocabulary.org/Address".freeze,
212
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
507
213
  property :lowprice,
508
- domain: "vmd:OfferAggregate".freeze,
509
- type: "rdf:Property".freeze
214
+ domain: "http://data-vocabulary.org/OfferAggregate".freeze,
215
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
510
216
  property :max,
511
217
  comment: "The maximum value of an aggregated Rating.".freeze,
512
218
  domain: term(
513
- type: "owl:Class".freeze,
514
- unionOf: list("vmd:Rating".freeze, "vmd:TimeRange".freeze)
219
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
220
+ unionOf: list("http://data-vocabulary.org/Rating".freeze, "http://data-vocabulary.org/TimeRange".freeze)
515
221
  ),
516
- type: "rdf:Property".freeze
222
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
517
223
  property :min,
518
224
  comment: "The minimum value of an aggregated Rating.".freeze,
519
225
  domain: term(
520
- type: "owl:Class".freeze,
521
- unionOf: list("vmd:Rating".freeze, "vmd:TimeRange".freeze)
226
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
227
+ unionOf: list("http://data-vocabulary.org/Rating".freeze, "http://data-vocabulary.org/TimeRange".freeze)
522
228
  ),
523
- type: "rdf:Property".freeze
229
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
524
230
  property :name,
525
- type: "rdf:Property".freeze
231
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
526
232
  property :nickname,
527
- domain: "vmd:Person".freeze,
528
- type: "rdf:Property".freeze
233
+ domain: "http://data-vocabulary.org/Person".freeze,
234
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
529
235
  property :nutrition,
530
236
  comment: "Represents the nutrition information about a recipe.".freeze,
531
- domain: "vmd:Recipe".freeze,
532
- range: "vmd:Nutrition".freeze,
533
- type: "rdf:Property".freeze
237
+ domain: "http://data-vocabulary.org/Recipe".freeze,
238
+ range: "http://data-vocabulary.org/Nutrition".freeze,
239
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
534
240
  property :offercount,
535
- domain: "vmd:OfferAggregate".freeze,
536
- type: "rdf:Property".freeze
241
+ domain: "http://data-vocabulary.org/OfferAggregate".freeze,
242
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
537
243
  property :offerdetails,
538
- domain: "vmd:Product".freeze,
539
- type: "rdf:Property".freeze
244
+ domain: "http://data-vocabulary.org/Product".freeze,
245
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
540
246
  property :offerurl,
541
247
  domain: term(
542
- type: "owl:Class".freeze,
543
- unionOf: list("vmd:Offer".freeze, "vmd:OfferAggregate".freeze)
248
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
249
+ unionOf: list("http://data-vocabulary.org/Offer".freeze, "http://data-vocabulary.org/OfferAggregate".freeze)
544
250
  ),
545
- type: "rdf:Property".freeze
251
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
546
252
  property :photo,
547
- type: "rdf:Property".freeze
253
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
548
254
  property :"postal-code",
549
- domain: "vmd:Address".freeze,
550
- type: "rdf:Property".freeze
255
+ domain: "http://data-vocabulary.org/Address".freeze,
256
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
551
257
  property :prepTime,
552
- domain: "vmd:Recipe".freeze,
258
+ domain: "http://data-vocabulary.org/Recipe".freeze,
553
259
  range: term(
554
- type: "owl:Class".freeze,
555
- unionOf: list("vmd:TimeRange".freeze, "xsd:string".freeze)
260
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
261
+ unionOf: list("http://data-vocabulary.org/TimeRange".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
556
262
  ),
557
- type: "rdf:Property".freeze
263
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
558
264
  property :price,
559
- domain: "vmd:Offer".freeze,
560
- type: "rdf:Property".freeze
265
+ domain: "http://data-vocabulary.org/Offer".freeze,
266
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
561
267
  property :pricerange,
562
268
  comment: "The price range of products and services offered\n by a restaurant, business or other organization.\n ".freeze,
563
- domain: "vmd:Organization".freeze,
564
- type: "rdf:Property".freeze
269
+ domain: "http://data-vocabulary.org/Organization".freeze,
270
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
565
271
  property :pricevaliduntil,
566
- domain: "vmd:Offer".freeze,
567
- type: "rdf:Property".freeze
272
+ domain: "http://data-vocabulary.org/Offer".freeze,
273
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
568
274
  property :protein,
569
- domain: "vmd:Nutrition".freeze,
570
- type: "rdf:Property".freeze
275
+ domain: "http://data-vocabulary.org/Nutrition".freeze,
276
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
571
277
  property :published,
572
- domain: "vmd:Recipe".freeze,
573
- type: "rdf:Property".freeze
278
+ domain: "http://data-vocabulary.org/Recipe".freeze,
279
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
574
280
  property :quantity,
575
- domain: "vmd:Offer".freeze,
576
- type: "rdf:Property".freeze
281
+ domain: "http://data-vocabulary.org/Offer".freeze,
282
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
577
283
  property :rating,
578
284
  comment: "A rating can be specified by a string literal or a Rating instance.".freeze,
579
- domain: "vmd:Review".freeze,
285
+ domain: "http://data-vocabulary.org/Review".freeze,
580
286
  range: term(
581
- type: "owl:Class".freeze,
582
- unionOf: list("vmd:Rating".freeze, "xsd:string".freeze)
287
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
288
+ unionOf: list("http://data-vocabulary.org/Rating".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
583
289
  ),
584
- type: "rdf:Property".freeze
290
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
585
291
  property :recipeType,
586
- domain: "vmd:Recipe".freeze,
587
- type: "rdf:Property".freeze
292
+ domain: "http://data-vocabulary.org/Recipe".freeze,
293
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
588
294
  property :region,
589
- domain: "vmd:Address".freeze,
590
- type: "rdf:Property".freeze
295
+ domain: "http://data-vocabulary.org/Address".freeze,
296
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
591
297
  property :reviewer,
592
298
  comment: "A reviewer can be specified by a string literal or a Person instance.".freeze,
593
- domain: "vmd:Review".freeze,
299
+ domain: "http://data-vocabulary.org/Review".freeze,
594
300
  range: term(
595
- type: "owl:Class".freeze,
596
- unionOf: list("vmd:Person".freeze, "xsd:string".freeze)
301
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
302
+ unionOf: list("http://data-vocabulary.org/Person".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
597
303
  ),
598
- type: "rdf:Property".freeze
304
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
599
305
  property :role,
600
- domain: "vmd:Person".freeze,
601
- type: "rdf:Property".freeze
306
+ domain: "http://data-vocabulary.org/Person".freeze,
307
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
602
308
  property :saturatedFat,
603
- domain: "vmd:Nutrition".freeze,
604
- type: "rdf:Property".freeze
309
+ domain: "http://data-vocabulary.org/Nutrition".freeze,
310
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
605
311
  property :seller,
606
- domain: "vmd:Offer".freeze,
607
- type: "rdf:Property".freeze
312
+ domain: "http://data-vocabulary.org/Offer".freeze,
313
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
608
314
  property :servingSize,
609
- domain: "vmd:Nutrition".freeze,
610
- type: "rdf:Property".freeze
315
+ domain: "http://data-vocabulary.org/Nutrition".freeze,
316
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
611
317
  property :"street-address",
612
- domain: "vmd:Address".freeze,
613
- type: "rdf:Property".freeze
318
+ domain: "http://data-vocabulary.org/Address".freeze,
319
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
614
320
  property :sugar,
615
- domain: "vmd:Nutrition".freeze,
616
- type: "rdf:Property".freeze
321
+ domain: "http://data-vocabulary.org/Nutrition".freeze,
322
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
617
323
  property :summary,
618
324
  domain: term(
619
- type: "owl:Class".freeze,
620
- unionOf: list("vmd:Review".freeze, "vmd:Recipe".freeze)
325
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
326
+ unionOf: list("http://data-vocabulary.org/Review".freeze, "http://data-vocabulary.org/Recipe".freeze)
621
327
  ),
622
- type: "rdf:Property".freeze
328
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
623
329
  property :tag,
624
- domain: "vmd:Recipe".freeze,
625
- type: "rdf:Property".freeze
330
+ domain: "http://data-vocabulary.org/Recipe".freeze,
331
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
626
332
  property :tel,
627
333
  domain: term(
628
- type: "owl:Class".freeze,
629
- unionOf: list("vmd:Person".freeze, "vmd:Organization".freeze)
334
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
335
+ unionOf: list("http://data-vocabulary.org/Person".freeze, "http://data-vocabulary.org/Organization".freeze)
630
336
  ),
631
- type: "rdf:Property".freeze
337
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
632
338
  property :timeRange,
633
339
  comment: "Represents the length of time it takes to prepare a recipe.".freeze,
634
- domain: "vmd:Recipe".freeze,
635
- range: "vmd:TimeRange".freeze,
636
- type: "rdf:Property".freeze
340
+ domain: "http://data-vocabulary.org/Recipe".freeze,
341
+ range: "http://data-vocabulary.org/TimeRange".freeze,
342
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
637
343
  property :title,
638
344
  domain: term(
639
- type: "owl:Class".freeze,
640
- unionOf: list("vmd:Person".freeze, "vmd:Breadcrumb".freeze)
345
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
346
+ unionOf: list("http://data-vocabulary.org/Person".freeze, "http://data-vocabulary.org/Breadcrumb".freeze)
641
347
  ),
642
- type: "rdf:Property".freeze
348
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
643
349
  property :totalTime,
644
- domain: "vmd:Recipe".freeze,
350
+ domain: "http://data-vocabulary.org/Recipe".freeze,
645
351
  range: term(
646
- type: "owl:Class".freeze,
647
- unionOf: list("vmd:TimeRange".freeze, "xsd:string".freeze)
352
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
353
+ unionOf: list("http://data-vocabulary.org/TimeRange".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
648
354
  ),
649
- type: "rdf:Property".freeze
355
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
650
356
  property :unsaturatedFat,
651
- domain: "vmd:Nutrition".freeze,
652
- type: "rdf:Property".freeze
357
+ domain: "http://data-vocabulary.org/Nutrition".freeze,
358
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
653
359
  property :url,
654
360
  domain: term(
655
- type: "owl:Class".freeze,
656
- unionOf: list("vmd:Person".freeze, "vmd:Organization".freeze, "vmd:Product".freeze, "vmd:Breadcrumb".freeze)
361
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
362
+ unionOf: list("http://data-vocabulary.org/Person".freeze, "http://data-vocabulary.org/Organization".freeze, "http://data-vocabulary.org/Product".freeze, "http://data-vocabulary.org/Breadcrumb".freeze)
657
363
  ),
658
- type: "rdf:Property".freeze
364
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
659
365
  property :value,
660
366
  comment: "The value of a single Rating.".freeze,
661
- domain: "vmd:Rating".freeze,
662
- type: "rdf:Property".freeze
367
+ domain: "http://data-vocabulary.org/Rating".freeze,
368
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
663
369
  property :worst,
664
370
  comment: "The poorest value of a rating scale (default 1).".freeze,
665
- domain: "vmd:Rating".freeze,
666
- type: "rdf:Property".freeze
371
+ domain: "http://data-vocabulary.org/Rating".freeze,
372
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
667
373
  property :yield,
668
- domain: "vmd:Recipe".freeze,
669
- type: "rdf:Property".freeze
374
+ domain: "http://data-vocabulary.org/Recipe".freeze,
375
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
670
376
  end
671
377
  end