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
@@ -97,7 +97,7 @@ module RDF::Vocab
97
97
 
98
98
  # Class definitions
99
99
  term :EncryptedDocument,
100
- comment: %(An encrypted document intended for a set of recipients.).freeze,
100
+ comment: "An encrypted document intended for a set of recipients.".freeze,
101
101
  isDefinedBy: "wot:".freeze,
102
102
  label: "Encrypted Document".freeze,
103
103
  "owl:disjointWith": ["wot:Endorsement".freeze, "wot:PubKey".freeze, "wot:SigEvent".freeze, "wot:User".freeze],
@@ -105,7 +105,7 @@ module RDF::Vocab
105
105
  type: "owl:Class".freeze,
106
106
  "vs:term_status": "unstable".freeze
107
107
  term :Endorsement,
108
- comment: %(An endorsement resource containing a detached ascii signature.).freeze,
108
+ comment: "An endorsement resource containing a detached ascii signature.".freeze,
109
109
  isDefinedBy: "wot:".freeze,
110
110
  label: "Endorsement".freeze,
111
111
  "owl:disjointWith": ["wot:EncryptedDocument".freeze, "wot:PubKey".freeze, "wot:SigEvent".freeze, "wot:User".freeze],
@@ -113,7 +113,7 @@ module RDF::Vocab
113
113
  type: "owl:Class".freeze,
114
114
  "vs:term_status": "unstable".freeze
115
115
  term :PubKey,
116
- comment: %(A class used to represent a PGP/GPG public key for a user \(an agent, person, group or organization\).).freeze,
116
+ comment: "A class used to represent a PGP/GPG public key for a user (an agent, person, group or organization).".freeze,
117
117
  isDefinedBy: "wot:".freeze,
118
118
  label: "Public Key".freeze,
119
119
  "owl:disjointWith": ["wot:EncryptedDocument".freeze, "wot:Endorsement".freeze, "wot:SigEvent".freeze, "wot:User".freeze],
@@ -121,7 +121,7 @@ module RDF::Vocab
121
121
  type: "owl:Class".freeze,
122
122
  "vs:term_status": "stable".freeze
123
123
  term :SigEvent,
124
- comment: %(An event describing the action of a public key being signed by some other public key.).freeze,
124
+ comment: "An event describing the action of a public key being signed by some other public key.".freeze,
125
125
  isDefinedBy: "wot:".freeze,
126
126
  label: "Key Signing Event".freeze,
127
127
  "owl:disjointWith": ["wot:EncryptedDocument".freeze, "wot:Endorsement".freeze, "wot:PubKey".freeze, "wot:User".freeze],
@@ -129,7 +129,7 @@ module RDF::Vocab
129
129
  type: "owl:Class".freeze,
130
130
  "vs:term_status": "testing".freeze
131
131
  term :User,
132
- comment: %(A user \(agent, person, group or organization\) of a PGP/GPG public key.).freeze,
132
+ comment: "A user (agent, person, group or organization) of a PGP/GPG public key.".freeze,
133
133
  isDefinedBy: "wot:".freeze,
134
134
  label: "Key User".freeze,
135
135
  "owl:disjointWith": ["wot:EncryptedDocument".freeze, "wot:Endorsement".freeze, "wot:PubKey".freeze, "wot:SigEvent".freeze],
@@ -139,7 +139,7 @@ module RDF::Vocab
139
139
 
140
140
  # Property definitions
141
141
  property :assurance,
142
- comment: %(A property linking a document to an endorsement resource containing a detached ascii signature.).freeze,
142
+ comment: "A property linking a document to an endorsement resource containing a detached ascii signature.".freeze,
143
143
  domain: "foaf:Document".freeze,
144
144
  isDefinedBy: "wot:".freeze,
145
145
  label: "Assurance".freeze,
@@ -147,7 +147,7 @@ module RDF::Vocab
147
147
  type: "owl:ObjectProperty".freeze,
148
148
  "vs:term_status": "stable".freeze
149
149
  property :encryptedTo,
150
- comment: %(A property linking an encrypted document to a recipient.).freeze,
150
+ comment: "A property linking an encrypted document to a recipient.".freeze,
151
151
  domain: "wot:EncryptedDocument".freeze,
152
152
  isDefinedBy: "wot:".freeze,
153
153
  label: "Encrypted to".freeze,
@@ -155,7 +155,7 @@ module RDF::Vocab
155
155
  type: "owl:ObjectProperty".freeze,
156
156
  "vs:term_status": "unstable".freeze
