rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
data/lib/rdf/vocab/v.rb CHANGED
@@ -3,375 +3,377 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://rdf.data-vocabulary.org/#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://rdf.data-vocabulary.org/#>
7
+ # @!visibility private
6
8
  V = Class.new(RDF::StrictVocabulary("http://rdf.data-vocabulary.org/#")) do
7
9
 
8
10
  # Class definitions
9
11
  term :Address,
10
- comment: "Postal address for a Person or Organization.".freeze,
11
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
12
+ comment: "Postal address for a Person or Organization.",
13
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
12
14
  term :Breadcrumb,
13
- comment: "Represents a single Breadcrumb in a Breadcrumb trail.".freeze,
14
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
15
+ comment: "Represents a single Breadcrumb in a Breadcrumb trail.",
16
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
15
17
  term :Instructions,
16
- comment: "Represents the steps to make a dish.".freeze,
17
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
18
+ comment: "Represents the steps to make a dish.",
19
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
18
20
  term :Nutrition,
19
- comment: "Represents the nutrition information about a recipe.".freeze,
20
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
21
+ comment: "Represents the nutrition information about a recipe.",
22
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
21
23
  term :Offer,
22
- comment: "Represents an offer to sell a product.".freeze,
23
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
24
+ comment: "Represents an offer to sell a product.",
25
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
24
26
  term :OfferAggregate,
25
- comment: "Represents a collection of offers to sell a product.".freeze,
26
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
27
+ comment: "Represents a collection of offers to sell a product.",
28
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
27
29
  term :Organization,
28
- comment: "An Organization is a business, agency, school, etc.".freeze,
29
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
30
+ comment: "An Organization is a business, agency, school, etc.",
31
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
30
32
  term :Person,
31
- comment: "Represents a Person, living/dead/fictional.".freeze,
32
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
33
+ comment: "Represents a Person, living/dead/fictional.",
34
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
33
35
  term :Product,
34
- comment: "Represents a product or service in a Review or Review-aggregate.".freeze,
35
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
36
+ comment: "Represents a product or service in a Review or Review-aggregate.",
37
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
36
38
  term :Rating,
37
- comment: "Represents a rating in a Review or Review-aggregate.".freeze,
38
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
39
+ comment: "Represents a rating in a Review or Review-aggregate.",
40
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
39
41
  term :Recipe,
40
- comment: "A single instance of a Recipe.".freeze,
41
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
42
+ comment: "A single instance of a Recipe.",
43
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
42
44
  term :RecipeIngredient,
43
- comment: "Represents ingredients used in a recipe.".freeze,
44
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
45
+ comment: "Represents ingredients used in a recipe.",
46
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
45
47
  term :Review,
46
- comment: "A single instance of a Review.".freeze,
47
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
48
+ comment: "A single instance of a Review.",
49
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
48
50
  term :"Review-aggregate",
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,
50
- subClassOf: "http://rdf.data-vocabulary.org/#Review".freeze,
51
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
51
+ 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 ",
52
+ subClassOf: "http://rdf.data-vocabulary.org/#Review",
53
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
52
54
  term :TimeRange,
53
- comment: "Represents the length of time it takes to prepare a recipe.".freeze,
54
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
55
+ comment: "Represents the length of time it takes to prepare a recipe.",
56
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
55
57
 
56
58
  # Property definitions
57
59
  property :acquaintance,
58
- domain: "http://rdf.data-vocabulary.org/#Person".freeze,
59
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
60
+ domain: "http://rdf.data-vocabulary.org/#Person",
61
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
60
62
  property :address,
61
63
  domain: term(
62
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
63
- unionOf: list("http://rdf.data-vocabulary.org/#Person".freeze, "http://rdf.data-vocabulary.org/#Organization".freeze)
64
+ type: "http://www.w3.org/2002/07/owl#Class",
65
+ unionOf: list("http://rdf.data-vocabulary.org/#Person", "http://rdf.data-vocabulary.org/#Organization")
64
66
  ),
