rdf-vocab 3.1.2 → 3.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +69 -45
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +60 -40
- data/lib/rdf/vocab/acl.rb +104 -61
- data/lib/rdf/vocab/as.rb +556 -91
- data/lib/rdf/vocab/bf2.rb +1791 -475
- data/lib/rdf/vocab/bibframe.rb +1 -2
- data/lib/rdf/vocab/bibo.rb +616 -124
- data/lib/rdf/vocab/cc.rb +125 -48
- data/lib/rdf/vocab/cert.rb +68 -1
- data/lib/rdf/vocab/cnt.rb +79 -1
- data/lib/rdf/vocab/crm.rb +1543 -776
- data/lib/rdf/vocab/datacite.rb +1 -1
- data/lib/rdf/vocab/dbo.rb +10463 -1
- data/lib/rdf/vocab/dc.rb +485 -99
- data/lib/rdf/vocab/dc11.rb +93 -31
- data/lib/rdf/vocab/dcat.rb +236 -88
- data/lib/rdf/vocab/dcmitype.rb +63 -13
- data/lib/rdf/vocab/disco.rb +286 -59
- data/lib/rdf/vocab/doap.rb +175 -1
- data/lib/rdf/vocab/dwc.rb +941 -189
- data/lib/rdf/vocab/earl.rb +324 -0
- data/lib/rdf/vocab/ebucore.rb +7255 -2184
- data/lib/rdf/vocab/edm.rb +202 -76
- data/lib/rdf/vocab/exif.rb +650 -1
- data/lib/rdf/vocab/extensions.rb +257 -203
- data/lib/rdf/vocab/fcrepo4.rb +398 -22
- data/lib/rdf/vocab/foaf.rb +380 -76
- data/lib/rdf/vocab/geo.rb +47 -110
- data/lib/rdf/vocab/geojson.rb +82 -17
- data/lib/rdf/vocab/geonames.rb +1508 -1351
- data/lib/rdf/vocab/gr.rb +861 -565
- data/lib/rdf/vocab/gs1.rb +1597 -1
- data/lib/rdf/vocab/ht.rb +204 -41
- data/lib/rdf/vocab/hydra.rb +335 -60
- data/lib/rdf/vocab/iana.rb +301 -114
- data/lib/rdf/vocab/ical.rb +534 -121
- data/lib/rdf/vocab/identifiers.rb +459 -499
- data/lib/rdf/vocab/iiif.rb +161 -26
- data/lib/rdf/vocab/jsonld.rb +179 -53
- data/lib/rdf/vocab/ldp.rb +130 -1
- data/lib/rdf/vocab/lrmi.rb +85 -17
- data/lib/rdf/vocab/ma.rb +460 -80
- data/lib/rdf/vocab/mads.rb +610 -22
- data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +813 -4
- data/lib/rdf/vocab/mo.rb +1115 -540
- data/lib/rdf/vocab/mods.rb +635 -124
- data/lib/rdf/vocab/nfo.rb +1 -1
- data/lib/rdf/vocab/oa.rb +343 -73
- data/lib/rdf/vocab/og.rb +100 -1
- data/lib/rdf/vocab/ogc.rb +42 -9
- data/lib/rdf/vocab/ore.rb +69 -14
- data/lib/rdf/vocab/org.rb +235 -47
- data/lib/rdf/vocab/pcdm.rb +58 -34
- data/lib/rdf/vocab/pplan.rb +21 -136
- data/lib/rdf/vocab/premis.rb +1171 -779
- data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +156 -2
- data/lib/rdf/vocab/prov.rb +700 -107
- data/lib/rdf/vocab/ptr.rb +172 -37
- data/lib/rdf/vocab/rightsstatements.rb +17 -13
- data/lib/rdf/vocab/rsa.rb +30 -1
- data/lib/rdf/vocab/rss.rb +52 -11
- data/lib/rdf/vocab/schema.rb +14970 -3993
- data/lib/rdf/vocab/schemas.rb +27066 -0
- data/lib/rdf/vocab/sd.rb +372 -0
- data/lib/rdf/vocab/sh.rb +919 -184
- data/lib/rdf/vocab/sioc.rb +498 -98
- data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +46 -9
- data/lib/rdf/vocab/sioctypes.rb +434 -0
- data/lib/rdf/vocab/skos.rb +160 -44
- data/lib/rdf/vocab/skosxl.rb +40 -11
- data/lib/rdf/vocab/v.rb +323 -37
- data/lib/rdf/vocab/vcard.rb +625 -119
- data/lib/rdf/vocab/vmd.rb +323 -37
- data/lib/rdf/vocab/void.rb +147 -27
- data/lib/rdf/vocab/vs.rb +23 -5
- data/lib/rdf/vocab/wdrs.rb +112 -23
- data/lib/rdf/vocab/wot.rb +96 -19
- data/lib/rdf/vocab/xhtml.rb +2 -1
- data/lib/rdf/vocab/xhv.rb +422 -201
- data/lib/rdf/vocab/xkos.rb +156 -7
- data/spec/extensions_spec.rb +68 -0
- data/spec/vocab_spec.rb +10 -0
- metadata +20 -11
- data/lib/rdf/vocab/sioct.rb +0 -277
data/lib/rdf/vocab/gs1.rb
CHANGED
@@ -5,9 +5,1605 @@ require 'rdf'
|
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
7
7
|
# # Vocabulary for <http://gs1.org/voc/>
|
8
|
+
# #
|
9
|
+
# # GS1 vocabulary
|
10
|
+
# #
|
11
|
+
# # The GS1 RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.
|
8
12
|
# class GS1 < RDF::StrictVocabulary
|
13
|
+
# # A product classification for the product other than the Global Product Classification(GPC brick value).
|
14
|
+
# # @return [RDF::Vocabulary::Term]
|
15
|
+
# attr_reader :AdditionalProductClassificationDetails
|
16
|
+
#
|
17
|
+
# # A set of details about one of the additives within the product.
|
18
|
+
# # @return [RDF::Vocabulary::Term]
|
19
|
+
# attr_reader :AdditiveDetails
|
20
|
+
#
|
21
|
+
# # Describes a prize or award won by a product or organization.
|
22
|
+
# # @return [RDF::Vocabulary::Term]
|
23
|
+
# attr_reader :AwardPrizeDetails
|
24
|
+
#
|
25
|
+
# # Any potable liquid.
|
26
|
+
# # @return [RDF::Vocabulary::Term]
|
27
|
+
# attr_reader :Beverage
|
28
|
+
#
|
29
|
+
# # Information on brands and sub-brands for a product.
|
30
|
+
# # @return [RDF::Vocabulary::Term]
|
31
|
+
# attr_reader :Brand
|
32
|
+
#
|
33
|
+
# # Information about the type of certification issued by a certifying body.
|
34
|
+
# # @return [RDF::Vocabulary::Term]
|
35
|
+
# attr_reader :CertificationDetails
|
36
|
+
#
|
37
|
+
# # A product that is worn on the body.
|
38
|
+
# # @return [RDF::Vocabulary::Term]
|
39
|
+
# attr_reader :Clothing
|
40
|
+
#
|
41
|
+
# # A set of colour code details (colour code, party controlling the code list) for the product.
|
42
|
+
# # @return [RDF::Vocabulary::Term]
|
43
|
+
# attr_reader :ColourCodeDetails
|
44
|
+
#
|
45
|
+
# # Information on an individual or department acting as point of contact for an organiation.
|
46
|
+
# # @return [RDF::Vocabulary::Term]
|
47
|
+
# attr_reader :ContactPoint
|
48
|
+
#
|
49
|
+
# # Country is a complex data type that indicates a country and a country subdivision.
|
50
|
+
# # @return [RDF::Vocabulary::Term]
|
51
|
+
# attr_reader :Country
|
52
|
+
#
|
53
|
+
# # A set of diet type code details (diet type code and diet type sub code) for the product.
|
54
|
+
# # @return [RDF::Vocabulary::Term]
|
55
|
+
# attr_reader :DietTypeCodeDetails
|
56
|
+
#
|
57
|
+
# # Provides the length, width, and depth of an item with their associated unit of measure.
|
58
|
+
# # @return [RDF::Vocabulary::Term]
|
59
|
+
# attr_reader :Dimension
|
60
|
+
#
|
61
|
+
# # Food and Beverage Preparation Information is a complex data type that indicates a preparation state code and preparation instructions.
|
62
|
+
# # @return [RDF::Vocabulary::Term]
|
63
|
+
# attr_reader :FoodAndBeveragePreparationInformation
|
64
|
+
#
|
65
|
+
# # Food Beverage Tobacco Ingredient is a complex data type that includes an ingredient statement and details.
|
66
|
+
# # @return [RDF::Vocabulary::Term]
|
67
|
+
# attr_reader :FoodBeverageTobaccoIngredientDetails
|
68
|
+
#
|
69
|
+
# # A food, beverage or tobacco product.
|
70
|
+
# # @return [RDF::Vocabulary::Term]
|
71
|
+
# attr_reader :FoodBeverageTobaccoProduct
|
72
|
+
#
|
73
|
+
# # Outerwear that is worn on the feet such as shoes or boots.
|
74
|
+
# # @return [RDF::Vocabulary::Term]
|
75
|
+
# attr_reader :Footwear
|
76
|
+
#
|
77
|
+
# # Contains properties related specifically to fruit and vegetable products.
|
78
|
+
# # @return [RDF::Vocabulary::Term]
|
79
|
+
# attr_reader :FruitsVegetables
|
80
|
+
#
|
81
|
+
# # The geographic coordinates of a place or event.
|
82
|
+
# # @return [RDF::Vocabulary::Term]
|
83
|
+
# attr_reader :GeoCoordinates
|
84
|
+
#
|
85
|
+
# # Meat and poultry products.
|
86
|
+
# # @return [RDF::Vocabulary::Term]
|
87
|
+
# attr_reader :MeatPoultry
|
88
|
+
#
|
89
|
+
# # Milk butter cream yogurts cheese eggs and any substitutes for these products.
|
90
|
+
# # @return [RDF::Vocabulary::Term]
|
91
|
+
# attr_reader :MilkButterCreamYogurtCheeseEggsSubstitutes
|
92
|
+
#
|
93
|
+
# # A class providing nutritional value and intake percent.
|
94
|
+
# # @return [RDF::Vocabulary::Term]
|
95
|
+
# attr_reader :NutritionMeasurementType
|
96
|
+
#
|
97
|
+
# # An offer to transfer some rights to an item or to provide a service,for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.
|
98
|
+
# # @return [RDF::Vocabulary::Term]
|
99
|
+
# attr_reader :Offer
|
100
|
+
#
|
101
|
+
# # A set of organic claim details for the product.
|
102
|
+
# # @return [RDF::Vocabulary::Term]
|
103
|
+
# attr_reader :OrganicClaimDetails
|
104
|
+
#
|
105
|
+
# # An Organization is any legal or physical entity involved at any point in any supply chain and upon which there is a need to retrieve predefined information. An Organization is uniquely identified by a Global Location Number (GLN).
|
106
|
+
# # @return [RDF::Vocabulary::Term]
|
107
|
+
# attr_reader :Organization
|
108
|
+
#
|
109
|
+
# # Details on packaging for a product for example packaging type (bottle), materials, features, recycling, etc..
|
110
|
+
# # @return [RDF::Vocabulary::Term]
|
111
|
+
# attr_reader :PackagingDetails
|
112
|
+
#
|
113
|
+
# # @return [RDF::Vocabulary::Term]
|
114
|
+
# attr_reader :PackagingMaterialDetails
|
115
|
+
#
|
116
|
+
# # @return [RDF::Vocabulary::Term]
|
117
|
+
# attr_reader :Place
|
118
|
+
#
|
119
|
+
# # The location at which a particular organization or person may be found or reached.
|
120
|
+
# # @return [RDF::Vocabulary::Term]
|
121
|
+
# attr_reader :PostalAddress
|
122
|
+
#
|
123
|
+
# # A structured value representing a monetary amount, consisting of a value and currency code.
|
124
|
+
# # @return [RDF::Vocabulary::Term]
|
125
|
+
# attr_reader :PriceSpecification
|
126
|
+
#
|
127
|
+
# # Any item (product or service) upon which there is a need to retrieve pre-defined information and that may be priced, or ordered, or invoiced at any point in any supply chain.
|
128
|
+
# # @return [RDF::Vocabulary::Term]
|
129
|
+
# attr_reader :Product
|
130
|
+
#
|
131
|
+
# # A grouping of properties related to the yield of a food or beverage product according to a specified type of preparation.
|
132
|
+
# # @return [RDF::Vocabulary::Term]
|
133
|
+
# attr_reader :ProductYieldDetails
|
134
|
+
#
|
135
|
+
# # A point value or interval for product characteristics and other purposes. A unit of measurement is also specified.
|
136
|
+
# # @return [RDF::Vocabulary::Term]
|
137
|
+
# attr_reader :QuantitativeValue
|
138
|
+
#
|
139
|
+
# # Provides URL and other information on a referenced electronic file.
|
140
|
+
# # @return [RDF::Vocabulary::Term]
|
141
|
+
# attr_reader :ReferencedFileDetails
|
142
|
+
#
|
143
|
+
# # @return [RDF::Vocabulary::Term]
|
144
|
+
# attr_reader :ReturnablePackageDepositDetails
|
145
|
+
#
|
146
|
+
# # Seafood Products including fish and shellfish.
|
147
|
+
# # @return [RDF::Vocabulary::Term]
|
148
|
+
# attr_reader :Seafood
|
149
|
+
#
|
150
|
+
# # A grouping of properties related to the representing the size of a product, by specifying a value from a specified code list.
|
151
|
+
# # @return [RDF::Vocabulary::Term]
|
152
|
+
# attr_reader :SizeCodeDetails
|
153
|
+
#
|
154
|
+
# # A grouping of properties related to the size of a wearable product
|
155
|
+
# # @return [RDF::Vocabulary::Term]
|
156
|
+
# attr_reader :SizeDetails
|
157
|
+
#
|
158
|
+
# # A set of target market details (product release date and associated countries) for the product.
|
159
|
+
# # @return [RDF::Vocabulary::Term]
|
160
|
+
# attr_reader :TargetMarketDetails
|
161
|
+
#
|
162
|
+
# # Details on the composition of any materials used to make a product using textiles.
|
163
|
+
# # @return [RDF::Vocabulary::Term]
|
164
|
+
# attr_reader :TextileMaterialDetails
|
165
|
+
#
|
166
|
+
# # A code list.
|
167
|
+
# # @return [RDF::Vocabulary::Term]
|
168
|
+
# attr_reader :TypeCode
|
169
|
+
#
|
170
|
+
# # An assurance that the product is reliable and that repairs or replacement will be done free of charge within a given time limit and under certain conditions in the event of a defect.
|
171
|
+
# # @return [RDF::Vocabulary::Term]
|
172
|
+
# attr_reader :WarrantyPromise
|
173
|
+
#
|
174
|
+
# # Products that are worn on the body.
|
175
|
+
# # @return [RDF::Vocabulary::Term]
|
176
|
+
# attr_reader :WearableProduct
|
177
|
+
#
|
178
|
+
# # Code indicating a means of payment, for example, BANK_CHEQUE, CASH, etc.
|
179
|
+
# # @return [RDF::Vocabulary::Term]
|
180
|
+
# attr_reader :acceptedPaymentMethod
|
181
|
+
#
|
182
|
+
# # The value associated with the Additional Organization Identification Type Value.
|
183
|
+
# # @return [RDF::Vocabulary::Term]
|
184
|
+
# attr_reader :additionalOrganizationIdentificationTypeValue
|
185
|
+
#
|
186
|
+
# # Relates to a set of additional product classification details
|
187
|
+
# # @return [RDF::Vocabulary::Term]
|
188
|
+
# attr_reader :additionalProductClassification
|
189
|
+
#
|
190
|
+
# # Code specifying the applied additional product classification scheme.
|
191
|
+
# # @return [RDF::Vocabulary::Term]
|
192
|
+
# attr_reader :additionalProductClassificationCode
|
193
|
+
#
|
194
|
+
# # A description related to the additional product classification code value.
|
195
|
+
# # @return [RDF::Vocabulary::Term]
|
196
|
+
# attr_reader :additionalProductClassificationCodeDescription
|
197
|
+
#
|
198
|
+
# # Code specifying an additional product classification other than the GS1 Global Product Classification. The applied classification scheme is specified as additional information together with the classification value.
|
199
|
+
# # @return [RDF::Vocabulary::Term]
|
200
|
+
# attr_reader :additionalProductClassificationValue
|
201
|
+
#
|
202
|
+
# # Additional variants necessary to communicate to the industry to help define the product. Multiple variants can be established for each GTIN for e.g. Style, Colour, and Fragrance .
|
203
|
+
# # @return [RDF::Vocabulary::Term]
|
204
|
+
# attr_reader :additionalProductDescription
|
205
|
+
#
|
206
|
+
# # Relates to details about any additives that a product may contain.
|
207
|
+
# # @return [RDF::Vocabulary::Term]
|
208
|
+
# attr_reader :additive
|
209
|
+
#
|
210
|
+
# # Code indicating the level of presence of the additive.
|
211
|
+
# # @return [RDF::Vocabulary::Term]
|
212
|
+
# attr_reader :additiveLevelOfContainment
|
213
|
+
#
|
214
|
+
# # The name of any additive or genetic modification contained or not contained in the product .
|
215
|
+
# # @return [RDF::Vocabulary::Term]
|
216
|
+
# attr_reader :additiveName
|
217
|
+
#
|
218
|
+
# # The postal address for an organization or place.
|
219
|
+
# # @return [RDF::Vocabulary::Term]
|
220
|
+
# attr_reader :address
|
221
|
+
#
|
222
|
+
# # Code specifying the country (and country subdivision) for the address using ISO 3166-1.
|
223
|
+
# # @return [RDF::Vocabulary::Term]
|
224
|
+
# attr_reader :addressCountry
|
225
|
+
#
|
226
|
+
# # Text specifying the name of the locality, for example a city.
|
227
|
+
# # @return [RDF::Vocabulary::Term]
|
228
|
+
# attr_reader :addressLocality
|
229
|
+
#
|
230
|
+
# # Text specifying a province or state in abbreviated format for example NJ.
|
231
|
+
# # @return [RDF::Vocabulary::Term]
|
232
|
+
# attr_reader :addressRegion
|
233
|
+
#
|
234
|
+
# # Links to afterhours contact information for an organization.
|
235
|
+
# # @return [RDF::Vocabulary::Term]
|
236
|
+
# attr_reader :afterHoursContact
|
237
|
+
#
|
238
|
+
# # A legally defined geographical region where the grapes for a wine were grown also known as an appellation. It is recommended to populate this property with an ISO 3166-2 code to indicate country and subdivision.
|
239
|
+
# # @return [RDF::Vocabulary::Term]
|
240
|
+
# attr_reader :alcoholicBeverageSubregion
|
241
|
+
#
|
242
|
+
# # Code specifying the level of presence of the allergen.
|
243
|
+
# # @return [RDF::Vocabulary::Term]
|
244
|
+
# attr_reader :allergenLevelOfContainmentCode
|
245
|
+
#
|
246
|
+
# # The agency or other organization that defines or manages the criteria for allergen containment.
|
247
|
+
# # @return [RDF::Vocabulary::Term]
|
248
|
+
# attr_reader :allergenSpecificationAgency
|
249
|
+
#
|
250
|
+
# # Free text field containing the name and version of the regulation or standard that defines the criteria of allergen containment.
|
251
|
+
# # @return [RDF::Vocabulary::Term]
|
252
|
+
# attr_reader :allergenSpecificationName
|
253
|
+
#
|
254
|
+
# # Textual description of the presence or absence of allergens as governed by local rules and regulations, specified as one string.
|
255
|
+
# # @return [RDF::Vocabulary::Term]
|
256
|
+
# attr_reader :allergenStatement
|
257
|
+
#
|
258
|
+
# # Code specifying the type of allergen.
|
259
|
+
# # @return [RDF::Vocabulary::Term]
|
260
|
+
# attr_reader :allergenType
|
261
|
+
#
|
262
|
+
# # Describes the meat product in terms of whether it is the whole animal or part of the animal which has been cut such as the muscle, bone, organ, or fat.
|
263
|
+
# # @return [RDF::Vocabulary::Term]
|
264
|
+
# attr_reader :anatomicalForm
|
265
|
+
#
|
266
|
+
# # Link to a file containing an audio clip which is relevant to the product. Examples are commercials, or instructional/ how to use audio files.
|
267
|
+
# # @return [RDF::Vocabulary::Term]
|
268
|
+
# attr_reader :audioFile
|
269
|
+
#
|
270
|
+
# # The date from which the product is no longer available from the information provider, including seasonal or temporary product and services .
|
271
|
+
# # @return [RDF::Vocabulary::Term]
|
272
|
+
# attr_reader :availabilityEnds
|
273
|
+
#
|
274
|
+
# # The date from which the product is available from the information provider, including seasonal or temporary product and services.
|
275
|
+
# # @return [RDF::Vocabulary::Term]
|
276
|
+
# attr_reader :availabilityStarts
|
277
|
+
#
|
278
|
+
# # The location the offered product or service is available from.
|
279
|
+
# # @return [RDF::Vocabulary::Term]
|
280
|
+
# attr_reader :availableAtOrFrom
|
281
|
+
#
|
282
|
+
# # ISO 639-1 code specifying the language of a specified contact point.
|
283
|
+
# # @return [RDF::Vocabulary::Term]
|
284
|
+
# attr_reader :availableLanguage
|
285
|
+
#
|
286
|
+
# # An award or prize given to the product.
|
287
|
+
# # @return [RDF::Vocabulary::Term]
|
288
|
+
# attr_reader :awardPrize
|
289
|
+
#
|
290
|
+
# # Indicates the achievement of the product in relation to a prize or award, e.g. winner, runner-up, shortlisted.
|
291
|
+
# # @return [RDF::Vocabulary::Term]
|
292
|
+
# attr_reader :awardPrizeCode
|
293
|
+
#
|
294
|
+
# # An ISO standard code identifying the country in which a prize or award is given. It is recommended to populate this property with an ISO 3166-1 country code.
|
295
|
+
# # @return [RDF::Vocabulary::Term]
|
296
|
+
# attr_reader :awardPrizeCountryCode
|
297
|
+
#
|
298
|
+
# # Text that describes the awards won.
|
299
|
+
# # @return [RDF::Vocabulary::Term]
|
300
|
+
# attr_reader :awardPrizeDescription
|
301
|
+
#
|
302
|
+
# # Free text listing members of the jury that awarded the prize.
|
303
|
+
# # @return [RDF::Vocabulary::Term]
|
304
|
+
# attr_reader :awardPrizeJury
|
305
|
+
#
|
306
|
+
# # The name of a prize or award which the product has received.
|
307
|
+
# # @return [RDF::Vocabulary::Term]
|
308
|
+
# attr_reader :awardPrizeName
|
309
|
+
#
|
310
|
+
# # The year in which a prize or award was given.
|
311
|
+
# # @return [RDF::Vocabulary::Term]
|
312
|
+
# attr_reader :awardPrizeYear
|
313
|
+
#
|
314
|
+
# # The year in which the majority of ingredients are harvested and/or the alcoholic beverage is produced. Determination as to whether the vintage year is the harvest date or production date is according to requirements in the Target Market.
|
315
|
+
# # @return [RDF::Vocabulary::Term]
|
316
|
+
# attr_reader :beverageVintage
|
317
|
+
#
|
318
|
+
# # Biotin Acid per specified nutrient basis quantity.
|
319
|
+
# # @return [RDF::Vocabulary::Term]
|
320
|
+
# attr_reader :biotinPerNutrientBasis
|
321
|
+
#
|
322
|
+
# # The descriptive term that is used by the product manufacturer to identify whether the product makes a specific claim to contain no bones.
|
323
|
+
# # @return [RDF::Vocabulary::Term]
|
324
|
+
# attr_reader :bonelessClaim
|
325
|
+
#
|
326
|
+
# # The brand of the product that appears on the consumer package.
|
327
|
+
# # @return [RDF::Vocabulary::Term]
|
328
|
+
# attr_reader :brand
|
329
|
+
#
|
330
|
+
# # The brand name of the product that appears on the consumer package.
|
331
|
+
# # @return [RDF::Vocabulary::Term]
|
332
|
+
# attr_reader :brandName
|
333
|
+
#
|
334
|
+
# # The brand owner of the product. The organization that is responsible for allocating the GTIN to the product.
|
335
|
+
# # @return [RDF::Vocabulary::Term]
|
336
|
+
# attr_reader :brandOwner
|
337
|
+
#
|
338
|
+
# # Calcium per specified nutrient basis quantity.
|
339
|
+
# # @return [RDF::Vocabulary::Term]
|
340
|
+
# attr_reader :calciumPerNutrientBasis
|
341
|
+
#
|
342
|
+
# # Carbohydrates per specified nutrient basis quantity.
|
343
|
+
# # @return [RDF::Vocabulary::Term]
|
344
|
+
# attr_reader :carbohydratesPerNutrientBasis
|
345
|
+
#
|
346
|
+
# # Free text field describing the sea zone from which the product was caught in.
|
347
|
+
# # @return [RDF::Vocabulary::Term]
|
348
|
+
# attr_reader :catchZone
|
349
|
+
#
|
350
|
+
# # Information on certification to which the product complies.
|
351
|
+
# # @return [RDF::Vocabulary::Term]
|
352
|
+
# attr_reader :certification
|
353
|
+
#
|
354
|
+
# # Name of the organization issuing the certification standard or other requirement being met .
|
355
|
+
# # @return [RDF::Vocabulary::Term]
|
356
|
+
# attr_reader :certificationAgency
|
357
|
+
#
|
358
|
+
# # Name of the certification standard. Free text. Example: Egg classification .
|
359
|
+
# # @return [RDF::Vocabulary::Term]
|
360
|
+
# attr_reader :certificationStandard
|
361
|
+
#
|
362
|
+
# # The product's certification standard value. Example:4.
|
363
|
+
# # @return [RDF::Vocabulary::Term]
|
364
|
+
# attr_reader :certificationValue
|
365
|
+
#
|
366
|
+
# # The firmness of the cheese product for example EXTRA_HARD.
|
367
|
+
# # @return [RDF::Vocabulary::Term]
|
368
|
+
# attr_reader :cheeseFirmness
|
369
|
+
#
|
370
|
+
# # A descriptive way to specify a date range as some cheeses are matured over a period of time, but not an exact period. For example 3 to 4 weeks, over 1 year etc. The term maturation is also known in other markets as Aged.
|
371
|
+
# # @return [RDF::Vocabulary::Term]
|
372
|
+
# attr_reader :cheeseMaturationPeriodDescription
|
373
|
+
#
|
374
|
+
# # Chloride per specified nutrient basis quantity.
|
375
|
+
# # @return [RDF::Vocabulary::Term]
|
376
|
+
# attr_reader :chloridePerNutrientBasis
|
377
|
+
#
|
378
|
+
# # Cholesterol per specified nutrient basis quantity.
|
379
|
+
# # @return [RDF::Vocabulary::Term]
|
380
|
+
# attr_reader :cholesterolPerNutrientBasis
|
381
|
+
#
|
382
|
+
# # Chromium per specified nutrient basis quantity.
|
383
|
+
# # @return [RDF::Vocabulary::Term]
|
384
|
+
# attr_reader :chromiumPerNutrientBasis
|
385
|
+
#
|
386
|
+
# # Supplemental information to indicate the clothing cut or silhouette make of the garment. For example, silhouette details for a pair of jeans such as boot cut, or loose fit, comfort fit.
|
387
|
+
# # @return [RDF::Vocabulary::Term]
|
388
|
+
# attr_reader :clothingCut
|
389
|
+
#
|
390
|
+
# # A free text description of the type of collar on the garment.
|
391
|
+
# # @return [RDF::Vocabulary::Term]
|
392
|
+
# attr_reader :collarType
|
393
|
+
#
|
394
|
+
# # Relates to a set of details about the colour code for a product
|
395
|
+
# # @return [RDF::Vocabulary::Term]
|
396
|
+
# attr_reader :colourCode
|
397
|
+
#
|
398
|
+
# # The parties controlling the colour code lists. Dependent on colour code value.
|
399
|
+
# # @return [RDF::Vocabulary::Term]
|
400
|
+
# attr_reader :colourCodeList
|
401
|
+
#
|
402
|
+
# # A code depicting the colour of an object according to a specific code list. The applied code list is specified as additional information together with the colour code.
|
403
|
+
# # @return [RDF::Vocabulary::Term]
|
404
|
+
# attr_reader :colourCodeValue
|
405
|
+
#
|
406
|
+
# # A description of the colour of an object.
|
407
|
+
# # @return [RDF::Vocabulary::Term]
|
408
|
+
# attr_reader :colourDescription
|
409
|
+
#
|
410
|
+
# # The first date/time that the buyer is allowed to sell the product to consumers. Usually related to a specific geography. ISO 8601 date format CCYY-MM-DDTHH:MM:SS.
|
411
|
+
# # @return [RDF::Vocabulary::Term]
|
412
|
+
# attr_reader :consumerFirstAvailabilityDateTime
|
413
|
+
#
|
414
|
+
# # Link to a website, file, or image containing the manufacturer's recommendations for how the consumer or end user should store and handle the product.
|
415
|
+
# # @return [RDF::Vocabulary::Term]
|
416
|
+
# attr_reader :consumerHandlingStorage
|
417
|
+
#
|
418
|
+
# # Indicates, with reference to the product branding, labelling or packaging, the descriptive term that is used by the product manufacturer to identify the period or stage in the consumer's life during which the product is considered to be suitable.
|
419
|
+
# # @return [RDF::Vocabulary::Term]
|
420
|
+
# attr_reader :consumerLifestage
|
421
|
+
#
|
422
|
+
# # Additional information that should be used in advertising and in displaying.
|
423
|
+
# # @return [RDF::Vocabulary::Term]
|
424
|
+
# attr_reader :consumerPackageDisclaimer
|
425
|
+
#
|
426
|
+
# # Information on consumer safety regarding the product.
|
427
|
+
# # @return [RDF::Vocabulary::Term]
|
428
|
+
# attr_reader :consumerSafetyInformation
|
429
|
+
#
|
430
|
+
# # A code depicting restrictions imposed on the product regarding how it can be sold to the consumer for example Prescription Required.
|
431
|
+
# # @return [RDF::Vocabulary::Term]
|
432
|
+
# attr_reader :consumerSalesCondition
|
433
|
+
#
|
434
|
+
# # Expresses in text the consumer storage instructions of a product which are normally held on the label or accompanying the product. This information may or may not be labelled on the pack.
|
435
|
+
# # @return [RDF::Vocabulary::Term]
|
436
|
+
# attr_reader :consumerStorageInstructions
|
437
|
+
#
|
438
|
+
# # Free text containing the usage instructions of a product, which are normally held on the label or accompanying the product. This information may or may not be labelled on the pack.
|
439
|
+
# # @return [RDF::Vocabulary::Term]
|
440
|
+
# attr_reader :consumerUsageInstructions
|
441
|
+
#
|
442
|
+
# # Links to information about a business location for an organization.
|
443
|
+
# # @return [RDF::Vocabulary::Term]
|
444
|
+
# attr_reader :contactPoint
|
445
|
+
#
|
446
|
+
# # The function or role of a contact for example Customer Support.
|
447
|
+
# # @return [RDF::Vocabulary::Term]
|
448
|
+
# attr_reader :contactType
|
449
|
+
#
|
450
|
+
# # An indication of the ease of preparation for semi-prepared products. The convenience level indicates the level of preparation in percentage required to prepare and helps the consumer to assess how long it will take to prepare the meal.
|
451
|
+
# # @return [RDF::Vocabulary::Term]
|
452
|
+
# attr_reader :convenienceLevelPercent
|
453
|
+
#
|
454
|
+
# # Copper per specified nutrient basis quantity.
|
455
|
+
# # @return [RDF::Vocabulary::Term]
|
456
|
+
# attr_reader :copperPerNutrientBasis
|
457
|
+
#
|
458
|
+
# # A short text string code (see values defined in ISO 3166) specifying the country in which a processing or other activity is performed, for example processing, bottling, manufacturing.
|
459
|
+
# #
|
460
|
+
# # Code specifying the country for the address using ISO 3166-1.
|
461
|
+
# # @return [RDF::Vocabulary::Term]
|
462
|
+
# attr_reader :countryCode
|
463
|
+
#
|
464
|
+
# # The place where product is assembled.
|
465
|
+
# # @return [RDF::Vocabulary::Term]
|
466
|
+
# attr_reader :countryOfAssembly
|
467
|
+
#
|
468
|
+
# # The place where the product or ingredient was last processed and tested before importation.
|
469
|
+
# # @return [RDF::Vocabulary::Term]
|
470
|
+
# attr_reader :countryOfLastProcessing
|
471
|
+
#
|
472
|
+
# # Code indicating the country of origin of the product.
|
473
|
+
# # @return [RDF::Vocabulary::Term]
|
474
|
+
# attr_reader :countryOfOrigin
|
475
|
+
#
|
476
|
+
# # A description of the geographic area the item may have originated from or has been processed.
|
477
|
+
# # @return [RDF::Vocabulary::Term]
|
478
|
+
# attr_reader :countryOfOriginStatement
|
479
|
+
#
|
480
|
+
# # A short text string code (see values defined in ISO 3166_2) specifying the country subdivision in which an activity is performed, for example processing, bottling, manufacturing.
|
481
|
+
# # @return [RDF::Vocabulary::Term]
|
482
|
+
# attr_reader :countrySubdivisionCode
|
483
|
+
#
|
484
|
+
# # A code that identifies a county. A county is a territorial division in some countries, forming the chief unit of local administration. In the US, a county is a political and administrative division of a state.
|
485
|
+
# # @return [RDF::Vocabulary::Term]
|
486
|
+
# attr_reader :countyCode
|
487
|
+
#
|
488
|
+
# # A street intersecting a main street (usually at right angles) and continuing on both sides of it.
|
489
|
+
# # @return [RDF::Vocabulary::Term]
|
490
|
+
# attr_reader :crossStreet
|
491
|
+
#
|
492
|
+
# # The organization which provides product support to the trading partner organization to which merchandise is sold.
|
493
|
+
# # @return [RDF::Vocabulary::Term]
|
494
|
+
# attr_reader :customerSupportCentre
|
495
|
+
#
|
496
|
+
# # The percentage of the recommended daily intake of a nutrient as recommended by authorities of the target market. Is expressed relative to the serving size and base daily value intake.
|
497
|
+
# # @return [RDF::Vocabulary::Term]
|
498
|
+
# attr_reader :dailyValueIntakePercent
|
499
|
+
#
|
500
|
+
# # The name of a division of an organization dealing with a specific activity
|
501
|
+
# # @return [RDF::Vocabulary::Term]
|
502
|
+
# attr_reader :department
|
503
|
+
#
|
504
|
+
# # Dependent products are products which are required to make the current product functional.
|
505
|
+
# # @return [RDF::Vocabulary::Term]
|
506
|
+
# attr_reader :dependentProprietaryProduct
|
507
|
+
#
|
508
|
+
# # The depth of the product, as measured according to the GS1 Package Measurement Rules. See http://www.gs1.org/package-measurement-rules-implementation-guide for more details.
|
509
|
+
# # @return [RDF::Vocabulary::Term]
|
510
|
+
# attr_reader :depth
|
511
|
+
#
|
512
|
+
# # An alphanumeric size factor the brand owner wishes to communicate to the consumer. IE Jumbo, Capri, Full Length, Maxi.
|
513
|
+
# # @return [RDF::Vocabulary::Term]
|
514
|
+
# attr_reader :descriptiveSize
|
515
|
+
#
|
516
|
+
# # The measurement of the diameter of the product at its largest point. For example, 165 mmt.
|
517
|
+
# # @return [RDF::Vocabulary::Term]
|
518
|
+
# attr_reader :diameter
|
519
|
+
#
|
520
|
+
# # Links to multiple pairs of gs1:DietTypeCode and diet type sub code (free-form text string).
|
521
|
+
# # @return [RDF::Vocabulary::Term]
|
522
|
+
# attr_reader :dietCode
|
523
|
+
#
|
524
|
+
# # Code indicating the diet the product is suitable for example Kosher.
|
525
|
+
# # @return [RDF::Vocabulary::Term]
|
526
|
+
# attr_reader :dietType
|
527
|
+
#
|
528
|
+
# # Free text for indication of diet not stated in the list of diets.
|
529
|
+
# # @return [RDF::Vocabulary::Term]
|
530
|
+
# attr_reader :dietTypeDescription
|
531
|
+
#
|
532
|
+
# # Indicates a set of agreements or a certificate name that guarantees the product is permitted in a particular diet. A diet type subcode is a subclassification of a specific diet type. For example, Pareve is a diet type subcode of Kosher.
|
533
|
+
# # @return [RDF::Vocabulary::Term]
|
534
|
+
# attr_reader :dietTypeSubcode
|
535
|
+
#
|
536
|
+
# # The weight of the product when drained of its liquid. For example 225 grm, Jar of pickles in vinegar.
|
537
|
+
# # @return [RDF::Vocabulary::Term]
|
538
|
+
# attr_reader :drainedWeight
|
539
|
+
#
|
540
|
+
# # The time period that the warranty is valid within.
|
541
|
+
# # @return [RDF::Vocabulary::Term]
|
542
|
+
# attr_reader :durationOfWarranty
|
543
|
+
#
|
544
|
+
# # The current tax or duty or fee amount applicable to the product, expressed as a floating-point numeric value that is qualified by the corresponding currency. See also gs1:priceCurrency.
|
545
|
+
# # @return [RDF::Vocabulary::Term]
|
546
|
+
# attr_reader :dutyFeeTaxAmount
|
547
|
+
#
|
548
|
+
# # A description of tax type for example Taxes sure les supports audio.
|
549
|
+
# # @return [RDF::Vocabulary::Term]
|
550
|
+
# attr_reader :dutyFeeTaxDescription
|
551
|
+
#
|
552
|
+
# # The current tax or duty rate percentage applicable to the product.
|
553
|
+
# # @return [RDF::Vocabulary::Term]
|
554
|
+
# attr_reader :dutyFeeTaxRate
|
555
|
+
#
|
556
|
+
# # The quantity including unit of measure for which the offer for good or service is valid. If this is not specified, an eligible quantity of 1 should be assumed.
|
557
|
+
# # @return [RDF::Vocabulary::Term]
|
558
|
+
# attr_reader :eligibleQuantity
|
559
|
+
#
|
560
|
+
# # The maximum quantity including unit of measure for which the offer for good or service is valid.
|
561
|
+
# # @return [RDF::Vocabulary::Term]
|
562
|
+
# attr_reader :eligibleQuantityMaximum
|
563
|
+
#
|
564
|
+
# # The minimum quantity including unit of measure for which the offer for good or service is valid.
|
565
|
+
# # @return [RDF::Vocabulary::Term]
|
566
|
+
# attr_reader :eligibleQuantityMinimum
|
567
|
+
#
|
568
|
+
# # Creating/sending/receiving of unstructured free text messages or documents using computer network, a mini-computer or an attached modem and regular telephone line or other electronic transmission media.
|
569
|
+
# # @return [RDF::Vocabulary::Term]
|
570
|
+
# attr_reader :email
|
571
|
+
#
|
572
|
+
# # Energy from Fat per specified nutrient basis quantity.
|
573
|
+
# # @return [RDF::Vocabulary::Term]
|
574
|
+
# attr_reader :energyFromFatPerNutrientBasis
|
575
|
+
#
|
576
|
+
# # Energy Per specified nutrient basis quantity.
|
577
|
+
# # @return [RDF::Vocabulary::Term]
|
578
|
+
# attr_reader :energyPerNutrientBasis
|
579
|
+
#
|
580
|
+
# # A product which can be substituted for the product based on supplier-defined functional equivalence to the product.
|
581
|
+
# # @return [RDF::Vocabulary::Term]
|
582
|
+
# attr_reader :equivalentProduct
|
583
|
+
#
|
584
|
+
# # The percentage of fat contained in milk content of the product.
|
585
|
+
# # @return [RDF::Vocabulary::Term]
|
586
|
+
# attr_reader :fatInMilkContent
|
587
|
+
#
|
588
|
+
# # Fat per specified nutrient basis quantity.
|
589
|
+
# # @return [RDF::Vocabulary::Term]
|
590
|
+
# attr_reader :fatPerNutrientBasis
|
591
|
+
#
|
592
|
+
# # The amount of fat contained in the base product expressed in percentage.
|
593
|
+
# # @return [RDF::Vocabulary::Term]
|
594
|
+
# attr_reader :fatpercentageInDryMatter
|
595
|
+
#
|
596
|
+
# # Device used for transmitting and reproducing fixed graphic material (as printing) by means of signals over telephone lines or other electronic transmission media.
|
597
|
+
# # @return [RDF::Vocabulary::Term]
|
598
|
+
# attr_reader :faxNumber
|
599
|
+
#
|
600
|
+
# # Fibre per specified nutrient basis quantity.
|
601
|
+
# # @return [RDF::Vocabulary::Term]
|
602
|
+
# attr_reader :fibrePerNutrientBasis
|
603
|
+
#
|
604
|
+
# # The specified language to which the digital asset is targeted. It is recommended to use the ISO 639-1 language code.
|
605
|
+
# # @return [RDF::Vocabulary::Term]
|
606
|
+
# attr_reader :fileLanguageCode
|
607
|
+
#
|
608
|
+
# # The number of pixels along the vertical axis of the image.
|
609
|
+
# # @return [RDF::Vocabulary::Term]
|
610
|
+
# attr_reader :filePixelHeight
|
611
|
+
#
|
612
|
+
# # The number of pixels along the horizontal axis of the image.
|
613
|
+
# # @return [RDF::Vocabulary::Term]
|
614
|
+
# attr_reader :filePixelWidth
|
615
|
+
#
|
616
|
+
# # The type of fish for example Sea bass.
|
617
|
+
# # @return [RDF::Vocabulary::Term]
|
618
|
+
# attr_reader :fishType
|
619
|
+
#
|
620
|
+
# # Fluoride per specified nutrient basis quantity.
|
621
|
+
# # @return [RDF::Vocabulary::Term]
|
622
|
+
# attr_reader :fluoridePerNutrientBasis
|
623
|
+
#
|
624
|
+
# # Folic Acid per specified nutrient basis quantity.
|
625
|
+
# # @return [RDF::Vocabulary::Term]
|
626
|
+
# attr_reader :folicAcidPerNutrientBasis
|
627
|
+
#
|
628
|
+
# # Identifies whether or not the product requires refrigeration.
|
629
|
+
# # @return [RDF::Vocabulary::Term]
|
630
|
+
# attr_reader :foodBeverageRefrigerationClaim
|
631
|
+
#
|
632
|
+
# # The type of meal the food or beverage product is targeted to for example Breakfast.
|
633
|
+
# # @return [RDF::Vocabulary::Term]
|
634
|
+
# attr_reader :foodBeverageTargetUse
|
635
|
+
#
|
636
|
+
# # Something that mechanically joins or affixes two or more parts together in a footwear product for example a shoe lace.
|
637
|
+
# # @return [RDF::Vocabulary::Term]
|
638
|
+
# attr_reader :footwearFasteningType
|
639
|
+
#
|
640
|
+
# # The descriptive term that is used by the product manufacturer to identify whether the footwear upper is open or closed. Otherwise known as Open or Closed Upper.
|
641
|
+
# # @return [RDF::Vocabulary::Term]
|
642
|
+
# attr_reader :footwearUpperType
|
643
|
+
#
|
644
|
+
# # A code determining whether the fish originated from the sea or was farmed.
|
645
|
+
# # @return [RDF::Vocabulary::Term]
|
646
|
+
# attr_reader :freshOrSeawaterFarmed
|
647
|
+
#
|
648
|
+
# # Describes use of the product or service by the consumer. Should help clarify the product classification associated with the GTIN.
|
649
|
+
# # @return [RDF::Vocabulary::Term]
|
650
|
+
# attr_reader :functionalName
|
651
|
+
#
|
652
|
+
# # A statement of the presence or absence of genetically modified protein or DNA.
|
653
|
+
# # @return [RDF::Vocabulary::Term]
|
654
|
+
# attr_reader :geneticallyModifiedDeclaration
|
655
|
+
#
|
656
|
+
# # Links to information about geocoordinates for a place.
|
657
|
+
# # @return [RDF::Vocabulary::Term]
|
658
|
+
# attr_reader :geo
|
659
|
+
#
|
660
|
+
# # A Global Location Number (GLN) is the GS1 Identification Key used to identify physical locations or parties. The key comprises a GS1 Company Prefix, Location Reference and Check Digit. For more information see http://www.gs1.org/gln.
|
661
|
+
# # @return [RDF::Vocabulary::Term]
|
662
|
+
# attr_reader :globalLocationNumber
|
663
|
+
#
|
664
|
+
# # 8-digit code (GPC Brick Value) specifying a product category according to the GS1 Global Product Classification (GPC) standard. For more information see http://www.gs1.org/gpc
|
665
|
+
# # @return [RDF::Vocabulary::Term]
|
666
|
+
# attr_reader :gpcCategoryCode
|
667
|
+
#
|
668
|
+
# # A description of the code specifying a product category according to the GS1 Global Product Classification (GPC) standard.
|
669
|
+
# # @return [RDF::Vocabulary::Term]
|
670
|
+
# attr_reader :gpcCategoryDescription
|
671
|
+
#
|
672
|
+
# # Used to identify the gross weight of the product. The gross weight includes all packaging materials of the product. At pallet level the productGrossWeight includes the weight of the pallet itself. For example, 200 grm, value - total pounds, total grams, etc.
|
673
|
+
# # @return [RDF::Vocabulary::Term]
|
674
|
+
# attr_reader :grossWeight
|
675
|
+
#
|
676
|
+
# # The process through which fresh produce is grown and cultivated.
|
677
|
+
# # @return [RDF::Vocabulary::Term]
|
678
|
+
# attr_reader :growingMethod
|
679
|
+
#
|
680
|
+
# # A Global Trade Item Number (GTIN) is the 14 digit GS1 Identification Key used to identify products. The key comprises a GS1 Company Prefix followed by an Item Reference Number and a Check Digit. See http://www.gs1.org/gtin for more details.
|
681
|
+
# # @return [RDF::Vocabulary::Term]
|
682
|
+
# attr_reader :gtin
|
683
|
+
#
|
684
|
+
# # links to details of amounts refunded for returnable package in a specified region.
|
685
|
+
# # @return [RDF::Vocabulary::Term]
|
686
|
+
# attr_reader :hasReturnablePackageDeposit
|
687
|
+
#
|
688
|
+
# # A description of health claims according to regulations of the target market.
|
689
|
+
# # @return [RDF::Vocabulary::Term]
|
690
|
+
# attr_reader :healthClaimDescription
|
691
|
+
#
|
692
|
+
# # The height of the product, as measured according to the GS1 Package Measurement Rules. See http://www.gs1.org/package-measurement-rules-implementation-guide for more details.
|
693
|
+
# # @return [RDF::Vocabulary::Term]
|
694
|
+
# attr_reader :height
|
695
|
+
#
|
696
|
+
# # Link to a file containing a visual representation of the product.
|
697
|
+
# # @return [RDF::Vocabulary::Term]
|
698
|
+
# attr_reader :image
|
699
|
+
#
|
700
|
+
# # The dimensions of a product including the packaging in which the product was supplied.
|
701
|
+
# # @return [RDF::Vocabulary::Term]
|
702
|
+
# attr_reader :inPackageDimensions
|
703
|
+
#
|
704
|
+
# # Any included object or device not part of the core product itself but which adds to its functionality or use.
|
705
|
+
# # @return [RDF::Vocabulary::Term]
|
706
|
+
# attr_reader :includedAccessories
|
707
|
+
#
|
708
|
+
# # Links to information about ingredients of a specific Food/Beverage/Tobacco product.
|
709
|
+
# # @return [RDF::Vocabulary::Term]
|
710
|
+
# attr_reader :ingredient
|
711
|
+
#
|
712
|
+
# # Quantity of the ingredient contained in the product as a percentage of the total product ingredients. This is used in conjunction with ingredientName.
|
713
|
+
# # @return [RDF::Vocabulary::Term]
|
714
|
+
# attr_reader :ingredientContentPercentage
|
715
|
+
#
|
716
|
+
# # Free text field describing an ingredient or ingredient group. Ingredients include any additives (colourings, preservatives, e-numbers, etc.) that are encompassed.
|
717
|
+
# # @return [RDF::Vocabulary::Term]
|
718
|
+
# attr_reader :ingredientName
|
719
|
+
#
|
720
|
+
# # Indicates a claim to an ingredient, considered to be a concern for regulatory or other reasons, and which is 'contained' within the product but may not need to specify the amount whether approximate, or an accurate measurement be given.
|
721
|
+
# # @return [RDF::Vocabulary::Term]
|
722
|
+
# attr_reader :ingredientOfConcern
|
723
|
+
#
|
724
|
+
# # Integer (1, 2, 3...) indicating the ingredient order by content percentage of the product. (major ingredient = 1, second ingredient = 2) etc.
|
725
|
+
# # @return [RDF::Vocabulary::Term]
|
726
|
+
# attr_reader :ingredientSequence
|
727
|
+
#
|
728
|
+
# # Information on the constituent ingredient make up of the product specified as one string.
|
729
|
+
# # @return [RDF::Vocabulary::Term]
|
730
|
+
# attr_reader :ingredientStatement
|
731
|
+
#
|
732
|
+
# # Link to a file containing the Instructions For Use.
|
733
|
+
# # @return [RDF::Vocabulary::Term]
|
734
|
+
# attr_reader :instructionsForUse
|
735
|
+
#
|
736
|
+
# # Iodine per specified nutrient basis quantity.
|
737
|
+
# # @return [RDF::Vocabulary::Term]
|
738
|
+
# attr_reader :iodinePerNutrientBasis
|
739
|
+
#
|
740
|
+
# # Iron per specified nutrient basis quantity.
|
741
|
+
# # @return [RDF::Vocabulary::Term]
|
742
|
+
# attr_reader :ironPerNutrientBasis
|
743
|
+
#
|
744
|
+
# # Indicates if radiation has been applied to the product.
|
745
|
+
# # @return [RDF::Vocabulary::Term]
|
746
|
+
# attr_reader :irradiatedCode
|
747
|
+
#
|
748
|
+
# # Used to identify whether or not a beverage product is naturally effervescent or has been made effervescent by the addition of carbon dioxide gas.
|
749
|
+
# # @return [RDF::Vocabulary::Term]
|
750
|
+
# attr_reader :isCarbonated
|
751
|
+
#
|
752
|
+
# # The descriptive term that is used by the product manufacturer to identify whether or not the product contains caffeine.
|
753
|
+
# # @return [RDF::Vocabulary::Term]
|
754
|
+
# attr_reader :isDecaffeinated
|
755
|
+
#
|
756
|
+
# # Used to identify whether or not the product claims to be made from a concentrated formulation.
|
757
|
+
# # @return [RDF::Vocabulary::Term]
|
758
|
+
# attr_reader :isFromConcentrate
|
759
|
+
#
|
760
|
+
# # A The indication whether or not the milk used was actively homogenised. The homogenisation of milk is a technical process in the dairy. The milk fat is milled to such an extent that further creaming is prevented.
|
761
|
+
# # @return [RDF::Vocabulary::Term]
|
762
|
+
# attr_reader :isHomogenised
|
763
|
+
#
|
764
|
+
# # Determines whether the product is instant.
|
765
|
+
# # @return [RDF::Vocabulary::Term]
|
766
|
+
# attr_reader :isInstant
|
767
|
+
#
|
768
|
+
# # Indicates, with reference to the product branding, labelling or packaging, the descriptive term that is used by the product manufacturer to identify if the product is intended as maternity wear.
|
769
|
+
# # @return [RDF::Vocabulary::Term]
|
770
|
+
# attr_reader :isMaternity
|
771
|
+
#
|
772
|
+
# # The descriptive term that is used by the product manufacturer to identify whether or not the product has a patterned design.
|
773
|
+
# # @return [RDF::Vocabulary::Term]
|
774
|
+
# attr_reader :isPatterned
|
775
|
+
#
|
776
|
+
# # The descriptive term that is used by the product manufacturer to identify whether or not a fruit or vegetable product has been de-stoned or pitted prior to being offered for sale.
|
777
|
+
# # @return [RDF::Vocabulary::Term]
|
778
|
+
# attr_reader :isPittedStoned
|
779
|
+
#
|
780
|
+
# # An indicator for the product to determine if the Manufacturer or Supplier has recalled the product.
|
781
|
+
# # @return [RDF::Vocabulary::Term]
|
782
|
+
# attr_reader :isProductRecalled
|
783
|
+
#
|
784
|
+
# # An indicator whether or not the cheese rind is edible. Some cheeses are coated in plastic or their surface is treated with other traditional substances to increase their shelf life. This can result in the rind no longer being edible.
|
785
|
+
# # @return [RDF::Vocabulary::Term]
|
786
|
+
# attr_reader :isRindEdible
|
787
|
+
#
|
788
|
+
# # Determines whether the product is seedless as grown.
|
789
|
+
# # @return [RDF::Vocabulary::Term]
|
790
|
+
# attr_reader :isSeedless
|
791
|
+
#
|
792
|
+
# # The descriptive term that is used by the product manufacturer to identify whether or not the product or its contents have been shelled/peeled prior to being offered for sale.
|
793
|
+
# # @return [RDF::Vocabulary::Term]
|
794
|
+
# attr_reader :isShelledPeeled
|
795
|
+
#
|
796
|
+
# # Determines whether the product comes pre-sliced.
|
797
|
+
# # @return [RDF::Vocabulary::Term]
|
798
|
+
# attr_reader :isSliced
|
799
|
+
#
|
800
|
+
# # The descriptive term that is used to identify whether the product is thermal.
|
801
|
+
# # @return [RDF::Vocabulary::Term]
|
802
|
+
# attr_reader :isThermal
|
803
|
+
#
|
804
|
+
# # Identifies whether the product makes claim to being vintage.
|
805
|
+
# # @return [RDF::Vocabulary::Term]
|
806
|
+
# attr_reader :isVintage
|
807
|
+
#
|
808
|
+
# # Determines whether product has been prewashed and is ready to eat.
|
809
|
+
# # @return [RDF::Vocabulary::Term]
|
810
|
+
# attr_reader :isWashedReadyToEat
|
811
|
+
#
|
812
|
+
# # The descriptive term that is used to identify whether or not the product claims to provide waterproofing to the applied surface.
|
813
|
+
# # @return [RDF::Vocabulary::Term]
|
814
|
+
# attr_reader :isWaterproof
|
815
|
+
#
|
816
|
+
# # Identifies whether or not the product is intended to be disposed of after single use or a limited period of use.
|
817
|
+
# # @return [RDF::Vocabulary::Term]
|
818
|
+
# attr_reader :isWearableItemDisposable
|
819
|
+
#
|
820
|
+
# # The product included in the offer.
|
821
|
+
# # @return [RDF::Vocabulary::Term]
|
822
|
+
# attr_reader :itemOffered
|
823
|
+
#
|
824
|
+
# # The job title of the person that can be contacted for example Manager.
|
825
|
+
# # @return [RDF::Vocabulary::Term]
|
826
|
+
# attr_reader :jobTitle
|
827
|
+
#
|
828
|
+
# # The fruit juice content of the product expressed as a percentage.
|
829
|
+
# # @return [RDF::Vocabulary::Term]
|
830
|
+
# attr_reader :juiceContentPercent
|
831
|
+
#
|
832
|
+
# # Angular distance North or South from the earth's equator measured through 90 degrees.
|
833
|
+
# # @return [RDF::Vocabulary::Term]
|
834
|
+
# attr_reader :latitude
|
835
|
+
#
|
836
|
+
# # The place associated with an organization.
|
837
|
+
# # @return [RDF::Vocabulary::Term]
|
838
|
+
# attr_reader :location
|
839
|
+
#
|
840
|
+
# # The arc or portion of the earth's equator intersected between the meridian of a given place and the prime meridian and expressed in degrees
|
841
|
+
# # @return [RDF::Vocabulary::Term]
|
842
|
+
# attr_reader :longitude
|
843
|
+
#
|
844
|
+
# # Magnesium per specified nutrient basis quantity.
|
845
|
+
# # @return [RDF::Vocabulary::Term]
|
846
|
+
# attr_reader :magnesiumPerNutrientBasis
|
847
|
+
#
|
848
|
+
# # An offer made by an organization.
|
849
|
+
# # @return [RDF::Vocabulary::Term]
|
850
|
+
# attr_reader :makesOffer
|
851
|
+
#
|
852
|
+
# # Manganese per specified nutrient basis quantity.
|
853
|
+
# # @return [RDF::Vocabulary::Term]
|
854
|
+
# attr_reader :manganesePerNutrientBasis
|
855
|
+
#
|
856
|
+
# # The organization that produces the item.
|
857
|
+
# # @return [RDF::Vocabulary::Term]
|
858
|
+
# attr_reader :manufacturer
|
859
|
+
#
|
860
|
+
# # Code indicating the preparation methods that a manufacturer has used in the manufacturing of a product for example DEEP_FRY.
|
861
|
+
# # @return [RDF::Vocabulary::Term]
|
862
|
+
# attr_reader :manufacturerPreparationCode
|
863
|
+
#
|
864
|
+
# # The warranty associated with the product.
|
865
|
+
# # @return [RDF::Vocabulary::Term]
|
866
|
+
# attr_reader :manufacturersWarranty
|
867
|
+
#
|
868
|
+
# # A physical location consisting of one or more buildings with facilities for manufacturing.
|
869
|
+
# # @return [RDF::Vocabulary::Term]
|
870
|
+
# attr_reader :manufacturingPlant
|
871
|
+
#
|
872
|
+
# # The method of maturity for the item for example tree ripened or jet fresh.
|
873
|
+
# # @return [RDF::Vocabulary::Term]
|
874
|
+
# attr_reader :maturationMethod
|
875
|
+
#
|
876
|
+
# # Provides a maximum price value as a floating-point numeric value that is qualified by the corresponding currency. See also gs1:priceCurrency
|
877
|
+
# # @return [RDF::Vocabulary::Term]
|
878
|
+
# attr_reader :maxPrice
|
879
|
+
#
|
880
|
+
# # The upper limit drinking temperature of the optimum range of the drinking temperature. The optimum range of the drinking temperature is a recommendation and is based on the experience of the individual producer. Allows for the representation of the same value in different units of measure but not multiple values.
|
881
|
+
# # @return [RDF::Vocabulary::Term]
|
882
|
+
# attr_reader :maximumOptimumConsumptionTemperature
|
883
|
+
#
|
884
|
+
# # The fish, meat, or poultry type for this food and beverage item.
|
885
|
+
# # @return [RDF::Vocabulary::Term]
|
886
|
+
# attr_reader :meatPoultryType
|
887
|
+
#
|
888
|
+
# # Provides a minimum price value as a floating-point numeric value that is qualified by the corresponding currency. See also gs1:priceCurrency
|
889
|
+
# # @return [RDF::Vocabulary::Term]
|
890
|
+
# attr_reader :minPrice
|
891
|
+
#
|
892
|
+
# # The minimum amount of fish contained in a food and beverage product expressed as a measurement.
|
893
|
+
# # @return [RDF::Vocabulary::Term]
|
894
|
+
# attr_reader :minimumFishContent
|
895
|
+
#
|
896
|
+
# # The minimum amount of fish, meat or poultry contained in a food and beverage product expressed as a measurement.
|
897
|
+
# # @return [RDF::Vocabulary::Term]
|
898
|
+
# attr_reader :minimumMeatPoultryContent
|
899
|
+
#
|
900
|
+
# # The lower limit drinking temperature of the optimum range of the drinking temperature. The optimum range of the drinking temperature is a recommendation and is based on the experience of the individual producer. Allows for the representation of the same value in different units of measure but not multiple values.
|
901
|
+
# # @return [RDF::Vocabulary::Term]
|
902
|
+
# attr_reader :minimumOptimumConsumptionTemperature
|
903
|
+
#
|
904
|
+
# # Molybdenum per specified nutrient basis quantity.
|
905
|
+
# # @return [RDF::Vocabulary::Term]
|
906
|
+
# attr_reader :molybdenumPerNutrientBasis
|
907
|
+
#
|
908
|
+
# # Monounsaturated fat per specified nutrient basis quantity.
|
909
|
+
# # @return [RDF::Vocabulary::Term]
|
910
|
+
# attr_reader :monounsaturatedFatPerNutrientBasis
|
911
|
+
#
|
912
|
+
# # The quantity of the product contained by a package, usually as claimed on the label. Indicates the net content of the total product. For fixed value products use the value claimed on the package, to avoid variable fill rate issue that arises with some product which are sold by volume or weight, and whose actual content may vary slightly from batch to batch.
|
913
|
+
# # @return [RDF::Vocabulary::Term]
|
914
|
+
# attr_reader :netContent
|
915
|
+
#
|
916
|
+
# # Used to identify the net weight of the product. Net Weight excludes all packaging material, including the packaging material of all lower-level GTINs. Example:11.5 kgm.
|
917
|
+
# # @return [RDF::Vocabulary::Term]
|
918
|
+
# attr_reader :netWeight
|
919
|
+
#
|
920
|
+
# # Niacin per specified nutrient basis quantity.
|
921
|
+
# # @return [RDF::Vocabulary::Term]
|
922
|
+
# attr_reader :niacinPerNutrientBasis
|
923
|
+
#
|
924
|
+
# # The total number of servings contained in the package.
|
925
|
+
# # @return [RDF::Vocabulary::Term]
|
926
|
+
# attr_reader :numberOfServingsPerPackage
|
927
|
+
#
|
928
|
+
# # Code indicating whether the number of servings per package is exact or approximate, for example, 4-6 adults.
|
929
|
+
# # @return [RDF::Vocabulary::Term]
|
930
|
+
# attr_reader :numberOfServingsPerPackageMeasurementPrecision
|
931
|
+
#
|
932
|
+
# # A free text field specifying a range for the number of servings contained in the package.
|
933
|
+
# # @return [RDF::Vocabulary::Term]
|
934
|
+
# attr_reader :numberOfServingsRangeDescription
|
935
|
+
#
|
936
|
+
# # Quantity on which the nutrient information has been based; for example, per 100 grams. When specified, nutrientBasisQuantity establishes the basis for all contained nutrient records.
|
937
|
+
# # @return [RDF::Vocabulary::Term]
|
938
|
+
# attr_reader :nutrientBasisQuantity
|
939
|
+
#
|
940
|
+
# # The type of quantity specified in the nutrientBasisQuantity for example measurement, serving size, or container. This is used in conjunction with the nutrientBasisQuantity.
|
941
|
+
# # @return [RDF::Vocabulary::Term]
|
942
|
+
# attr_reader :nutrientBasisQuantityType
|
943
|
+
#
|
944
|
+
# # The Code indicating whether the specified nutrient content is exact or approximate.
|
945
|
+
# # @return [RDF::Vocabulary::Term]
|
946
|
+
# attr_reader :nutrientMeasurementPrecision
|
947
|
+
#
|
948
|
+
# # Code indicating a nutritional claim applicable to the product, for example FAT_FREE.
|
949
|
+
# # @return [RDF::Vocabulary::Term]
|
950
|
+
# attr_reader :nutritionalClaim
|
951
|
+
#
|
952
|
+
# # Free text field for any additional nutritional claims.
|
953
|
+
# # @return [RDF::Vocabulary::Term]
|
954
|
+
# attr_reader :nutritionalClaimStatement
|
955
|
+
#
|
956
|
+
# # A description of the offer including goods or services offered for sale or use.
|
957
|
+
# # @return [RDF::Vocabulary::Term]
|
958
|
+
# attr_reader :offerDescription
|
959
|
+
#
|
960
|
+
# # Relates to an organic claim about the product
|
961
|
+
# # @return [RDF::Vocabulary::Term]
|
962
|
+
# attr_reader :organicClaim
|
963
|
+
#
|
964
|
+
# # A governing body that creates and maintains standards related to organic products.
|
965
|
+
# # @return [RDF::Vocabulary::Term]
|
966
|
+
# attr_reader :organicClaimAgency
|
967
|
+
#
|
968
|
+
# # The percent of actual organic materials per weight of the product. This is usually claimed on the product.
|
969
|
+
# # @return [RDF::Vocabulary::Term]
|
970
|
+
# attr_reader :organicPercentClaim
|
971
|
+
#
|
972
|
+
# # The name of the organization expressed in text.
|
973
|
+
# # @return [RDF::Vocabulary::Term]
|
974
|
+
# attr_reader :organizationName
|
975
|
+
#
|
976
|
+
# # Code indicating an organization role. Allowed code values are specified in OrganizationalRole code list.
|
977
|
+
# # @return [RDF::Vocabulary::Term]
|
978
|
+
# attr_reader :organizationRole
|
979
|
+
#
|
980
|
+
# # The dimensions of a product after removal from consumer packaging and assembled (if necessary) for final use. This property can be used for products such as a computer desk; entertainment centre; microwave oven; lawnmower; a floor cleaner; a grouping of table and chairs; stove; telephone; camera; large appliance (e.g. washing machines); small appliance (e.g. food processors).
|
981
|
+
# # @return [RDF::Vocabulary::Term]
|
982
|
+
# attr_reader :outOfPackageDimensions
|
983
|
+
#
|
984
|
+
# # Details on the packaging for a product including type, weight and materials.
|
985
|
+
# # @return [RDF::Vocabulary::Term]
|
986
|
+
# attr_reader :packaging
|
987
|
+
#
|
988
|
+
# # Code indicating a feature that facilitates the usage of the product by the consumer, for example a handle. Packaging features do not affect the core composition of the packaging type nor modify its usage.
|
989
|
+
# # @return [RDF::Vocabulary::Term]
|
990
|
+
# attr_reader :packagingFeature
|
991
|
+
#
|
992
|
+
# # Code indicating specific functionality for packaging resulting from specific processes or features present in the packaging type,for example, ANTI_TAMPERING.
|
993
|
+
# # @return [RDF::Vocabulary::Term]
|
994
|
+
# attr_reader :packagingFunction
|
995
|
+
#
|
996
|
+
# # Indication of which dietary or allergen marks are on the package.
|
997
|
+
# # @return [RDF::Vocabulary::Term]
|
998
|
+
# attr_reader :packagingMarkedDietAllergenType
|
999
|
+
#
|
1000
|
+
# # Indication of the food ingredients that the package is marked free from.
|
1001
|
+
# # @return [RDF::Vocabulary::Term]
|
1002
|
+
# attr_reader :packagingMarkedFreeFrom
|
1003
|
+
#
|
1004
|
+
# # A marking that the product received recognition, endorsement, certification by following guidelines by the label issuing agency. This does not represent claims for regulatory purposes on products such as free from markings.
|
1005
|
+
# # @return [RDF::Vocabulary::Term]
|
1006
|
+
# attr_reader :packagingMarkedLabelAccreditation
|
1007
|
+
#
|
1008
|
+
# # links to details about packaging material type, quantity and thickness
|
1009
|
+
# # @return [RDF::Vocabulary::Term]
|
1010
|
+
# attr_reader :packagingMaterial
|
1011
|
+
#
|
1012
|
+
# # The quantity of the packaging material of the product. Can be weight, volume or surface, can vary by country.
|
1013
|
+
# # @return [RDF::Vocabulary::Term]
|
1014
|
+
# attr_reader :packagingMaterialCompositionQuantity
|
1015
|
+
#
|
1016
|
+
# # The thickness of a packaging material.
|
1017
|
+
# # @return [RDF::Vocabulary::Term]
|
1018
|
+
# attr_reader :packagingMaterialThickness
|
1019
|
+
#
|
1020
|
+
# # The materials used for the packaging of the product for example glass or plastic.
|
1021
|
+
# # @return [RDF::Vocabulary::Term]
|
1022
|
+
# attr_reader :packagingMaterialType
|
1023
|
+
#
|
1024
|
+
# # The process the packaging could undertake for recyclable & sustainability programs. Examples COMPOSTABLE, ENERGY_RECOVERABLE, REUSABLE.
|
1025
|
+
# # @return [RDF::Vocabulary::Term]
|
1026
|
+
# attr_reader :packagingRecyclingProcessType
|
1027
|
+
#
|
1028
|
+
# # A code determining the recycling scheme the packaging of this product will fall within when recycled. Applies to recyclable packaging with or without deposit.
|
1029
|
+
# # @return [RDF::Vocabulary::Term]
|
1030
|
+
# attr_reader :packagingRecyclingScheme
|
1031
|
+
#
|
1032
|
+
# # A code depicting the shape of a package for example CONE.
|
1033
|
+
# # @return [RDF::Vocabulary::Term]
|
1034
|
+
# attr_reader :packagingShape
|
1035
|
+
#
|
1036
|
+
# # The dominant means used to transport, store, handle or display the product as defined by the data source. This packaging is not used to describe any manufacturing process.Recommend to use UNECE Rec 21 codes.
|
1037
|
+
# # @return [RDF::Vocabulary::Term]
|
1038
|
+
# attr_reader :packagingType
|
1039
|
+
#
|
1040
|
+
# # Pantothenic Acid per specified nutrient basis quantity.
|
1041
|
+
# # @return [RDF::Vocabulary::Term]
|
1042
|
+
# attr_reader :pantothenicAcidPerNutrientBasis
|
1043
|
+
#
|
1044
|
+
# # The type of payment term expressed as a code, for example Discount.
|
1045
|
+
# # @return [RDF::Vocabulary::Term]
|
1046
|
+
# attr_reader :paymentTerms
|
1047
|
+
#
|
1048
|
+
# # The percentage of alcohol contained in product.
|
1049
|
+
# # @return [RDF::Vocabulary::Term]
|
1050
|
+
# attr_reader :percentageOfAlcoholByVolume
|
1051
|
+
#
|
1052
|
+
# # Phosphorus per specified nutrient basis quantity.
|
1053
|
+
# # @return [RDF::Vocabulary::Term]
|
1054
|
+
# attr_reader :phosphorusPerNutrientBasis
|
1055
|
+
#
|
1056
|
+
# # Polyols per specified nutrient basis quantity.
|
1057
|
+
# # @return [RDF::Vocabulary::Term]
|
1058
|
+
# attr_reader :polyolsPerNutrientBasis
|
1059
|
+
#
|
1060
|
+
# # Polyunsaturated fat per specified nutrient basis quantity.
|
1061
|
+
# # @return [RDF::Vocabulary::Term]
|
1062
|
+
# attr_reader :polyunsaturatedFatPerNutrientBasis
|
1063
|
+
#
|
1064
|
+
# # The number that identifies a PO box. A PO box is a box in a post office or other postal service location assigned to an organization where postal items may be kept.
|
1065
|
+
# # @return [RDF::Vocabulary::Term]
|
1066
|
+
# attr_reader :postOfficeBoxNumber
|
1067
|
+
#
|
1068
|
+
# # Text specifying the postal code for an address.
|
1069
|
+
# # @return [RDF::Vocabulary::Term]
|
1070
|
+
# attr_reader :postalCode
|
1071
|
+
#
|
1072
|
+
# # Potassium per specified nutrient basis quantity.
|
1073
|
+
# # @return [RDF::Vocabulary::Term]
|
1074
|
+
# attr_reader :potassiumPerNutrientBasis
|
1075
|
+
#
|
1076
|
+
# # Code specifying the preparation state of the product for which the nutrient information is valid. PREPARED, UNPREPARED.
|
1077
|
+
# # @return [RDF::Vocabulary::Term]
|
1078
|
+
# attr_reader :preparationCode
|
1079
|
+
#
|
1080
|
+
# # Specifies additional precautions to be taken before preparation or consumption of the product.
|
1081
|
+
# # @return [RDF::Vocabulary::Term]
|
1082
|
+
# attr_reader :preparationConsumptionPrecautions
|
1083
|
+
#
|
1084
|
+
# # Links to information about how to prepare a specific Food/Beverage/Tobacco product.
|
1085
|
+
# # @return [RDF::Vocabulary::Term]
|
1086
|
+
# attr_reader :preparationInformation
|
1087
|
+
#
|
1088
|
+
# # Free text providing instructions on how to prepare the product before serving.
|
1089
|
+
# # @return [RDF::Vocabulary::Term]
|
1090
|
+
# attr_reader :preparationInstructions
|
1091
|
+
#
|
1092
|
+
# # Code indicating the preservation technique used to preserve the product from deterioration, for example, BRINING.
|
1093
|
+
# # @return [RDF::Vocabulary::Term]
|
1094
|
+
# attr_reader :preservationTechnique
|
1095
|
+
#
|
1096
|
+
# # Provides a price value as a floating-point numeric value that is qualified by the corresponding currency. See also gs1:priceCurrency. The price value indicates the unit price unless the property gs1:eligibleQuantity is specified and indicates multiple units
|
1097
|
+
# # @return [RDF::Vocabulary::Term]
|
1098
|
+
# attr_reader :price
|
1099
|
+
#
|
1100
|
+
# # A string value indicating a currency from ISO 4217 for example USD .
|
1101
|
+
# # @return [RDF::Vocabulary::Term]
|
1102
|
+
# attr_reader :priceCurrency
|
1103
|
+
#
|
1104
|
+
# # The price related to an offer. If the offer is a multi-buy offer for a quantity of product greater than one unit, this should be indicated using the property gs1:eligibleQuantity
|
1105
|
+
# # @return [RDF::Vocabulary::Term]
|
1106
|
+
# attr_reader :priceSpecification
|
1107
|
+
#
|
1108
|
+
# # A product that is similar to the current product but is not exact match. Same form fit function, e.g. same product different colour, different package size, better quality.
|
1109
|
+
# # @return [RDF::Vocabulary::Term]
|
1110
|
+
# attr_reader :primaryAlternateProduct
|
1111
|
+
#
|
1112
|
+
# # An understandable and useable description of a product using brand and other descriptors. This attribute is filled with as little abbreviation as possible, while keeping to a reasonable length. This should be a meaningful description of the product with full spelling to facilitate message processing. Retailers can use this description as the base to fully understand the brand, flavour, scent etc. of the specific product, in order to accurately create a product description as needed for their internal systems. Examples: XYZ Brand Base Invisible Solid Deodorant AP Stick Spring Breeze.
|
1113
|
+
# # @return [RDF::Vocabulary::Term]
|
1114
|
+
# attr_reader :productDescription
|
1115
|
+
#
|
1116
|
+
# # Element for consumer facing marketing content to describe the key features or benefits of the style suitable for display purposes.
|
1117
|
+
# # @return [RDF::Vocabulary::Term]
|
1118
|
+
# attr_reader :productFeatureBenefit
|
1119
|
+
#
|
1120
|
+
# # The physical form or shape of the product. Used, for example, in pharmaceutical industry to indicate the formulation of the product. Defines the form the product takes and is distinct from the form of the packaging.
|
1121
|
+
# # @return [RDF::Vocabulary::Term]
|
1122
|
+
# attr_reader :productFormDescription
|
1123
|
+
#
|
1124
|
+
# # Additional means to the Global Trade Item Number to identify a product.
|
1125
|
+
# # @return [RDF::Vocabulary::Term]
|
1126
|
+
# attr_reader :productID
|
1127
|
+
#
|
1128
|
+
# # Marketing message associated with the product. Consumer-friendly marketing detailed description of the product.
|
1129
|
+
# # @return [RDF::Vocabulary::Term]
|
1130
|
+
# attr_reader :productMarketingMessage
|
1131
|
+
#
|
1132
|
+
# # Consumer friendly short description of the product suitable for compact presentation.
|
1133
|
+
# # @return [RDF::Vocabulary::Term]
|
1134
|
+
# attr_reader :productName
|
1135
|
+
#
|
1136
|
+
# # A name, used by a Brand Owner, that span multiple consumer categories or uses. E.g. (Waist Watchers).
|
1137
|
+
# # @return [RDF::Vocabulary::Term]
|
1138
|
+
# attr_reader :productRange
|
1139
|
+
#
|
1140
|
+
# # Product quantity after preparation. This can differ based on productYieldType
|
1141
|
+
# # @return [RDF::Vocabulary::Term]
|
1142
|
+
# attr_reader :productYield
|
1143
|
+
#
|
1144
|
+
# # Code indicating the type of yield measurement specified in productYield. Examples: AFTER_DILUTION, DRAINED_WEIGHT.
|
1145
|
+
# # @return [RDF::Vocabulary::Term]
|
1146
|
+
# attr_reader :productYieldType
|
1147
|
+
#
|
1148
|
+
# # Indication of range in percent of the given cooking / roasting loss. Percentage that the actual weight of the product differs upward or downward from the average or estimated product yield.
|
1149
|
+
# # @return [RDF::Vocabulary::Term]
|
1150
|
+
# attr_reader :productYieldVariationPercentage
|
1151
|
+
#
|
1152
|
+
# # Free text assigned by the manufacturer to describe the production variant. Examples are: package series X, package series Y.
|
1153
|
+
# # @return [RDF::Vocabulary::Term]
|
1154
|
+
# attr_reader :productionVariantDescription
|
1155
|
+
#
|
1156
|
+
# # The start date of a production variant. The variant applies to products having a date mark (a best before date or expiration date) on the package that comes on or after the effective date.
|
1157
|
+
# # @return [RDF::Vocabulary::Term]
|
1158
|
+
# attr_reader :productionVariantEffectiveDateTime
|
1159
|
+
#
|
1160
|
+
# # Protein per specified nutrient basis quantity.
|
1161
|
+
# # @return [RDF::Vocabulary::Term]
|
1162
|
+
# attr_reader :proteinPerNutrientBasis
|
1163
|
+
#
|
1164
|
+
# # Free text description of the region or place the product originates from. This is to be specifically used to specify areas such as cities, mountain ranges, regions. Examples: Made in Thüringen Mountains, Made in Paris, From the Napa Valley.
|
1165
|
+
# # @return [RDF::Vocabulary::Term]
|
1166
|
+
# attr_reader :provenanceStatement
|
1167
|
+
#
|
1168
|
+
# # Link to a website containing recipes associated with the product.
|
1169
|
+
# # @return [RDF::Vocabulary::Term]
|
1170
|
+
# attr_reader :recipeWebsite
|
1171
|
+
#
|
1172
|
+
# # Link to a file or website containing additional information on product.
|
1173
|
+
# # @return [RDF::Vocabulary::Term]
|
1174
|
+
# attr_reader :referencedFile
|
1175
|
+
#
|
1176
|
+
# # The date upon which the target of this external link ceases to be effective for use.
|
1177
|
+
# # @return [RDF::Vocabulary::Term]
|
1178
|
+
# attr_reader :referencedFileEffectiveEndDateTime
|
1179
|
+
#
|
1180
|
+
# # The date upon which the target of this external link begins to be effective for use.
|
1181
|
+
# # @return [RDF::Vocabulary::Term]
|
1182
|
+
# attr_reader :referencedFileEffectiveStartDateTime
|
1183
|
+
#
|
1184
|
+
# # The size of the file as it is stored in an uncompressed format.
|
1185
|
+
# # @return [RDF::Vocabulary::Term]
|
1186
|
+
# attr_reader :referencedFileSize
|
1187
|
+
#
|
1188
|
+
# # A Code depicting the purpose or role of file (not a MIME type) that is being referenced, for example PRODUCT_LABEL_IMAGE. This code is used when the purpose of a file is not specified in the property.
|
1189
|
+
# # @return [RDF::Vocabulary::Term]
|
1190
|
+
# attr_reader :referencedFileType
|
1191
|
+
#
|
1192
|
+
# # Simple text string that refers to a resource on the internet, URLs may refer to documents, resources, people, etc.
|
1193
|
+
# # @return [RDF::Vocabulary::Term]
|
1194
|
+
# attr_reader :referencedFileURL
|
1195
|
+
#
|
1196
|
+
# # The prescribed, regulated or generic product name or denomination that describes the true nature of the product. For example for a food product in order to distinguish it from other foods according to country specific regulations.
|
1197
|
+
# # @return [RDF::Vocabulary::Term]
|
1198
|
+
# attr_reader :regulatedProductName
|
1199
|
+
#
|
1200
|
+
# # Indicates, with reference to the product branding, labelling or packaging whether a food product which is ready to eat can be reheated if required prior to consumption.
|
1201
|
+
# # @return [RDF::Vocabulary::Term]
|
1202
|
+
# attr_reader :reheatingClaim
|
1203
|
+
#
|
1204
|
+
# # The product which permanently replaces the current product. This product is sent in the record for the original item that is being replaced.
|
1205
|
+
# # @return [RDF::Vocabulary::Term]
|
1206
|
+
# attr_reader :replacedByProduct
|
1207
|
+
#
|
1208
|
+
# # Indicates the product identification of an item that is being permanently replaced by this product.
|
1209
|
+
# # @return [RDF::Vocabulary::Term]
|
1210
|
+
# attr_reader :replacedProduct
|
1211
|
+
#
|
1212
|
+
# # Text further specifying the area of responsibility of the trade contact.
|
1213
|
+
# # @return [RDF::Vocabulary::Term]
|
1214
|
+
# attr_reader :responsibility
|
1215
|
+
#
|
1216
|
+
# # The monetary amount for the individual returnable package.
|
1217
|
+
# # @return [RDF::Vocabulary::Term]
|
1218
|
+
# attr_reader :returnablePackageDepositAmount
|
1219
|
+
#
|
1220
|
+
# # The geographic region associated with the returnable package deposit amount.
|
1221
|
+
# # @return [RDF::Vocabulary::Term]
|
1222
|
+
# attr_reader :returnablePackageDepositRegion
|
1223
|
+
#
|
1224
|
+
# # Riboflavin per specified nutrient basis quantity.
|
1225
|
+
# # @return [RDF::Vocabulary::Term]
|
1226
|
+
# attr_reader :riboflavinPerNutrientBasis
|
1227
|
+
#
|
1228
|
+
# # Salt per specified nutrient basis quantity.
|
1229
|
+
# # @return [RDF::Vocabulary::Term]
|
1230
|
+
# attr_reader :saltPerNutrientBasis
|
1231
|
+
#
|
1232
|
+
# # Saturated fat per specified nutrient basis quantity.
|
1233
|
+
# # @return [RDF::Vocabulary::Term]
|
1234
|
+
# attr_reader :saturatedFatPerNutrientBasis
|
1235
|
+
#
|
1236
|
+
# # The calendar year in which the product is seasonally available.
|
1237
|
+
# # @return [RDF::Vocabulary::Term]
|
1238
|
+
# attr_reader :seasonCalendarYear
|
1239
|
+
#
|
1240
|
+
# # Element defines the season applicable to the item for example Winter.
|
1241
|
+
# # @return [RDF::Vocabulary::Term]
|
1242
|
+
# attr_reader :seasonName
|
1243
|
+
#
|
1244
|
+
# # Code indicating the season in which the product is available, e.g. SPRING, WINTER
|
1245
|
+
# # @return [RDF::Vocabulary::Term]
|
1246
|
+
# attr_reader :seasonParameter
|
1247
|
+
#
|
1248
|
+
# # The organization seeking an offer.
|
1249
|
+
# # @return [RDF::Vocabulary::Term]
|
1250
|
+
# attr_reader :seeker
|
1251
|
+
#
|
1252
|
+
# # Selenium per specified nutrient basis quantity.
|
1253
|
+
# # @return [RDF::Vocabulary::Term]
|
1254
|
+
# attr_reader :seleniumPerNutrientBasis
|
1255
|
+
#
|
1256
|
+
# # The organization seeking to sell a product or service.
|
1257
|
+
# # @return [RDF::Vocabulary::Term]
|
1258
|
+
# attr_reader :seller
|
1259
|
+
#
|
1260
|
+
# # Measurement value specifying the serving size in which the information per nutrient has been stated. Example: Per 100 grams.
|
1261
|
+
# # @return [RDF::Vocabulary::Term]
|
1262
|
+
# attr_reader :servingSize
|
1263
|
+
#
|
1264
|
+
# # A free text field specifying the serving size for which the nutrient information has been stated for example: per 1/3 cup (42 g).
|
1265
|
+
# # @return [RDF::Vocabulary::Term]
|
1266
|
+
# attr_reader :servingSizeDescription
|
1267
|
+
#
|
1268
|
+
# # Free text field for serving suggestion.
|
1269
|
+
# # @return [RDF::Vocabulary::Term]
|
1270
|
+
# attr_reader :servingSuggestion
|
1271
|
+
#
|
1272
|
+
# # The descriptive term that is used by the product manufacturer to identify the sharpness of the taste of the product for example EXTRA_SHARP. Usually the longer the aging of the product, the sharper the taste.
|
1273
|
+
# # @return [RDF::Vocabulary::Term]
|
1274
|
+
# attr_reader :sharpnessOfCheese
|
1275
|
+
#
|
1276
|
+
# # Links a wearable product to one or more groupings of gs1:SizeDetails representing size systems, size groups, size type and size dimensions.
|
1277
|
+
# # @return [RDF::Vocabulary::Term]
|
1278
|
+
# attr_reader :size
|
1279
|
+
#
|
1280
|
+
# # Links a product to one or more groupings of gs1:SizeCodeDetails representing the size value from a specified code list.
|
1281
|
+
# # @return [RDF::Vocabulary::Term]
|
1282
|
+
# attr_reader :sizeCode
|
1283
|
+
#
|
1284
|
+
# # Code specifying a size code list. Allowed code values are specified in GS1 Code List SizeCodeListCode .
|
1285
|
+
# # @return [RDF::Vocabulary::Term]
|
1286
|
+
# attr_reader :sizeCodeListCode
|
1287
|
+
#
|
1288
|
+
# # A code depicting the size of an object according to a specific code list. The applied code list is specified as additional information together with the size code.
|
1289
|
+
# # @return [RDF::Vocabulary::Term]
|
1290
|
+
# attr_reader :sizeCodeValue
|
1291
|
+
#
|
1292
|
+
# # The numerical size measurement relating to the size type.
|
1293
|
+
# # @return [RDF::Vocabulary::Term]
|
1294
|
+
# attr_reader :sizeDimension
|
1295
|
+
#
|
1296
|
+
# # Code indicating the type of size that is necessary to uniquely specify the size of the item, for example, BOYS.
|
1297
|
+
# # @return [RDF::Vocabulary::Term]
|
1298
|
+
# attr_reader :sizeGroup
|
1299
|
+
#
|
1300
|
+
# # The system that is being used to define the size for example EUROPE. Size system is used in conjunction with size group to define the size dimension.
|
1301
|
+
# # @return [RDF::Vocabulary::Term]
|
1302
|
+
# attr_reader :sizeSystem
|
1303
|
+
#
|
1304
|
+
# # The type of size dimension being specified for example SLEEVE.
|
1305
|
+
# # @return [RDF::Vocabulary::Term]
|
1306
|
+
# attr_reader :sizeType
|
1307
|
+
#
|
1308
|
+
# # Sodium per specified nutrient basis quantity.
|
1309
|
+
# # @return [RDF::Vocabulary::Term]
|
1310
|
+
# attr_reader :sodiumPerNutrientBasis
|
1311
|
+
#
|
1312
|
+
# # Code indicating the source of raw material used to produce the food product, for example a GOAT for milk.
|
1313
|
+
# # @return [RDF::Vocabulary::Term]
|
1314
|
+
# attr_reader :sourceAnimal
|
1315
|
+
#
|
1316
|
+
# # Code indicating the type of sporting activity for which the product is intended to be worn, for example FOOTBALL.
|
1317
|
+
# # @return [RDF::Vocabulary::Term]
|
1318
|
+
# attr_reader :sportingActivityType
|
1319
|
+
#
|
1320
|
+
# # Starch per specified nutrient basis quantity.
|
1321
|
+
# # @return [RDF::Vocabulary::Term]
|
1322
|
+
# attr_reader :starchPerNutrientBasis
|
1323
|
+
#
|
1324
|
+
# # The street address expressed as free form text. The street address is printed on paper as the first lines below the name. For example, the name of the street and the number in the street or the name of a building.
|
1325
|
+
# # @return [RDF::Vocabulary::Term]
|
1326
|
+
# attr_reader :streetAddress
|
1327
|
+
#
|
1328
|
+
# # An attribute that classifies products that share many of the same characteristics (attribute values) that does NOT vary by GTIN, and are presented by the supplier as a single merchandise selection for the buyer.
|
1329
|
+
# # @return [RDF::Vocabulary::Term]
|
1330
|
+
# attr_reader :styleDescription
|
1331
|
+
#
|
1332
|
+
# # Second level of brand. Can be a trademark. It is the primary differentiating factor that a brand owner wants to communicate to the consumer or buyer. E.g. Yummy-Cola Classic. In this example Yummy-Cola is the brand and Classic is the sub-brand.
|
1333
|
+
# # @return [RDF::Vocabulary::Term]
|
1334
|
+
# attr_reader :subBrandName
|
1335
|
+
#
|
1336
|
+
# # Sugars per specified nutrient basis quantity.
|
1337
|
+
# # @return [RDF::Vocabulary::Term]
|
1338
|
+
# attr_reader :sugarsPerNutrientBasis
|
1339
|
+
#
|
1340
|
+
# # Represents the number of days between a product's sell by date and its use by date.
|
1341
|
+
# # @return [RDF::Vocabulary::Term]
|
1342
|
+
# attr_reader :supplierSpecifiedMinimumConsumerStorageDays
|
1343
|
+
#
|
1344
|
+
# # Identifies the target consumer age range for which a product has been designed.
|
1345
|
+
# # @return [RDF::Vocabulary::Term]
|
1346
|
+
# attr_reader :targetConsumerAge
|
1347
|
+
#
|
1348
|
+
# # Identifies the target consumer gender for which a product has been designed for example MALE
|
1349
|
+
# # @return [RDF::Vocabulary::Term]
|
1350
|
+
# attr_reader :targetConsumerGender
|
1351
|
+
#
|
1352
|
+
# # Relates to a set of target market details (product release date and associated countries)
|
1353
|
+
# # @return [RDF::Vocabulary::Term]
|
1354
|
+
# attr_reader :targetMarket
|
1355
|
+
#
|
1356
|
+
# # List of countries representing the target market for a particular release date indicated by gs1:consumerFirstAvailabilityDateTime
|
1357
|
+
# # @return [RDF::Vocabulary::Term]
|
1358
|
+
# attr_reader :targetMarketCountries
|
1359
|
+
#
|
1360
|
+
# # Voice/data transmission by telephone.
|
1361
|
+
# # @return [RDF::Vocabulary::Term]
|
1362
|
+
# attr_reader :telephone
|
1363
|
+
#
|
1364
|
+
# # One or more links to information about the materials used in a wearable product.
|
1365
|
+
# # @return [RDF::Vocabulary::Term]
|
1366
|
+
# attr_reader :textileMaterial
|
1367
|
+
#
|
1368
|
+
# # A description of the material composition used in conjunction with the material percentage.
|
1369
|
+
# # @return [RDF::Vocabulary::Term]
|
1370
|
+
# attr_reader :textileMaterialContent
|
1371
|
+
#
|
1372
|
+
# # This provides a name or brief description of one material contained within the product, for example Rayon.
|
1373
|
+
# # @return [RDF::Vocabulary::Term]
|
1374
|
+
# attr_reader :textileMaterialDescription
|
1375
|
+
#
|
1376
|
+
# # Corresponding net weight percentage of the product material specified via gs1:textileMaterialDescription, e.g. 70.
|
1377
|
+
# # @return [RDF::Vocabulary::Term]
|
1378
|
+
# attr_reader :textileMaterialPercentage
|
1379
|
+
#
|
1380
|
+
# # The quality of material (fabric) of a product based on the total number of vertical and horizontal threads in one square inch.
|
1381
|
+
# # @return [RDF::Vocabulary::Term]
|
1382
|
+
# attr_reader :textileMaterialThreadCount
|
1383
|
+
#
|
1384
|
+
# # The measured weight of the material expressed in ounces per square yard or grams per square meter.
|
1385
|
+
# # @return [RDF::Vocabulary::Term]
|
1386
|
+
# attr_reader :textileMaterialWeight
|
1387
|
+
#
|
1388
|
+
# # Thiamin per specified nutrient basis quantity.
|
1389
|
+
# # @return [RDF::Vocabulary::Term]
|
1390
|
+
# attr_reader :thiaminPerNutrientBasis
|
1391
|
+
#
|
1392
|
+
# # Trans Fat per specified nutrient basis quantity.
|
1393
|
+
# # @return [RDF::Vocabulary::Term]
|
1394
|
+
# attr_reader :transFatPerNutrientBasis
|
1395
|
+
#
|
1396
|
+
# # A string value indicating a Measurement Unit from UN/ECE Recommendation 20, Units of Measure used in International Trade e.g. GRM = gram - see http://www.unece.org/fileadmin/DAM/cefact/recommendations/rec20/rec20_rev3_Annex3e.pdf
|
1397
|
+
# # @return [RDF::Vocabulary::Term]
|
1398
|
+
# attr_reader :unitCode
|
1399
|
+
#
|
1400
|
+
# # The material(s) used for the upper part of the footwear product. The upper is the part of a shoe, boot, slipper or other item of footwear that is above the sole.
|
1401
|
+
# # @return [RDF::Vocabulary::Term]
|
1402
|
+
# attr_reader :upperMaterialType
|
1403
|
+
#
|
1404
|
+
# # The effective start date of the price .
|
1405
|
+
# # @return [RDF::Vocabulary::Term]
|
1406
|
+
# attr_reader :validFrom
|
1407
|
+
#
|
1408
|
+
# # The effective end date of the price .
|
1409
|
+
# # @return [RDF::Vocabulary::Term]
|
1410
|
+
# attr_reader :validThrough
|
1411
|
+
#
|
1412
|
+
# # A floating-point numeric value that is qualified by the corresponding measurement unit code - see gs1:measurementUnitCode
|
1413
|
+
# # @return [RDF::Vocabulary::Term]
|
1414
|
+
# attr_reader :value
|
1415
|
+
#
|
1416
|
+
# # Free text field used to identify the variant of the product. Variants are the distinguishing characteristics that differentiate products with the same brand and size including such things as the particular flavour, fragrance, taste.
|
1417
|
+
# # @return [RDF::Vocabulary::Term]
|
1418
|
+
# attr_reader :variantDescription
|
1419
|
+
#
|
1420
|
+
# # The person hired by a winery or wine company who is responsible for many of the processes in the preparation, taste and quality of the wine produced. The science of wine making is referred to as oenology. The vintner is the oenologist.
|
1421
|
+
# # @return [RDF::Vocabulary::Term]
|
1422
|
+
# attr_reader :vintner
|
1423
|
+
#
|
1424
|
+
# # Vitamin A per specified nutrient basis quantity.
|
1425
|
+
# # @return [RDF::Vocabulary::Term]
|
1426
|
+
# attr_reader :vitaminAPerNutrientBasis
|
1427
|
+
#
|
1428
|
+
# # Vitamin B12 per specified nutrient basis quantity.
|
1429
|
+
# # @return [RDF::Vocabulary::Term]
|
1430
|
+
# attr_reader :vitaminB12PerNutrientBasis
|
1431
|
+
#
|
1432
|
+
# # Vitamin B6 per specified nutrient basis quantity.
|
1433
|
+
# # @return [RDF::Vocabulary::Term]
|
1434
|
+
# attr_reader :vitaminB6PerNutrientBasis
|
1435
|
+
#
|
1436
|
+
# # Vitamin C per specified nutrient basis quantity.
|
1437
|
+
# # @return [RDF::Vocabulary::Term]
|
1438
|
+
# attr_reader :vitaminCPerNutrientBasis
|
1439
|
+
#
|
1440
|
+
# # Vitamin D per specified nutrient basis quantity.
|
1441
|
+
# # @return [RDF::Vocabulary::Term]
|
1442
|
+
# attr_reader :vitaminDPerNutrientBasis
|
1443
|
+
#
|
1444
|
+
# # Vitamin E per specified nutrient basis quantity.
|
1445
|
+
# # @return [RDF::Vocabulary::Term]
|
1446
|
+
# attr_reader :vitaminEPerNutrientBasis
|
1447
|
+
#
|
1448
|
+
# # Vitamin K per specified nutrient basis quantity.
|
1449
|
+
# # @return [RDF::Vocabulary::Term]
|
1450
|
+
# attr_reader :vitaminKPerNutrientBasis
|
1451
|
+
#
|
1452
|
+
# # Warning information is additional information that outlines special requirements, warning and caution information printed on the package.
|
1453
|
+
# # @return [RDF::Vocabulary::Term]
|
1454
|
+
# attr_reader :warningCopyDescription
|
1455
|
+
#
|
1456
|
+
# # The warranty associated with the product, as provided by the manufacturer.
|
1457
|
+
# # @return [RDF::Vocabulary::Term]
|
1458
|
+
# attr_reader :warranty
|
1459
|
+
#
|
1460
|
+
# # The description of warranty available for the product. Allows for the representation of the same value in different languages but not for multiple values.
|
1461
|
+
# # @return [RDF::Vocabulary::Term]
|
1462
|
+
# attr_reader :warrantyScopeDescription
|
1463
|
+
#
|
1464
|
+
# # The width of the product, as measured according to the GS1 Package Measurement Rules. See http://www.gs1.org/package-measurement-rules-implementation-guide for more details.
|
1465
|
+
# # @return [RDF::Vocabulary::Term]
|
1466
|
+
# attr_reader :width
|
1467
|
+
#
|
1468
|
+
# # Links a wearable product to one or more groupings of gs1:SizeDetails representing size systems, size groups, size type and size dimensions.
|
1469
|
+
# # @return [RDF::Vocabulary::Term]
|
1470
|
+
# attr_reader :yield
|
1471
|
+
#
|
1472
|
+
# # Zinc per specified nutrient basis quantity.
|
1473
|
+
# # @return [RDF::Vocabulary::Term]
|
1474
|
+
# attr_reader :zincPerNutrientBasis
|
1475
|
+
#
|
1476
|
+
# # @return [RDF::Vocabulary::Term]
|
1477
|
+
# attr_reader :AllergenTypeCode
|
1478
|
+
#
|
1479
|
+
# # @return [RDF::Vocabulary::Term]
|
1480
|
+
# attr_reader :AnatomicalFormCode
|
1481
|
+
#
|
1482
|
+
# # @return [RDF::Vocabulary::Term]
|
1483
|
+
# attr_reader :CheeseFirmnessCode
|
1484
|
+
#
|
1485
|
+
# # @return [RDF::Vocabulary::Term]
|
1486
|
+
# attr_reader :ColourCodeListCode
|
1487
|
+
#
|
1488
|
+
# # @return [RDF::Vocabulary::Term]
|
1489
|
+
# attr_reader :ConsumerLifestageCode
|
1490
|
+
#
|
1491
|
+
# # @return [RDF::Vocabulary::Term]
|
1492
|
+
# attr_reader :ConsumerSalesConditionsCode
|
1493
|
+
#
|
1494
|
+
# # @return [RDF::Vocabulary::Term]
|
1495
|
+
# attr_reader :DietTypeCode
|
1496
|
+
#
|
1497
|
+
# # @return [RDF::Vocabulary::Term]
|
1498
|
+
# attr_reader :FoodBeverageRefrigerationClaimCode
|
1499
|
+
#
|
1500
|
+
# # @return [RDF::Vocabulary::Term]
|
1501
|
+
# attr_reader :FoodBeverageTargetUseCode
|
1502
|
+
#
|
1503
|
+
# # @return [RDF::Vocabulary::Term]
|
1504
|
+
# attr_reader :FootwearFasteningTypeCode
|
1505
|
+
#
|
1506
|
+
# # @return [RDF::Vocabulary::Term]
|
1507
|
+
# attr_reader :FreshOrSeawaterFarmedCode
|
1508
|
+
#
|
1509
|
+
# # @return [RDF::Vocabulary::Term]
|
1510
|
+
# attr_reader :GrowingMethodCode
|
1511
|
+
#
|
1512
|
+
# # @return [RDF::Vocabulary::Term]
|
1513
|
+
# attr_reader :LevelOfContainmentCode
|
1514
|
+
#
|
1515
|
+
# # @return [RDF::Vocabulary::Term]
|
1516
|
+
# attr_reader :MaturationMethodCode
|
1517
|
+
#
|
1518
|
+
# # @return [RDF::Vocabulary::Term]
|
1519
|
+
# attr_reader :MeasurementPrecisionCode
|
1520
|
+
#
|
1521
|
+
# # @return [RDF::Vocabulary::Term]
|
1522
|
+
# attr_reader :NonbinaryLogicCode
|
1523
|
+
#
|
1524
|
+
# # @return [RDF::Vocabulary::Term]
|
1525
|
+
# attr_reader :NutrientBasisQuantityCode
|
1526
|
+
#
|
1527
|
+
# # @return [RDF::Vocabulary::Term]
|
1528
|
+
# attr_reader :NutritionalClaimTypeCode
|
1529
|
+
#
|
1530
|
+
# # @return [RDF::Vocabulary::Term]
|
1531
|
+
# attr_reader :OrganicClaimAgencyCode
|
1532
|
+
#
|
1533
|
+
# # @return [RDF::Vocabulary::Term]
|
1534
|
+
# attr_reader :OrganizationRoleType
|
1535
|
+
#
|
1536
|
+
# # @return [RDF::Vocabulary::Term]
|
1537
|
+
# attr_reader :PackagingFeatureCode
|
1538
|
+
#
|
1539
|
+
# # @return [RDF::Vocabulary::Term]
|
1540
|
+
# attr_reader :PackagingFunctionCode
|
1541
|
+
#
|
1542
|
+
# # @return [RDF::Vocabulary::Term]
|
1543
|
+
# attr_reader :PackagingMarkedDietAllergenCode
|
1544
|
+
#
|
1545
|
+
# # @return [RDF::Vocabulary::Term]
|
1546
|
+
# attr_reader :PackagingMarkedFreeFromCode
|
1547
|
+
#
|
1548
|
+
# # @return [RDF::Vocabulary::Term]
|
1549
|
+
# attr_reader :PackagingMarkedLabelAccreditationCode
|
1550
|
+
#
|
1551
|
+
# # @return [RDF::Vocabulary::Term]
|
1552
|
+
# attr_reader :PackagingMaterialTypeCode
|
1553
|
+
#
|
1554
|
+
# # @return [RDF::Vocabulary::Term]
|
1555
|
+
# attr_reader :PackagingRecyclingProcessTypeCode
|
1556
|
+
#
|
1557
|
+
# # @return [RDF::Vocabulary::Term]
|
1558
|
+
# attr_reader :PackagingRecyclingSchemeCode
|
1559
|
+
#
|
1560
|
+
# # @return [RDF::Vocabulary::Term]
|
1561
|
+
# attr_reader :PackagingShapeCode
|
1562
|
+
#
|
1563
|
+
# # @return [RDF::Vocabulary::Term]
|
1564
|
+
# attr_reader :PaymentMethod
|
1565
|
+
#
|
1566
|
+
# # @return [RDF::Vocabulary::Term]
|
1567
|
+
# attr_reader :PreparationTypeCode
|
1568
|
+
#
|
1569
|
+
# # @return [RDF::Vocabulary::Term]
|
1570
|
+
# attr_reader :PreservationTechniqueCode
|
1571
|
+
#
|
1572
|
+
# # @return [RDF::Vocabulary::Term]
|
1573
|
+
# attr_reader :ProductYieldTypeCode
|
1574
|
+
#
|
1575
|
+
# # @return [RDF::Vocabulary::Term]
|
1576
|
+
# attr_reader :ReferencedFileTypeCode
|
1577
|
+
#
|
1578
|
+
# # @return [RDF::Vocabulary::Term]
|
1579
|
+
# attr_reader :SeasonParameterCode
|
1580
|
+
#
|
1581
|
+
# # @return [RDF::Vocabulary::Term]
|
1582
|
+
# attr_reader :SharpnessOfCheeseCode
|
1583
|
+
#
|
1584
|
+
# # @return [RDF::Vocabulary::Term]
|
1585
|
+
# attr_reader :SizeGroupCode
|
1586
|
+
#
|
1587
|
+
# # @return [RDF::Vocabulary::Term]
|
1588
|
+
# attr_reader :SizeSystemCode
|
1589
|
+
#
|
1590
|
+
# # @return [RDF::Vocabulary::Term]
|
1591
|
+
# attr_reader :SizeTypeCode
|
1592
|
+
#
|
1593
|
+
# # @return [RDF::Vocabulary::Term]
|
1594
|
+
# attr_reader :SourceAnimalCode
|
1595
|
+
#
|
1596
|
+
# # @return [RDF::Vocabulary::Term]
|
1597
|
+
# attr_reader :SportingActivityTypeCode
|
1598
|
+
#
|
1599
|
+
# # @return [RDF::Vocabulary::Term]
|
1600
|
+
# attr_reader :TargetConsumerGenderCode
|
1601
|
+
#
|
1602
|
+
# # @return [RDF::Vocabulary::Term]
|
1603
|
+
# attr_reader :UpperTypeCode
|
1604
|
+
#
|
9
1605
|
# end
|
10
|
-
|
1606
|
+
GS1 = Class.new(RDF::StrictVocabulary("http://gs1.org/voc/")) do
|
11
1607
|
|
12
1608
|
# Ontology definition
|
13
1609
|
ontology :"http://gs1.org/voc/",
|