157
157
  property :encrypter,
158
- comment: %(A property linking an encrypted document to the public key that was used to encrypt it.).freeze,
158
+ comment: "A property linking an encrypted document to the public key that was used to encrypt it.".freeze,
159
159
  domain: "wot:EncryptedDocument".freeze,
160
160
  isDefinedBy: "wot:".freeze,
161
161
  label: "Encrypted by".freeze,
@@ -163,7 +163,7 @@ module RDF::Vocab
163
163
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
164
164
  "vs:term_status": "unstable".freeze
165
165
  property :fingerprint,
166
- comment: %(A public key hex fingerprint string \(40 digits, white space insignificant\).).freeze,
166
+ comment: "A public key hex fingerprint string (40 digits, white space insignificant).".freeze,
167
167
  domain: "wot:PubKey".freeze,
168
168
  isDefinedBy: "wot:".freeze,
169
169
  label: "Fingerprint".freeze,
@@ -171,7 +171,7 @@ module RDF::Vocab
171
171
  type: ["owl:DatatypeProperty".freeze, "owl:InverseFunctionalProperty".freeze],
172
172
  "vs:term_status": "testing".freeze
173
173
  property :hasKey,
174
- comment: %(A property to link a PubKey from a User).freeze,
174
+ comment: "A property to link a PubKey from a User".freeze,
175
175
  domain: "wot:User".freeze,
176
176
  inverseOf: "wot:identity".freeze,
177
177
  isDefinedBy: "wot:".freeze,
@@ -180,7 +180,7 @@ module RDF::Vocab
180
180
  type: "owl:ObjectProperty".freeze,
181
181
  "vs:term_status": "testing".freeze
182
182
  property :hex_id,
183
- comment: %(A public key hex identifier string \(8 digits\).).freeze,
183
+ comment: "A public key hex identifier string (8 digits).".freeze,
184
184
  domain: "wot:PubKey".freeze,
185
185
  isDefinedBy: "wot:".freeze,
186
186
  label: "Hex identifier".freeze,
@@ -188,7 +188,7 @@ module RDF::Vocab
188
188
  type: "owl:DatatypeProperty".freeze,
189
189
  "vs:term_status": "stable".freeze
190
190
  property :identity,
191
- comment: %(A property linking a public key to the user of the key.).freeze,
191
+ comment: "A property linking a public key to the user of the key.".freeze,
192
192
  domain: "wot:PubKey".freeze,
193
193
  isDefinedBy: "wot:".freeze,
194
194
  label: "Identity".freeze,
@@ -196,7 +196,7 @@ module RDF::Vocab
196
196
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
197
197
  "vs:term_status": "testing".freeze
198
198
  property :length,
199
- comment: %(A numeric string representing the length, in bytes, of a public key.).freeze,
199
+ comment: "A numeric string representing the length, in bytes, of a public key.".freeze,
200
200
  domain: "wot:PubKey".freeze,
201
201
  isDefinedBy: "wot:".freeze,
202
202
  label: "Length".freeze,
@@ -204,7 +204,7 @@ module RDF::Vocab
204
204
  type: "owl:DatatypeProperty".freeze,
205
205
  "vs:term_status": "stable".freeze
206
206
  property :pubkeyAddress,
207
- comment: %(The location of an ascii version of a public key.).freeze,
207
+ comment: "The location of an ascii version of a public key.".freeze,
208
208
  domain: "wot:PubKey".freeze,
209
209
  isDefinedBy: "wot:".freeze,
210
210
  label: "Address".freeze,
@@ -212,7 +212,7 @@ module RDF::Vocab
212
212
  type: "owl:ObjectProperty".freeze,
213
213
  "vs:term_status": "testing".freeze
214
214
  property :sigdate,
215
- comment: %(The date of a public key signature event.).freeze,
215
+ comment: "The date of a public key signature event.".freeze,
216
216
  domain: "wot:SigEvent".freeze,
217
217
  isDefinedBy: "wot:".freeze,
218
218
  label: "Signature date".freeze,
@@ -220,7 +220,7 @@ module RDF::Vocab
220
220
  type: "owl:DatatypeProperty".freeze,
221
221
  "vs:term_status": "testing".freeze
222
222
  property :signed,
223
- comment: %(A property linking a public key to a public key signature event.).freeze,
223
+ comment: "A property linking a public key to a public key signature event.".freeze,
224
224
  domain: "wot:PubKey".freeze,
225
225
  isDefinedBy: "wot:".freeze,
226
226
  label: "Signed".freeze,
