rdf-vocab 3.1.7 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/rdf/vocab.rb +5 -1
  4. data/lib/rdf/vocab/acl.rb +20 -60
  5. data/lib/rdf/vocab/as.rb +90 -90
  6. data/lib/rdf/vocab/bf2.rb +488 -488
  7. data/lib/rdf/vocab/bibo.rb +120 -123
  8. data/lib/rdf/vocab/cc.rb +18 -47
  9. data/lib/rdf/vocab/crm.rb +240 -775
  10. data/lib/rdf/vocab/dc.rb +98 -98
  11. data/lib/rdf/vocab/dc11.rb +30 -30
  12. data/lib/rdf/vocab/dcat.rb +85 -85
  13. data/lib/rdf/vocab/dcmitype.rb +12 -12
  14. data/lib/rdf/vocab/disco.rb +58 -58
  15. data/lib/rdf/vocab/dwc.rb +188 -188
  16. data/lib/rdf/vocab/earl.rb +27 -27
  17. data/lib/rdf/vocab/ebucore.rb +1232 -1522
  18. data/lib/rdf/vocab/edm.rb +52 -75
  19. data/lib/rdf/vocab/fcrepo4.rb +21 -21
  20. data/lib/rdf/vocab/foaf.rb +75 -75
  21. data/lib/rdf/vocab/geo.rb +8 -109
  22. data/lib/rdf/vocab/geojson.rb +16 -16
  23. data/lib/rdf/vocab/geonames.rb +1344 -1352
  24. data/lib/rdf/vocab/gr.rb +177 -564
  25. data/lib/rdf/vocab/ht.rb +40 -40
  26. data/lib/rdf/vocab/hydra.rb +99 -58
  27. data/lib/rdf/vocab/iana.rb +71 -113
  28. data/lib/rdf/vocab/ical.rb +123 -171
  29. data/lib/rdf/vocab/identifiers.rb +161 -662
  30. data/lib/rdf/vocab/iiif.rb +25 -25
  31. data/lib/rdf/vocab/jsonld.rb +33 -51
  32. data/lib/rdf/vocab/lrmi.rb +16 -16
  33. data/lib/rdf/vocab/ma.rb +79 -79
  34. data/lib/rdf/vocab/marcrelators.rb +4 -3
  35. data/lib/rdf/vocab/mo.rb +196 -539
  36. data/lib/rdf/vocab/mods.rb +119 -123
  37. data/lib/rdf/vocab/oa.rb +68 -72
  38. data/lib/rdf/vocab/ogc.rb +8 -8
  39. data/lib/rdf/vocab/ore.rb +13 -13
  40. data/lib/rdf/vocab/org.rb +46 -46
  41. data/lib/rdf/vocab/pcdm.rb +11 -33
  42. data/lib/rdf/vocab/pplan.rb +18 -196
  43. data/lib/rdf/vocab/premis.rb +321 -416
  44. data/lib/rdf/vocab/premiseventtype.rb +1 -1
  45. data/lib/rdf/vocab/prov.rb +90 -115
  46. data/lib/rdf/vocab/ptr.rb +34 -36
  47. data/lib/rdf/vocab/rightsstatements.rb +12 -12
  48. data/lib/rdf/vocab/rss.rb +10 -10
  49. data/lib/rdf/vocab/schema.rb +3131 -3445
  50. data/lib/rdf/vocab/schemas.rb +27066 -0
  51. data/lib/rdf/vocab/sd.rb +38 -38
  52. data/lib/rdf/vocab/sh.rb +183 -183
  53. data/lib/rdf/vocab/sioc.rb +97 -97
  54. data/lib/rdf/vocab/siocservices.rb +8 -8
  55. data/lib/rdf/vocab/sioctypes.rb +38 -38
  56. data/lib/rdf/vocab/skos.rb +45 -47
  57. data/lib/rdf/vocab/skosxl.rb +10 -10
  58. data/lib/rdf/vocab/v.rb +32 -36
  59. data/lib/rdf/vocab/vcard.rb +117 -118
  60. data/lib/rdf/vocab/vmd.rb +32 -36
  61. data/lib/rdf/vocab/void.rb +26 -26
  62. data/lib/rdf/vocab/vs.rb +4 -4
  63. data/lib/rdf/vocab/wdrs.rb +22 -22
  64. data/lib/rdf/vocab/wot.rb +18 -18
  65. data/lib/rdf/vocab/xhv.rb +84 -200
  66. data/lib/rdf/vocab/xkos.rb +10 -10
  67. metadata +6 -5
@@ -174,7 +174,7 @@ module RDF::Vocab
174
174
 
175
175
  # Ontology definition
176
176
  ontology :"http://www.w3.org/2011/http#",
