rdf-vocab 3.1.10 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +13 -1
- data/lib/rdf/vocab/acl.rb +47 -134
- data/lib/rdf/vocab/as.rb +381 -894
- data/lib/rdf/vocab/bf2.rb +1241 -2561
- data/lib/rdf/vocab/bibframe.rb +1241 -2561
- data/lib/rdf/vocab/bibo.rb +576 -1078
- data/lib/rdf/vocab/cc.rb +57 -167
- data/lib/rdf/vocab/cert.rb +72 -143
- data/lib/rdf/vocab/cnt.rb +51 -133
- data/lib/rdf/vocab/crm.rb +1180 -2486
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3900 -14140
- data/lib/rdf/vocab/dc.rb +458 -848
- data/lib/rdf/vocab/dc11.rb +62 -128
- data/lib/rdf/vocab/dcat.rb +215 -382
- data/lib/rdf/vocab/dcmitype.rb +65 -119
- data/lib/rdf/vocab/disco.rb +170 -401
- data/lib/rdf/vocab/doap.rb +197 -375
- data/lib/rdf/vocab/dwc.rb +1451 -2207
- data/lib/rdf/vocab/earl.rb +80 -218
- data/lib/rdf/vocab/ebucore.rb +2991 -7439
- data/lib/rdf/vocab/edm.rb +159 -351
- data/lib/rdf/vocab/exif.rb +453 -1106
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +247 -627
- data/lib/rdf/vocab/foaf.rb +373 -681
- data/lib/rdf/vocab/geo.rb +16 -58
- data/lib/rdf/vocab/geojson.rb +16 -85
- data/lib/rdf/vocab/geonames.rb +1573 -1742
- data/lib/rdf/vocab/gr.rb +539 -1427
- data/lib/rdf/vocab/gs1.rb +2824 -4424
- data/lib/rdf/vocab/ht.rb +93 -260
- data/lib/rdf/vocab/hydra.rb +216 -477
- data/lib/rdf/vocab/iana.rb +71 -304
- data/lib/rdf/vocab/ical.rb +460 -925
- data/lib/rdf/vocab/identifiers.rb +212 -515
- data/lib/rdf/vocab/iiif.rb +81 -220
- data/lib/rdf/vocab/jsonld.rb +130 -272
- data/lib/rdf/vocab/ldp.rb +131 -264
- data/lib/rdf/vocab/lrmi.rb +146 -234
- data/lib/rdf/vocab/ma.rb +233 -623
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +539 -1351
- data/lib/rdf/vocab/mo.rb +1383 -2305
- data/lib/rdf/vocab/mods.rb +384 -903
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +196 -474
- data/lib/rdf/vocab/og.rb +120 -201
- data/lib/rdf/vocab/ogc.rb +25 -62
- data/lib/rdf/vocab/ore.rb +51 -110
- data/lib/rdf/vocab/org.rb +180 -376
- data/lib/rdf/vocab/pcdm.rb +50 -100
- data/lib/rdf/vocab/pplan.rb +16 -24
- data/lib/rdf/vocab/premis.rb +674 -1825
- data/lib/rdf/vocab/premiseventtype.rb +114 -272
- data/lib/rdf/vocab/prov.rb +996 -1618
- data/lib/rdf/vocab/ptr.rb +77 -218
- data/lib/rdf/vocab/rdau.rb +1289 -1294
- data/lib/rdf/vocab/rightsstatements.rb +90 -98
- data/lib/rdf/vocab/rsa.rb +30 -63
- data/lib/rdf/vocab/rss.rb +24 -69
- data/lib/rdf/vocab/schema.rb +8430 -18899
- data/lib/rdf/vocab/schemas.rb +8430 -18899
- data/lib/rdf/vocab/sd.rb +85 -242
- data/lib/rdf/vocab/sh.rb +729 -1468
- data/lib/rdf/vocab/sioc.rb +416 -820
- data/lib/rdf/vocab/siocservices.rb +31 -72
- data/lib/rdf/vocab/sioctypes.rb +145 -306
- data/lib/rdf/vocab/skos.rb +95 -217
- data/lib/rdf/vocab/skosxl.rb +26 -59
- data/lib/rdf/vocab/v.rb +199 -493
- data/lib/rdf/vocab/vcard.rb +290 -920
- data/lib/rdf/vocab/vmd.rb +199 -493
- data/lib/rdf/vocab/void.rb +86 -210
- data/lib/rdf/vocab/vs.rb +16 -38
- data/lib/rdf/vocab/wdrs.rb +43 -136
- data/lib/rdf/vocab/wot.rb +95 -176
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +122 -463
- data/lib/rdf/vocab/xkos.rb +116 -269
- data/spec/extensions_spec.rb +1 -1
- metadata +45 -25
data/lib/rdf/vocab/skosxl.rb
CHANGED
@@ -3,103 +3,70 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2008/05/skos-xl#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://www.w3.org/2008/05/skos-xl#>
|
8
|
-
# #
|
9
|
-
# # SKOS XL Vocabulary
|
10
|
-
# #
|
11
|
-
# # An RDF vocabulary extending SKOS and allowing the description and linking of lexical entities.
|
12
|
-
# # @see http://www.w3.org/2008/05/skos
|
13
|
-
# class SKOSXL < RDF::StrictVocabulary
|
14
|
-
# # @return [RDF::Vocabulary::Term]
|
15
|
-
# attr_reader :Label
|
16
|
-
#
|
17
|
-
# # If C skosxl:altLabel L and L skosxl:literalForm V, then X skos:altLabel V.
|
18
|
-
# # @return [RDF::Vocabulary::Term]
|
19
|
-
# attr_reader :altLabel
|
20
|
-
#
|
21
|
-
# # If C skosxl:hiddenLabel L and L skosxl:literalForm V, then C skos:hiddenLabel V.
|
22
|
-
# # @return [RDF::Vocabulary::Term]
|
23
|
-
# attr_reader :hiddenLabel
|
24
|
-
#
|
25
|
-
# # @return [RDF::Vocabulary::Term]
|
26
|
-
# attr_reader :labelRelation
|
27
|
-
#
|
28
|
-
# # The range of skosxl:literalForm is the class of RDF plain literals.
|
29
|
-
# #
|
30
|
-
# # If two instances of the class skosxl:Label have the same literal form, they are not necessarily the same resource.
|
31
|
-
# # @return [RDF::Vocabulary::Term]
|
32
|
-
# attr_reader :literalForm
|
33
|
-
#
|
34
|
-
# # If C skosxl:prefLabel L and L skosxl:literalForm V, then X skos:prefLabel V.
|
35
|
-
# # @return [RDF::Vocabulary::Term]
|
36
|
-
# attr_reader :prefLabel
|
37
|
-
#
|
38
|
-
# end
|
39
6
|
SKOSXL = Class.new(RDF::StrictVocabulary("http://www.w3.org/2008/05/skos-xl#")) do
|
40
7
|
|
41
8
|
# Ontology definition
|
42
9
|
ontology :"http://www.w3.org/2008/05/skos-xl#",
|
43
|
-
"dc
|
44
|
-
"dc
|
45
|
-
"dc
|
46
|
-
"dc
|
47
|
-
"
|
48
|
-
"
|
49
|
-
type: "owl
|
10
|
+
"http://purl.org/dc/terms/contributor": "Participants in W3C's Semantic Web Deployment Working Group.".freeze,
|
11
|
+
"http://purl.org/dc/terms/creator": ["Alistair Miles".freeze, "Sean Bechhofer".freeze],
|
12
|
+
"http://purl.org/dc/terms/description": "An RDF vocabulary extending SKOS and allowing the description and linking of lexical entities.".freeze,
|
13
|
+
"http://purl.org/dc/terms/title": "SKOS XL Vocabulary".freeze,
|
14
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2008/05/skos".freeze,
|
15
|
+
"http://www.w3.org/2002/07/owl#imports": "http://www.w3.org/2004/02/skos/core".freeze,
|
16
|
+
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
|
50
17
|
|
51
18
|
# Class definitions
|
52
19
|
term :Label,
|
53
20
|
definition: "A special class of lexical entities.".freeze,
|
21
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/2004/02/skos/core#Collection".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze, "http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze],
|
54
22
|
isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
|
55
23
|
label: "Label".freeze,
|
56
|
-
"owl:disjointWith": ["skos:Collection".freeze, "skos:Concept".freeze, "skos:ConceptScheme".freeze],
|
57
24
|
subClassOf: term(
|
58
25
|
cardinality: "1".freeze,
|
59
|
-
onProperty: "
|
60
|
-
type: "owl
|
26
|
+
onProperty: "http://www.w3.org/2008/05/skos-xl#literalForm".freeze,
|
27
|
+
type: "http://www.w3.org/2002/07/owl#Restriction".freeze
|
61
28
|
),
|
62
|
-
type: "owl
|
29
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
63
30
|
|
64
31
|
# Property definitions
|
65
32
|
property :altLabel,
|
66
33
|
comment: "If C skosxl:altLabel L and L skosxl:literalForm V, then X skos:altLabel V.".freeze,
|
67
34
|
definition: "The property skosxl:altLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:altLabel.".freeze,
|
35
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2004/02/skos/core#altLabel".freeze,
|
68
36
|
isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
|
69
37
|
label: "alternative label".freeze,
|
70
|
-
range: "
|
71
|
-
|
72
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
38
|
+
range: "http://www.w3.org/2008/05/skos-xl#Label".freeze,
|
39
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
73
40
|
property :hiddenLabel,
|
74
41
|
comment: "If C skosxl:hiddenLabel L and L skosxl:literalForm V, then C skos:hiddenLabel V.".freeze,
|
75
42
|
definition: "The property skosxl:hiddenLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:hiddenLabel.".freeze,
|
43
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2004/02/skos/core#hiddenLabel".freeze,
|
76
44
|
isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
|
77
45
|
label: "hidden label".freeze,
|
78
|
-
range: "
|
79
|
-
|
80
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
46
|
+
range: "http://www.w3.org/2008/05/skos-xl#Label".freeze,
|
47
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
81
48
|
property :labelRelation,
|
82
49
|
definition: "The property skosxl:labelRelation is used for representing binary ('direct') relations between instances of the class skosxl:Label.".freeze,
|
83
|
-
domain: "
|
50
|
+
domain: "http://www.w3.org/2008/05/skos-xl#Label".freeze,
|
51
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "skosxl:labelRelation is not intended to be used directly, but rather as the basis for a design pattern which can be refined for more specific labeling scenarios.".freeze,
|
84
52
|
isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
|
85
53
|
label: "label relation".freeze,
|
86
|
-
range: "
|
87
|
-
|
88
|
-
type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze, "rdf:Property".freeze]
|
54
|
+
range: "http://www.w3.org/2008/05/skos-xl#Label".freeze,
|
55
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze, "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze]
|
89
56
|
property :literalForm,
|
90
57
|
comment: ["If two instances of the class skosxl:Label have the same literal form, they are not necessarily the same resource.".freeze, "The range of skosxl:literalForm is the class of RDF plain literals.".freeze],
|
91
58
|
definition: "The property skosxl:literalForm is used to give the literal form of an skosxl:Label.".freeze,
|
92
|
-
domain: "
|
59
|
+
domain: "http://www.w3.org/2008/05/skos-xl#Label".freeze,
|
93
60
|
isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
|
94
61
|
label: "literal form".freeze,
|
95
|
-
type: ["
|
62
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
96
63
|
property :prefLabel,
|
97
64
|
comment: "If C skosxl:prefLabel L and L skosxl:literalForm V, then X skos:prefLabel V.".freeze,
|
98
65
|
definition: "The property skosxl:prefLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:prefLabel.".freeze,
|
66
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2004/02/skos/core#prefLabel".freeze,
|
99
67
|
isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
|
100
68
|
label: "preferred label".freeze,
|
101
|
-
range: "
|
102
|
-
|
103
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
69
|
+
range: "http://www.w3.org/2008/05/skos-xl#Label".freeze,
|
70
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
104
71
|
end
|
105
72
|
end
|
data/lib/rdf/vocab/v.rb
CHANGED
@@ -3,669 +3,375 @@
|
|
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
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://rdf.data-vocabulary.org/#>
|
8
|
-
# #
|
9
|
-
# class V < 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
|
V = Class.new(RDF::StrictVocabulary("http://rdf.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: "
|
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: ["
|
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: "
|
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: "
|
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: ["
|
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: ["
|
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: ["
|
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: ["
|
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: ["
|
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: ["
|
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: ["
|
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: "
|
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: ["
|
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: "
|
345
|
-
type: "
|
50
|
+
subClassOf: "http://rdf.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: ["
|
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: "
|
353
|
-
type: "rdf
|
58
|
+
domain: "http://rdf.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
|
357
|
-
unionOf: list("
|
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)
|
358
64
|
),
|
359
|
-
range: "
|
360
|
-
type: "rdf
|
65
|
+
range: "http://rdf.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: "
|
69
|
+
domain: "http://rdf.data-vocabulary.org/#Person".freeze,
|
364
70
|
range: term(
|
365
|
-
type: "owl
|
366
|
-
unionOf: list("
|
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)
|
367
73
|
),
|
368
|
-
type: "rdf
|
74
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
369
75
|
property :amount,
|
370
|
-
domain: "
|
371
|
-
type: "rdf
|
76
|
+
domain: "http://rdf.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: "
|
80
|
+
domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
|
375
81
|
range: term(
|
376
|
-
type: "owl
|
377
|
-
unionOf: list("
|
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)
|
378
84
|
),
|
379
|
-
type: "rdf
|
85
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
380
86
|
property :availability,
|
381
|
-
domain: "
|
382
|
-
type: "rdf
|
87
|
+
domain: "http://rdf.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: "
|
386
|
-
type: "rdf
|
91
|
+
domain: "http://rdf.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: "
|
390
|
-
type: "rdf
|
95
|
+
domain: "http://rdf.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: "
|
393
|
-
type: "rdf
|
98
|
+
domain: "http://rdf.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: "
|
396
|
-
type: "rdf
|
101
|
+
domain: "http://rdf.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: "
|
399
|
-
type: "rdf
|
104
|
+
domain: "http://rdf.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
|
403
|
-
unionOf: list("
|
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)
|
404
110
|
),
|
405
|
-
type: "rdf
|
111
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
406
112
|
property :child,
|
407
|
-
domain: "
|
408
|
-
type: "rdf
|
113
|
+
domain: "http://rdf.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: "
|
411
|
-
type: "rdf
|
116
|
+
domain: "http://rdf.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: "
|
414
|
-
type: "rdf
|
119
|
+
domain: "http://rdf.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
|
418
|
-
unionOf: list("
|
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)
|
419
125
|
),
|
420
|
-
type: "rdf
|
126
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
421
127
|
property :contact,
|
422
|
-
domain: "
|
423
|
-
type: "rdf
|
128
|
+
domain: "http://rdf.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: "
|
131
|
+
domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
|
426
132
|
range: term(
|
427
|
-
type: "owl
|
428
|
-
unionOf: list("
|
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)
|
429
135
|
),
|
430
|
-
type: "rdf
|
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: "
|
434
|
-
type: "rdf
|
139
|
+
domain: "http://rdf.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: "
|
437
|
-
type: "rdf
|
142
|
+
domain: "http://rdf.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
|
441
|
-
unionOf: list("
|
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)
|
442
148
|
),
|
443
|
-
type: "rdf
|
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
|
447
|
-
unionOf: list("
|
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)
|
448
154
|
),
|
449
|
-
type: "rdf
|
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: "
|
453
|
-
type: "rdf
|
158
|
+
domain: "http://rdf.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: "
|
161
|
+
domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
|
456
162
|
range: term(
|
457
|
-
type: "owl
|
458
|
-
unionOf: list("
|
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)
|
459
165
|
),
|
460
|
-
type: "rdf
|
166
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
461
167
|
property :fat,
|
462
|
-
domain: "
|
463
|
-
type: "rdf
|
168
|
+
domain: "http://rdf.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: "
|
466
|
-
type: "rdf
|
171
|
+
domain: "http://rdf.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: "
|
469
|
-
type: "rdf
|
174
|
+
domain: "http://rdf.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: "
|
472
|
-
type: "rdf
|
177
|
+
domain: "http://rdf.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
|
476
|
-
unionOf: list("
|
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)
|
477
183
|
),
|
478
|
-
type: "rdf
|
184
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
479
185
|
property :image,
|
480
|
-
domain: "
|
481
|
-
type: "rdf
|
186
|
+
domain: "http://rdf.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: "
|
485
|
-
range: "
|
486
|
-
type: "rdf
|
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
|
487
193
|
property :instruction,
|
488
|
-
domain: "
|
489
|
-
type: "rdf
|
194
|
+
domain: "http://rdf.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: "
|
493
|
-
range: "
|
494
|
-
type: "rdf
|
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
|
495
201
|
property :itemoffered,
|
496
202
|
domain: term(
|
497
|
-
type: "owl
|
498
|
-
unionOf: list("
|
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)
|
499
205
|
),
|
500
|
-
type: "rdf
|
206
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
501
207
|
property :itemreviewed,
|
502
|
-
domain: "
|
503
|
-
type: "rdf
|
208
|
+
domain: "http://rdf.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: "
|
506
|
-
type: "rdf
|
211
|
+
domain: "http://rdf.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: "
|
509
|
-
type: "rdf
|
214
|
+
domain: "http://rdf.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
|
514
|
-
unionOf: list("
|
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)
|
515
221
|
),
|
516
|
-
type: "rdf
|
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
|
521
|
-
unionOf: list("
|
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)
|
522
228
|
),
|
523
|
-
type: "rdf
|
229
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
524
230
|
property :name,
|
525
|
-
type: "rdf
|
231
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
526
232
|
property :nickname,
|
527
|
-
domain: "
|
528
|
-
type: "rdf
|
233
|
+
domain: "http://rdf.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: "
|
532
|
-
range: "
|
533
|
-
type: "rdf
|
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
|
534
240
|
property :offercount,
|
535
|
-
domain: "
|
536
|
-
type: "rdf
|
241
|
+
domain: "http://rdf.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: "
|
539
|
-
type: "rdf
|
244
|
+
domain: "http://rdf.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
|
543
|
-
unionOf: list("
|
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)
|
544
250
|
),
|
545
|
-
type: "rdf
|
251
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
546
252
|
property :photo,
|
547
|
-
type: "rdf
|
253
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
548
254
|
property :"postal-code",
|
549
|
-
domain: "
|
550
|
-
type: "rdf
|
255
|
+
domain: "http://rdf.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: "
|
258
|
+
domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
|
553
259
|
range: term(
|
554
|
-
type: "owl
|
555
|
-
unionOf: list("
|
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)
|
556
262
|
),
|
557
|
-
type: "rdf
|
263
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
558
264
|
property :price,
|
559
|
-
domain: "
|
560
|
-
type: "rdf
|
265
|
+
domain: "http://rdf.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: "
|
564
|
-
type: "rdf
|
269
|
+
domain: "http://rdf.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: "
|
567
|
-
type: "rdf
|
272
|
+
domain: "http://rdf.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: "
|
570
|
-
type: "rdf
|
275
|
+
domain: "http://rdf.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: "
|
573
|
-
type: "rdf
|
278
|
+
domain: "http://rdf.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: "
|
576
|
-
type: "rdf
|
281
|
+
domain: "http://rdf.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: "
|
285
|
+
domain: "http://rdf.data-vocabulary.org/#Review".freeze,
|
580
286
|
range: term(
|
581
|
-
type: "owl
|
582
|
-
unionOf: list("
|
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)
|
583
289
|
),
|
584
|
-
type: "rdf
|
290
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
585
291
|
property :recipeType,
|
586
|
-
domain: "
|
587
|
-
type: "rdf
|
292
|
+
domain: "http://rdf.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: "
|
590
|
-
type: "rdf
|
295
|
+
domain: "http://rdf.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: "
|
299
|
+
domain: "http://rdf.data-vocabulary.org/#Review".freeze,
|
594
300
|
range: term(
|
595
|
-
type: "owl
|
596
|
-
unionOf: list("
|
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)
|
597
303
|
),
|
598
|
-
type: "rdf
|
304
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
599
305
|
property :role,
|
600
|
-
domain: "
|
601
|
-
type: "rdf
|
306
|
+
domain: "http://rdf.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: "
|
604
|
-
type: "rdf
|
309
|
+
domain: "http://rdf.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: "
|
607
|
-
type: "rdf
|
312
|
+
domain: "http://rdf.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: "
|
610
|
-
type: "rdf
|
315
|
+
domain: "http://rdf.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: "
|
613
|
-
type: "rdf
|
318
|
+
domain: "http://rdf.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: "
|
616
|
-
type: "rdf
|
321
|
+
domain: "http://rdf.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
|
620
|
-
unionOf: list("
|
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)
|
621
327
|
),
|
622
|
-
type: "rdf
|
328
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
623
329
|
property :tag,
|
624
|
-
domain: "
|
625
|
-
type: "rdf
|
330
|
+
domain: "http://rdf.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
|
629
|
-
unionOf: list("
|
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)
|
630
336
|
),
|
631
|
-
type: "rdf
|
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: "
|
635
|
-
range: "
|
636
|
-
type: "rdf
|
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
|
637
343
|
property :title,
|
638
344
|
domain: term(
|
639
|
-
type: "owl
|
640
|
-
unionOf: list("
|
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)
|
641
347
|
),
|
642
|
-
type: "rdf
|
348
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
643
349
|
property :totalTime,
|
644
|
-
domain: "
|
350
|
+
domain: "http://rdf.data-vocabulary.org/#Recipe".freeze,
|
645
351
|
range: term(
|
646
|
-
type: "owl
|
647
|
-
unionOf: list("
|
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)
|
648
354
|
),
|
649
|
-
type: "rdf
|
355
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
650
356
|
property :unsaturatedFat,
|
651
|
-
domain: "
|
652
|
-
type: "rdf
|
357
|
+
domain: "http://rdf.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
|
656
|
-
unionOf: list("
|
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)
|
657
363
|
),
|
658
|
-
type: "rdf
|
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: "
|
662
|
-
type: "rdf
|
367
|
+
domain: "http://rdf.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: "
|
666
|
-
type: "rdf
|
371
|
+
domain: "http://rdf.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: "
|
669
|
-
type: "rdf
|
374
|
+
domain: "http://rdf.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
|