@@ -228,7 +228,7 @@ module RDF::Vocab
228
228
  type: "owl:ObjectProperty".freeze,
229
229
  "vs:term_status": "testing".freeze
230
230
  property :signer,
231
- comment: %(A property linking a public key signature event to the public key that was used to sign.).freeze,
231
+ comment: "A property linking a public key signature event to the public key that was used to sign.".freeze,
232
232
  domain: "wot:SigEvent".freeze,
233
233
  isDefinedBy: "wot:".freeze,
234
234
  label: "Signer".freeze,
@@ -236,7 +236,7 @@ module RDF::Vocab
236
236
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
237
237
  "vs:term_status": "unstable".freeze
238
238
  property :sigtime,
239
- comment: %(The time \(of day\) of a public key signature event.).freeze,
239
+ comment: "The time (of day) of a public key signature event.".freeze,
240
240
  domain: "wot:SigEvent".freeze,
241
241
  isDefinedBy: "wot:".freeze,
242
242
  label: "Signature time".freeze,
@@ -352,405 +352,289 @@ module RDF::Vocab
352
352
 
353
353
  # Property definitions
354
354
  property :alert,
355
- comment: %(A message
356
- with important, and usually time-sensitive, information. Also see
357
- alertdialog and status.).freeze,
355
+ comment: "A message\n with important, and usually time-sensitive, information. Also see\n alertdialog and status.".freeze,
358
356
  type: "rdf:Property".freeze
359
357
  property :alertdialog,
360
- comment: %(A
361
- type of dialog that contains an alert message, where initial focus goes
362
- to the dialog or an element within it. Also see alert and dialog.).freeze,
358
+ comment: "A\n type of dialog that contains an alert message, where initial focus goes\n to the dialog or an element within it. Also see alert and dialog.".freeze,
363
359
  type: "rdf:Property".freeze
364
360
  property :alternate,
365
- comment: %(alternate designates alternate
366
- versions for a resource.).freeze,
361
+ comment: "alternate designates alternate\n versions for a resource.".freeze,
367
362
  "rdfs:member": "xhv:relrev-properties".freeze,
368
363
  type: "rdf:Property".freeze
369
364
  property :appendix,
370
- comment: %(appendix refers to a resource serving
371
- as an appendix in a collection. ).freeze,
365
+ comment: "appendix refers to a resource serving\n as an appendix in a collection. ".freeze,
372
366
  "rdfs:member": "xhv:relrev-properties".freeze,
373
367
  type: "rdf:Property".freeze
374
368
  property :application,
375
- comment: %(A
376
- region declared as a web application, as opposed to a web document.).freeze,
369
+ comment: "A\n region declared as a web application, as opposed to a web document.".freeze,
377
370
  type: "rdf:Property".freeze
378
371
  property :article,
379
- comment: %(A
380
- section of a page consisting of an independent part of a document, page,
381
- or site.).freeze,
372
+ comment: "A\n section of a page consisting of an independent part of a document, page,\n or site.".freeze,
382
373
  type: "rdf:Property".freeze
383
374
  property :banner,
384
- comment: %(banner contains the prime heading or
385
- internal title of a page. ).freeze,
375
+ comment: "banner contains the prime heading or\n internal title of a page. ".freeze,
386
376
  "rdfs:member": "xhv:role-properties".freeze,
387
377
  type: "rdf:Property".freeze
388
378
  property :bookmark,
389
- comment: %(bookmark refers to a bookmark - a link
390
- to a key entry point within an extended document. ).freeze,
379
+ comment: "bookmark refers to a bookmark - a link\n to a key entry point within an extended document. ".freeze,
391
380
  "rdfs:member": "xhv:relrev-properties".freeze,
392
381
  type: "rdf:Property".freeze
393
382
  property :button,
394
- comment: %(An input
395
- that allows for user-triggered actions when clicked or pressed.).freeze,
383
+ comment: "An input\n that allows for user-triggered actions when clicked or pressed.".freeze,
396
384
  type: "rdf:Property".freeze
397
385
  property :chapter,
398
- comment: %(chapter refers to a resource serving
399
- as a chapter in a collction. ).freeze,
386
+ comment: "chapter refers to a resource serving\n as a chapter in a collction. ".freeze,
400
387
  "rdfs:member": "xhv:relrev-properties".freeze,
401
388
  type: "rdf:Property".freeze
402
389
  property :checkbox,
403
- comment: %(An
404
- checkable input that has three possible values: true, false, or
405
- mixed.).freeze,
390
+ comment: "An\n checkable input that has three possible values: true, false, or\n mixed.".freeze,
406
391
  type: "rdf:Property".freeze