177
- comment: %(A namespace for describing HTTP messages \(http://www.w3.org/Protocols/rfc2616/rfc2616.html\)).freeze,
177
+ comment: "A namespace for describing HTTP messages (http://www.w3.org/Protocols/rfc2616/rfc2616.html)".freeze,
178
178
  isDefinedBy: "http://www.w3.org/TR/HTTP-in-RDF/".freeze,
179
179
  label: "HTTP in RDF".freeze,
180
180
  "owl:imports": ["cnt:".freeze, "dc:".freeze],
@@ -184,218 +184,218 @@ module RDF::Vocab
184
184
 
185
185
  # Class definitions
186
186
  term :Connection,
187
- comment: %(A connection used for HTTP transfer.).freeze,
187
+ comment: "A connection used for HTTP transfer.".freeze,
188
188
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
189
189
  label: "Connection".freeze,
190
190
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
191
191
  term :EntityHeader,
192
- comment: %(An entity header in an HTTP message.).freeze,
192
+ comment: "An entity header in an HTTP message.".freeze,
193
193
  label: "Entity Header".freeze,
194
194
  subClassOf: "ht:MessageHeader".freeze,
195
195
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
196
196
  term :GeneralHeader,
197
- comment: %(A general header in an HTTP message.).freeze,
197
+ comment: "A general header in an HTTP message.".freeze,
198
198
  label: "General Header".freeze,
199
199
  subClassOf: "ht:MessageHeader".freeze,
200
200
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
201
201
  term :HeaderElement,
202
- comment: %(A part of a deconstructed header value.).freeze,
202
+ comment: "A part of a deconstructed header value.".freeze,
203
203
  label: "Header Element".freeze,
204
204
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
205
205
  term :HeaderName,
206
- comment: %(A header name.).freeze,
206
+ comment: "A header name.".freeze,
207
207
  label: "Header Name".freeze,
208
208
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
209
209
  term :Message,
210
- comment: %(An HTTP message.).freeze,
210
+ comment: "An HTTP message.".freeze,
211
211
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
212
212
  label: "Message".freeze,
213
213
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
214
214
  term :MessageHeader,
215
- comment: %(A header in an HTTP message.).freeze,
215
+ comment: "A header in an HTTP message.".freeze,
216
216
  label: "Message Header".freeze,
217
217
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
218
218
  term :Method,
219
- comment: %(The HTTP method used for the request.).freeze,
219
+ comment: "The HTTP method used for the request.".freeze,
220
220
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
221
221
  label: "Method".freeze,
222
222
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
223
223
  term :Parameter,
224
- comment: %(A parameter for a part of a header value.).freeze,
224
+ comment: "A parameter for a part of a header value.".freeze,
225
225
  label: "Parameter".freeze,
226
226
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
227
227
  term :Request,
228
- comment: %(An HTTP request.).freeze,
228
+ comment: "An HTTP request.".freeze,
229
229
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
230
230
  label: "Request".freeze,
231
231
  subClassOf: "ht:Message".freeze,
232
232
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
233
233
  term :RequestHeader,
234
- comment: %(A header in an HTTP request message.).freeze,
234
+ comment: "A header in an HTTP request message.".freeze,
235
235
  label: "Request Header".freeze,
236
236
  subClassOf: "ht:MessageHeader".freeze,
237
237
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
238
238
  term :Response,
239
- comment: %(An HTTP response.).freeze,
239
+ comment: "An HTTP response.".freeze,
240
240
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
241
241
  label: "Response".freeze,
242
242
  subClassOf: "ht:Message".freeze,
243
243
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
244
244
  term :ResponseHeader,
245
- comment: %(A header in an HTTP response message.).freeze,
245
+ comment: "A header in an HTTP response message.".freeze,
246
246
  label: "Response Header".freeze,
247
247
  subClassOf: "ht:MessageHeader".freeze,
248
248
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
249
249
  term :StatusCode,
250
- comment: %(The status code of an HTTP response.).freeze,
250
+ comment: "The status code of an HTTP response.".freeze,
251
251
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
252
252
  label: "Status code".freeze,
253
253
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
254
254
 
255
255
  # Property definitions
256
256
  property :absolutePath,
257
- comment: %(The absolute path sort of request URI.).freeze,
257
+ comment: "The absolute path sort of request URI.".freeze,
258
258
  label: "Absolute path".freeze,
259
259
  subPropertyOf: "ht:requestURI".freeze,
260
260
  type: "rdf:Property".freeze
261
261
  property :absoluteURI,
262
- comment: %(The absolute request URI.).freeze,
262
+ comment: "The absolute request URI.".freeze,
263
263
  label: "Absolute URI".freeze,
264
264
  subPropertyOf: "ht:requestURI".freeze,
265
265
  type: "rdf:Property".freeze
266
266
  property :authority,
267
- comment: %(The authority sort of request URI.).freeze,
267
+ comment: "The authority sort of request URI.".freeze,
268
268
  label: "Authority".freeze,
269
269
  subPropertyOf: "ht:requestURI".freeze,
270
270
  type: "rdf:Property".freeze
271
271
  property :body,
272
- comment: %(The entity body of an HTTP message.).freeze,
272
+ comment: "The entity body of an HTTP message.".freeze,
273
273
  domain: "ht:Message".freeze,
274
274
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
275
275
  label: "Entity Body".freeze,
276
276
  range: "cnt:ContentAsBase64".freeze,
277
277
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
278
278
  property :connectionAuthority,
279
- comment: %(The authority of a connection used for the HTTP transfer.).freeze,
279
+ comment: "The authority of a connection used for the HTTP transfer.".freeze,
280
280
  domain: "ht:Connection".freeze,
281
281
  label: "Connection authority".freeze,
282
282
  range: "rdfs:Literal".freeze,
283
283
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
284
284
  property :elementName,
285
- comment: %(The name of a header element.).freeze,
285
+ comment: "The name of a header element.".freeze,
286
286
  domain: "ht:HeaderElement".freeze,
287
287
  label: "Header element name".freeze,
288
288
  range: "rdfs:Literal".freeze,
289
289
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
290
290
  property :elementValue,
291
- comment: %(The value of a header element.).freeze,
291
+ comment: "The value of a header element.".freeze,
292
292
  domain: "ht:HeaderElement".freeze,
293
293
  label: "Header element value".freeze,
294
294
  range: "rdfs:Literal".freeze,
295
295
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
296
296
  property :fieldName,
297
- comment: %(The name of an HTTP header field.).freeze,
297
+ comment: "The name of an HTTP header field.".freeze,
298
298
  domain: "ht:MessageHeader".freeze,
299
299
  label: "Field name".freeze,
300
300
  range: "rdfs:Literal".freeze,
301
301
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
302
302
  property :fieldValue,
303
- comment: %(The value of an HTTP header field.).freeze,
303
+ comment: "The value of an HTTP header field.".freeze,
304
304
  domain: "ht:MessageHeader".freeze,
305
305
  label: "Field value".freeze,
306
306
  range: "rdfs:Literal".freeze,
307
307
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
308
308
  property :hdrName,
309
- comment: %(The name of an HTTP header.).freeze,
309
+ comment: "The name of an HTTP header.".freeze,
310
310
  domain: "ht:MessageHeader".freeze,
311
311
  label: "Header name".freeze,
312
312
  range: "ht:HeaderName".freeze,
313
313
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
314
314
  property :headerElements,
315
- comment: %(The deconstructed parts of an HTTP header value.).freeze,
315
+ comment: "The deconstructed parts of an HTTP header value.".freeze,
316
316
  domain: "ht:MessageHeader".freeze,
317
317
  label: "Header elements".freeze,
318
318
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
319
319
  property :headers,
320
- comment: %(The headers in an HTTP message.).freeze,
320
+ comment: "The headers in an HTTP message.".freeze,
321
321
  domain: "ht:Message".freeze,
322
322
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
323
323
  label: "Headers".freeze,
324
324
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
325
325
  property :httpVersion,
326
- comment: %(The HTTP version of an HTTP message.).freeze,
326
+ comment: "The HTTP version of an HTTP message.".freeze,
327
327
  domain: "ht:Message".freeze,
328
328
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
329
329
  label: "HTTP version".freeze,
330
330
  range: "rdfs:Literal".freeze,
331
331
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
332
332
  property :methodName,
333
- comment: %(The HTTP method name used for the HTTP request.).freeze,
333
+ comment: "The HTTP method name used for the HTTP request.".freeze,
334
334
  domain: "ht:Request".freeze,
335
335
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
336
336
  label: "Method name".freeze,
337
337
  range: "rdfs:Literal".freeze,
338
338
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
339
339
  property :mthd,
340
- comment: %(The HTTP method used for the HTTP request.).freeze,
340
+ comment: "The HTTP method used for the HTTP request.".freeze,
341
341
  domain: "ht:Request".freeze,
342
342
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
343
343
  label: "Method".freeze,
344
344
  range: "ht:Method".freeze,
345
345
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
346
346
  property :paramName,
347
- comment: %(The name of a parameter in a part of a deconstructed HTTP header value.).freeze,
347
+ comment: "The name of a parameter in a part of a deconstructed HTTP header value.".freeze,
348
348
  domain: "ht:Parameter".freeze,
349
349
  label: "Parameter name".freeze,
350
350
  range: "rdfs:Literal".freeze,
351
351
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
352
352
  property :paramValue,
353
- comment: %(The value of a parameter in a part of a deconstructed HTTP header value.).freeze,
353
+ comment: "The value of a parameter in a part of a deconstructed HTTP header value.".freeze,
354
354
  domain: "ht:Parameter".freeze,
355
355
  label: "Parameter value".freeze,
356
356
  range: "rdfs:Literal".freeze,
357
357
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
358
358
  property :params,
359
- comment: %(The parameters in a part of a deconstructed HTTP header value.).freeze,
359
+ comment: "The parameters in a part of a deconstructed HTTP header value.".freeze,
360
360
  domain: "ht:HeaderElement".freeze,
361
361
  label: "Header parameters".freeze,
362
362
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
363
363
  property :reasonPhrase,
364
- comment: %(The reason phrase \(status text\) of an HTTP response.).freeze,
364
+ comment: "The reason phrase (status text) of an HTTP response.".freeze,
365
365
  domain: "ht:Response".freeze,
366
366
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
367
367
  label: "Reason phrase".freeze,
368
368
  range: "rdfs:Literal".freeze,
369
369
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
370
370
  property :requestURI,
371
- comment: %(The request URI of an HTTP request.).freeze,
371
+ comment: "The request URI of an HTTP request.".freeze,
372
372
  domain: "ht:Request".freeze,
373
373
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
374
374
  label: "Request URI".freeze,
375
375
  range: "rdfs:Literal".freeze,
376
376
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
377
377
  property :requests,
378
- comment: %(The HTTP requests made via a connection.).freeze,
378
+ comment: "The HTTP requests made via a connection.".freeze,
379
379
  domain: "ht:Connection".freeze,
380
380
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
381
381
  label: "Requests".freeze,
382
382
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
383
383
  property :resp,
384
- comment: %(The HTTP response sent in answer to an HTTP request.).freeze,
384
+ comment: "The HTTP response sent in answer to an HTTP request.".freeze,
385
385
  domain: "ht:Request".freeze,
386
386
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
387
387
  label: "Response".freeze,
388
388
  range: "ht:Response".freeze,
389
389
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
390
390
  property :sc,
391
- comment: %(The status code of an HTTP response.).freeze,
391
+ comment: "The status code of an HTTP response.".freeze,
392
392
  domain: "ht:Response".freeze,
393
393
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
394
394
  label: "Status code".freeze,
395
395
  range: "ht:StatusCode".freeze,
396
396
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
397
397
  property :statusCodeNumber,
398
- comment: %(The status code number.).freeze,
398
+ comment: "The status code number.".freeze,
399
399
  domain: "ht:StatusCode".freeze,
400
400
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
401
401
  label: "Status code".freeze,
@@ -403,7 +403,7 @@ module RDF::Vocab
403
403
  subPropertyOf: "dc:identifier".freeze,
404
404
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
405
405
  property :statusCodeValue,
406
- comment: %(The status code value of an HTTP response.).freeze,
406
+ comment: "The status code value of an HTTP response.".freeze,
407
407
  domain: "ht:Response".freeze,
408
408
  isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt".freeze,
409
409
  label: "Status code".freeze,
@@ -16,6 +16,10 @@ module RDF::Vocab
16
16
  # # @return [RDF::Vocabulary::Term]
17
17
  # attr_reader :ApiDocumentation
18
18
  #
19
+ # # Provides a base abstract for base Uri source for Iri template resolution.
20
+ # # @return [RDF::Vocabulary::Term]
21
+ # attr_reader :BaseUriSource
22
+ #
19
23
  # # The class of Hydra classes. Hydra classes and their instances are dereferenceable resources.
20
24
  # # @return [RDF::Vocabulary::Term]
21
25
  # attr_reader :Class
@@ -116,6 +120,9 @@ module RDF::Vocab
116
120
  # # @return [RDF::Vocabulary::Term]
117
121
  # attr_reader :required
118
122
  #
123
+ # # @return [RDF::Vocabulary::Term]
124
+ # attr_reader :resolveRelativeUsing
125
+ #
119
126
  # # Name of the header returned by the operation.
120
127
  # # @return [RDF::Vocabulary::Term]
121
128
  # attr_reader :returnsHeader
@@ -160,6 +167,14 @@ module RDF::Vocab
160
167
  # # @return [RDF::Vocabulary::Term]
161
168
  # attr_reader :ExplicitRepresentation
162
169
  #
170
+ # # States that the link's context IRI, as defined in RFC 5988, should be used as the base Uri
171
+ # # @return [RDF::Vocabulary::Term]
172
+ # attr_reader :LinkContext
173
+ #
174
+ # # States that the base Uri should be established using RFC 3986 reference resolution algorithm specified in section 5.
175
+ # # @return [RDF::Vocabulary::Term]
176
+ # attr_reader :Rfc3986
177
+ #
163
178
  # # A link to the API documentation
164
179
  # # @return [RDF::Vocabulary::Term]
165
180
  # attr_reader :apiDocumentation
@@ -248,7 +263,7 @@ module RDF::Vocab
248
263
  "cc:attributionName": "Hydra W3C Community Group".freeze,
249
264
  "cc:attributionURL": "http://www.hydra-cg.com/".freeze,
250
265
  "cc:license": "http://creativecommons.org/licenses/by/4.0/".freeze,
251
- comment: %(A lightweight vocabulary for hypermedia-driven Web APIs).freeze,
266
+ comment: "A lightweight vocabulary for hypermedia-driven Web APIs".freeze,
252
267
  "dc:description": "The Hydra Core Vocabulary is a lightweight vocabulary to create hypermedia-driven Web APIs. By specifying a number of concepts commonly used in Web APIs it enables the creation of generic API clients.".freeze,
253
268
  "dc:publisher": "Hydra W3C Community Group".freeze,
254
269
  "dc:rights": "Copyright © 2012-2014 the Contributors to the Hydra Core Vocabulary Specification".freeze,
@@ -258,98 +273,105 @@ module RDF::Vocab
258
273
 
259
274
  # Class definitions
260
275
  term :ApiDocumentation,
261
- comment: %(The Hydra API documentation class).freeze,
276
+ comment: "The Hydra API documentation class".freeze,
262
277
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
263
278
  label: "ApiDocumentation".freeze,
264
279
  subClassOf: "hydra:Resource".freeze,
265
280
  type: "hydra:Class".freeze,
266
281
  "vs:term_status": "testing".freeze
282
+ term :BaseUriSource,
283
+ comment: "Provides a base abstract for base Uri source for Iri template resolution.".freeze,
284
+ isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
285
+ label: "Base Uri source".freeze,
286
+ subClassOf: "hydra:Resource".freeze,
287
+ type: "hydra:Class".freeze,
288
+ "vs:term_status": "testing".freeze
267
289
  term :Class,
268
- comment: %(The class of Hydra classes. Hydra classes and their instances are dereferenceable resources.).freeze,
290
+ comment: "The class of Hydra classes. Hydra classes and their instances are dereferenceable resources.".freeze,
269
291
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
270
292
  label: "Hydra Class".freeze,
271
293
  subClassOf: ["hydra:Resource".freeze, "rdfs:Class".freeze],
272
294
  type: ["hydra:Resource".freeze, "rdfs:Class".freeze],
273
295
  "vs:term_status": "testing".freeze
274
296
  term :Collection,
275
- comment: %(A collection holding references to a number of related resources.).freeze,
297
+ comment: "A collection holding references to a number of related resources.".freeze,
276
298
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
277
299
  label: "Collection".freeze,
278
300
  subClassOf: "hydra:Resource".freeze,
279
301
  type: "hydra:Class".freeze,
280
302
  "vs:term_status": "testing".freeze
281
303
  term :Error,
282
- comment: %(A runtime error, used to report information beyond the returned status code.).freeze,
304
+ comment: "A runtime error, used to report information beyond the returned status code.".freeze,
283
305
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
284
306
  label: "Error".freeze,
285
307
  subClassOf: "hydra:Status".freeze,
286
308
  type: "hydra:Class".freeze,
287
309
  "vs:term_status": "testing".freeze
288
310
  term :IriTemplate,
289
- comment: %(The class of IRI templates.).freeze,
311
+ comment: "The class of IRI templates.".freeze,
290
312
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
291
313
  label: "IRI Template".freeze,
292
314
  subClassOf: "hydra:Resource".freeze,
293
315
  type: "hydra:Class".freeze,
294
316
  "vs:term_status": "testing".freeze
295
317
  term :IriTemplateMapping,
296
- comment: %(A mapping from an IRI template variable to a property.).freeze,
318
+ comment: "A mapping from an IRI template variable to a property.".freeze,
297
319
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
298
320
  label: "IriTemplateMapping".freeze,
299
321
  subClassOf: "hydra:Resource".freeze,
300
322
  type: "hydra:Class".freeze,
301
323
  "vs:term_status": "testing".freeze
302
324
  term :Link,
303
- comment: %(The class of properties representing links.).freeze,
325
+ comment: "The class of properties representing links.".freeze,
304
326
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
305
327
  label: "Link".freeze,
306
328
  subClassOf: ["hydra:Resource".freeze, "rdf:Property".freeze],
307
329
  type: "hydra:Class".freeze,
308
330
  "vs:term_status": "testing".freeze
309
331
  term :Operation,
310
- comment: %(An operation.).freeze,
332
+ comment: "An operation.".freeze,
311
333
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
312
334
  label: "Operation".freeze,
313
335
  subClassOf: "hydra:Resource".freeze,
314
336
  type: "hydra:Class".freeze,
315
337
  "vs:term_status": "testing".freeze
316
338
  term :PartialCollectionView,
317
- comment: %(A PartialCollectionView describes a partial view of a Collection. Multiple PartialCollectionViews can be connected with the the next/previous properties to allow a client to retrieve all members of the collection.).freeze,
339
+ comment: "A PartialCollectionView describes a partial view of a Collection. Multiple PartialCollectionViews can be connected with the the next/previous properties to allow a client to retrieve all members of the collection.".freeze,
318
340
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
319
341
  label: "PartialCollectionView".freeze,
320
342
  subClassOf: "hydra:Resource".freeze,
321
343
  type: "hydra:Class".freeze,
322
344
  "vs:term_status": "testing".freeze
323
345
  term :Resource,
324
- comment: %(The class of dereferenceable resources.).freeze,
346
+ comment: "The class of dereferenceable resources.".freeze,
325
347
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
326
348
  label: "Hydra Resource".freeze,
327
349
  subClassOf: "rdfs:Resource".freeze,
328
350
  type: "hydra:Class".freeze,
329
351
  "vs:term_status": "testing".freeze
330
352
  term :Status,
331
- comment: %(Additional information about a status code that might be returned.).freeze,
353
+ comment: "Additional information about a status code that might be returned.".freeze,
332
354
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
333
355
  label: "Status code description".freeze,
334
356
  subClassOf: "hydra:Resource".freeze,
335
357
  type: "hydra:Class".freeze,
336
358
  "vs:term_status": "testing".freeze
337
359
  term :SupportedProperty,
338
- comment: %(A property known to be supported by a Hydra class.).freeze,
360
+ comment: "A property known to be supported by a Hydra class.".freeze,
339
361
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
340
362
  label: "Supported Property".freeze,
341
363
  subClassOf: "hydra:Resource".freeze,
342
364
  type: "hydra:Class".freeze,
343
365
  "vs:term_status": "testing".freeze
344
366
  term :TemplatedLink,
345
- comment: %(A templated link.).freeze,
367
+ comment: "A templated link.".freeze,
346
368
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
347
369
  label: "Templated Link".freeze,
348
370
  subClassOf: ["hydra:Resource".freeze, "rdf:Property".freeze],
349
371
  type: "hydra:Class".freeze,
350
372
  "vs:term_status": "testing".freeze
351
373
  term :VariableRepresentation,
352
- comment: %(A representation specifies how to serialize variable values into strings.).freeze,
374
+ comment: "A representation specifies how to serialize variable values into strings.".freeze,
353
375
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
354
376
  label: "VariableRepresentation".freeze,
355
377
  subClassOf: "hydra:Resource".freeze,
@@ -358,7 +380,7 @@ module RDF::Vocab
358
380
 
359
381
  # Property definitions
360
382
  property :description,
361
- comment: %(A description.).freeze,
383
+ comment: "A description.".freeze,
362
384
  domainIncludes: ["hydra:ApiDocumentation".freeze, "hydra:Class".freeze, "hydra:Link".freeze, "hydra:Operation".freeze, "hydra:Status".freeze, "hydra:SupportedProperty".freeze, "hydra:TemplatedLink".freeze],
363
385
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
364
386
  label: "description".freeze,
@@ -367,7 +389,7 @@ module RDF::Vocab
367
389
  type: "rdf:Property".freeze,
368
390
  "vs:term_status": "testing".freeze
369
391
  property :expectsHeader,
370
- comment: %(Specification of the header expected by the operation.).freeze,
392
+ comment: "Specification of the header expected by the operation.".freeze,
371
393
  domain: "hydra:Operation".freeze,
372
394
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
373
395
  label: "expects header".freeze,
@@ -375,7 +397,7 @@ module RDF::Vocab
375
397
  type: "rdf:Property".freeze,
376
398
  "vs:term_status": "testing".freeze
377
399
  property :freetextQuery,
378
- comment: %(A property representing a freetext query.).freeze,
400
+ comment: "A property representing a freetext query.".freeze,
379
401
  domain: "hydra:Resource".freeze,
380
402
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
381
403
  label: "freetext query".freeze,
@@ -383,14 +405,14 @@ module RDF::Vocab
383
405
  type: "rdf:Property".freeze,
384
406
  "vs:term_status": "testing".freeze
385
407
  property :limit,
386
- comment: %(Instructs to limit set only to N elements.).freeze,
408
+ comment: "Instructs to limit set only to N elements.".freeze,
387
409
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
388
410
  label: "take".freeze,
389
411
  range: "xsd:nonNegativeInteger".freeze,
390
412
  type: "rdf:Property".freeze,
391
413
  "vs:term_status": "testing".freeze
392
414
  property :mapping,
393
- comment: %(A variable-to-property mapping of the IRI template.).freeze,
415
+ comment: "A variable-to-property mapping of the IRI template.".freeze,
394
416
  domain: "hydra:IriTemplate".freeze,
395
417
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
396
418
  label: "mapping".freeze,
@@ -398,7 +420,7 @@ module RDF::Vocab
398
420
  type: "rdf:Property".freeze,
399
421
  "vs:term_status": "testing".freeze
400
422
  property :method,
401
- comment: %(The HTTP method.).freeze,
423
+ comment: "The HTTP method.".freeze,
402
424
  domain: "hydra:Operation".freeze,
403
425
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
404
426
  label: "method".freeze,
@@ -406,14 +428,14 @@ module RDF::Vocab
406
428
  type: "rdf:Property".freeze,
407
429
  "vs:term_status": "testing".freeze
408
430
  property :offset,
409
- comment: %(Instructs to skip N elements of the set.).freeze,
431
+ comment: "Instructs to skip N elements of the set.".freeze,
410
432
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
411
433
  label: "skip".freeze,
412
434
  range: "xsd:nonNegativeInteger".freeze,
413
435
  type: "rdf:Property".freeze,
414
436
  "vs:term_status": "testing".freeze
415
437
  property :pageIndex,
416
- comment: %(Instructs to provide a specific page of the collection at a given index.).freeze,
438
+ comment: "Instructs to provide a specific page of the collection at a given index.".freeze,
417
439
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
418
440
  label: "page index".freeze,
419
441
  range: "xsd:nonNegativeInteger".freeze,
@@ -421,13 +443,13 @@ module RDF::Vocab
421
443
  type: "rdf:Property".freeze,
422
444
  "vs:term_status": "testing".freeze
423
445
  property :pageReference,
424
- comment: %(Instructs to provide a specific page reference of the collection.).freeze,
446
+ comment: "Instructs to provide a specific page reference of the collection.".freeze,
425
447
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
426
448
  label: "page reference".freeze,
427
449
  type: "rdf:Property".freeze,
428
450
  "vs:term_status": "testing".freeze
429
451
  property :property,
430
- comment: %(A property).freeze,
452
+ comment: "A property".freeze,
431
453
  domainIncludes: ["hydra:IriTemplateMapping".freeze, "hydra:SupportedProperty".freeze],
432
454
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
433
455
  label: "property".freeze,
@@ -435,7 +457,7 @@ module RDF::Vocab
435
457
  type: "rdf:Property".freeze,
436
458
  "vs:term_status": "testing".freeze
437
459
  property :readable,
438
- comment: %(True if the client can retrieve the property's value, false otherwise.).freeze,
460
+ comment: "True if the client can retrieve the property's value, false otherwise.".freeze,
439
461
  domain: "hydra:SupportedProperty".freeze,
440
462
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
441
463
  label: "readable".freeze,
@@ -443,15 +465,22 @@ module RDF::Vocab
443
465
  type: "rdf:Property".freeze,
444
466
  "vs:term_status": "testing".freeze
445
467
  property :required,
446
- comment: %(True if the property is required, false otherwise.).freeze,
468
+ comment: "True if the property is required, false otherwise.".freeze,
447
469
  domainIncludes: ["hydra:IriTemplateMapping".freeze, "hydra:SupportedProperty".freeze],
448
470
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
449
471
  label: "required".freeze,
450
472
  range: "xsd:boolean".freeze,
451
473
  type: "rdf:Property".freeze,
452
474
  "vs:term_status": "testing".freeze
475
+ property :resolveRelativeUsing,
476
+ domain: "hydra:IriTemplate".freeze,
477
+ isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
478
+ label: "relative Uri resolution".freeze,
479
+ range: "hydra:BaseUriSource".freeze,
480
+ type: "rdf:Property".freeze,
481
+ "vs:term_status": "testing".freeze
453
482
  property :returnsHeader,
454
- comment: %(Name of the header returned by the operation.).freeze,
483
+ comment: "Name of the header returned by the operation.".freeze,
455
484
  domain: "hydra:Operation".freeze,
456
485
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
457
486
  label: "returns header".freeze,
@@ -459,7 +488,7 @@ module RDF::Vocab
459
488
  type: "rdf:Property".freeze,
460
489
  "vs:term_status": "testing".freeze
461
490
  property :statusCode,
462
- comment: %(The HTTP status code).freeze,
491
+ comment: "The HTTP status code".freeze,
463
492
  domain: "hydra:Status".freeze,
464
493
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
465
494
  label: "status code".freeze,
@@ -467,7 +496,7 @@ module RDF::Vocab
467
496
  type: "rdf:Property".freeze,
468
497
  "vs:term_status": "testing".freeze
469
498
  property :template,
470
- comment: %(A templated string with placeholders. The literal's datatype indicates the template syntax; if not specified, hydra:Rfc6570Template is assumed.).freeze,
499
+ comment: "A templated string with placeholders. The literal's datatype indicates the template syntax; if not specified, hydra:Rfc6570Template is assumed.".freeze,
471
500
  domain: "hydra:IriTemplate".freeze,
472
501
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
473
502
  label: "template".freeze,
@@ -476,7 +505,7 @@ module RDF::Vocab
476
505
  type: "rdf:Property".freeze,
477
506
  "vs:term_status": "testing".freeze
478
507
  property :title,
479
- comment: %(A title, often used along with a description.).freeze,
508
+ comment: "A title, often used along with a description.".freeze,
480
509
  domainIncludes: ["hydra:ApiDocumentation".freeze, "hydra:Class".freeze, "hydra:Link".freeze, "hydra:Operation".freeze, "hydra:Status".freeze, "hydra:SupportedProperty".freeze, "hydra:TemplatedLink".freeze],
481
510
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
482
511
  label: "title".freeze,
@@ -485,7 +514,7 @@ module RDF::Vocab
485
514
  type: "rdf:Property".freeze,
486
515
  "vs:term_status": "testing".freeze
487
516
  property :totalItems,
488
- comment: %(The total number of items referenced by a collection.).freeze,
517
+ comment: "The total number of items referenced by a collection.".freeze,
489
518
  domain: "hydra:Collection".freeze,
490
519
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
491
520
  label: "total items".freeze,
@@ -493,7 +522,7 @@ module RDF::Vocab
493
522
  type: "rdf:Property".freeze,
494
523
  "vs:term_status": "testing".freeze
495
524
  property :variable,
496
- comment: %(An IRI template variable).freeze,
525
+ comment: "An IRI template variable".freeze,
497
526
  domain: "hydra:IriTemplateMapping".freeze,
498
527
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
499
528
  label: "variable".freeze,
@@ -501,7 +530,7 @@ module RDF::Vocab
501
530
  type: "rdf:Property".freeze,
502
531
  "vs:term_status": "testing".freeze
503
532
  property :variableRepresentation,
504
- comment: %(The representation format to use when expanding the IRI template.).freeze,
533
+ comment: "The representation format to use when expanding the IRI template.".freeze,
505
534
  domain: "hydra:IriTemplateMapping".freeze,
506
535
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
507
536
  label: "variable representation".freeze,
@@ -509,7 +538,7 @@ module RDF::Vocab
509
538
  type: "rdf:Property".freeze,
510
539
  "vs:term_status": "testing".freeze
511
540
  property :writeable,
512
- comment: %(True if the client can change the property's value, false otherwise.).freeze,
541
+ comment: "True if the client can change the property's value, false otherwise.".freeze,
513
542
  domain: "hydra:SupportedProperty".freeze,
514
543
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
515
544
  label: "writeable".freeze,
@@ -519,7 +548,7 @@ module RDF::Vocab
519
548
 
520
549
  # Datatype definitions
521
550
  term :Rfc6570Template,
522
- comment: %(An IRI template as defined by RFC6570.).freeze,
551
+ comment: "An IRI template as defined by RFC6570.".freeze,
523
552
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
524
553
  label: "RFC6570 IRI template".freeze,
525
554
  range: "xsd:string".freeze,
@@ -529,19 +558,31 @@ module RDF::Vocab
529
558
 
530
559
  # Extra definitions
531
560
  term :BasicRepresentation,
532
- comment: %(A representation that serializes just the lexical form of a variable value, but omits language and type information.).freeze,
561
+ comment: "A representation that serializes just the lexical form of a variable value, but omits language and type information.".freeze,
533
562
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
534
563
  label: "BasicRepresentation".freeze,
535
564
  type: "hydra:VariableRepresentation".freeze,
536
565
  "vs:term_status": "testing".freeze
537
566
  term :ExplicitRepresentation,
538
- comment: %(A representation that serializes a variable value including its language and type information and thus differentiating between IRIs and literals.).freeze,
567
+ comment: "A representation that serializes a variable value including its language and type information and thus differentiating between IRIs and literals.".freeze,
539
568
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
540
569
  label: "ExplicitRepresentation".freeze,
541
570
  type: "hydra:VariableRepresentation".freeze,
542
571
  "vs:term_status": "testing".freeze
572
+ term :LinkContext,
573
+ comment: "States that the link's context IRI, as defined in RFC 5988, should be used as the base Uri".freeze,
574
+ isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
575
+ label: "Link context".freeze,
576
+ type: "hydra:BaseUriSource".freeze,
577
+ "vs:term_status": "testing".freeze
578
+ term :Rfc3986,
579
+ comment: "States that the base Uri should be established using RFC 3986 reference resolution algorithm specified in section 5.".freeze,
580
+ isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
581
+ label: "RFC 3986 based".freeze,
582
+ type: "hydra:BaseUriSource".freeze,
583
+ "vs:term_status": "testing".freeze
543
584
  term :apiDocumentation,
544
- comment: %(A link to the API documentation).freeze,
585
+ comment: "A link to the API documentation".freeze,
545
586
  domain: "hydra:Resource".freeze,
546
587
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
547
588
  label: "apiDocumentation".freeze,
@@ -549,7 +590,7 @@ module RDF::Vocab
549
590
  type: "hydra:Link".freeze,
550
591
  "vs:term_status": "testing".freeze
551
592
  term :collection,
552
- comment: %(Collections somehow related to this resource.).freeze,
593
+ comment: "Collections somehow related to this resource.".freeze,
553
594
  domain: "hydra:Resource".freeze,
554
595
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
555
596
  label: "collection".freeze,
@@ -557,7 +598,7 @@ module RDF::Vocab
557
598
  type: "hydra:Link".freeze,
558
599
  "vs:term_status": "testing".freeze
559
600
  term :entrypoint,
560
- comment: %(A link to main entry point of the Web API).freeze,
601
+ comment: "A link to main entry point of the Web API".freeze,
561
602
  domain: "hydra:ApiDocumentation".freeze,
562
603
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
563
604
  label: "entrypoint".freeze,
@@ -565,7 +606,7 @@ module RDF::Vocab
565
606
  type: "hydra:Link".freeze,
566
607
  "vs:term_status": "testing".freeze
567
608
  term :expects,
568
- comment: %(The information expected by the Web API.).freeze,
609
+ comment: "The information expected by the Web API.".freeze,
569
610
  domain: "hydra:Operation".freeze,
570
611
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
571
612
  label: "expects".freeze,
@@ -574,7 +615,7 @@ module RDF::Vocab
574
615
  type: "hydra:Link".freeze,
575
616
  "vs:term_status": "testing".freeze
576
617
  term :first,
577
- comment: %(The first resource of an interlinked set of resources.).freeze,
618
+ comment: "The first resource of an interlinked set of resources.".freeze,
578
619
  domain: "hydra:Resource".freeze,
579
620
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
580
621
  label: "first".freeze,
@@ -582,7 +623,7 @@ module RDF::Vocab
582
623
  type: "hydra:Link".freeze,
583
624
  "vs:term_status": "testing".freeze
584
625
  term :last,
585
- comment: %(The last resource of an interlinked set of resources.).freeze,
626
+ comment: "The last resource of an interlinked set of resources.".freeze,
586
627
  domain: "hydra:Resource".freeze,
587
628
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
588
629
  label: "last".freeze,
@@ -590,13 +631,13 @@ module RDF::Vocab
590
631
  type: "hydra:Link".freeze,
591
632
  "vs:term_status": "testing".freeze
592
633
  term :manages,
593
- comment: %(Semantics of each member provided by the collection.).freeze,
634
+ comment: "Semantics of each member provided by the collection.".freeze,
594
635
  domain: "hydra:Collection".freeze,
595
636
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
596
637
  label: "manages".freeze,
597
638
  "vs:term_status": "testing".freeze
598
639
  term :member,
599
- comment: %(A member of the collection).freeze,
640
+ comment: "A member of the collection".freeze,
600
641
  domain: "hydra:Collection".freeze,
601
642
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
602
643
  label: "member".freeze,
@@ -604,7 +645,7 @@ module RDF::Vocab
604
645
  type: "hydra:Link".freeze,
605
646
  "vs:term_status": "testing".freeze
606
647
  term :next,
607
- comment: %(The resource following the current instance in an interlinked set of resources.).freeze,
648
+ comment: "The resource following the current instance in an interlinked set of resources.".freeze,
608
649
  domain: "hydra:Resource".freeze,
609
650
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
610
651
  label: "next".freeze,
@@ -612,12 +653,12 @@ module RDF::Vocab
612
653
  type: "hydra:Link".freeze,
613
654
  "vs:term_status": "testing".freeze
614
655
  term :object,
615
- comment: %(The object.).freeze,
656
+ comment: "The object.".freeze,
616
657
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
617
658
  label: "object".freeze,
618
659
  "vs:term_status": "testing".freeze
619
660
  term :operation,
620
- comment: %(An operation supported by the Hydra resource).freeze,
661
+ comment: "An operation supported by the Hydra resource".freeze,
621
662
  domain: "hydra:Resource".freeze,
622
663
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
623
664
  label: "operation".freeze,
@@ -625,7 +666,7 @@ module RDF::Vocab
625
666
  type: "hydra:Link".freeze,
626
667
  "vs:term_status": "testing".freeze
627
668
  term :possibleStatus,
628
- comment: %(A status that might be returned by the Web API \(other statuses should be expected and properly handled as well\)).freeze,
669
+ comment: "A status that might be returned by the Web API (other statuses should be expected and properly handled as well)".freeze,
629
670
  domainIncludes: ["hydra:ApiDocumentation".freeze, "hydra:Operation".freeze],
630
671
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
631
672
  label: "possible status".freeze,
@@ -633,7 +674,7 @@ module RDF::Vocab
633
674
  type: "hydra:Link".freeze,
634
675
  "vs:term_status": "testing".freeze
635
676
  term :previous,
636
- comment: %(The resource preceding the current instance in an interlinked set of resources.).freeze,
677
+ comment: "The resource preceding the current instance in an interlinked set of resources.".freeze,
637
678
  domain: "hydra:Resource".freeze,
638
679
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
639
680
  label: "previous".freeze,
@@ -641,7 +682,7 @@ module RDF::Vocab
641
682
  type: "hydra:Link".freeze,
642
683
  "vs:term_status": "testing".freeze
643
684
  term :returns,
644
- comment: %(The information returned by the Web API on success).freeze,
685
+ comment: "The information returned by the Web API on success".freeze,
645
686
  domain: "hydra:Operation".freeze,
646
687
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
647
688
  label: "returns".freeze,
@@ -650,7 +691,7 @@ module RDF::Vocab
650
691
  type: "hydra:Link".freeze,
651
692
  "vs:term_status": "testing".freeze
652
693
  term :search,
653
- comment: %(A IRI template that can be used to query a collection.).freeze,
694
+ comment: "A IRI template that can be used to query a collection.".freeze,
654
695
  domain: "hydra:Resource".freeze,
655
696
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
656
697
  label: "search".freeze,
@@ -658,12 +699,12 @@ module RDF::Vocab
658
699
  type: "hydra:TemplatedLink".freeze,
659
700
  "vs:term_status": "testing".freeze
660
701
  term :subject,
661
- comment: %(The subject.).freeze,
702
+ comment: "The subject.".freeze,
662
703
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
663
704
  label: "subject".freeze,
664
705
  "vs:term_status": "testing".freeze
665
706
  term :supportedClass,
666
- comment: %(A class known to be supported by the Web API).freeze,
707
+ comment: "A class known to be supported by the Web API".freeze,
667
708
  domain: "hydra:ApiDocumentation".freeze,
668
709
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
669
710
  label: "supported classes".freeze,
@@ -671,7 +712,7 @@ module RDF::Vocab
671
712
  type: "hydra:Link".freeze,
672
713
  "vs:term_status": "testing".freeze
673
714
  term :supportedOperation,
674
- comment: %(An operation supported by instances of the specific Hydra class or the target of the Hydra link).freeze,
715
+ comment: "An operation supported by instances of the specific Hydra class or the target of the Hydra link".freeze,
675
716
  domainIncludes: ["hydra:Class".freeze, "hydra:Link".freeze, "hydra:SupportedProperty".freeze, "hydra:TemplatedLink".freeze],
676
717
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
677
718
  label: "supported operation".freeze,
@@ -679,7 +720,7 @@ module RDF::Vocab
679
720
  type: "hydra:Link".freeze,
680
721
  "vs:term_status": "testing".freeze
681
722
  term :supportedProperty,
682
- comment: %(The properties known to be supported by a Hydra class).freeze,
723
+ comment: "The properties known to be supported by a Hydra class".freeze,
683
724
  domain: "hydra:Class".freeze,
684
725
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
685
726
  label: "supported properties".freeze,
@@ -687,7 +728,7 @@ module RDF::Vocab
687
728
  type: "hydra:Link".freeze,
688
729
  "vs:term_status": "testing".freeze
689
730
  term :view,
690
- comment: %(A specific view of a resource.).freeze,
731
+ comment: "A specific view of a resource.".freeze,
691
732
  domain: "hydra:Resource".freeze,
692
733
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
693
734
  label: "view".freeze,