65
- range: "http://rdf.data-vocabulary.org/#Address".freeze,
66
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
67
+ range: "http://rdf.data-vocabulary.org/#Address",
68
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
67
69
  property :affiliation,
68
- comment: "An affiliation can be specified by a string literal or an Organization instance.".freeze,
69
- domain: "http://rdf.data-vocabulary.org/#Person".freeze,
70
+ comment: "An affiliation can be specified by a string literal or an Organization instance.",
71
+ domain: "http://rdf.data-vocabulary.org/#Person",
70
72
  range: term(
71
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
72
- unionOf: list("http://rdf.data-vocabulary.org/#Organization".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
73
+ type: "http://www.w3.org/2002/07/owl#Class",
74
+ unionOf: list("http://rdf.data-vocabulary.org/#Organization", "http://www.w3.org/2001/XMLSchema#string")
73
75
  ),
74
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
76
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
75
77
  property :amount,
76
- domain: "http://rdf.data-vocabulary.org/#RecipeIngredient".freeze,
77
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
78
+ domain: "http://rdf.data-vocabulary.org/#RecipeIngredient",
79
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
78
80
  property :author,
79
- comment: "An author of the recipe can be specified by a string literal or a Person instance.".freeze,
80
- domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
81
+ comment: "An author of the recipe can be specified by a string literal or a Person instance.",
82
+ domain: "http://rdf.data-vocabulary.org/#Recipe",
81
83
  range: term(
82
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
83
- unionOf: list("http://rdf.data-vocabulary.org/#Person".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
84
+ type: "http://www.w3.org/2002/07/owl#Class",
85
+ unionOf: list("http://rdf.data-vocabulary.org/#Person", "http://www.w3.org/2001/XMLSchema#string")
84
86
  ),
85
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
87
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
86
88
  property :availability,
87
- domain: "http://rdf.data-vocabulary.org/#Offer".freeze,
88
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
89
+ domain: "http://rdf.data-vocabulary.org/#Offer",
90
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
89
91
  property :average,
90
- comment: "The average of an aggregate value.".freeze,
91
- domain: "http://rdf.data-vocabulary.org/#Rating".freeze,
92
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
92
+ comment: "The average of an aggregate value.",
93
+ domain: "http://rdf.data-vocabulary.org/#Rating",
94
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
93
95
  property :best,
94
- comment: "The best value of a rating scale (default 5).".freeze,
95
- domain: "http://rdf.data-vocabulary.org/#Rating".freeze,
96
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
96
+ comment: "The best value of a rating scale (default 5).",
97
+ domain: "http://rdf.data-vocabulary.org/#Rating",
98
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
97
99
  property :brand,
98
- domain: "http://rdf.data-vocabulary.org/#Product".freeze,
99
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
100
+ domain: "http://rdf.data-vocabulary.org/#Product",
101
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
100
102
  property :calories,
101
- domain: "http://rdf.data-vocabulary.org/#Nutrition".freeze,
102
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
103
+ domain: "http://rdf.data-vocabulary.org/#Nutrition",
104
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
103
105
  property :carbohydrates,
104
- domain: "http://rdf.data-vocabulary.org/#Nutrition".freeze,
105
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
106
+ domain: "http://rdf.data-vocabulary.org/#Nutrition",
107
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
106
108
  property :category,
107
109
  domain: term(
108
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
109
- unionOf: list("http://rdf.data-vocabulary.org/#Organization".freeze, "http://rdf.data-vocabulary.org/#Product".freeze)
110
+ type: "http://www.w3.org/2002/07/owl#Class",
111
+ unionOf: list("http://rdf.data-vocabulary.org/#Organization", "http://rdf.data-vocabulary.org/#Product")
110
112
  ),
111
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
113
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
112
114
  property :child,
113
- domain: "http://rdf.data-vocabulary.org/#Breadcrumb".freeze,
114
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
115
+ domain: "http://rdf.data-vocabulary.org/#Breadcrumb",
116
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
115
117
  property :cholesterol,
116
- domain: "http://rdf.data-vocabulary.org/#Nutrition".freeze,
117
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
118
+ domain: "http://rdf.data-vocabulary.org/#Nutrition",
119
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
118
120
  property :colleague,
119
- domain: "http://rdf.data-vocabulary.org/#Person".freeze,
120
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
121
+ domain: "http://rdf.data-vocabulary.org/#Person",
122
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
121
123
  property :condition,
122
124
  domain: term(
123
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
124
- unionOf: list("http://rdf.data-vocabulary.org/#Offer".freeze, "http://rdf.data-vocabulary.org/#OfferAggregate".freeze)
125
+ type: "http://www.w3.org/2002/07/owl#Class",
126
+ unionOf: list("http://rdf.data-vocabulary.org/#Offer", "http://rdf.data-vocabulary.org/#OfferAggregate")
125
127
  ),
126
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
128
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
127
129
  property :contact,
128
- domain: "http://rdf.data-vocabulary.org/#Person".freeze,
129
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
130
+ domain: "http://rdf.data-vocabulary.org/#Person",
131
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
130
132
  property :cookTime,
131
- domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
133
+ domain: "http://rdf.data-vocabulary.org/#Recipe",
132
134
  range: term(
133
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
134
- unionOf: list("http://rdf.data-vocabulary.org/#TimeRange".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
135
+ type: "http://www.w3.org/2002/07/owl#Class",
136
+ unionOf: list("http://rdf.data-vocabulary.org/#TimeRange", "http://www.w3.org/2001/XMLSchema#string")
135
137
  ),
136
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
138
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
137
139
  property :count,
138
- comment: "The total number of items used in an aggregate (e.g., number of reviews).".freeze,
139
- domain: "http://rdf.data-vocabulary.org/#Review-aggregate".freeze,
140
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
140
+ comment: "The total number of items used in an aggregate (e.g., number of reviews).",
141
+ domain: "http://rdf.data-vocabulary.org/#Review-aggregate",
142
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
141
143
  property :"country-name",
142
- domain: "http://rdf.data-vocabulary.org/#Address".freeze,
143
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
144
+ domain: "http://rdf.data-vocabulary.org/#Address",
145
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
144
146
  property :currency,
145
147
  domain: term(
146
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
147
- unionOf: list("http://rdf.data-vocabulary.org/#Offer".freeze, "http://rdf.data-vocabulary.org/#OfferAggregate".freeze)
148
+ type: "http://www.w3.org/2002/07/owl#Class",
149
+ unionOf: list("http://rdf.data-vocabulary.org/#Offer", "http://rdf.data-vocabulary.org/#OfferAggregate")
148
150
  ),
149
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
151
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
150
152
  property :description,
151
153
  domain: term(
152
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
153
- unionOf: list("http://rdf.data-vocabulary.org/#Review".freeze, "http://rdf.data-vocabulary.org/#Product".freeze)
154
+ type: "http://www.w3.org/2002/07/owl#Class",
155
+ unionOf: list("http://rdf.data-vocabulary.org/#Review", "http://rdf.data-vocabulary.org/#Product")
154
156
  ),
155
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
157
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
156
158
  property :dtreviewed,
157
- comment: "The date of the review.".freeze,
158
- domain: "http://rdf.data-vocabulary.org/#Review".freeze,
159
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
159
+ comment: "The date of the review.",
160
+ domain: "http://rdf.data-vocabulary.org/#Review",
161
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
160
162
  property :duration,
161
- domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
163
+ domain: "http://rdf.data-vocabulary.org/#Recipe",
162
164
  range: term(
163
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
164
- unionOf: list("http://rdf.data-vocabulary.org/#TimeRange".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
165
+ type: "http://www.w3.org/2002/07/owl#Class",
166
+ unionOf: list("http://rdf.data-vocabulary.org/#TimeRange", "http://www.w3.org/2001/XMLSchema#string")
165
167
  ),
166
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
168
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
167
169
  property :fat,
168
- domain: "http://rdf.data-vocabulary.org/#Nutrition".freeze,
169
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
170
+ domain: "http://rdf.data-vocabulary.org/#Nutrition",
171
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
170
172
  property :fiber,
171
- domain: "http://rdf.data-vocabulary.org/#Nutrition".freeze,
172
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
173
+ domain: "http://rdf.data-vocabulary.org/#Nutrition",
174
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
173
175
  property :friend,
174
- domain: "http://rdf.data-vocabulary.org/#Person".freeze,
175
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
176
+ domain: "http://rdf.data-vocabulary.org/#Person",
177
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
176
178
  property :highprice,
177
- domain: "http://rdf.data-vocabulary.org/#OfferAggregate".freeze,
178
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
179
+ domain: "http://rdf.data-vocabulary.org/#OfferAggregate",
180
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
179
181
  property :identifier,
180
182
  domain: term(
181
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
182
- unionOf: list("http://rdf.data-vocabulary.org/#Product".freeze, "http://rdf.data-vocabulary.org/#Offer".freeze)
183
+ type: "http://www.w3.org/2002/07/owl#Class",
184
+ unionOf: list("http://rdf.data-vocabulary.org/#Product", "http://rdf.data-vocabulary.org/#Offer")
183
185
  ),
184
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
186
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
185
187
  property :image,
186
- domain: "http://rdf.data-vocabulary.org/#Product".freeze,
187
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
188
+ domain: "http://rdf.data-vocabulary.org/#Product",
189
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
188
190
  property :ingredient,
189
- comment: "Represents ingredients used in a recipe.".freeze,
190
- domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
191
- range: "http://rdf.data-vocabulary.org/#RecipeIngredient".freeze,
192
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
191
+ comment: "Represents ingredients used in a recipe.",
192
+ domain: "http://rdf.data-vocabulary.org/#Recipe",
193
+ range: "http://rdf.data-vocabulary.org/#RecipeIngredient",
194
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
193
195
  property :instruction,
194
- domain: "http://rdf.data-vocabulary.org/#Instructions".freeze,
195
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
196
+ domain: "http://rdf.data-vocabulary.org/#Instructions",
197
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
196
198
  property :instructions,
197
- comment: "Represents the steps to make a dish.".freeze,
198
- domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
199
- range: "http://rdf.data-vocabulary.org/#Instructions".freeze,
200
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
199
+ comment: "Represents the steps to make a dish.",
200
+ domain: "http://rdf.data-vocabulary.org/#Recipe",
201
+ range: "http://rdf.data-vocabulary.org/#Instructions",
202
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
201
203
  property :itemoffered,
202
204
  domain: term(
203
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
204
- unionOf: list("http://rdf.data-vocabulary.org/#Offer".freeze, "http://rdf.data-vocabulary.org/#OfferAggregate".freeze)
205
+ type: "http://www.w3.org/2002/07/owl#Class",
206
+ unionOf: list("http://rdf.data-vocabulary.org/#Offer", "http://rdf.data-vocabulary.org/#OfferAggregate")
205
207
  ),
206
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
208
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
207
209
  property :itemreviewed,
208
- domain: "http://rdf.data-vocabulary.org/#Review".freeze,
209
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
210
+ domain: "http://rdf.data-vocabulary.org/#Review",
211
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
210
212
  property :locality,
211
- domain: "http://rdf.data-vocabulary.org/#Address".freeze,
212
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
213
+ domain: "http://rdf.data-vocabulary.org/#Address",
214
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
213
215
  property :lowprice,
214
- domain: "http://rdf.data-vocabulary.org/#OfferAggregate".freeze,
215
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
216
+ domain: "http://rdf.data-vocabulary.org/#OfferAggregate",
217
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
216
218
  property :max,
217
- comment: "The maximum value of an aggregated Rating.".freeze,
219
+ comment: "The maximum value of an aggregated Rating.",
218
220
  domain: term(
219
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
220
- unionOf: list("http://rdf.data-vocabulary.org/#Rating".freeze, "http://rdf.data-vocabulary.org/#TimeRange".freeze)
221
+ type: "http://www.w3.org/2002/07/owl#Class",
222
+ unionOf: list("http://rdf.data-vocabulary.org/#Rating", "http://rdf.data-vocabulary.org/#TimeRange")
221
223
  ),
222
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
224
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
223
225
  property :min,
224
- comment: "The minimum value of an aggregated Rating.".freeze,
226
+ comment: "The minimum value of an aggregated Rating.",
225
227
  domain: term(
226
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
227
- unionOf: list("http://rdf.data-vocabulary.org/#Rating".freeze, "http://rdf.data-vocabulary.org/#TimeRange".freeze)
228
+ type: "http://www.w3.org/2002/07/owl#Class",
229
+ unionOf: list("http://rdf.data-vocabulary.org/#Rating", "http://rdf.data-vocabulary.org/#TimeRange")
228
230
  ),
229
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
231
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
230
232
  property :name,
231
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
233
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
232
234
  property :nickname,
233
- domain: "http://rdf.data-vocabulary.org/#Person".freeze,
234
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
235
+ domain: "http://rdf.data-vocabulary.org/#Person",
236
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
235
237
  property :nutrition,
236
- comment: "Represents the nutrition information about a recipe.".freeze,
237
- domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
238
- range: "http://rdf.data-vocabulary.org/#Nutrition".freeze,
239
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
238
+ comment: "Represents the nutrition information about a recipe.",
239
+ domain: "http://rdf.data-vocabulary.org/#Recipe",
240
+ range: "http://rdf.data-vocabulary.org/#Nutrition",
241
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
240
242
  property :offercount,
241
- domain: "http://rdf.data-vocabulary.org/#OfferAggregate".freeze,
242
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
243
+ domain: "http://rdf.data-vocabulary.org/#OfferAggregate",
244
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
243
245
  property :offerdetails,
244
- domain: "http://rdf.data-vocabulary.org/#Product".freeze,
245
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
246
+ domain: "http://rdf.data-vocabulary.org/#Product",
247
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
246
248
  property :offerurl,
247
249
  domain: term(
248
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
249
- unionOf: list("http://rdf.data-vocabulary.org/#Offer".freeze, "http://rdf.data-vocabulary.org/#OfferAggregate".freeze)
250
+ type: "http://www.w3.org/2002/07/owl#Class",
251
+ unionOf: list("http://rdf.data-vocabulary.org/#Offer", "http://rdf.data-vocabulary.org/#OfferAggregate")
250
252
  ),
251
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
253
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
252
254
  property :photo,
253
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
255
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
254
256
  property :"postal-code",
255
- domain: "http://rdf.data-vocabulary.org/#Address".freeze,
256
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
257
+ domain: "http://rdf.data-vocabulary.org/#Address",
258
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
257
259
  property :prepTime,
258
- domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
260
+ domain: "http://rdf.data-vocabulary.org/#Recipe",
259
261
  range: term(
260
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
261
- unionOf: list("http://rdf.data-vocabulary.org/#TimeRange".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
262
+ type: "http://www.w3.org/2002/07/owl#Class",
263
+ unionOf: list("http://rdf.data-vocabulary.org/#TimeRange", "http://www.w3.org/2001/XMLSchema#string")
262
264
  ),
263
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
265
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
264
266
  property :price,
265
- domain: "http://rdf.data-vocabulary.org/#Offer".freeze,
266
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
267
+ domain: "http://rdf.data-vocabulary.org/#Offer",
268
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
267
269
  property :pricerange,
268
- comment: "The price range of products and services offered\n by a restaurant, business or other organization.\n ".freeze,
269
- domain: "http://rdf.data-vocabulary.org/#Organization".freeze,
270
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
270
+ comment: "The price range of products and services offered\n by a restaurant, business or other organization.\n ",
271
+ domain: "http://rdf.data-vocabulary.org/#Organization",
272
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
271
273
  property :pricevaliduntil,
272
- domain: "http://rdf.data-vocabulary.org/#Offer".freeze,
273
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
274
+ domain: "http://rdf.data-vocabulary.org/#Offer",
275
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
274
276
  property :protein,
275
- domain: "http://rdf.data-vocabulary.org/#Nutrition".freeze,
276
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
277
+ domain: "http://rdf.data-vocabulary.org/#Nutrition",
278
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
277
279
  property :published,
278
- domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
279
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
280
+ domain: "http://rdf.data-vocabulary.org/#Recipe",
281
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
280
282
  property :quantity,
281
- domain: "http://rdf.data-vocabulary.org/#Offer".freeze,
282
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
283
+ domain: "http://rdf.data-vocabulary.org/#Offer",
284
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
283
285
  property :rating,
284
- comment: "A rating can be specified by a string literal or a Rating instance.".freeze,
285
- domain: "http://rdf.data-vocabulary.org/#Review".freeze,
286
+ comment: "A rating can be specified by a string literal or a Rating instance.",
287
+ domain: "http://rdf.data-vocabulary.org/#Review",
286
288
  range: term(
287
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
288
- unionOf: list("http://rdf.data-vocabulary.org/#Rating".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
289
+ type: "http://www.w3.org/2002/07/owl#Class",
290
+ unionOf: list("http://rdf.data-vocabulary.org/#Rating", "http://www.w3.org/2001/XMLSchema#string")
289
291
  ),
290
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
292
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
291
293
  property :recipeType,
292
- domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
293
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
294
+ domain: "http://rdf.data-vocabulary.org/#Recipe",
295
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
294
296
  property :region,
295
- domain: "http://rdf.data-vocabulary.org/#Address".freeze,
296
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
297
+ domain: "http://rdf.data-vocabulary.org/#Address",
298
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
297
299
  property :reviewer,
298
- comment: "A reviewer can be specified by a string literal or a Person instance.".freeze,
299
- domain: "http://rdf.data-vocabulary.org/#Review".freeze,
300
+ comment: "A reviewer can be specified by a string literal or a Person instance.",
301
+ domain: "http://rdf.data-vocabulary.org/#Review",
300
302
  range: term(
301
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
302
- unionOf: list("http://rdf.data-vocabulary.org/#Person".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
303
+ type: "http://www.w3.org/2002/07/owl#Class",
304
+ unionOf: list("http://rdf.data-vocabulary.org/#Person", "http://www.w3.org/2001/XMLSchema#string")
303
305
  ),
304
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
306
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
305
307
  property :role,
306
- domain: "http://rdf.data-vocabulary.org/#Person".freeze,
307
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
308
+ domain: "http://rdf.data-vocabulary.org/#Person",
309
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
308
310
  property :saturatedFat,
309
- domain: "http://rdf.data-vocabulary.org/#Nutrition".freeze,
310
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
311
+ domain: "http://rdf.data-vocabulary.org/#Nutrition",
312
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
311
313
  property :seller,
312
- domain: "http://rdf.data-vocabulary.org/#Offer".freeze,
313
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
314
+ domain: "http://rdf.data-vocabulary.org/#Offer",
315
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
314
316
  property :servingSize,
315
- domain: "http://rdf.data-vocabulary.org/#Nutrition".freeze,
316
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
317
+ domain: "http://rdf.data-vocabulary.org/#Nutrition",
318
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
317
319
  property :"street-address",
318
- domain: "http://rdf.data-vocabulary.org/#Address".freeze,
319
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
320
+ domain: "http://rdf.data-vocabulary.org/#Address",
321
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
320
322
  property :sugar,
321
- domain: "http://rdf.data-vocabulary.org/#Nutrition".freeze,
322
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
323
+ domain: "http://rdf.data-vocabulary.org/#Nutrition",
324
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
323
325
  property :summary,
324
326
  domain: term(
325
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
326
- unionOf: list("http://rdf.data-vocabulary.org/#Review".freeze, "http://rdf.data-vocabulary.org/#Recipe".freeze)
327
+ type: "http://www.w3.org/2002/07/owl#Class",
328
+ unionOf: list("http://rdf.data-vocabulary.org/#Review", "http://rdf.data-vocabulary.org/#Recipe")
327
329
  ),
328
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
330
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
329
331
  property :tag,
330
- domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
331
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
332
+ domain: "http://rdf.data-vocabulary.org/#Recipe",
333
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
332
334
  property :tel,
333
335
  domain: term(
334
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
335
- unionOf: list("http://rdf.data-vocabulary.org/#Person".freeze, "http://rdf.data-vocabulary.org/#Organization".freeze)
336
+ type: "http://www.w3.org/2002/07/owl#Class",
337
+ unionOf: list("http://rdf.data-vocabulary.org/#Person", "http://rdf.data-vocabulary.org/#Organization")
336
338
  ),
337
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
339
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
338
340
  property :timeRange,
339
- comment: "Represents the length of time it takes to prepare a recipe.".freeze,
340
- domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
341
- range: "http://rdf.data-vocabulary.org/#TimeRange".freeze,
342
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
341
+ comment: "Represents the length of time it takes to prepare a recipe.",
342
+ domain: "http://rdf.data-vocabulary.org/#Recipe",
343
+ range: "http://rdf.data-vocabulary.org/#TimeRange",
344
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
343
345
  property :title,
344
346
  domain: term(
345
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
346
- unionOf: list("http://rdf.data-vocabulary.org/#Person".freeze, "http://rdf.data-vocabulary.org/#Breadcrumb".freeze)
347
+ type: "http://www.w3.org/2002/07/owl#Class",
348
+ unionOf: list("http://rdf.data-vocabulary.org/#Person", "http://rdf.data-vocabulary.org/#Breadcrumb")
347
349
  ),
348
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
350
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
349
351
  property :totalTime,
350
- domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
352
+ domain: "http://rdf.data-vocabulary.org/#Recipe",
351
353
  range: term(
352
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
353
- unionOf: list("http://rdf.data-vocabulary.org/#TimeRange".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze)
354
+ type: "http://www.w3.org/2002/07/owl#Class",
355
+ unionOf: list("http://rdf.data-vocabulary.org/#TimeRange", "http://www.w3.org/2001/XMLSchema#string")
354
356
  ),
355
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
357
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
356
358
  property :unsaturatedFat,
357
- domain: "http://rdf.data-vocabulary.org/#Nutrition".freeze,
358
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
359
+ domain: "http://rdf.data-vocabulary.org/#Nutrition",
360
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
359
361
  property :url,
360
362
  domain: term(
361
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
362
- unionOf: list("http://rdf.data-vocabulary.org/#Person".freeze, "http://rdf.data-vocabulary.org/#Organization".freeze, "http://rdf.data-vocabulary.org/#Product".freeze, "http://rdf.data-vocabulary.org/#Breadcrumb".freeze)
363
+ type: "http://www.w3.org/2002/07/owl#Class",
364
+ unionOf: list("http://rdf.data-vocabulary.org/#Person", "http://rdf.data-vocabulary.org/#Organization", "http://rdf.data-vocabulary.org/#Product", "http://rdf.data-vocabulary.org/#Breadcrumb")
363
365
  ),
364
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
366
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
365
367
  property :value,
366
- comment: "The value of a single Rating.".freeze,
367
- domain: "http://rdf.data-vocabulary.org/#Rating".freeze,
368
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
368
+ comment: "The value of a single Rating.",
369
+ domain: "http://rdf.data-vocabulary.org/#Rating",
370
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
369
371
  property :worst,
370
- comment: "The poorest value of a rating scale (default 1).".freeze,
371
- domain: "http://rdf.data-vocabulary.org/#Rating".freeze,
372
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
372
+ comment: "The poorest value of a rating scale (default 1).",
373
+ domain: "http://rdf.data-vocabulary.org/#Rating",
374
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
373
375
  property :yield,
374
- domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
375
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
376
+ domain: "http://rdf.data-vocabulary.org/#Recipe",
377
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
376
378
  end
377
379
  end