407
392
  property :cite,
408
- comment: %(cite refers to a resource that defines
409
- a citation. ).freeze,
393
+ comment: "cite refers to a resource that defines\n a citation. ".freeze,
410
394
  "rdfs:member": "xhv:relrev-properties".freeze,
411
395
  type: "rdf:Property".freeze
412
396
  property :columnheader,
413
- comment: %(A
414
- cell containing header information for a column.).freeze,
397
+ comment: "A\n cell containing header information for a column.".freeze,
415
398
  type: "rdf:Property".freeze
416
399
  property :combobox,
417
- comment: %(A
418
- presentation of a select; usually similar to a textbox where users can
419
- type ahead to select an option, or type to enter arbitrary text as a new
420
- item in the list.).freeze,
400
+ comment: "A\n presentation of a select; usually similar to a textbox where users can\n type ahead to select an option, or type to enter arbitrary text as a new\n item in the list.".freeze,
421
401
  type: "rdf:Property".freeze
422
402
  property :complementary,
423
- comment: %(secondary indicates that the section
424
- supports but is separable from the main content of resource.).freeze,
403
+ comment: "secondary indicates that the section\n supports but is separable from the main content of resource.".freeze,
425
404
  "rdfs:member": "xhv:role-properties".freeze,
426
405
  type: "rdf:Property".freeze
427
406
  property :contentinfo,
428
- comment: %(contentinfo has meta information about
429
- the content on the page or the page as a whole.).freeze,
407
+ comment: "contentinfo has meta information about\n the content on the page or the page as a whole.".freeze,
430
408
  "rdfs:member": "xhv:role-properties".freeze,
431
409
  type: "rdf:Property".freeze
432
410
  property :contents,
433
- comment: %(contents refers to a resource serving
434
- as a table of contents. ).freeze,
411
+ comment: "contents refers to a resource serving\n as a table of contents. ".freeze,
435
412
  "rdfs:member": "xhv:relrev-properties".freeze,
436
413
  type: "rdf:Property".freeze
437
414
  property :copyright,
438
- comment: %(copyright refers to a copyright
439
- statement for the resource. ).freeze,
415
+ comment: "copyright refers to a copyright\n statement for the resource. ".freeze,
440
416
  "rdfs:member": "xhv:relrev-properties".freeze,
441
417
  type: "rdf:Property".freeze
442
418
  property :definition,
443
- comment: %(definition indicates the definition of
444
- a term or concept.).freeze,
419
+ comment: "definition indicates the definition of\n a term or concept.".freeze,
445
420
  "rdfs:member": "xhv:role-properties".freeze,
446
421
  type: "rdf:Property".freeze
447
422
  property :dialog,
448
- comment: %(A dialog
449
- is an application window that is designed to interrupt the current
450
- processing of an application in order to prompt the user to enter
451
- information or require a response. Also see alertdialog.).freeze,
423
+ comment: "A dialog\n is an application window that is designed to interrupt the current\n processing of an application in order to prompt the user to enter\n information or require a response. Also see alertdialog.".freeze,
452
424
  type: "rdf:Property".freeze
453
425
  property :directory,
454
- comment: %(A list
455
- of references to members of a group, such as a static table of
456
- contents.).freeze,
426
+ comment: "A list\n of references to members of a group, such as a static table of\n contents.".freeze,
457
427
  type: "rdf:Property".freeze
458
428
  property :document,
459
- comment: %(A
460
- region containing related information that is declared as document
461
- content, as opposed to a web application.).freeze,
429
+ comment: "A\n region containing related information that is declared as document\n content, as opposed to a web application.".freeze,
462
430
  type: "rdf:Property".freeze
463
431
  property :first,
464
- comment: %(first refers the first item in a
465
- collection \(see also start and top\).).freeze,
432
+ comment: "first refers the first item in a\n collection (see also start and top).".freeze,
466
433
  "rdfs:member": "xhv:relrev-properties".freeze,
467
434
  type: "rdf:Property".freeze
468
435
  property :glossary,
469
- comment: %(glossary refers to a resource
470
- providing a glossary of terms. ).freeze,
436
+ comment: "glossary refers to a resource\n providing a glossary of terms. ".freeze,
471
437
  "rdfs:member": "xhv:relrev-properties".freeze,
472
438
  type: "rdf:Property".freeze
473
439
  property :grid,
