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
@@ -240,329 +240,287 @@ module RDF::Vocab
240
240
 
241
241
  # Property definitions
242
242
  property :about,
243
- comment: %(Refers to a resource that is the subject of the link's context.).freeze,
243
+ comment: "Refers to a resource that is the subject of the link's context.".freeze,
244
244
  label: "about".freeze,
245
245
  type: "rdf:Property".freeze
246
246
  property :alternate,
247
- comment: %(Refers to a substitute for this context).freeze,
247
+ comment: "Refers to a substitute for this context".freeze,
248
248
  label: "alternate".freeze,
249
249
  type: "rdf:Property".freeze
250
250
  property :appendix,
251
- comment: %(Refers to an appendix.).freeze,
251
+ comment: "Refers to an appendix.".freeze,
252
252
  label: "appendix".freeze,
253
253
  type: "rdf:Property".freeze
254
254
  property :archives,
255
- comment: %(Refers to a collection of records, documents, or other
256
- materials of historical interest.).freeze,
255
+ comment: "Refers to a collection of records, documents, or other\n materials of historical interest.".freeze,
257
256
  label: "archives".freeze,
258
257
  type: "rdf:Property".freeze
259
258
  property :author,
260
- comment: %(Refers to the context's author.).freeze,
259
+ comment: "Refers to the context's author.".freeze,
261
260
  label: "author".freeze,
262
261
  type: "rdf:Property".freeze
263
262
  property :bookmark,
264
- comment: %(Gives a permanent link to use for bookmarking purposes.).freeze,
263
+ comment: "Gives a permanent link to use for bookmarking purposes.".freeze,
265
264
  label: "bookmark".freeze,
266
265
  type: "rdf:Property".freeze
267
266
  property :canonical,
268
- comment: %(Designates the preferred version of a resource \(the IRI and its contents\).).freeze,
267
+ comment: "Designates the preferred version of a resource (the IRI and its contents).".freeze,
269
268
  label: "canonical".freeze,
270
269
  type: "rdf:Property".freeze
271
270
  property :chapter,
272
- comment: %(Refers to a chapter in a collection of resources.).freeze,
271
+ comment: "Refers to a chapter in a collection of resources.".freeze,
273
272
  label: "chapter".freeze,
274
273
  type: "rdf:Property".freeze
275
274
  property :collection,
276
- comment: %(The target IRI points to a resource which represents the collection resource for the context IRI.).freeze,
275
+ comment: "The target IRI points to a resource which represents the collection resource for the context IRI.".freeze,
277
276
  label: "collection".freeze,
278
277
  type: "rdf:Property".freeze
279
278
  property :contents,
280
- comment: %(Refers to a table of contents.).freeze,
279
+ comment: "Refers to a table of contents.".freeze,
281
280
  label: "contents".freeze,
282
281
  type: "rdf:Property".freeze
283
282
  property :copyright,
284
- comment: %(Refers to a copyright statement that applies to the
285
- link's context.).freeze,
283
+ comment: "Refers to a copyright statement that applies to the\n link's context.".freeze,
286
284
  label: "copyright".freeze,
287
285
  type: "rdf:Property".freeze
288
286
  property :"create-form",
289
- comment: %(The target IRI points to a resource where a submission form can be obtained.).freeze,
287
+ comment: "The target IRI points to a resource where a submission form can be obtained.".freeze,
290
288
  label: "create-form".freeze,
291
289
  type: "rdf:Property".freeze
292
290
  property :current,
293
- comment: %(Refers to a resource containing the most recent
294
- item\(s\) in a collection of resources.).freeze,
291
+ comment: "Refers to a resource containing the most recent\n item(s) in a collection of resources.".freeze,
295
292
  label: "current".freeze,
296
293
  type: "rdf:Property".freeze
297
294
  property :derivedfrom,
298
- comment: %(The target IRI points to a resource from which this material was derived.).freeze,
295
+ comment: "The target IRI points to a resource from which this material was derived.".freeze,
299
296
  label: "derivedfrom".freeze,
300
297
  type: "rdf:Property".freeze
301
298
  property :describedby,
302
- comment: %(Refers to a resource providing information about the
303
- link's context.).freeze,
299
+ comment: "Refers to a resource providing information about the\n link's context.".freeze,
304
300
  label: "describedby".freeze,
305
301
  type: "rdf:Property".freeze
306
302
  property :describes,
307
- comment: %(The relationship A 'describes' B asserts that
308
- resource A provides a description of resource B. There are no
309
- constraints on the format or representation of either A or B,
310
- neither are there any further constraints on either resource.).freeze,
303
+ comment: "The relationship A 'describes' B asserts that\n resource A provides a description of resource B. There are no\n constraints on the format or representation of either A or B,\n neither are there any further constraints on either resource.".freeze,
311
304
  label: "describes".freeze,
312
305
  type: "rdf:Property".freeze
313
306
  property :disclosure,
314
- comment: %(Refers to a list of patent disclosures made with respect to material for which 'disclosure' relation is specified.).freeze,
307
+ comment: "Refers to a list of patent disclosures made with respect to material for which 'disclosure' relation is specified.".freeze,
315
308
  label: "disclosure".freeze,
316
309
  type: "rdf:Property".freeze
317
310
  property :duplicate,
318
- comment: %(Refers to a resource whose available representations
319
- are byte-for-byte identical with the corresponding representations of
320
- the context IRI.).freeze,
311
+ comment: "Refers to a resource whose available representations\n are byte-for-byte identical with the corresponding representations of\n the context IRI.".freeze,
321
312
  label: "duplicate".freeze,
322
313
  type: "rdf:Property".freeze
323
314
  property :edit,
324
- comment: %(Refers to a resource that can be used to edit the
325
- link's context.).freeze,
315
+ comment: "Refers to a resource that can be used to edit the\n link's context.".freeze,
326
316
  label: "edit".freeze,
327
317
  type: "rdf:Property".freeze
328
318
  property :"edit-form",
329
- comment: %(The target IRI points to a resource where a submission form for
330
- editing associated resource can be obtained.).freeze,
319
+ comment: "The target IRI points to a resource where a submission form for\n editing associated resource can be obtained.".freeze,
331
320
  label: "edit-form".freeze,
332
321
  type: "rdf:Property".freeze
333
322
  property :"edit-media",
334
- comment: %(Refers to a resource that can be used to edit media
335
- associated with the link's context.).freeze,
323
+ comment: "Refers to a resource that can be used to edit media\n associated with the link's context.".freeze,
336
324
  label: "edit-media".freeze,
337
325
  type: "rdf:Property".freeze
338
326
  property :enclosure,
339
- comment: %(Identifies a related resource that is potentially
340
- large and might require special handling.).freeze,
327
+ comment: "Identifies a related resource that is potentially\n large and might require special handling.".freeze,
341
328
  label: "enclosure".freeze,
342
329
  type: "rdf:Property".freeze
343
330
  property :first,
344
- comment: %(An IRI that refers to the furthest preceding resource
345
- in a series of resources.).freeze,
331
+ comment: "An IRI that refers to the furthest preceding resource\n in a series of resources.".freeze,
346
332
  label: "first".freeze,
347
333
  type: "rdf:Property".freeze
348
334
  property :glossary,
349
- comment: %(Refers to a glossary of terms.).freeze,
335
+ comment: "Refers to a glossary of terms.".freeze,
350
336
  label: "glossary".freeze,
351
337
  type: "rdf:Property".freeze
352
338
  property :help,
353
- comment: %(Refers to context-sensitive help.).freeze,
339
+ comment: "Refers to context-sensitive help.".freeze,
354
340
  label: "help".freeze,
355
341
  type: "rdf:Property".freeze
356
342
  property :hosts,
357
- comment: %(Refers to a resource hosted by the server indicated by
358
- the link context.).freeze,
343
+ comment: "Refers to a resource hosted by the server indicated by\n the link context.".freeze,
359
344
  label: "hosts".freeze,
360
345
  type: "rdf:Property".freeze
361
346
  property :hub,
362
- comment: %(Refers to a hub that enables registration for
363
- notification of updates to the context.).freeze,
347
+ comment: "Refers to a hub that enables registration for\n notification of updates to the context.".freeze,
364
348
  label: "hub".freeze,
365
349
  type: "rdf:Property".freeze
366
350
  property :icon,
367
- comment: %(Refers to an icon representing the link's context.).freeze,
351
+ comment: "Refers to an icon representing the link's context.".freeze,
368
352
  label: "icon".freeze,
369
353
  type: "rdf:Property".freeze
370
354
  property :index,
371
- comment: %(Refers to an index.).freeze,
355
+ comment: "Refers to an index.".freeze,
372
356
  label: "index".freeze,
373
357
  type: "rdf:Property".freeze
374
358
  property :item,
375
- comment: %(The target IRI points to a resource that is a member of the collection represented by the context IRI.).freeze,
359
+ comment: "The target IRI points to a resource that is a member of the collection represented by the context IRI.".freeze,
376
360
  label: "item".freeze,
377
361
  type: "rdf:Property".freeze
378
362
  property :last,
379
- comment: %(An IRI that refers to the furthest following resource
380
- in a series of resources.).freeze,
363
+ comment: "An IRI that refers to the furthest following resource\n in a series of resources.".freeze,
381
364
  label: "last".freeze,
382
365
  type: "rdf:Property".freeze
383
366
  property :"latest-version",
384
- comment: %(Points to a resource containing the latest \(e.g.,
385
- current\) version of the context.).freeze,
367
+ comment: "Points to a resource containing the latest (e.g.,\n current) version of the context.".freeze,
386
368
  label: "latest-version".freeze,
387
369
  type: "rdf:Property".freeze
388
370
  property :license,
389
- comment: %(Refers to a license associated with this context.).freeze,
371
+ comment: "Refers to a license associated with this context.".freeze,
390
372
  label: "license".freeze,
391
373
  type: "rdf:Property".freeze
392
374
  property :lrdd,
393
- comment: %(Refers to further information about the link's context,
394
- expressed as a LRDD \("Link-based Resource Descriptor Document"\)
395
- resource. See [RFC6415] for information about
396
- processing this relation type in host-meta documents. When used
397
- elsewhere, it refers to additional links and other metadata.
398
- Multiple instances indicate additional LRDD resources. LRDD
399
- resources MUST have an "application/xrd+xml" representation, and
400
- MAY have others.).freeze,
375
+ comment: "Refers to further information about the link's context,\n expressed as a LRDD (\"Link-based Resource Descriptor Document\")\n resource. See [RFC6415] for information about\n processing this relation type in host-meta documents. When used\n elsewhere, it refers to additional links and other metadata.\n Multiple instances indicate additional LRDD resources. LRDD\n resources MUST have an \"application/xrd+xml\" representation, and\n MAY have others.".freeze,
401
376
  label: "lrdd".freeze,
402
377
  type: "rdf:Property".freeze
403
378
  property :memento,
404
- comment: %(The Target IRI points to a Memento, a fixed resource that will not change state anymore.).freeze,
379
+ comment: "The Target IRI points to a Memento, a fixed resource that will not change state anymore.".freeze,
405
380
  label: "memento".freeze,
406
381
  type: "rdf:Property".freeze
407
382
  property :monitor,
408
- comment: %(Refers to a resource that can be used to monitor changes in an HTTP resource.).freeze,
383
+ comment: "Refers to a resource that can be used to monitor changes in an HTTP resource.".freeze,
409
384
  label: "monitor".freeze,
410
385
  type: "rdf:Property".freeze
411
386
  property :"monitor-group",
412
- comment: %(Refers to a resource that can be used to monitor changes in a specified group of HTTP resources.).freeze,
387
+ comment: "Refers to a resource that can be used to monitor changes in a specified group of HTTP resources.".freeze,
413
388
  label: "monitor-group".freeze,
414
389
  type: "rdf:Property".freeze
415
390
  property :next,
416
- comment: %(Indicates that the link's context is a part of a series, and
417
- that the next in the series is the link target.).freeze,
391
+ comment: "Indicates that the link's context is a part of a series, and\n that the next in the series is the link target.".freeze,
418
392
  label: "next".freeze,
419
393
  type: "rdf:Property".freeze
420
394
  property :"next-archive",
421
- comment: %(Refers to the immediately following archive resource.).freeze,
395
+ comment: "Refers to the immediately following archive resource.".freeze,
422
396
  label: "next-archive".freeze,
423
397
  type: "rdf:Property".freeze
424
398
  property :nofollow,
425
- comment: %(Indicates that the context’s original author or publisher does not endorse the link target.).freeze,
399
+ comment: "Indicates that the context’s original author or publisher does not endorse the link target.".freeze,
426
400
  label: "nofollow".freeze,
427
401
  type: "rdf:Property".freeze
428
402
  property :noreferrer,
429
- comment: %(Indicates that no referrer information is to be leaked when following the link.).freeze,
403
+ comment: "Indicates that no referrer information is to be leaked when following the link.".freeze,
430
404
  label: "noreferrer".freeze,
431
405
  type: "rdf:Property".freeze
432
406
  property :original,
433
- comment: %(The Target IRI points to an Original Resource.).freeze,
407
+ comment: "The Target IRI points to an Original Resource.".freeze,
434
408
  label: "original".freeze,
435
409
  type: "rdf:Property".freeze
436
410
  property :payment,
437
- comment: %(Indicates a resource where payment is accepted.).freeze,
411
+ comment: "Indicates a resource where payment is accepted.".freeze,
438
412
  label: "payment".freeze,
439
413
  type: "rdf:Property".freeze
440
414
  property :"predecessor-version",
441
- comment: %(Points to a resource containing the predecessor
442
- version in the version history.).freeze,
415
+ comment: "Points to a resource containing the predecessor\n version in the version history.".freeze,
443
416
  label: "predecessor-version".freeze,
444
417
  type: "rdf:Property".freeze
445
418
  property :prefetch,
446
- comment: %(Indicates that the link target should be preemptively cached.).freeze,
419
+ comment: "Indicates that the link target should be preemptively cached.".freeze,
447
420
  label: "prefetch".freeze,
448
421
  type: "rdf:Property".freeze
449
422
  property :prev,
450
- comment: %(Indicates that the link's context is a part of a series, and
451
- that the previous in the series is the link target.).freeze,
423
+ comment: "Indicates that the link's context is a part of a series, and\n that the previous in the series is the link target.".freeze,
452
424
  label: "prev".freeze,
453
425
  type: "rdf:Property".freeze
454
426
  property :"prev-archive",
455
- comment: %(Refers to the immediately preceding archive resource.).freeze,
427
+ comment: "Refers to the immediately preceding archive resource.".freeze,
456
428
  label: "prev-archive".freeze,
457
429
  type: "rdf:Property".freeze
458
430
  property :preview,
459
- comment: %(Refers to a resource that provides a preview of the link's context.).freeze,
431
+ comment: "Refers to a resource that provides a preview of the link's context.".freeze,
460
432
  label: "preview".freeze,
461
433
  type: "rdf:Property".freeze
462
434
  property :previous,
463
- comment: %(Refers to the previous resource in an ordered series
464
- of resources. Synonym for "prev".).freeze,
435
+ comment: "Refers to the previous resource in an ordered series\n of resources. Synonym for \"prev\".".freeze,
465
436
  label: "previous".freeze,
466
437
  type: "rdf:Property".freeze
467
438
  property :"privacy-policy",
468
- comment: %(Refers to a privacy policy associated with the link's context.).freeze,
439
+ comment: "Refers to a privacy policy associated with the link's context.".freeze,
469
440
  label: "privacy-policy".freeze,
470
441
  type: "rdf:Property".freeze
471
442
  property :profile,
472
- comment: %(Identifying that a resource representation conforms
473
- to a certain profile, without affecting the non-profile semantics
474
- of the resource representation.).freeze,
443
+ comment: "Identifying that a resource representation conforms\nto a certain profile, without affecting the non-profile semantics\nof the resource representation.".freeze,
475
444
  label: "profile".freeze,
476
445
  type: "rdf:Property".freeze
477
446
  property :related,
478
- comment: %(Identifies a related resource.).freeze,
447
+ comment: "Identifies a related resource.".freeze,
479
448
  label: "related".freeze,
480
449
  type: "rdf:Property".freeze
481
450
  property :replies,
482
- comment: %(Identifies a resource that is a reply to the context
483
- of the link.).freeze,
451
+ comment: "Identifies a resource that is a reply to the context\n of the link.".freeze,
484
452
  label: "replies".freeze,
485
453
  type: "rdf:Property".freeze
486
454
  property :search,
487
- comment: %(Refers to a resource that can be used to search through
488
- the link's context and related resources.).freeze,
455
+ comment: "Refers to a resource that can be used to search through\n the link's context and related resources.".freeze,
489
456
  label: "search".freeze,
490
457
  type: "rdf:Property".freeze
491
458
  property :section,
492
- comment: %(Refers to a section in a collection of resources.).freeze,
459
+ comment: "Refers to a section in a collection of resources.".freeze,
493
460
  label: "section".freeze,
494
461
  type: "rdf:Property".freeze
495
462
  property :self,
496
- comment: %(Conveys an identifier for the link's context.).freeze,
463
+ comment: "Conveys an identifier for the link's context.".freeze,
497
464
  label: "self".freeze,
498
465
  type: "rdf:Property".freeze
499
466
  property :service,
500
- comment: %(Indicates a URI that can be used to retrieve a
501
- service document.).freeze,
467
+ comment: "Indicates a URI that can be used to retrieve a\n service document.".freeze,
502
468
  label: "service".freeze,
503
469
  type: "rdf:Property".freeze
504
470
  property :start,
505
- comment: %(Refers to the first resource in a collection of
506
- resources.).freeze,
471
+ comment: "Refers to the first resource in a collection of\n resources.".freeze,
507
472
  label: "start".freeze,
508
473
  type: "rdf:Property".freeze
509
474
  property :stylesheet,
510
- comment: %(Refers to a stylesheet.).freeze,
475
+ comment: "Refers to a stylesheet.".freeze,
511
476
  label: "stylesheet".freeze,
512
477
  type: "rdf:Property".freeze
513
478
  property :subsection,
514
- comment: %(Refers to a resource serving as a subsection in a
515
- collection of resources.).freeze,
479
+ comment: "Refers to a resource serving as a subsection in a\n collection of resources.".freeze,
516
480
  label: "subsection".freeze,
517
481
  type: "rdf:Property".freeze
518
482
  property :"successor-version",
519
- comment: %(Points to a resource containing the successor version
520
- in the version history.).freeze,
483
+ comment: "Points to a resource containing the successor version\n in the version history.".freeze,
521
484
  label: "successor-version".freeze,
522
485
  type: "rdf:Property".freeze
523
486
  property :tag,
524
- comment: %(Gives a tag \(identified by the given address\) that applies to
525
- the current document.).freeze,
487
+ comment: "Gives a tag (identified by the given address) that applies to\n the current document.".freeze,
526
488
  label: "tag".freeze,
527
489
  type: "rdf:Property".freeze
528
490
  property :"terms-of-service",
529
- comment: %(Refers to the terms of service associated with the link's context.).freeze,
491
+ comment: "Refers to the terms of service associated with the link's context.".freeze,
530
492
  label: "terms-of-service".freeze,
531
493
  type: "rdf:Property".freeze
532
494
  property :timegate,
533
- comment: %(The Target IRI points to a TimeGate for an Original Resource.).freeze,
495
+ comment: "The Target IRI points to a TimeGate for an Original Resource.".freeze,
534
496
  label: "timegate".freeze,
535
497
  type: "rdf:Property".freeze
536
498
  property :timemap,
537
- comment: %(The Target IRI points to a TimeMap for an Original Resource.).freeze,
499
+ comment: "The Target IRI points to a TimeMap for an Original Resource.".freeze,
538
500
  label: "timemap".freeze,
539
501
  type: "rdf:Property".freeze
540
502
  property :type,
541
- comment: %(Refers to a resource identifying the abstract semantic type of which the link's context is considered to be an instance.).freeze,
503
+ comment: "Refers to a resource identifying the abstract semantic type of which the link's context is considered to be an instance.".freeze,
542
504
  label: "type".freeze,
543
505
  type: "rdf:Property".freeze
544
506
  property :up,
545
- comment: %(Refers to a parent document in a hierarchy of
546
- documents.).freeze,
507
+ comment: "Refers to a parent document in a hierarchy of\n documents.".freeze,
547
508
  label: "up".freeze,
548
509
  type: "rdf:Property".freeze
549
510
  property :"version-history",
550
- comment: %(Points to a resource containing the version history
551
- for the context.).freeze,
511
+ comment: "Points to a resource containing the version history\n for the context.".freeze,
552
512
  label: "version-history".freeze,
553
513
  type: "rdf:Property".freeze
554
514
  property :via,
555
- comment: %(Identifies a resource that is the source of the
556
- information in the link's context.).freeze,
515
+ comment: "Identifies a resource that is the source of the\n information in the link's context.".freeze,
557
516
  label: "via".freeze,
558
517
  type: "rdf:Property".freeze
559
518
  property :"working-copy",
560
- comment: %(Points to a working copy for this resource.).freeze,
519
+ comment: "Points to a working copy for this resource.".freeze,
561
520
  label: "working-copy".freeze,
562
521
  type: "rdf:Property".freeze
563
522
  property :"working-copy-of",
564
- comment: %(Points to the versioned resource from which this
565
- working copy was obtained.).freeze,
523
+ comment: "Points to the versioned resource from which this\n working copy was obtained.".freeze,
566
524
  label: "working-copy-of".freeze,
567
525
  type: "rdf:Property".freeze
568
526
  end
@@ -6,11 +6,11 @@ module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://www.w3.org/2002/12/cal/icaltzd#>
8
8
  # #
9
- # # @version subject to change with notice to www-rdf-calendar@w3.org
10
9
  # # @version $Id: icaltzd.rdf,v 1.6 2007/06/28 18:22:09 connolly Exp $
11
- # # @see http://www.w3.org/2002/12/cal/
12
- # # @see http://esw.w3.org/topic/RdfCalendar
10
+ # # @version subject to change with notice to www-rdf-calendar@w3.org
13
11
  # # @see http://lists.w3.org/Archives/Public/www-rdf-calendar/
12
+ # # @see http://esw.w3.org/topic/RdfCalendar
13
+ # # @see http://www.w3.org/2002/12/cal/
14
14
  # class ICAL < RDF::StrictVocabulary
15
15
  # # @return [RDF::Vocabulary::Term]
16
16
  # attr_reader :DomainOf_rrule
@@ -57,9 +57,9 @@ module RDF::Vocab
57
57
  # # @return [RDF::Vocabulary::Term]
58
58
  # attr_reader :Vtodo
59
59
  #
60
- # # This property defines the action to be invoked when an alarm is triggered.
61
- # #
62
60
  # # value type: TEXT
61
+ # #
62
+ # # This property defines the action to be invoked when an alarm is triggered.
63
63
  # # @return [RDF::Vocabulary::Term]
64
64
  # attr_reader :action
65
65
  #
@@ -106,9 +106,9 @@ module RDF::Vocab
106
106
  # # @return [RDF::Vocabulary::Term]
107
107
  # attr_reader :calAddress
108
108
  #
109
- # # This property defines the calendar scale used for the calendar information specified in the iCalendar object.
110
- # #
111
109
  # # value type: TEXT
110
+ # #
111
+ # # This property defines the calendar scale used for the calendar information specified in the iCalendar object.
112
112
  # # @return [RDF::Vocabulary::Term]
113
113
  # attr_reader :calscale
114
114
  #
@@ -118,9 +118,9 @@ module RDF::Vocab
118
118
  # # @return [RDF::Vocabulary::Term]
119
119
  # attr_reader :categories
120
120
  #
121
- # # This property defines the access classification for a calendar component.
122
- # #
123
121
  # # value type: TEXT
122
+ # #
123
+ # # This property defines the access classification for a calendar component.
124
124
  # # @return [RDF::Vocabulary::Term]
125
125
  # attr_reader :class
126
126
  #
@@ -128,24 +128,24 @@ module RDF::Vocab
128
128
  # # @return [RDF::Vocabulary::Term]
129
129
  # attr_reader :cn
130
130
  #
131
- # # This property specifies non-processing information intended to provide a comment to the calendar user.
132
- # #
133
131
  # # value type: TEXT
132
+ # #
133
+ # # This property specifies non-processing information intended to provide a comment to the calendar user.
134
134
  # # @return [RDF::Vocabulary::Term]
135
135
  # attr_reader :comment
136
136
  #
137
- # # value type: DATE-TIME
138
- # #
139
137
  # # This property defines the date and time that a to-do was actually completed.
138
+ # #
139
+ # # value type: DATE-TIME
140
140
  # # @return [RDF::Vocabulary::Term]
141
141
  # attr_reader :completed
142
142
  #
143
143
  # # @return [RDF::Vocabulary::Term]
144
144
  # attr_reader :component
145
145
  #
146
- # # The property is used to represent contact information or alternately a reference to contact information associated with the calendar component.
147
- # #
148
146
  # # value type: TEXT
147
+ # #
148
+ # # The property is used to represent contact information or alternately a reference to contact information associated with the calendar component.
149
149
  # # @return [RDF::Vocabulary::Term]
150
150
  # attr_reader :contact
151
151
  #
@@ -173,9 +173,9 @@ module RDF::Vocab
173
173
  # # @return [RDF::Vocabulary::Term]
174
174
  # attr_reader :delegatedTo
175
175
  #
176
- # # value type: TEXT
177
- # #
178
176
  # # This property provides a more complete description of the calendar component, than that provided by the "SUMMARY" property.
177
+ # #
178
+ # # value type: TEXT
179
179
  # # @return [RDF::Vocabulary::Term]
180
180
  # attr_reader :description
181
181
  #
@@ -183,15 +183,15 @@ module RDF::Vocab
183
183
  # # @return [RDF::Vocabulary::Term]
184
184
  # attr_reader :dir
185
185
  #
186
- # # default value type: DATE-TIME
187
- # #
188
186
  # # This property specifies the date and time that a calendar component ends.
187
+ # #
188
+ # # default value type: DATE-TIME
189
189
  # # @return [RDF::Vocabulary::Term]
190
190
  # attr_reader :dtend
191
191
  #
192
- # # value type: DATE-TIME
193
- # #
194
192
  # # The property indicates the date/time that the instance of the iCalendar object was created.
193
+ # #
194
+ # # value type: DATE-TIME
195
195
  # # @return [RDF::Vocabulary::Term]
196
196
  # attr_reader :dtstamp
197
197
  #
@@ -201,9 +201,9 @@ module RDF::Vocab
201
201
  # # @return [RDF::Vocabulary::Term]
202
202
  # attr_reader :dtstart
203
203
  #
204
- # # This property defines the date and time that a to-do is expected to be completed.
205
- # #
206
204
  # # default value type: DATE-TIME
205
+ # #
206
+ # # This property defines the date and time that a to-do is expected to be completed.
207
207
  # # @return [RDF::Vocabulary::Term]
208
208
  # attr_reader :due
209
209
  #
@@ -217,9 +217,9 @@ module RDF::Vocab
217
217
  # # @return [RDF::Vocabulary::Term]
218
218
  # attr_reader :encoding
219
219
  #
220
- # # This property defines the list of date/time exceptions for a recurring calendar component.
221
- # #
222
220
  # # default value type: DATE-TIME
221
+ # #
222
+ # # This property defines the list of date/time exceptions for a recurring calendar component.
223
223
  # # @return [RDF::Vocabulary::Term]
224
224
  # attr_reader :exdate
225
225
  #
@@ -237,9 +237,9 @@ module RDF::Vocab
237
237
  # # @return [RDF::Vocabulary::Term]
238
238
  # attr_reader :fmttype
239
239
  #
240
- # # The property defines one or more free or busy time intervals.
241
- # #
242
240
  # # value type: PERIOD
241
+ # #
242
+ # # The property defines one or more free or busy time intervals.
243
243
  # # @return [RDF::Vocabulary::Term]
244
244
  # attr_reader :freebusy
245
245
  #
@@ -265,9 +265,9 @@ module RDF::Vocab
265
265
  # # @return [RDF::Vocabulary::Term]
266
266
  # attr_reader :lastModified
267
267
  #
268
- # # The property defines the intended venue for the activity defined by a calendar component.
269
- # #
270
268
  # # value type: TEXT
269
+ # #
270
+ # # The property defines the intended venue for the activity defined by a calendar component.
271
271
  # # @return [RDF::Vocabulary::Term]
272
272
  # attr_reader :location
273
273
  #
@@ -291,9 +291,9 @@ module RDF::Vocab
291
291
  # # @return [RDF::Vocabulary::Term]
292
292
  # attr_reader :partstat
293
293
  #
294
- # # This property is used by an assignee or delegatee of a to-do to convey the percent completion of a to-do to the Organizer.
295
- # #
296
294
  # # value type: INTEGER
295
+ # #
296
+ # # This property is used by an assignee or delegatee of a to-do to convey the percent completion of a to-do to the Organizer.
297
297
  # # @return [RDF::Vocabulary::Term]
298
298
  # attr_reader :percentComplete
299
299
  #
@@ -303,9 +303,9 @@ module RDF::Vocab
303
303
  # # @return [RDF::Vocabulary::Term]
304
304
  # attr_reader :priority
305
305
  #
306
- # # value type: TEXT
307
- # #
308
306
  # # This property specifies the identifier for the product that created the iCalendar object.
307
+ # #
308
+ # # value type: TEXT
309
309
  # # @return [RDF::Vocabulary::Term]
310
310
  # attr_reader :prodid
311
311
  #
@@ -313,9 +313,9 @@ module RDF::Vocab
313
313
  # # @return [RDF::Vocabulary::Term]
314
314
  # attr_reader :range
315
315
  #
316
- # # This property defines the list of date/times for a recurrence set.
317
- # #
318
316
  # # default value type: DATE-TIME
317
+ # #
318
+ # # This property defines the list of date/times for a recurrence set.
319
319
  # # @return [RDF::Vocabulary::Term]
320
320
  # attr_reader :rdate
321
321
  #
@@ -345,15 +345,15 @@ module RDF::Vocab
345
345
  # # @return [RDF::Vocabulary::Term]
346
346
  # attr_reader :repeat
347
347
  #
348
- # # This property defines the status code returned for a scheduling request.
349
- # #
350
348
  # # value type: TEXT
349
+ # #
350
+ # # This property defines the status code returned for a scheduling request.
351
351
  # # @return [RDF::Vocabulary::Term]
352
352
  # attr_reader :requestStatus
353
353
  #
354
- # # This property defines the equipment or resources anticipated for an activity specified by a calendar entity..
355
- # #
356
354
  # # value type: TEXT
355
+ # #
356
+ # # This property defines the equipment or resources anticipated for an activity specified by a calendar entity..
357
357
  # # @return [RDF::Vocabulary::Term]
358
358
  # attr_reader :resources
359
359
  #
@@ -375,9 +375,9 @@ module RDF::Vocab
375
375
  # # @return [RDF::Vocabulary::Term]
376
376
  # attr_reader :sentBy
377
377
  #
378
- # # This property defines the revision sequence number of the calendar component within a sequence of revisions.
379
- # #
380
378
  # # value type: integer
379
+ # #
380
+ # # This property defines the revision sequence number of the calendar component within a sequence of revisions.
381
381
  # # @return [RDF::Vocabulary::Term]
382
382
  # attr_reader :sequence
383
383
  #
@@ -396,9 +396,9 @@ module RDF::Vocab
396
396
  # # @return [RDF::Vocabulary::Term]
397
397
  # attr_reader :summary
398
398
  #
399
- # # This property defines whether an event is transparent or not to busy time searches.
400
- # #
401
399
  # # value type: TEXT
400
+ # #
401
+ # # This property defines whether an event is transparent or not to busy time searches.
402
402
  # # @return [RDF::Vocabulary::Term]
403
403
  # attr_reader :transp
404
404
  #
@@ -408,17 +408,17 @@ module RDF::Vocab
408
408
  # # @return [RDF::Vocabulary::Term]
409
409
  # attr_reader :trigger
410
410
  #
411
- # # This property specifies the text value that uniquely identifies the "VTIMEZONE" calendar component.
412
- # #
413
411
  # # To specify the identifier for the time zone definition for a time component in the property value.
414
412
  # #
415
413
  # # value type: TEXT
414
+ # #
415
+ # # This property specifies the text value that uniquely identifies the "VTIMEZONE" calendar component.
416
416
  # # @return [RDF::Vocabulary::Term]
417
417
  # attr_reader :tzid
418
418
  #
419
- # # value type: TEXT
420
- # #
421
419
  # # This property specifies the customary designation for a time zone description.
420
+ # #
421
+ # # value type: TEXT
422
422
  # # @return [RDF::Vocabulary::Term]
423
423
  # attr_reader :tzname
424
424
  #
@@ -428,15 +428,15 @@ module RDF::Vocab
428
428
  # # @return [RDF::Vocabulary::Term]
429
429
  # attr_reader :tzoffsetfrom
430
430
  #
431
- # # This property specifies the offset which is in use in this time zone observance.
432
- # #
433
431
  # # value type: UTC-OFFSET
432
+ # #
433
+ # # This property specifies the offset which is in use in this time zone observance.
434
434
  # # @return [RDF::Vocabulary::Term]
435
435
  # attr_reader :tzoffsetto
436
436
  #
437
- # # The TZURL provides a means for a VTIMEZONE component to point to a network location that can be used to retrieve an up-to- date version of itself.
438
- # #
439
437
  # # value type: URI
438
+ # #
439
+ # # The TZURL provides a means for a VTIMEZONE component to point to a network location that can be used to retrieve an up-to- date version of itself.
440
440
  # # @return [RDF::Vocabulary::Term]
441
441
  # attr_reader :tzurl
442
442
  #
@@ -483,7 +483,7 @@ module RDF::Vocab
483
483
  term :List_of_Float,
484
484
  type: "owl:Class".freeze
485
485
  term :Valarm,
486
- comment: %(Provide a grouping of component properties that define an alarm.).freeze,
486
+ comment: "Provide a grouping of component properties that define an alarm.".freeze,
487
487
  subClassOf: [term(
488
488
  minCardinality: "0".freeze,
489
489
  onProperty: "ical:action".freeze,
@@ -532,7 +532,7 @@ module RDF::Vocab
532
532
  label: "VCALENDAR".freeze,
533
533
  type: "owl:Class".freeze
534
534
  term :Vevent,
535
- comment: %(Provide a grouping of component properties that describe an event.).freeze,
535
+ comment: "Provide a grouping of component properties that describe an event.".freeze,
536
536
  label: "Event".freeze,
537
537
  subClassOf: [term(
538
538
  minCardinality: "0".freeze,
@@ -665,7 +665,7 @@ module RDF::Vocab
665
665
  )],
666
666
  type: "owl:Class".freeze
667
667
  term :Vfreebusy,
668
- comment: %(Provide a grouping of component properties that describe either a request for free/busy time, describe a response to a request for free/busy time or describe a published set of busy time.).freeze,
668
+ comment: "Provide a grouping of component properties that describe either a request for free/busy time, describe a response to a request for free/busy time or describe a published set of busy time.".freeze,
669
669
  subClassOf: [term(
670
670
  minCardinality: "0".freeze,
671
671
  onProperty: "ical:attendee".freeze,
@@ -717,7 +717,7 @@ module RDF::Vocab
717
717
  )],
718
718
  type: "owl:Class".freeze
719
719
  term :Vjournal,
720
- comment: %(Provide a grouping of component properties that describe a journal entry.).freeze,
720
+ comment: "Provide a grouping of component properties that describe a journal entry.".freeze,
721
721
  subClassOf: [term(
722
722
  minCardinality: "0".freeze,
723
723
  onProperty: "ical:attach".freeze,
@@ -813,7 +813,7 @@ module RDF::Vocab
813
813
  )],
814
814
  type: "owl:Class".freeze
815
815
  term :Vtimezone,
816
- comment: %(Provide a grouping of component properties that defines a time zone.).freeze,
816
+ comment: "Provide a grouping of component properties that defines a time zone.".freeze,
817
817
  subClassOf: [term(
818
818
  minCardinality: "0".freeze,
819
819
  onProperty: "ical:comment".freeze,
@@ -865,7 +865,7 @@ module RDF::Vocab
865
865
  )],
866
866
  type: "owl:Class".freeze
867
867
  term :Vtodo,
868
- comment: %(Provide a grouping of calendar properties that describe a to-do.).freeze,
868
+ comment: "Provide a grouping of calendar properties that describe a to-do.".freeze,
869
869
  label: "To-do".freeze,
870
870
  subClassOf: [term(
871
871
  minCardinality: "0".freeze,
@@ -1004,14 +1004,12 @@ module RDF::Vocab
1004
1004
 
1005
1005
  # Property definitions
1006
1006
  property :"X-",
1007
- comment: [%(
1008
- value type: TEXT).freeze, %(This class of property provides a framework for defining non-standard properties.).freeze],
1007
+ comment: ["This class of property provides a framework for defining non-standard properties.".freeze, "\n\t value type: TEXT".freeze],
1009
1008
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
1010
1009
  range: "xsd:string".freeze,
1011
1010
  type: "owl:DatatypeProperty".freeze
1012
1011
  property :action,
1013
- comment: [%(
1014
- value type: TEXT).freeze, %(This property defines the action to be invoked when an alarm is triggered.).freeze],
1012
+ comment: ["This property defines the action to be invoked when an alarm is triggered.".freeze, "\n\t value type: TEXT".freeze],
1015
1013
  domain: term(
1016
1014
  type: "owl:Class".freeze,
1017
1015
  unionOf: list("ical:Valarm".freeze, "ical:Valarm".freeze)
@@ -1020,11 +1018,10 @@ module RDF::Vocab
1020
1018
  range: "xsd:string".freeze,
1021
1019
  type: "owl:DatatypeProperty".freeze
1022
1020
  property :altrep,
1023
- comment: %(To specify an alternate text representation for the property value.).freeze,
1021
+ comment: "To specify an alternate text representation for the property value.".freeze,
1024
1022
  type: "owl:DatatypeProperty".freeze
1025
1023
  property :attach,
1026
- comment: [%(
1027
- default value type: URI).freeze, %(The property provides the capability to associate a document object with a calendar component.).freeze],
1024
+ comment: ["The property provides the capability to associate a document object with a calendar component.".freeze, "\n\t default value type: URI".freeze],
1028
1025
  domain: term(
1029
1026
  type: "owl:Class".freeze,
1030
1027
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze)
@@ -1032,8 +1029,7 @@ module RDF::Vocab
1032
1029
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "URI".freeze,
1033
1030
  type: "owl:ObjectProperty".freeze
1034
1031
  property :attendee,
1035
- comment: [%(
1036
- value type: CAL-ADDRESS).freeze, %(The property defines an "Attendee" within a calendar component.).freeze],
1032
+ comment: ["The property defines an \"Attendee\" within a calendar component.".freeze, "\n\t value type: CAL-ADDRESS".freeze],
1037
1033
  domain: term(
1038
1034
  type: "owl:Class".freeze,
1039
1035
  unionOf: list("ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze, "ical:Valarm".freeze)
@@ -1069,14 +1065,12 @@ module RDF::Vocab
1069
1065
  property :calAddress,
1070
1066
  type: "owl:ObjectProperty".freeze
1071
1067
  property :calscale,
1072
- comment: [%(
1073
- value type: TEXT).freeze, %(This property defines the calendar scale used for the calendar information specified in the iCalendar object.).freeze],
1068
+ comment: ["This property defines the calendar scale used for the calendar information specified in the iCalendar object.".freeze, "\n\t value type: TEXT".freeze],
1074
1069
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
1075
1070
  range: "xsd:string".freeze,
1076
1071
  type: "owl:DatatypeProperty".freeze
1077
1072
  property :categories,
1078
- comment: [%(
1079
- value type: TEXT).freeze, %(This property defines the categories for a calendar component.).freeze],
1073
+ comment: ["This property defines the categories for a calendar component.".freeze, "\n\t value type: TEXT".freeze],
1080
1074
  domain: term(
1081
1075
  type: "owl:Class".freeze,
1082
1076
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
@@ -1085,8 +1079,7 @@ module RDF::Vocab
1085
1079
  range: "xsd:string".freeze,
1086
1080
  type: "owl:DatatypeProperty".freeze
1087
1081
  property :class,
1088
- comment: [%(
1089
- value type: TEXT).freeze, %(This property defines the access classification for a calendar component.).freeze],
1082
+ comment: ["This property defines the access classification for a calendar component.".freeze, "\n\t value type: TEXT".freeze],
1090
1083
  domain: term(
1091
1084
  type: "owl:Class".freeze,
1092
1085
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
@@ -1095,11 +1088,10 @@ module RDF::Vocab
1095
1088
  range: "xsd:string".freeze,
1096
1089
  type: "owl:DatatypeProperty".freeze
1097
1090
  property :cn,
1098
- comment: %(To specify the common name to be associated with the calendar user specified by the property.).freeze,
1091
+ comment: "To specify the common name to be associated with the calendar user specified by the property.".freeze,
1099
1092
  type: "owl:DatatypeProperty".freeze
1100
1093
  property :comment,
1101
- comment: [%(
1102
- value type: TEXT).freeze, %(This property specifies non-processing information intended to provide a comment to the calendar user.).freeze],
1094
+ comment: ["This property specifies non-processing information intended to provide a comment to the calendar user.".freeze, "\n\t value type: TEXT".freeze],
1103
1095
  domain: term(
1104
1096
  type: "owl:Class".freeze,
1105
1097
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze, "ical:Vfreebusy".freeze)
@@ -1108,8 +1100,7 @@ module RDF::Vocab
1108
1100
  range: "xsd:string".freeze,
1109
1101
  type: "owl:DatatypeProperty".freeze
1110
1102
  property :completed,
1111
- comment: [%(
1112
- value type: DATE-TIME).freeze, %(This property defines the date and time that a to-do was actually completed.).freeze],
1103
+ comment: ["This property defines the date and time that a to-do was actually completed.".freeze, "\n\t value type: DATE-TIME".freeze],
1113
1104
  domain: "ical:Vtodo".freeze,
1114
1105
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
1115
1106
  range: "ical:Value_DATE-TIME".freeze,
@@ -1117,8 +1108,7 @@ module RDF::Vocab
1117
1108
  property :component,
1118
1109
  type: "owl:ObjectProperty".freeze
1119
1110
  property :contact,
1120
- comment: [%(
1121
- value type: TEXT).freeze, %(The property is used to represent contact information or alternately a reference to contact information associated with the calendar component.).freeze],
1111
+ comment: ["The property is used to represent contact information or alternately a reference to contact information associated with the calendar component.".freeze, "\n\t value type: TEXT".freeze],
1122
1112
  domain: term(
1123
1113
  type: "owl:Class".freeze,
1124
1114
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze)
@@ -1130,8 +1120,7 @@ module RDF::Vocab
1130
1120
  label: "COUNT".freeze,
1131
1121
  type: "owl:DatatypeProperty".freeze
1132
1122
  property :created,
1133
- comment: [%(
1134
- value type: DATE-TIME).freeze, %(This property specifies the date and time that the calendar information was created by the calendar user agent in the calendar store. Note: This is analogous to the creation date and time for a file in the file system.).freeze],
1123
+ comment: ["This property specifies the date and time that the calendar information was created by the calendar user agent in the calendar store. Note: This is analogous to the creation date and time for a file in the file system.".freeze, "\n\t value type: DATE-TIME".freeze],
1135
1124
  domain: term(
1136
1125
  type: "owl:Class".freeze,
1137
1126
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
@@ -1140,20 +1129,19 @@ module RDF::Vocab
1140
1129
  range: "ical:Value_DATE-TIME".freeze,
1141
1130
  type: "owl:DatatypeProperty".freeze
1142
1131
  property :cutype,
1143
- comment: %(To specify the type of calendar user specified by the property.).freeze,
1132
+ comment: "To specify the type of calendar user specified by the property.".freeze,
1144
1133
  type: "owl:DatatypeProperty".freeze
1145
1134
  property :daylight,
1146
1135
  label: "DAYLIGHT".freeze,
1147
1136
  type: "owl:ObjectProperty".freeze
1148
1137
  property :delegatedFrom,
1149
- comment: %(To specify the calendar users that have delegated their participation to the calendar user specified by the property.).freeze,
1138
+ comment: "To specify the calendar users that have delegated their participation to the calendar user specified by the property.".freeze,
1150
1139
  type: "owl:DatatypeProperty".freeze
1151
1140
  property :delegatedTo,
1152
- comment: %(To specify the calendar users to whom the calendar user specified by the property has delegated participation.).freeze,
1141
+ comment: "To specify the calendar users to whom the calendar user specified by the property has delegated participation.".freeze,
1153
1142
  type: "owl:DatatypeProperty".freeze
1154
1143
  property :description,
1155
- comment: [%(
1156
- value type: TEXT).freeze, %(This property provides a more complete description of the calendar component, than that provided by the "SUMMARY" property.).freeze],
1144
+ comment: ["This property provides a more complete description of the calendar component, than that provided by the \"SUMMARY\" property.".freeze, "\n\t value type: TEXT".freeze],
1157
1145
  domain: term(
1158
1146
  type: "owl:Class".freeze,
1159
1147
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze)
@@ -1162,11 +1150,10 @@ module RDF::Vocab
1162
1150
  range: "xsd:string".freeze,
1163
1151
  type: "owl:DatatypeProperty".freeze
1164
1152
  property :dir,
1165
- comment: %(To specify reference to a directory entry associated with the calendar user specified by the property.).freeze,
1153
+ comment: "To specify reference to a directory entry associated with the calendar user specified by the property.".freeze,
1166
1154
  type: "owl:DatatypeProperty".freeze
1167
1155
  property :dtend,
1168
- comment: [%(
1169
- default value type: DATE-TIME).freeze, %(This property specifies the date and time that a calendar component ends.).freeze],
1156
+ comment: ["This property specifies the date and time that a calendar component ends.".freeze, "\n\t default value type: DATE-TIME".freeze],
1170
1157
  domain: term(
1171
1158
  type: "owl:Class".freeze,
1172
1159
  unionOf: list("ical:Vevent".freeze, "ical:Vfreebusy".freeze, "ical:Vevent".freeze, "ical:Vfreebusy".freeze)
@@ -1175,8 +1162,7 @@ module RDF::Vocab
1175
1162
  label: "end".freeze,
1176
1163
  type: "owl:DatatypeProperty".freeze
1177
1164
  property :dtstamp,
1178
- comment: [%(
1179
- value type: DATE-TIME).freeze, %(The property indicates the date/time that the instance of the iCalendar object was created.).freeze],
1165
+ comment: ["The property indicates the date/time that the instance of the iCalendar object was created.".freeze, "\n\t value type: DATE-TIME".freeze],
1180
1166
  domain: term(
1181
1167
  type: "owl:Class".freeze,
1182
1168
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze)
@@ -1185,8 +1171,7 @@ module RDF::Vocab
1185
1171
  range: "ical:Value_DATE-TIME".freeze,
1186
1172
  type: "owl:DatatypeProperty".freeze
1187
1173
  property :dtstart,
1188
- comment: [%(
1189
- default value type: DATE-TIME).freeze, %(This property specifies when the calendar component begins.).freeze],
1174
+ comment: ["This property specifies when the calendar component begins.".freeze, "\n\t default value type: DATE-TIME".freeze],
1190
1175
  domain: term(
1191
1176
  type: "owl:Class".freeze,
1192
1177
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vfreebusy".freeze, "ical:Vtimezone".freeze, "ical:Vevent".freeze, "ical:Vevent".freeze, "ical:Vfreebusy".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze)
@@ -1195,14 +1180,12 @@ module RDF::Vocab
1195
1180
  label: "start".freeze,
1196
1181
  type: "owl:DatatypeProperty".freeze
1197
1182
  property :due,
1198
- comment: [%(
1199
- default value type: DATE-TIME).freeze, %(This property defines the date and time that a to-do is expected to be completed.).freeze],
1183
+ comment: ["This property defines the date and time that a to-do is expected to be completed.".freeze, "\n\t default value type: DATE-TIME".freeze],
1200
1184
  domain: "ical:Vtodo".freeze,
1201
1185
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
1202
1186
  type: "owl:DatatypeProperty".freeze
1203
1187
  property :duration,
1204
- comment: [%(
1205
- value type: DURATION).freeze, %(The property specifies a positive duration of time.).freeze],
1188
+ comment: ["The property specifies a positive duration of time.".freeze, "\n\t value type: DURATION".freeze],
1206
1189
  domain: term(
1207
1190
  type: "owl:Class".freeze,
1208
1191
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vfreebusy".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vfreebusy".freeze, "ical:Valarm".freeze)
@@ -1211,17 +1194,15 @@ module RDF::Vocab
1211
1194
  range: "ical:Value_DURATION".freeze,
1212
1195
  type: "owl:ObjectProperty".freeze
1213
1196
  property :encoding,
1214
- comment: %(To specify an alternate inline encoding for the property value.).freeze,
1197
+ comment: "To specify an alternate inline encoding for the property value.".freeze,
1215
1198
  type: "owl:DatatypeProperty".freeze
1216
1199
  property :exdate,
1217
- comment: [%(
1218
- default value type: DATE-TIME).freeze, %(This property defines the list of date/time exceptions for a recurring calendar component.).freeze],
1200
+ comment: ["This property defines the list of date/time exceptions for a recurring calendar component.".freeze, "\n\t default value type: DATE-TIME".freeze],
1219
1201
  domain: "ical:DomainOf_rrule".freeze,
1220
1202
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
1221
1203
  type: "owl:DatatypeProperty".freeze
1222
1204
  property :exrule,
1223
- comment: [%(
1224
- value type: RECUR).freeze, %(This property defines a rule or repeating pattern for an exception to a recurrence set.).freeze],
1205
+ comment: ["This property defines a rule or repeating pattern for an exception to a recurrence set.".freeze, "\n\t value type: RECUR".freeze],
1225
1206
  domain: term(
1226
1207
  type: "owl:Class".freeze,
1227
1208
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
@@ -1230,14 +1211,13 @@ module RDF::Vocab
1230
1211
  range: "ical:Value_RECUR".freeze,
1231
1212
  type: "owl:ObjectProperty".freeze
1232
1213
  property :fbtype,
1233
- comment: %(To specify the free or busy time type.).freeze,
1214
+ comment: "To specify the free or busy time type.".freeze,
1234
1215
  type: "owl:DatatypeProperty".freeze
1235
1216
  property :fmttype,
1236
- comment: %(To specify the content type of a referenced object.).freeze,
1217
+ comment: "To specify the content type of a referenced object.".freeze,
1237
1218
  type: "owl:DatatypeProperty".freeze
1238
1219
  property :freebusy,
1239
- comment: [%(
1240
- value type: PERIOD).freeze, %(The property defines one or more free or busy time intervals.).freeze],
1220
+ comment: ["The property defines one or more free or busy time intervals.".freeze, "\n\t value type: PERIOD".freeze],
1241
1221
  domain: term(
1242
1222
  type: "owl:Class".freeze,
1243
1223
  unionOf: list("ical:Vfreebusy".freeze, "ical:Vfreebusy".freeze)
@@ -1249,8 +1229,7 @@ module RDF::Vocab
1249
1229
  label: "FREQ".freeze,
1250
1230
  type: "owl:DatatypeProperty".freeze
1251
1231
  property :geo,
1252
- comment: [%(
1253
- value type: list of FLOAT).freeze, %(This property specifies information related to the global position for the activity specified by a calendar component.).freeze],
1232
+ comment: ["This property specifies information related to the global position for the activity specified by a calendar component.".freeze, "\n\t value type: list of FLOAT".freeze],
1254
1233
  domain: term(
1255
1234
  type: "owl:Class".freeze,
1256
1235
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze)
@@ -1262,11 +1241,10 @@ module RDF::Vocab
1262
1241
  label: "INTERVAL".freeze,
1263
1242
  type: "owl:DatatypeProperty".freeze
1264
1243
  property :language,
1265
- comment: %(To specify the language for text values in a property or property parameter.).freeze,
1244
+ comment: "To specify the language for text values in a property or property parameter.".freeze,
1266
1245
  type: "owl:DatatypeProperty".freeze
1267
1246
  property :lastModified,
1268
- comment: [%(
1269
- value type: DATE-TIME).freeze, %(The property specifies the date and time that the information associated with the calendar component was last revised in the calendar store. Note: This is analogous to the modification date and time for a file in the file system.).freeze],
1247
+ comment: ["The property specifies the date and time that the information associated with the calendar component was last revised in the calendar store. Note: This is analogous to the modification date and time for a file in the file system.".freeze, "\n\t value type: DATE-TIME".freeze],
1270
1248
  domain: term(
1271
1249
  type: "owl:Class".freeze,
1272
1250
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze)
@@ -1275,8 +1253,7 @@ module RDF::Vocab
1275
1253
  range: "ical:Value_DATE-TIME".freeze,
1276
1254
  type: "owl:DatatypeProperty".freeze
1277
1255
  property :location,
1278
- comment: [%(
1279
- value type: TEXT).freeze, %(The property defines the intended venue for the activity defined by a calendar component.).freeze],
1256
+ comment: ["The property defines the intended venue for the activity defined by a calendar component.".freeze, "\n\t value type: TEXT".freeze],
1280
1257
  domain: term(
1281
1258
  type: "owl:Class".freeze,
1282
1259
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze)
@@ -1286,17 +1263,15 @@ module RDF::Vocab
1286
1263
  range: "xsd:string".freeze,
1287
1264
  type: "owl:DatatypeProperty".freeze
1288
1265
  property :member,
1289
- comment: %(To specify the group or list membership of the calendar user specified by the property.).freeze,
1266
+ comment: "To specify the group or list membership of the calendar user specified by the property.".freeze,
1290
1267
  type: "owl:DatatypeProperty".freeze
1291
1268
  property :method,
1292
- comment: [%(
1293
- value type: TEXT).freeze, %(This property defines the iCalendar object method associated with the calendar object.).freeze],
1269
+ comment: ["This property defines the iCalendar object method associated with the calendar object.".freeze, "\n\t value type: TEXT".freeze],
1294
1270
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
1295
1271
  range: "xsd:string".freeze,
1296
1272
  type: "owl:DatatypeProperty".freeze
1297
1273
  property :organizer,
1298
- comment: [%(
1299
- value type: CAL-ADDRESS).freeze, %(The property defines the organizer for a calendar component.).freeze],
1274
+ comment: ["The property defines the organizer for a calendar component.".freeze, "\n\t value type: CAL-ADDRESS".freeze],
1300
1275
  domain: term(
1301
1276
  type: "owl:Class".freeze,
1302
1277
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze, "ical:Vfreebusy".freeze)
@@ -1305,18 +1280,16 @@ module RDF::Vocab
1305
1280
  range: "ical:Value_CAL-ADDRESS".freeze,
1306
1281
  type: "owl:ObjectProperty".freeze
1307
1282
  property :partstat,
1308
- comment: %(To specify the participation status for the calendar user specified by the property.).freeze,
1283
+ comment: "To specify the participation status for the calendar user specified by the property.".freeze,
1309
1284
  type: "owl:DatatypeProperty".freeze
1310
1285
  property :percentComplete,
1311
- comment: [%(
1312
- value type: INTEGER).freeze, %(This property is used by an assignee or delegatee of a to-do to convey the percent completion of a to-do to the Organizer.).freeze],
1286
+ comment: ["This property is used by an assignee or delegatee of a to-do to convey the percent completion of a to-do to the Organizer.".freeze, "\n\t value type: INTEGER".freeze],
1313
1287
  domain: "ical:Vtodo".freeze,
1314
1288
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "INTEGER".freeze,
1315
1289
  range: "xsd:integer".freeze,
1316
1290
  type: "owl:DatatypeProperty".freeze
1317
1291
  property :priority,
1318
- comment: [%(
1319
- value type: INTEGER).freeze, %(The property defines the relative priority for a calendar component.).freeze],
1292
+ comment: ["The property defines the relative priority for a calendar component.".freeze, "\n\t value type: INTEGER".freeze],
1320
1293
  domain: term(
1321
1294
  type: "owl:Class".freeze,
1322
1295
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze)
@@ -1325,17 +1298,15 @@ module RDF::Vocab
1325
1298
  range: "xsd:integer".freeze,
1326
1299
  type: "owl:DatatypeProperty".freeze
1327
1300
  property :prodid,
1328
- comment: [%(
1329
- value type: TEXT).freeze, %(This property specifies the identifier for the product that created the iCalendar object.).freeze],
1301
+ comment: ["This property specifies the identifier for the product that created the iCalendar object.".freeze, "\n\t value type: TEXT".freeze],
1330
1302
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
1331
1303
  range: "xsd:string".freeze,
1332
1304
  type: "owl:DatatypeProperty".freeze
1333
1305
  property :range,
1334
- comment: %(To specify the effective range of recurrence instances from the instance specified by the recurrence identifier specified by the property.).freeze,
1306
+ comment: "To specify the effective range of recurrence instances from the instance specified by the recurrence identifier specified by the property.".freeze,
1335
1307
  type: "owl:DatatypeProperty".freeze
1336
1308
  property :rdate,
1337
- comment: [%(
1338
- default value type: DATE-TIME).freeze, %(This property defines the list of date/times for a recurrence set.).freeze],
1309
+ comment: ["This property defines the list of date/times for a recurrence set.".freeze, "\n\t default value type: DATE-TIME".freeze],
1339
1310
  domain: term(
1340
1311
  type: "owl:Class".freeze,
1341
1312
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze)
@@ -1343,17 +1314,15 @@ module RDF::Vocab
1343
1314
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
1344
1315
  type: "owl:DatatypeProperty".freeze
1345
1316
  property :recurrenceId,
1346
- comment: [%(
1347
- default value type: DATE-TIME).freeze, %(This property is used in conjunction with the "UID" and "SEQUENCE" property to identify a specific instance of a recurring "VEVENT", "VTODO" or "VJOURNAL" calendar component. The property value is the effective value of the "DTSTART" property of the recurrence instance.).freeze],
1317
+ comment: ["This property is used in conjunction with the \"UID\" and \"SEQUENCE\" property to identify a specific instance of a recurring \"VEVENT\", \"VTODO\" or \"VJOURNAL\" calendar component. The property value is the effective value of the \"DTSTART\" property of the recurrence instance.".freeze, "\n\t default value type: DATE-TIME".freeze],
1348
1318
  domain: "ical:DomainOf_rrule".freeze,
1349
1319
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "DATE-TIME".freeze,
1350
1320
  type: "owl:DatatypeProperty".freeze
1351
1321
  property :related,
1352
- comment: %(To specify the relationship of the alarm trigger with respect to the start or end of the calendar component.).freeze,
1322
+ comment: "To specify the relationship of the alarm trigger with respect to the start or end of the calendar component.".freeze,
1353
1323
  type: "owl:DatatypeProperty".freeze
1354
1324
  property :relatedTo,
1355
- comment: [%(
1356
- value type: TEXT).freeze, %(The property is used to represent a relationship or reference between one calendar component and another.).freeze],
1325
+ comment: ["The property is used to represent a relationship or reference between one calendar component and another.".freeze, "\n\t value type: TEXT".freeze],
1357
1326
  domain: term(
1358
1327
  type: "owl:Class".freeze,
1359
1328
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
@@ -1362,18 +1331,16 @@ module RDF::Vocab
1362
1331
  range: "xsd:string".freeze,
1363
1332
  type: "owl:DatatypeProperty".freeze
1364
1333
  property :reltype,
1365
- comment: %(To specify the type of hierarchical relationship associated with the calendar component specified by the property.).freeze,
1334
+ comment: "To specify the type of hierarchical relationship associated with the calendar component specified by the property.".freeze,
1366
1335
  type: "owl:DatatypeProperty".freeze
1367
1336
  property :repeat,
1368
- comment: [%(
1369
- value type: INTEGER).freeze, %(This property defines the number of time the alarm should be repeated, after the initial trigger.).freeze],
1337
+ comment: ["This property defines the number of time the alarm should be repeated, after the initial trigger.".freeze, "\n\t value type: INTEGER".freeze],
1370
1338
  domain: "ical:Valarm".freeze,
1371
1339
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "INTEGER".freeze,
1372
1340
  range: "xsd:integer".freeze,
1373
1341
  type: "owl:DatatypeProperty".freeze
1374
1342
  property :requestStatus,
1375
- comment: [%(
1376
- value type: TEXT).freeze, %(This property defines the status code returned for a scheduling request.).freeze],
1343
+ comment: ["This property defines the status code returned for a scheduling request.".freeze, "\n\t value type: TEXT".freeze],
1377
1344
  domain: term(
1378
1345
  type: "owl:Class".freeze,
1379
1346
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze)
@@ -1382,8 +1349,7 @@ module RDF::Vocab
1382
1349
  range: "xsd:string".freeze,
1383
1350
  type: "owl:DatatypeProperty".freeze
1384
1351
  property :resources,
1385
- comment: [%(
1386
- value type: TEXT).freeze, %(This property defines the equipment or resources anticipated for an activity specified by a calendar entity..).freeze],
1352
+ comment: ["This property defines the equipment or resources anticipated for an activity specified by a calendar entity..".freeze, "\n\t value type: TEXT".freeze],
1387
1353
  domain: term(
1388
1354
  type: "owl:Class".freeze,
1389
1355
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze)
@@ -1392,11 +1358,10 @@ module RDF::Vocab
1392
1358
  range: "xsd:string".freeze,
1393
1359
  type: "owl:DatatypeProperty".freeze
1394
1360
  property :role,
1395
- comment: %(To specify the participation role for the calendar user specified by the property.).freeze,
1361
+ comment: "To specify the participation role for the calendar user specified by the property.".freeze,
1396
1362
  type: "owl:DatatypeProperty".freeze
1397
1363
  property :rrule,
1398
- comment: [%(
1399
- value type: RECUR).freeze, %(This property defines a rule or repeating pattern for recurring events, to-dos, or time zone definitions.).freeze],
1364
+ comment: ["This property defines a rule or repeating pattern for recurring events, to-dos, or time zone definitions.".freeze, "\n\t value type: RECUR".freeze],
1400
1365
  domain: term(
1401
1366
  type: "owl:Class".freeze,
1402
1367
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze)
@@ -1405,14 +1370,13 @@ module RDF::Vocab
1405
1370
  range: "ical:Value_RECUR".freeze,
1406
1371
  type: "owl:ObjectProperty".freeze
1407
1372
  property :rsvp,
1408
- comment: %(To specify whether there is an expectation of a favor of a reply from the calendar user specified by the property value.).freeze,
1373
+ comment: "To specify whether there is an expectation of a favor of a reply from the calendar user specified by the property value.".freeze,
1409
1374
  type: "owl:DatatypeProperty".freeze
1410
1375
  property :sentBy,
1411
- comment: %(To specify the calendar user that is acting on behalf of the calendar user specified by the property.).freeze,
1376
+ comment: "To specify the calendar user that is acting on behalf of the calendar user specified by the property.".freeze,
1412
1377
  type: "owl:DatatypeProperty".freeze
1413
1378
  property :sequence,
1414
- comment: [%(
1415
- value type: integer).freeze, %(This property defines the revision sequence number of the calendar component within a sequence of revisions.).freeze],
1379
+ comment: ["This property defines the revision sequence number of the calendar component within a sequence of revisions.".freeze, "\n\t value type: integer".freeze],
1416
1380
  domain: term(
1417
1381
  type: "owl:Class".freeze,
1418
1382
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
@@ -1424,8 +1388,7 @@ module RDF::Vocab
1424
1388
  label: "STANDARD".freeze,
1425
1389
  type: "owl:ObjectProperty".freeze
1426
1390
  property :status,
1427
- comment: [%(
1428
- value type: TEXT).freeze, %(This property defines the overall status or confirmation for the calendar component.).freeze],
1391
+ comment: ["This property defines the overall status or confirmation for the calendar component.".freeze, "\n\t value type: TEXT".freeze],
1429
1392
  domain: term(
1430
1393
  type: "owl:Class".freeze,
1431
1394
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
@@ -1434,8 +1397,7 @@ module RDF::Vocab
1434
1397
  range: "xsd:string".freeze,
1435
1398
  type: "owl:DatatypeProperty".freeze
1436
1399
  property :summary,
1437
- comment: [%(
1438
- value type: TEXT).freeze, %(This property defines a short summary or subject for the calendar component.).freeze],
1400
+ comment: ["This property defines a short summary or subject for the calendar component.".freeze, "\n\t value type: TEXT".freeze],
1439
1401
  domain: term(
1440
1402
  type: "owl:Class".freeze,
1441
1403
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Valarm".freeze)
@@ -1446,15 +1408,13 @@ module RDF::Vocab
1446
1408
  subPropertyOf: "rdfs:label".freeze,
1447
1409
  type: "owl:DatatypeProperty".freeze
1448
1410
  property :transp,
1449
- comment: [%(
1450
- value type: TEXT).freeze, %(This property defines whether an event is transparent or not to busy time searches.).freeze],
1411
+ comment: ["This property defines whether an event is transparent or not to busy time searches.".freeze, "\n\t value type: TEXT".freeze],
1451
1412
  domain: "ical:Vevent".freeze,
1452
1413
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
1453
1414
  range: "xsd:string".freeze,
1454
1415
  type: "owl:DatatypeProperty".freeze
1455
1416
  property :trigger,
1456
- comment: [%(
1457
- default value type: DURATION).freeze, %(This property specifies when an alarm will trigger.).freeze],
1417
+ comment: ["This property specifies when an alarm will trigger.".freeze, "\n\t default value type: DURATION".freeze],
1458
1418
  domain: term(
1459
1419
  type: "owl:Class".freeze,
1460
1420
  unionOf: list("ical:Valarm".freeze, "ical:Valarm".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze)
@@ -1466,22 +1426,19 @@ module RDF::Vocab
1466
1426
  ),
1467
1427
  type: "owl:ObjectProperty".freeze
1468
1428
  property :tzid,
1469
- comment: [%(
1470
- value type: TEXT).freeze, %(This property specifies the text value that uniquely identifies the "VTIMEZONE" calendar component.).freeze, %(To specify the identifier for the time zone definition for a time component in the property value.).freeze],
1429
+ comment: ["This property specifies the text value that uniquely identifies the \"VTIMEZONE\" calendar component.".freeze, "To specify the identifier for the time zone definition for a time component in the property value.".freeze, "\n\t value type: TEXT".freeze],
1471
1430
  domain: "ical:Vtimezone".freeze,
1472
1431
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
1473
1432
  range: "xsd:string".freeze,
1474
1433
  type: "owl:DatatypeProperty".freeze
1475
1434
  property :tzname,
1476
- comment: [%(
1477
- value type: TEXT).freeze, %(This property specifies the customary designation for a time zone description.).freeze],
1435
+ comment: ["This property specifies the customary designation for a time zone description.".freeze, "\n\t value type: TEXT".freeze],
1478
1436
  domain: "ical:Vtimezone".freeze,
1479
1437
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
1480
1438
  range: "xsd:string".freeze,
1481
1439
  type: "owl:DatatypeProperty".freeze
1482
1440
  property :tzoffsetfrom,
1483
- comment: [%(
1484
- value type: UTC-OFFSET).freeze, %(This property specifies the offset which is in use prior to this time zone observance.).freeze],
1441
+ comment: ["This property specifies the offset which is in use prior to this time zone observance.".freeze, "\n\t value type: UTC-OFFSET".freeze],
1485
1442
  domain: term(
1486
1443
  type: "owl:Class".freeze,
1487
1444
  unionOf: list("ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze)
@@ -1490,15 +1447,13 @@ module RDF::Vocab
1490
1447
  range: "xsd:string".freeze,
1491
1448
  type: "owl:DatatypeProperty".freeze
1492
1449
  property :tzoffsetto,
1493
- comment: [%(
1494
- value type: UTC-OFFSET).freeze, %(This property specifies the offset which is in use in this time zone observance.).freeze],
1450
+ comment: ["This property specifies the offset which is in use in this time zone observance.".freeze, "\n\t value type: UTC-OFFSET".freeze],
1495
1451
  domain: "ical:Vtimezone".freeze,
1496
1452
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "UTC-OFFSET".freeze,
1497
1453
  range: "xsd:string".freeze,
1498
1454
  type: "owl:DatatypeProperty".freeze
1499
1455
  property :tzurl,
1500
- comment: [%(
1501
- value type: URI).freeze, %(The TZURL provides a means for a VTIMEZONE component to point to a network location that can be used to retrieve an up-to- date version of itself.).freeze],
1456
+ comment: ["The TZURL provides a means for a VTIMEZONE component to point to a network location that can be used to retrieve an up-to- date version of itself.".freeze, "\n\t value type: URI".freeze],
1502
1457
  domain: term(
1503
1458
  type: "owl:Class".freeze,
1504
1459
  unionOf: list("ical:Vtimezone".freeze, "ical:Vtimezone".freeze, "ical:Vtimezone".freeze)
@@ -1506,8 +1461,7 @@ module RDF::Vocab
1506
1461
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "URI".freeze,
1507
1462
  type: "owl:ObjectProperty".freeze
1508
1463
  property :uid,
1509
- comment: [%(
1510
- value type: TEXT).freeze, %(This property defines the persistent, globally unique identifier for the calendar component.).freeze],
1464
+ comment: ["This property defines the persistent, globally unique identifier for the calendar component.".freeze, "\n\t value type: TEXT".freeze],
1511
1465
  domain: term(
1512
1466
  type: "owl:Class".freeze,
1513
1467
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze)
@@ -1519,8 +1473,7 @@ module RDF::Vocab
1519
1473
  label: "UNTIL".freeze,
1520
1474
  type: "owl:DatatypeProperty".freeze
1521
1475
  property :url,
1522
- comment: [%(
1523
- value type: URI).freeze, %(This property defines a Uniform Resource Locator \(URL\) associated with the iCalendar object.).freeze],
1476
+ comment: ["This property defines a Uniform Resource Locator (URL) associated with the iCalendar object.".freeze, "\n\t value type: URI".freeze],
1524
1477
  domain: term(
1525
1478
  type: "owl:Class".freeze,
1526
1479
  unionOf: list("ical:Vevent".freeze, "ical:Vtodo".freeze, "ical:Vjournal".freeze, "ical:Vfreebusy".freeze)
@@ -1529,8 +1482,7 @@ module RDF::Vocab
1529
1482
  label: "see also".freeze,
1530
1483
  type: "owl:ObjectProperty".freeze
1531
1484
  property :version,
1532
- comment: [%(
1533
- value type: TEXT).freeze, %(This property specifies the identifier corresponding to the highest version number or the minimum and maximum range of the iCalendar specification that is required in order to interpret the iCalendar object.).freeze],
1485
+ comment: ["This property specifies the identifier corresponding to the highest version number or the minimum and maximum range of the iCalendar specification that is required in order to interpret the iCalendar object.".freeze, "\n\t value type: TEXT".freeze],
1534
1486
  "http://www.w3.org/2002/12/cal/icalSpec#valueType": "TEXT".freeze,
1535
1487
  range: "xsd:string".freeze,
1536
1488
  type: "owl:DatatypeProperty".freeze