474
- comment: %(A grid
475
- contains cells of tabular data arranged in rows and columns, like a
476
- table.).freeze,
440
+ comment: "A grid\n contains cells of tabular data arranged in rows and columns, like a\n table.".freeze,
477
441
  type: "rdf:Property".freeze
478
442
  property :gridcell,
479
- comment: %(A cell
480
- in a grid or treegrid.).freeze,
443
+ comment: "A cell\n in a grid or treegrid.".freeze,
481
444
  type: "rdf:Property".freeze
482
445
  property :group,
483
- comment: %(A set of
484
- user interface objects which would not be included in a page summary or
485
- table of contents by an assistive technology.).freeze,
446
+ comment: "A set of\n user interface objects which would not be included in a page summary or\n table of contents by an assistive technology.".freeze,
486
447
  type: "rdf:Property".freeze
487
448
  property :heading,
488
- comment: %(A
489
- heading for a section of the page.).freeze,
449
+ comment: "A\n heading for a section of the page.".freeze,
490
450
  type: "rdf:Property".freeze
491
451
  property :help,
492
- comment: %(help refers to a resource offering
493
- help. ).freeze,
452
+ comment: "help refers to a resource offering\n help. ".freeze,
494
453
  "rdfs:member": "xhv:relrev-properties".freeze,
495
454
  type: "rdf:Property".freeze
496
455
  property :icon,
497
- comment: %(icon refers to a resource that
498
- represents an icon. ).freeze,
456
+ comment: "icon refers to a resource that\n represents an icon. ".freeze,
499
457
  "rdfs:member": "xhv:relrev-properties".freeze,
500
458
  type: "rdf:Property".freeze
501
459
  property :img,
502
- comment: %(A container
503
- for a collection of elements that form an image.).freeze,
460
+ comment: "A container\n for a collection of elements that form an image.".freeze,
504
461
  type: "rdf:Property".freeze
505
462
  property :index,
506
- comment: %(index refers to a resource providing
507
- an index. ).freeze,
463
+ comment: "index refers to a resource providing\n an index. ".freeze,
508
464
  "rdfs:member": "xhv:relrev-properties".freeze,
509
465
  type: "rdf:Property".freeze
510
466
  property :itsRules,
511
- comment: %(itsRules indicates that the designated
512
- resource is an [ITS] rule set.).freeze,
467
+ comment: "itsRules indicates that the designated\n resource is an [ITS] rule set.".freeze,
513
468
  "rdfs:member": "xhv:relrev-properties".freeze,
514
469
  type: "rdf:Property".freeze
515
470
  property :last,
516
- comment: %(last refers to the last resource in a
517
- collection of resources. ).freeze,
471
+ comment: "last refers to the last resource in a\n collection of resources. ".freeze,
518
472
  "rdfs:member": "xhv:relrev-properties".freeze,
519
473
  type: "rdf:Property".freeze
520
474
  property :license,
521
- comment: %(license refers to a resource that
522
- defines the associated license. ).freeze,
475
+ comment: "license refers to a resource that\n defines the associated license. ".freeze,
523
476
  "rdfs:member": "xhv:relrev-properties".freeze,
524
477
  type: "rdf:Property".freeze
525
478
  property :link,
526
- comment: %(An
527
- interactive reference to an internal or external resource.).freeze,
479
+ comment: "An\n interactive reference to an internal or external resource.".freeze,
528
480
  type: "rdf:Property".freeze
529
481
  property :list,
530
- comment: %(A group of
531
- non-interactive list items.).freeze,
482
+ comment: "A group of\n non-interactive list items.".freeze,
532
483
  type: "rdf:Property".freeze
533
484
  property :listbox,
534
- comment: %(A widget
535
- that allows the user to select one or more items from a list of
536
- choices.).freeze,
485
+ comment: "A widget\n that allows the user to select one or more items from a list of\n choices.".freeze,
537
486
  type: "rdf:Property".freeze
538
487
  property :listitem,
539
- comment: %(A
540
- single item in a list, listbox, or directory.).freeze,
488
+ comment: "A\n single item in a list, listbox, or directory.".freeze,
541
489
  type: "rdf:Property".freeze
542
490
  property :log,
543
- comment: %(A type of
544
- live region where new information is added in meaningful order and old
545
- information may disappear. Also see marquee.).freeze,
491
+ comment: "A type of\n live region where new information is added in meaningful order and old\n information may disappear. Also see marquee.".freeze,
546
492
  type: "rdf:Property".freeze
547
493
  property :main,
548
- comment: %(main acts as the main content of the
549
- document. ).freeze,
494
+ comment: "main acts as the main content of the\n document. ".freeze,
550
495
  "rdfs:member": "xhv:role-properties".freeze,
551
496
  type: "rdf:Property".freeze
552
497
  property :marquee,
553
- comment: %(A type
554
- of live region where non-essential information changes frequently. Also
555
- see log.).freeze,
498
+ comment: "A type\n of live region where non-essential information changes frequently. Also\n see log.".freeze,
556
499
  type: "rdf:Property".freeze
557
500
  property :math,
558
- comment: %(An element
559
- that represents a mathematical expression.).freeze,
501
+ comment: "An element\n that represents a mathematical expression.".freeze,
560
502
  type: "rdf:Property".freeze
561
503
  property :menu,
562
- comment: %(A type of
563
- widget that offers a list of choices to the user.).freeze,
504
+ comment: "A type of\n widget that offers a list of choices to the user.".freeze,
564
505
  type: "rdf:Property".freeze
565
506
  property :menubar,
566
- comment: %(A
567
- presentation of menu that usually remains visible and is usually
568
- presented horizontally.).freeze,
507
+ comment: "A\n presentation of menu that usually remains visible and is usually\n presented horizontally.".freeze,
569
508
  type: "rdf:Property".freeze
570
509
  property :menuitem,
571
- comment: %(An
572
- option in a group of choices contained by a menu or menubar.).freeze,
510
+ comment: "An\n option in a group of choices contained by a menu or menubar.".freeze,
573
511
  type: "rdf:Property".freeze
574
512
  property :menuitemcheckbox,
575
- comment: %(A checkable menuitem that has three possible
576
- values: true, false, or mixed.).freeze,
513
+ comment: "A checkable menuitem that has three possible\n values: true, false, or mixed.".freeze,
577
514
  type: "rdf:Property".freeze
578
515
  property :menuitemradio,
579
- comment: %(A
580
- checkable menuitem in a group of menuitemradio roles, only one of which
581
- can be checked at a time.).freeze,
516
+ comment: "A\n checkable menuitem in a group of menuitemradio roles, only one of which\n can be checked at a time.".freeze,
582
517
  type: "rdf:Property".freeze
583
518
  property :meta,
584
- comment: %(meta refers to a resource that
585
- provides metadata. ).freeze,
519
+ comment: "meta refers to a resource that\n provides metadata. ".freeze,
586
520
  "rdfs:member": "xhv:relrev-properties".freeze,
587
521
  type: "rdf:Property".freeze
588
522
  property :navigation,
589
- comment: %(navigation indicates a collection of
590
- items suitable for navigating the document or related documents.).freeze,
523
+ comment: "navigation indicates a collection of\n items suitable for navigating the document or related documents.".freeze,
591
524
  "rdfs:member": "xhv:role-properties".freeze,
592
525
  type: "rdf:Property".freeze
593
526
  property :next,
594
- comment: %(next refers to the next resource
595
- \(after the current one\) in an ordered collection of resources. ).freeze,
527
+ comment: "next refers to the next resource\n (after the current one) in an ordered collection of resources. ".freeze,
596
528
  "rdfs:member": "xhv:relrev-properties".freeze,
597
529
  type: "rdf:Property".freeze
598
530
  property :note,
599
- comment: %(note indicates the content is
600
- parenthetic or ancillary to the main content of the resource. ).freeze,
531
+ comment: "note indicates the content is\n parenthetic or ancillary to the main content of the resource. ".freeze,
601
532
  "rdfs:member": "xhv:role-properties".freeze,
602
533
  type: "rdf:Property".freeze
603
534
  property :option,
604
- comment: %(A
605
- selectable item in a select list.).freeze,
535
+ comment: "A\n selectable item in a select list.".freeze,
606
536
  type: "rdf:Property".freeze
607
537
  property :p3pv1,
608
- comment: %(p3pv1 refers to a P3P Policy Reference
609
- File [P3P]. ).freeze,
538
+ comment: "p3pv1 refers to a P3P Policy Reference\n File [P3P]. ".freeze,
610
539
  "rdfs:member": "xhv:relrev-properties".freeze,
611
540
  type: "rdf:Property".freeze
612
541
  property :presentation,
613
- comment: %(An
614
- element whose role is presentational and does not need to be mapped to
615
- the accessibility API.).freeze,
542
+ comment: "An\n element whose role is presentational and does not need to be mapped to\n the accessibility API.".freeze,
616
543
  type: "rdf:Property".freeze
617
544
  property :prev,
618
- comment: %(prev refers to a previous resource
619
- \(before the current one\) in an ordered collection of resources. ).freeze,
545
+ comment: "prev refers to a previous resource\n (before the current one) in an ordered collection of resources. ".freeze,
620
546
  "rdfs:member": "xhv:relrev-properties".freeze,
621
547
  type: "rdf:Property".freeze
622
548
  property :progressbar,
623
- comment: %(An
624
- element that displays the progress status for tasks that take a long
625
- time.).freeze,
549
+ comment: "An\n element that displays the progress status for tasks that take a long\n time.".freeze,
626
550
  type: "rdf:Property".freeze
627
551
  property :radio,
628
- comment: %(A
629
- checkable input in a group of radio roles, only one of which can be
630
- checked at a time.).freeze,
552
+ comment: "A\n checkable input in a group of radio roles, only one of which can be\n checked at a time.".freeze,
631
553
  type: "rdf:Property".freeze
632
554
  property :radiogroup,
633
- comment: %(A
634
- group of radio buttons.).freeze,
555
+ comment: "A\n group of radio buttons.".freeze,
635
556
  type: "rdf:Property".freeze
636
557
  property :region,
637
- comment: %(A large
638
- perceivable section of a web page or document, that the author feels
639
- should be included in a summary of page features.).freeze,
558
+ comment: "A large\n perceivable section of a web page or document, that the author feels\n should be included in a summary of page features.".freeze,
640
559
  type: "rdf:Property".freeze
641
560
  property :role,
642
- comment: %(role indicates the purpose of the
643
- resource. See the XHTML Role
644
- Vocabulary for roles in this vocabulary space, and XHTMLROLE for information on extending the
645
- collection of roles. ).freeze,
561
+ comment: "role indicates the purpose of the\n resource. See the XHTML Role\n Vocabulary for roles in this vocabulary space, and XHTMLROLE for information on extending the\n collection of roles. ".freeze,
646
562
  "rdfs:member": "xhv:relrev-properties".freeze,
647
563
  type: ["rdf:Bag".freeze, "rdf:Property".freeze]
648
564
  property :row,
649
- comment: %(A row of
650
- cells in a grid.).freeze,
565
+ comment: "A row of\n cells in a grid.".freeze,
651
566
  type: "rdf:Property".freeze
652
567
  property :rowheader,
653
- comment: %(A cell
654
- containing header information for a row in a grid.).freeze,
568
+ comment: "A cell\n containing header information for a row in a grid.".freeze,
655
569
  type: "rdf:Property".freeze
656
570
  property :search,
657
- comment: %(search indicates that the section
658
- provides a search facility. ).freeze,
571
+ comment: "search indicates that the section\n provides a search facility. ".freeze,
659
572
  "rdfs:member": "xhv:role-properties".freeze,
660
573
  type: "rdf:Property".freeze
661
574
  property :section,
662
- comment: %(section refers to a resource serving
663
- as a section in a collection. ).freeze,
575
+ comment: "section refers to a resource serving\n as a section in a collection. ".freeze,
664
576
  "rdfs:member": "xhv:relrev-properties".freeze,
665
577
  type: "rdf:Property".freeze
666
578
  property :separator,
667
- comment: %(A
668
- divider that separates and distinguishes sections of content or groups of
669
- menuitems.).freeze,
579
+ comment: "A\n divider that separates and distinguishes sections of content or groups of\n menuitems.".freeze,
670
580
  type: "rdf:Property".freeze
671
581
  property :slider,
672
- comment: %(A user
673
- input where the user selects a value from within a given range.).freeze,
582
+ comment: "A user\n input where the user selects a value from within a given range.".freeze,
674
583
  type: "rdf:Property".freeze
675
584
  property :spinbutton,
676
- comment: %(A
677
- form of range that expects a user to select from amongst discrete
678
- choices.).freeze,
585
+ comment: "A\n form of range that expects a user to select from amongst discrete\n choices.".freeze,
679
586
  type: "rdf:Property".freeze
680
587
  property :start,
681
- comment: %(start refers to the first resource in
682
- a collection of resources. ).freeze,
588
+ comment: "start refers to the first resource in\n a collection of resources. ".freeze,
683
589
  "rdfs:member": "xhv:relrev-properties".freeze,
684
590
  type: "rdf:Property".freeze
685
591
  property :status,
686
- comment: %(A
687
- container whose content is advisory information for the user but is not
688
- important enough to justify an alert. Also see alert.).freeze,
592
+ comment: "A\n container whose content is advisory information for the user but is not\n important enough to justify an alert. Also see alert.".freeze,
689
593
  type: "rdf:Property".freeze
690
594
  property :stylesheet,
691
- comment: %(stylesheet refers to a resource
692
- serving as a stylesheet for a resource. ).freeze,
595
+ comment: "stylesheet refers to a resource\n serving as a stylesheet for a resource. ".freeze,
693
596
  "rdfs:member": "xhv:relrev-properties".freeze,
694
597
  type: "rdf:Property".freeze
695
598
  property :subsection,
696
- comment: %(subsection refers to a resource
697
- serving as a subsection in a collection. ).freeze,
599
+ comment: "subsection refers to a resource\n serving as a subsection in a collection. ".freeze,
698
600
  "rdfs:member": "xhv:relrev-properties".freeze,
699
601
  type: "rdf:Property".freeze
700
602
  property :tab,
701
- comment: %(A header for
702
- a tabpanel.).freeze,
603
+ comment: "A header for\n a tabpanel.".freeze,
703
604
  type: "rdf:Property".freeze
704
605
  property :tablist,
705
- comment: %(A list
706
- of tab elements, which are references to tabpanel elements.).freeze,
606
+ comment: "A list\n of tab elements, which are references to tabpanel elements.".freeze,
707
607
  type: "rdf:Property".freeze
708
608
  property :tabpanel,
709
- comment: %(A
710
- container for the resources associated with a tab.).freeze,
609
+ comment: "A\n container for the resources associated with a tab.".freeze,
711
610
  type: "rdf:Property".freeze
712
611
  property :textbox,
713
- comment: %(Input
714
- that allows free-form text as their value.).freeze,
612
+ comment: "Input\n that allows free-form text as their value.".freeze,
715
613
  type: "rdf:Property".freeze
716
614
  property :timer,
717
- comment: %(A
718
- numerical counter which indicates an amount of elapsed time from a start
719
- point, or the time remaining until an end point.).freeze,
615
+ comment: "A\n numerical counter which indicates an amount of elapsed time from a start\n point, or the time remaining until an end point.".freeze,
720
616
  type: "rdf:Property".freeze
721
617
  property :toolbar,
722
- comment: %(A
723
- collection of commonly used function buttons represented in compact
724
- visual form.).freeze,
618
+ comment: "A\n collection of commonly used function buttons represented in compact\n visual form.".freeze,
725
619
  type: "rdf:Property".freeze
726
620
  property :tooltip,
727
- comment: %(A
728
- contextual popup that displays a description for an element in a mouse
729
- hover or keyboard focused state. Supplement to the normal tooltip
730
- processing of the user agent.).freeze,
621
+ comment: "A\n contextual popup that displays a description for an element in a mouse\n hover or keyboard focused state. Supplement to the normal tooltip\n processing of the user agent.".freeze,
731
622
  type: "rdf:Property".freeze
732
623
  property :top,
733
- comment: %(top is a synonym for start. ).freeze,
624
+ comment: "top is a synonym for start. ".freeze,
734
625
  "rdfs:member": "xhv:relrev-properties".freeze,
735
626
  type: "rdf:Property".freeze
736
627
  property :tree,
737
- comment: %(A type of
738
- list that may contain sub-level nested groups that can be collapsed and
739
- expanded.).freeze,
628
+ comment: "A type of\n list that may contain sub-level nested groups that can be collapsed and\n expanded.".freeze,
740
629
  type: "rdf:Property".freeze
741
630
  property :treegrid,
742
- comment: %(A grid
743
- whose rows can be expanded and collapsed in the same manner as for a
744
- tree.).freeze,
631
+ comment: "A grid\n whose rows can be expanded and collapsed in the same manner as for a\n tree.".freeze,
745
632
  type: "rdf:Property".freeze
746
633
  property :treeitem,
747
- comment: %(An
748
- option item of a tree. This is an element within a tree that may be
749
- expanded or collapsed if it contains a sub-level group of treeitems.).freeze,
634
+ comment: "An\n option item of a tree. This is an element within a tree that may be\n expanded or collapsed if it contains a sub-level group of treeitems.".freeze,
750
635
  type: "rdf:Property".freeze
751
636
  property :up,
752
- comment: %(up refers to a resource "above" in a
753
- hierarchically structured set. ).freeze,
637
+ comment: "up refers to a resource \"above\" in a\n hierarchically structured set. ".freeze,
754
638
  "rdfs:member": "xhv:relrev-properties".freeze,
755
639
  type: "rdf:Property".freeze
756
640