unitsdb 2.1.1 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/release.yml +8 -1
  3. data/.gitignore +2 -0
  4. data/.gitmodules +4 -3
  5. data/.rubocop.yml +13 -8
  6. data/.rubocop_todo.yml +217 -100
  7. data/CLAUDE.md +55 -0
  8. data/Gemfile +4 -1
  9. data/README.adoc +283 -16
  10. data/data/dimensions.yaml +1864 -0
  11. data/data/prefixes.yaml +874 -0
  12. data/data/quantities.yaml +3715 -0
  13. data/data/scales.yaml +97 -0
  14. data/data/schemas/dimensions-schema.yaml +153 -0
  15. data/data/schemas/prefixes-schema.yaml +155 -0
  16. data/data/schemas/quantities-schema.yaml +117 -0
  17. data/data/schemas/scales-schema.yaml +106 -0
  18. data/data/schemas/unit_systems-schema.yaml +116 -0
  19. data/data/schemas/units-schema.yaml +215 -0
  20. data/data/unit_systems.yaml +78 -0
  21. data/data/units.yaml +14052 -0
  22. data/exe/unitsdb +7 -1
  23. data/lib/unitsdb/cli.rb +42 -15
  24. data/lib/unitsdb/commands/_modify.rb +40 -4
  25. data/lib/unitsdb/commands/base.rb +6 -2
  26. data/lib/unitsdb/commands/check_si/si_formatter.rb +488 -0
  27. data/lib/unitsdb/commands/check_si/si_matcher.rb +487 -0
  28. data/lib/unitsdb/commands/check_si/si_ttl_parser.rb +103 -0
  29. data/lib/unitsdb/commands/check_si/si_updater.rb +254 -0
  30. data/lib/unitsdb/commands/check_si.rb +54 -35
  31. data/lib/unitsdb/commands/get.rb +11 -10
  32. data/lib/unitsdb/commands/normalize.rb +21 -7
  33. data/lib/unitsdb/commands/qudt/check.rb +150 -0
  34. data/lib/unitsdb/commands/qudt/formatter.rb +194 -0
  35. data/lib/unitsdb/commands/qudt/matcher.rb +746 -0
  36. data/lib/unitsdb/commands/qudt/ttl_parser.rb +403 -0
  37. data/lib/unitsdb/commands/qudt/update.rb +126 -0
  38. data/lib/unitsdb/commands/qudt/updater.rb +189 -0
  39. data/lib/unitsdb/commands/qudt.rb +82 -0
  40. data/lib/unitsdb/commands/release.rb +12 -9
  41. data/lib/unitsdb/commands/search.rb +12 -11
  42. data/lib/unitsdb/commands/ucum/check.rb +42 -29
  43. data/lib/unitsdb/commands/ucum/formatter.rb +2 -1
  44. data/lib/unitsdb/commands/ucum/matcher.rb +23 -9
  45. data/lib/unitsdb/commands/ucum/update.rb +14 -13
  46. data/lib/unitsdb/commands/ucum/updater.rb +40 -6
  47. data/lib/unitsdb/commands/ucum/xml_parser.rb +0 -2
  48. data/lib/unitsdb/commands/ucum.rb +44 -4
  49. data/lib/unitsdb/commands/validate/identifiers.rb +2 -4
  50. data/lib/unitsdb/commands/validate/qudt_references.rb +111 -0
  51. data/lib/unitsdb/commands/validate/references.rb +36 -19
  52. data/lib/unitsdb/commands/validate/si_references.rb +3 -5
  53. data/lib/unitsdb/commands/validate/ucum_references.rb +105 -0
  54. data/lib/unitsdb/commands/validate.rb +67 -11
  55. data/lib/unitsdb/commands.rb +20 -0
  56. data/lib/unitsdb/database.rb +90 -52
  57. data/lib/unitsdb/dimension.rb +1 -4
  58. data/lib/unitsdb/dimension_details.rb +0 -1
  59. data/lib/unitsdb/dimensions.rb +0 -2
  60. data/lib/unitsdb/errors.rb +7 -0
  61. data/lib/unitsdb/prefix.rb +0 -4
  62. data/lib/unitsdb/prefix_reference.rb +0 -2
  63. data/lib/unitsdb/prefixes.rb +0 -1
  64. data/lib/unitsdb/quantities.rb +0 -2
  65. data/lib/unitsdb/quantity.rb +0 -6
  66. data/lib/unitsdb/qudt.rb +100 -0
  67. data/lib/unitsdb/root_unit_reference.rb +0 -3
  68. data/lib/unitsdb/scale.rb +0 -4
  69. data/lib/unitsdb/scale_reference.rb +0 -2
  70. data/lib/unitsdb/scales.rb +0 -2
  71. data/lib/unitsdb/si_derived_base.rb +0 -2
  72. data/lib/unitsdb/ucum.rb +14 -10
  73. data/lib/unitsdb/unit.rb +0 -10
  74. data/lib/unitsdb/unit_reference.rb +0 -2
  75. data/lib/unitsdb/unit_system.rb +1 -3
  76. data/lib/unitsdb/unit_system_reference.rb +0 -2
  77. data/lib/unitsdb/unit_systems.rb +0 -2
  78. data/lib/unitsdb/units.rb +0 -2
  79. data/lib/unitsdb/utils.rb +32 -21
  80. data/lib/unitsdb/version.rb +5 -1
  81. data/lib/unitsdb.rb +62 -14
  82. data/unitsdb.gemspec +6 -3
  83. metadata +52 -13
  84. data/lib/unitsdb/commands/si_formatter.rb +0 -485
  85. data/lib/unitsdb/commands/si_matcher.rb +0 -470
  86. data/lib/unitsdb/commands/si_ttl_parser.rb +0 -100
  87. data/lib/unitsdb/commands/si_updater.rb +0 -212
@@ -0,0 +1,1864 @@
1
+ # yaml-language-server: $schema=schemas/dimensions-schema.yaml
2
+ ---
3
+ schema_version: 2.0.0
4
+ dimensions:
5
+ - identifiers:
6
+ - type: nist
7
+ id: NISTd1
8
+ - type: unitsml
9
+ id: d:length
10
+ length:
11
+ power: 1
12
+ symbol: L
13
+ symbols:
14
+ - latex: "\\ensuremath{\\mathsf{L}}"
15
+ unicode: "\U0001D5AB"
16
+ ascii: L
17
+ html: "𝖫"
18
+ id: dim_L
19
+ mathml: "<mi mathvariant='sans-serif'>L</mi>"
20
+ names:
21
+ - value: length
22
+ lang: en
23
+ references:
24
+ - type: informative
25
+ authority: qudt
26
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0
27
+ short: length
28
+ - identifiers:
29
+ - type: nist
30
+ id: NISTd10
31
+ - type: unitsml
32
+ id: d:volume
33
+ length:
34
+ power: 3
35
+ symbol: L
36
+ names:
37
+ - value: volume
38
+ lang: en
39
+ references:
40
+ - type: informative
41
+ authority: qudt
42
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0
43
+ short: volume
44
+ - dimensionless: true
45
+ identifiers:
46
+ - type: nist
47
+ id: NISTd100
48
+ - type: unitsml
49
+ id: d:traffic_intensity
50
+ names:
51
+ - value: traffic intensity
52
+ lang: en
53
+ references:
54
+ - type: informative
55
+ authority: qudt
56
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D0
57
+ short: traffic_intensity
58
+ - identifiers:
59
+ - type: nist
60
+ id: NISTd101
61
+ - type: unitsml
62
+ id: d:symbol_rate
63
+ names:
64
+ - value: symbol rate
65
+ lang: en
66
+ references:
67
+ - type: informative
68
+ authority: qudt
69
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-0dot5I0M0dot5H0T-1D0
70
+ time:
71
+ power: -1
72
+ symbol: T
73
+ short: symbol_rate
74
+ - dimensionless: true
75
+ identifiers:
76
+ - type: nist
77
+ id: NISTd102
78
+ - type: unitsml
79
+ id: d:information_content
80
+ names:
81
+ - value: information content
82
+ lang: en
83
+ references:
84
+ - type: informative
85
+ authority: qudt
86
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D0
87
+ short: information_content
88
+ - identifiers:
89
+ - type: nist
90
+ id: NISTd11
91
+ - type: unitsml
92
+ id: d:velocity
93
+ length:
94
+ power: 1
95
+ symbol: L
96
+ names:
97
+ - value: velocity
98
+ lang: en
99
+ references:
100
+ - type: informative
101
+ authority: qudt
102
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0
103
+ time:
104
+ power: -1
105
+ symbol: T
106
+ short: velocity
107
+ - identifiers:
108
+ - type: nist
109
+ id: NISTd12
110
+ - type: unitsml
111
+ id: d:force
112
+ length:
113
+ power: 1
114
+ symbol: L
115
+ names:
116
+ - value: force
117
+ lang: en
118
+ references:
119
+ - type: informative
120
+ authority: qudt
121
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0
122
+ time:
123
+ power: -2
124
+ symbol: T
125
+ mass:
126
+ power: 1
127
+ symbol: M
128
+ short: force
129
+ - electric_current:
130
+ power: -1
131
+ symbol: I
132
+ identifiers:
133
+ - type: nist
134
+ id: NISTd13
135
+ - type: unitsml
136
+ id: d:magnetic_flux_density
137
+ names:
138
+ - value: magnetic flux density
139
+ lang: en
140
+ references:
141
+ - type: informative
142
+ authority: qudt
143
+ uri: http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0
144
+ time:
145
+ power: -2
146
+ symbol: T
147
+ mass:
148
+ power: 1
149
+ symbol: M
150
+ short: magnetic_flux_density
151
+ - identifiers:
152
+ - type: nist
153
+ id: NISTd14
154
+ - type: unitsml
155
+ id: d:pressure
156
+ length:
157
+ power: -1
158
+ symbol: L
159
+ names:
160
+ - value: pressure
161
+ lang: en
162
+ references:
163
+ - type: informative
164
+ authority: qudt
165
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0
166
+ time:
167
+ power: -2
168
+ symbol: T
169
+ mass:
170
+ power: 1
171
+ symbol: M
172
+ short: pressure
173
+ - identifiers:
174
+ - type: nist
175
+ id: NISTd15
176
+ - type: unitsml
177
+ id: d:energy
178
+ length:
179
+ power: 2
180
+ symbol: L
181
+ names:
182
+ - value: energy
183
+ lang: en
184
+ references:
185
+ - type: informative
186
+ authority: qudt
187
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0
188
+ time:
189
+ power: -2
190
+ symbol: T
191
+ mass:
192
+ power: 1
193
+ symbol: M
194
+ short: energy
195
+ - identifiers:
196
+ - type: nist
197
+ id: NISTd16
198
+ - type: unitsml
199
+ id: d:power
200
+ length:
201
+ power: 2
202
+ symbol: L
203
+ names:
204
+ - value: power
205
+ lang: en
206
+ references:
207
+ - type: informative
208
+ authority: qudt
209
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D-1
210
+ time:
211
+ power: -3
212
+ symbol: T
213
+ mass:
214
+ power: 1
215
+ symbol: M
216
+ short: power
217
+ - electric_current:
218
+ power: 1
219
+ symbol: I
220
+ identifiers:
221
+ - type: nist
222
+ id: NISTd17
223
+ - type: unitsml
224
+ id: d:electric_charge
225
+ names:
226
+ - value: electric charge
227
+ lang: en
228
+ references:
229
+ - type: informative
230
+ authority: qudt
231
+ uri: http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0
232
+ time:
233
+ power: 1
234
+ symbol: T
235
+ short: electric_charge
236
+ - electric_current:
237
+ power: -1
238
+ symbol: I
239
+ identifiers:
240
+ - type: nist
241
+ id: NISTd18
242
+ - type: unitsml
243
+ id: d:electric_potential_difference
244
+ length:
245
+ power: 2
246
+ symbol: L
247
+ names:
248
+ - value: electric potential difference
249
+ lang: en
250
+ references:
251
+ - type: informative
252
+ authority: qudt
253
+ uri: http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0
254
+ time:
255
+ power: -3
256
+ symbol: T
257
+ mass:
258
+ power: 1
259
+ symbol: M
260
+ short: electric_potential_difference
261
+ - electric_current:
262
+ power: 2
263
+ symbol: I
264
+ identifiers:
265
+ - type: nist
266
+ id: NISTd19
267
+ - type: unitsml
268
+ id: d:capacitance
269
+ length:
270
+ power: -2
271
+ symbol: L
272
+ names:
273
+ - value: capacitance
274
+ lang: en
275
+ references:
276
+ - type: informative
277
+ authority: qudt
278
+ uri: http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0
279
+ time:
280
+ power: 4
281
+ symbol: T
282
+ mass:
283
+ power: -1
284
+ symbol: M
285
+ short: capacitance
286
+ - identifiers:
287
+ - type: nist
288
+ id: NISTd2
289
+ - type: unitsml
290
+ id: d:mass
291
+ names:
292
+ - value: mass
293
+ lang: en
294
+ references:
295
+ - type: informative
296
+ authority: qudt
297
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0
298
+ mass:
299
+ power: 1
300
+ symbol: M
301
+ symbols:
302
+ - latex: "\\ensuremath{\\mathsf{M}}"
303
+ unicode: "\U0001D5AC"
304
+ ascii: M
305
+ html: "&#x1D5AC;"
306
+ id: dim_M
307
+ mathml: "<mi mathvariant='sans-serif'>M</mi>"
308
+ short: mass
309
+ - electric_current:
310
+ power: -2
311
+ symbol: I
312
+ identifiers:
313
+ - type: nist
314
+ id: NISTd20
315
+ - type: unitsml
316
+ id: d:electric_resistance
317
+ length:
318
+ power: 2
319
+ symbol: L
320
+ names:
321
+ - value: electric resistance
322
+ lang: en
323
+ references:
324
+ - type: informative
325
+ authority: qudt
326
+ uri: http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0
327
+ time:
328
+ power: -3
329
+ symbol: T
330
+ mass:
331
+ power: 1
332
+ symbol: M
333
+ short: electric_resistance
334
+ - electric_current:
335
+ power: 2
336
+ symbol: I
337
+ identifiers:
338
+ - type: nist
339
+ id: NISTd21
340
+ - type: unitsml
341
+ id: d:electric_conductance
342
+ length:
343
+ power: -2
344
+ symbol: L
345
+ names:
346
+ - value: electric conductance
347
+ lang: en
348
+ references:
349
+ - type: informative
350
+ authority: qudt
351
+ uri: http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0
352
+ time:
353
+ power: 3
354
+ symbol: T
355
+ mass:
356
+ power: -1
357
+ symbol: M
358
+ short: electric_conductance
359
+ - electric_current:
360
+ power: -1
361
+ symbol: I
362
+ identifiers:
363
+ - type: nist
364
+ id: NISTd22
365
+ - type: unitsml
366
+ id: d:magnetic_flux
367
+ length:
368
+ power: 2
369
+ symbol: L
370
+ names:
371
+ - value: magnetic flux
372
+ lang: en
373
+ references:
374
+ - type: informative
375
+ authority: qudt
376
+ uri: http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0
377
+ time:
378
+ power: -2
379
+ symbol: T
380
+ mass:
381
+ power: 1
382
+ symbol: M
383
+ short: magnetic_flux
384
+ - electric_current:
385
+ power: -2
386
+ symbol: I
387
+ identifiers:
388
+ - type: nist
389
+ id: NISTd23
390
+ - type: unitsml
391
+ id: d:inductance
392
+ length:
393
+ power: 2
394
+ symbol: L
395
+ names:
396
+ - value: inductance
397
+ lang: en
398
+ references:
399
+ - type: informative
400
+ authority: qudt
401
+ uri: http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0
402
+ time:
403
+ power: -2
404
+ symbol: T
405
+ mass:
406
+ power: 1
407
+ symbol: M
408
+ short: inductance
409
+ - identifiers:
410
+ - type: nist
411
+ id: NISTd24
412
+ - type: unitsml
413
+ id: d:frequency
414
+ names:
415
+ - value: frequency
416
+ lang: en
417
+ references:
418
+ - type: informative
419
+ authority: qudt
420
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-0dot5I0M0dot5H0T-1D0
421
+ time:
422
+ power: -1
423
+ symbol: T
424
+ short: frequency
425
+ - identifiers:
426
+ - type: nist
427
+ id: NISTd25
428
+ - type: unitsml
429
+ id: d:absorbed_dose
430
+ length:
431
+ power: 2
432
+ symbol: L
433
+ names:
434
+ - value: absorbed dose
435
+ lang: en
436
+ references:
437
+ - type: informative
438
+ authority: qudt
439
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0
440
+ time:
441
+ power: -2
442
+ symbol: T
443
+ short: absorbed_dose
444
+ - amount_of_substance:
445
+ power: 1
446
+ symbol: N
447
+ identifiers:
448
+ - type: nist
449
+ id: NISTd26
450
+ - type: unitsml
451
+ id: d:catalytic_activity
452
+ names:
453
+ - value: catalytic activity
454
+ lang: en
455
+ references:
456
+ - type: informative
457
+ authority: qudt
458
+ uri: http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0
459
+ time:
460
+ power: -1
461
+ symbol: T
462
+ short: catalytic_activity
463
+ - identifiers:
464
+ - type: nist
465
+ id: NISTd27
466
+ - type: unitsml
467
+ id: d:illuminance
468
+ length:
469
+ power: -2
470
+ symbol: L
471
+ luminous_intensity:
472
+ power: 1
473
+ symbol: J
474
+ names:
475
+ - value: illuminance
476
+ lang: en
477
+ references:
478
+ - type: informative
479
+ authority: qudt
480
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0
481
+ short: illuminance
482
+ - identifiers:
483
+ - type: nist
484
+ id: NISTd28
485
+ - type: unitsml
486
+ id: d:acceleration
487
+ length:
488
+ power: 1
489
+ symbol: L
490
+ names:
491
+ - value: acceleration
492
+ lang: en
493
+ references:
494
+ - type: informative
495
+ authority: qudt
496
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0
497
+ time:
498
+ power: -2
499
+ symbol: T
500
+ short: acceleration
501
+ - identifiers:
502
+ - type: nist
503
+ id: NISTd29
504
+ - type: unitsml
505
+ id: d:wavenumber
506
+ length:
507
+ power: -1
508
+ symbol: L
509
+ names:
510
+ - value: wavenumber
511
+ lang: en
512
+ references:
513
+ - type: informative
514
+ authority: qudt
515
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0
516
+ short: wavenumber
517
+ - identifiers:
518
+ - type: nist
519
+ id: NISTd3
520
+ - type: unitsml
521
+ id: d:time
522
+ names:
523
+ - value: time
524
+ lang: en
525
+ references:
526
+ - type: informative
527
+ authority: qudt
528
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0
529
+ time:
530
+ power: 1
531
+ symbol: T
532
+ symbols:
533
+ - latex: "\\ensuremath{\\mathsf{T}}"
534
+ unicode: "\U0001D5B3"
535
+ ascii: T
536
+ html: "&#x1D5B3;"
537
+ id: dim_T
538
+ mathml: "<mi mathvariant='sans-serif'>T</mi>"
539
+ short: time
540
+ - identifiers:
541
+ - type: nist
542
+ id: NISTd30
543
+ - type: unitsml
544
+ id: d:mass_density
545
+ length:
546
+ power: -3
547
+ symbol: L
548
+ names:
549
+ - value: mass density
550
+ lang: en
551
+ references:
552
+ - type: informative
553
+ authority: qudt
554
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0
555
+ mass:
556
+ power: 1
557
+ symbol: M
558
+ short: mass_density
559
+ - identifiers:
560
+ - type: nist
561
+ id: NISTd31
562
+ - type: unitsml
563
+ id: d:specific_volume
564
+ length:
565
+ power: 3
566
+ symbol: L
567
+ names:
568
+ - value: specific volume
569
+ lang: en
570
+ references:
571
+ - type: informative
572
+ authority: qudt
573
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0
574
+ mass:
575
+ power: -1
576
+ symbol: M
577
+ short: specific_volume
578
+ - electric_current:
579
+ power: 1
580
+ symbol: I
581
+ identifiers:
582
+ - type: nist
583
+ id: NISTd32
584
+ - type: unitsml
585
+ id: d:current_density
586
+ length:
587
+ power: -2
588
+ symbol: L
589
+ names:
590
+ - value: current density
591
+ lang: en
592
+ references:
593
+ - type: informative
594
+ authority: qudt
595
+ uri: http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0
596
+ short: current_density
597
+ - electric_current:
598
+ power: 1
599
+ symbol: I
600
+ identifiers:
601
+ - type: nist
602
+ id: NISTd33
603
+ - type: unitsml
604
+ id: d:magnetic_field_strength
605
+ length:
606
+ power: -1
607
+ symbol: L
608
+ names:
609
+ - value: magnetic field strength
610
+ lang: en
611
+ references:
612
+ - type: informative
613
+ authority: qudt
614
+ uri: http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0
615
+ short: magnetic_field_strength
616
+ - amount_of_substance:
617
+ power: 1
618
+ symbol: N
619
+ identifiers:
620
+ - type: nist
621
+ id: NISTd34
622
+ - type: unitsml
623
+ id: d:concentration
624
+ length:
625
+ power: -3
626
+ symbol: L
627
+ names:
628
+ - value: concentration
629
+ lang: en
630
+ references:
631
+ - type: informative
632
+ authority: qudt
633
+ uri: http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0
634
+ short: concentration
635
+ - identifiers:
636
+ - type: nist
637
+ id: NISTd35
638
+ - type: unitsml
639
+ id: d:angular_acceleration
640
+ names:
641
+ - value: angular acceleration
642
+ lang: en
643
+ references:
644
+ - type: informative
645
+ authority: qudt
646
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-0dot5I0M0dot5H0T-2D0
647
+ time:
648
+ power: -2
649
+ symbol: T
650
+ short: angular_acceleration
651
+ - identifiers:
652
+ - type: nist
653
+ id: NISTd36
654
+ - type: unitsml
655
+ id: d:dynamic_viscosity
656
+ length:
657
+ power: -1
658
+ symbol: L
659
+ names:
660
+ - value: dynamic viscosity
661
+ lang: en
662
+ references:
663
+ - type: informative
664
+ authority: qudt
665
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0
666
+ time:
667
+ power: -1
668
+ symbol: T
669
+ mass:
670
+ power: 1
671
+ symbol: M
672
+ short: dynamic_viscosity
673
+ - identifiers:
674
+ - type: nist
675
+ id: NISTd37
676
+ - type: unitsml
677
+ id: d:surface_tension
678
+ names:
679
+ - value: surface tension
680
+ lang: en
681
+ references:
682
+ - type: informative
683
+ authority: qudt
684
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-0dot5I0M1H0T-2D0
685
+ time:
686
+ power: -2
687
+ symbol: T
688
+ mass:
689
+ power: 1
690
+ symbol: M
691
+ short: surface_tension
692
+ - identifiers:
693
+ - type: nist
694
+ id: NISTd38
695
+ - type: unitsml
696
+ id: d:heat_flux_density
697
+ names:
698
+ - value: heat flux density
699
+ lang: en
700
+ references:
701
+ - type: informative
702
+ authority: qudt
703
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0
704
+ time:
705
+ power: -3
706
+ symbol: T
707
+ mass:
708
+ power: 1
709
+ symbol: M
710
+ short: heat_flux_density
711
+ - identifiers:
712
+ - type: nist
713
+ id: NISTd39
714
+ - type: unitsml
715
+ id: d:heat_capacity
716
+ length:
717
+ power: 2
718
+ symbol: L
719
+ names:
720
+ - value: heat capacity
721
+ lang: en
722
+ references:
723
+ - type: informative
724
+ authority: qudt
725
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0
726
+ thermodynamic_temperature:
727
+ power: -1
728
+ symbol: Theta
729
+ time:
730
+ power: -2
731
+ symbol: T
732
+ mass:
733
+ power: 1
734
+ symbol: M
735
+ short: heat_capacity
736
+ - electric_current:
737
+ power: 1
738
+ symbol: I
739
+ symbols:
740
+ - latex: "\\ensuremath{\\mathsf{I}}"
741
+ unicode: "\U0001D5A8"
742
+ ascii: I
743
+ html: "&#x1D5A8;"
744
+ id: dim_I
745
+ mathml: "<mi mathvariant='sans-serif'>I</mi>"
746
+ identifiers:
747
+ - type: nist
748
+ id: NISTd4
749
+ - type: unitsml
750
+ id: d:electric_current
751
+ names:
752
+ - value: electric current
753
+ lang: en
754
+ references:
755
+ - type: informative
756
+ authority: qudt
757
+ uri: http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D-1
758
+ short: electric_current
759
+ - identifiers:
760
+ - type: nist
761
+ id: NISTd40
762
+ - type: unitsml
763
+ id: d:specific_heat_capacity
764
+ length:
765
+ power: 2
766
+ symbol: L
767
+ names:
768
+ - value: specific heat capacity
769
+ lang: en
770
+ references:
771
+ - type: informative
772
+ authority: qudt
773
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0
774
+ thermodynamic_temperature:
775
+ power: -1
776
+ symbol: Theta
777
+ time:
778
+ power: -2
779
+ symbol: T
780
+ short: specific_heat_capacity
781
+ - identifiers:
782
+ - type: nist
783
+ id: NISTd41
784
+ - type: unitsml
785
+ id: d:thermal_conductivity
786
+ length:
787
+ power: 1
788
+ symbol: L
789
+ names:
790
+ - value: thermal conductivity
791
+ lang: en
792
+ references:
793
+ - type: informative
794
+ authority: qudt
795
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0
796
+ thermodynamic_temperature:
797
+ power: -1
798
+ symbol: Theta
799
+ time:
800
+ power: -3
801
+ symbol: T
802
+ mass:
803
+ power: 1
804
+ symbol: M
805
+ short: thermal_conductivity
806
+ - electric_current:
807
+ power: -1
808
+ symbol: I
809
+ identifiers:
810
+ - type: nist
811
+ id: NISTd42
812
+ - type: unitsml
813
+ id: d:electric_field_strength
814
+ length:
815
+ power: 1
816
+ symbol: L
817
+ names:
818
+ - value: electric field strength
819
+ lang: en
820
+ references:
821
+ - type: informative
822
+ authority: qudt
823
+ uri: http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0
824
+ time:
825
+ power: -3
826
+ symbol: T
827
+ mass:
828
+ power: 1
829
+ symbol: M
830
+ short: electric_field_strength
831
+ - electric_current:
832
+ power: 1
833
+ symbol: I
834
+ identifiers:
835
+ - type: nist
836
+ id: NISTd43
837
+ - type: unitsml
838
+ id: d:electric_charge_density
839
+ length:
840
+ power: -3
841
+ symbol: L
842
+ names:
843
+ - value: electric charge density
844
+ lang: en
845
+ references:
846
+ - type: informative
847
+ authority: qudt
848
+ uri: http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0
849
+ time:
850
+ power: 1
851
+ symbol: T
852
+ short: electric_charge_density
853
+ - electric_current:
854
+ power: 1
855
+ symbol: I
856
+ identifiers:
857
+ - type: nist
858
+ id: NISTd44
859
+ - type: unitsml
860
+ id: d:electric_flux_density
861
+ length:
862
+ power: -2
863
+ symbol: L
864
+ names:
865
+ - value: electric flux density
866
+ lang: en
867
+ references:
868
+ - type: informative
869
+ authority: qudt
870
+ uri: http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0
871
+ time:
872
+ power: 1
873
+ symbol: T
874
+ short: electric_flux_density
875
+ - electric_current:
876
+ power: 2
877
+ symbol: I
878
+ identifiers:
879
+ - type: nist
880
+ id: NISTd45
881
+ - type: unitsml
882
+ id: d:permittivity
883
+ length:
884
+ power: -3
885
+ symbol: L
886
+ names:
887
+ - value: permittivity
888
+ lang: en
889
+ references:
890
+ - type: informative
891
+ authority: qudt
892
+ uri: http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0
893
+ time:
894
+ power: 4
895
+ symbol: T
896
+ mass:
897
+ power: -1
898
+ symbol: M
899
+ short: permittivity
900
+ - electric_current:
901
+ power: -2
902
+ symbol: I
903
+ identifiers:
904
+ - type: nist
905
+ id: NISTd46
906
+ - type: unitsml
907
+ id: d:permeability
908
+ length:
909
+ power: 1
910
+ symbol: L
911
+ names:
912
+ - value: permeability
913
+ lang: en
914
+ references:
915
+ - type: informative
916
+ authority: qudt
917
+ uri: http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0
918
+ time:
919
+ power: -2
920
+ symbol: T
921
+ mass:
922
+ power: 1
923
+ symbol: M
924
+ short: permeability
925
+ - amount_of_substance:
926
+ power: -1
927
+ symbol: N
928
+ identifiers:
929
+ - type: nist
930
+ id: NISTd47
931
+ - type: unitsml
932
+ id: d:molar_energy
933
+ length:
934
+ power: 2
935
+ symbol: L
936
+ names:
937
+ - value: molar energy
938
+ lang: en
939
+ references:
940
+ - type: informative
941
+ authority: qudt
942
+ uri: http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0
943
+ time:
944
+ power: -2
945
+ symbol: T
946
+ mass:
947
+ power: 1
948
+ symbol: M
949
+ short: molar_energy
950
+ - amount_of_substance:
951
+ power: -1
952
+ symbol: N
953
+ identifiers:
954
+ - type: nist
955
+ id: NISTd48
956
+ - type: unitsml
957
+ id: d:molar_entropy
958
+ length:
959
+ power: 2
960
+ symbol: L
961
+ names:
962
+ - value: molar entropy
963
+ lang: en
964
+ references:
965
+ - type: informative
966
+ authority: qudt
967
+ uri: http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0
968
+ thermodynamic_temperature:
969
+ power: -1
970
+ symbol: Theta
971
+ time:
972
+ power: -2
973
+ symbol: T
974
+ mass:
975
+ power: 1
976
+ symbol: M
977
+ short: molar_entropy
978
+ - electric_current:
979
+ power: 1
980
+ symbol: I
981
+ identifiers:
982
+ - type: nist
983
+ id: NISTd49
984
+ - type: unitsml
985
+ id: d:exposure
986
+ names:
987
+ - value: exposure
988
+ lang: en
989
+ references:
990
+ - type: informative
991
+ authority: qudt
992
+ uri: http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0
993
+ time:
994
+ power: 1
995
+ symbol: T
996
+ mass:
997
+ power: -1
998
+ symbol: M
999
+ short: exposure
1000
+ - identifiers:
1001
+ - type: nist
1002
+ id: NISTd5
1003
+ - type: unitsml
1004
+ id: d:temperature
1005
+ names:
1006
+ - value: temperature
1007
+ lang: en
1008
+ references:
1009
+ - type: informative
1010
+ authority: qudt
1011
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0
1012
+ thermodynamic_temperature:
1013
+ power: 1
1014
+ symbol: Theta
1015
+ symbols:
1016
+ - latex: "\\ensuremath{\\mathsf{\\Theta}}"
1017
+ unicode: "\U0001D767"
1018
+ ascii: Theta
1019
+ html: "&#x1D760;"
1020
+ id: dim_Theta
1021
+ mathml: "<mi mathvariant='sans-serif'>&#x398;</mi>"
1022
+ short: temperature
1023
+ - identifiers:
1024
+ - type: nist
1025
+ id: NISTd50
1026
+ - type: unitsml
1027
+ id: d:absorbed_dose_rate
1028
+ length:
1029
+ power: 2
1030
+ symbol: L
1031
+ names:
1032
+ - value: absorbed dose rate
1033
+ lang: en
1034
+ references:
1035
+ - type: informative
1036
+ authority: qudt
1037
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0
1038
+ time:
1039
+ power: -3
1040
+ symbol: T
1041
+ short: absorbed_dose_rate
1042
+ - identifiers:
1043
+ - type: nist
1044
+ id: NISTd51
1045
+ - type: unitsml
1046
+ id: d:surface_density
1047
+ length:
1048
+ power: -2
1049
+ symbol: L
1050
+ names:
1051
+ - value: surface density
1052
+ lang: en
1053
+ references:
1054
+ - type: informative
1055
+ authority: qudt
1056
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0
1057
+ mass:
1058
+ power: 1
1059
+ symbol: M
1060
+ short: surface_density
1061
+ - identifiers:
1062
+ - type: nist
1063
+ id: NISTd52
1064
+ - type: unitsml
1065
+ id: d:fluidity
1066
+ length:
1067
+ power: 1
1068
+ symbol: L
1069
+ names:
1070
+ - value: fluidity
1071
+ lang: en
1072
+ references:
1073
+ - type: informative
1074
+ authority: qudt
1075
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0
1076
+ time:
1077
+ power: 1
1078
+ symbol: T
1079
+ mass:
1080
+ power: -1
1081
+ symbol: M
1082
+ short: fluidity
1083
+ - electric_current:
1084
+ power: 1
1085
+ symbol: I
1086
+ identifiers:
1087
+ - type: nist
1088
+ id: NISTd53
1089
+ - type: unitsml
1090
+ id: d:surface_charge_density
1091
+ names:
1092
+ - value: surface charge density
1093
+ lang: en
1094
+ time:
1095
+ power: 1
1096
+ symbol: T
1097
+ mass:
1098
+ power: -2
1099
+ symbol: M
1100
+ short: surface_charge_density
1101
+ - electric_current:
1102
+ power: 2
1103
+ symbol: I
1104
+ identifiers:
1105
+ - type: nist
1106
+ id: NISTd54
1107
+ - type: unitsml
1108
+ id: d:magnetizability
1109
+ length:
1110
+ power: 2
1111
+ symbol: L
1112
+ names:
1113
+ - value: magnetizability
1114
+ lang: en
1115
+ time:
1116
+ power: 2
1117
+ symbol: T
1118
+ mass:
1119
+ power: 1
1120
+ symbol: M
1121
+ short: magnetizability
1122
+ - amount_of_substance:
1123
+ power: 1
1124
+ symbol: N
1125
+ identifiers:
1126
+ - type: nist
1127
+ id: NISTd55
1128
+ - type: unitsml
1129
+ id: d:catalytic_activity_concentration
1130
+ names:
1131
+ - value: catalytic activity concentration
1132
+ lang: en
1133
+ time:
1134
+ power: -1
1135
+ symbol: T
1136
+ mass:
1137
+ power: -3
1138
+ symbol: M
1139
+ short: catalytic_activity_concentration
1140
+ - identifiers:
1141
+ - type: nist
1142
+ id: NISTd56
1143
+ - type: unitsml
1144
+ id: d:kinematic_viscosity
1145
+ length:
1146
+ power: 2
1147
+ symbol: L
1148
+ names:
1149
+ - value: kinematic viscosity
1150
+ lang: en
1151
+ references:
1152
+ - type: informative
1153
+ authority: qudt
1154
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0
1155
+ time:
1156
+ power: -1
1157
+ symbol: T
1158
+ short: kinematic_viscosity
1159
+ - identifiers:
1160
+ - type: nist
1161
+ id: NISTd57
1162
+ - type: unitsml
1163
+ id: d:area_moment_of_inertia
1164
+ length:
1165
+ power: 4
1166
+ symbol: L
1167
+ names:
1168
+ - value: area moment of inertia
1169
+ lang: en
1170
+ references:
1171
+ - type: informative
1172
+ authority: qudt
1173
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0
1174
+ short: area_moment_of_inertia
1175
+ - identifiers:
1176
+ - type: nist
1177
+ id: NISTd58
1178
+ - type: unitsml
1179
+ id: d:linear_density
1180
+ length:
1181
+ power: -1
1182
+ symbol: L
1183
+ names:
1184
+ - value: linear density
1185
+ lang: en
1186
+ references:
1187
+ - type: informative
1188
+ authority: qudt
1189
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0
1190
+ mass:
1191
+ power: 1
1192
+ symbol: M
1193
+ short: linear_density
1194
+ - identifiers:
1195
+ - type: nist
1196
+ id: NISTd59
1197
+ - type: unitsml
1198
+ id: d:mass_moment_of_inertia
1199
+ length:
1200
+ power: 2
1201
+ symbol: L
1202
+ names:
1203
+ - value: mass moment of inertia
1204
+ lang: en
1205
+ references:
1206
+ - type: informative
1207
+ authority: qudt
1208
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0
1209
+ mass:
1210
+ power: 1
1211
+ symbol: M
1212
+ short: mass_moment_of_inertia
1213
+ - amount_of_substance:
1214
+ power: 1
1215
+ symbol: N
1216
+ symbols:
1217
+ - latex: "\\ensuremath{\\mathsf{N}}"
1218
+ unicode: "\U0001D5AD"
1219
+ ascii: N
1220
+ html: "&#x1D5AD;"
1221
+ id: dim_N
1222
+ mathml: "<mi mathvariant='sans-serif'>N</mi>"
1223
+ identifiers:
1224
+ - type: nist
1225
+ id: NISTd6
1226
+ - type: unitsml
1227
+ id: d:substance_amount
1228
+ names:
1229
+ - value: substance amount
1230
+ lang: en
1231
+ references:
1232
+ - type: informative
1233
+ authority: qudt
1234
+ uri: http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0
1235
+ short: substance_amount
1236
+ - identifiers:
1237
+ - type: nist
1238
+ id: NISTd60
1239
+ - type: unitsml
1240
+ id: d:action
1241
+ length:
1242
+ power: 2
1243
+ symbol: L
1244
+ names:
1245
+ - value: action
1246
+ lang: en
1247
+ references:
1248
+ - type: informative
1249
+ authority: qudt
1250
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0
1251
+ time:
1252
+ power: -1
1253
+ symbol: T
1254
+ mass:
1255
+ power: 1
1256
+ symbol: M
1257
+ short: action
1258
+ - identifiers:
1259
+ - type: nist
1260
+ id: NISTd61
1261
+ - type: unitsml
1262
+ id: d:momentum
1263
+ length:
1264
+ power: 1
1265
+ symbol: L
1266
+ names:
1267
+ - value: momentum
1268
+ lang: en
1269
+ references:
1270
+ - type: informative
1271
+ authority: qudt
1272
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0
1273
+ time:
1274
+ power: -1
1275
+ symbol: T
1276
+ mass:
1277
+ power: 1
1278
+ symbol: M
1279
+ short: momentum
1280
+ - identifiers:
1281
+ - type: nist
1282
+ id: NISTd62
1283
+ - type: unitsml
1284
+ id: d:gravitational_constant
1285
+ length:
1286
+ power: 3
1287
+ symbol: L
1288
+ names:
1289
+ - value: gravitational constant
1290
+ lang: en
1291
+ references:
1292
+ - type: informative
1293
+ authority: qudt
1294
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T-2D0
1295
+ time:
1296
+ power: -2
1297
+ symbol: T
1298
+ mass:
1299
+ power: -1
1300
+ symbol: M
1301
+ short: gravitational_constant
1302
+ - identifiers:
1303
+ - type: nist
1304
+ id: NISTd63
1305
+ - type: unitsml
1306
+ id: d:compressibility
1307
+ length:
1308
+ power: 1
1309
+ symbol: L
1310
+ names:
1311
+ - value: compressibility
1312
+ lang: en
1313
+ references:
1314
+ - type: informative
1315
+ authority: qudt
1316
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0
1317
+ time:
1318
+ power: 2
1319
+ symbol: T
1320
+ mass:
1321
+ power: -1
1322
+ symbol: M
1323
+ short: compressibility
1324
+ - dimensionless: true
1325
+ identifiers:
1326
+ - type: nist
1327
+ id: NISTd64
1328
+ - type: unitsml
1329
+ id: d:solid_angle
1330
+ names:
1331
+ - value: solid angle
1332
+ lang: en
1333
+ plane_angle:
1334
+ power: 1
1335
+ symbol: phi
1336
+ references:
1337
+ - type: informative
1338
+ authority: qudt
1339
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D0
1340
+ short: solid_angle
1341
+ - identifiers:
1342
+ - type: nist
1343
+ id: NISTd65
1344
+ - type: unitsml
1345
+ id: d:mass_flow_rate
1346
+ names:
1347
+ - value: mass flow rate
1348
+ lang: en
1349
+ references:
1350
+ - type: informative
1351
+ authority: qudt
1352
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0
1353
+ time:
1354
+ power: -1
1355
+ symbol: T
1356
+ mass:
1357
+ power: 1
1358
+ symbol: M
1359
+ short: mass_flow_rate
1360
+ - identifiers:
1361
+ - type: nist
1362
+ id: NISTd66
1363
+ - type: unitsml
1364
+ id: d:volume_flow_rate
1365
+ length:
1366
+ power: 3
1367
+ symbol: L
1368
+ names:
1369
+ - value: volume flow rate
1370
+ lang: en
1371
+ references:
1372
+ - type: informative
1373
+ authority: qudt
1374
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0
1375
+ time:
1376
+ power: -1
1377
+ symbol: T
1378
+ short: volume_flow_rate
1379
+ - dimensionless: true
1380
+ identifiers:
1381
+ - type: nist
1382
+ id: NISTd67
1383
+ - type: unitsml
1384
+ id: d:logarithmic_ratio
1385
+ names:
1386
+ - value: logarithmic ratio
1387
+ lang: en
1388
+ references:
1389
+ - type: informative
1390
+ authority: qudt
1391
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D0
1392
+ short: logarithmic_ratio
1393
+ - identifiers:
1394
+ - type: nist
1395
+ id: NISTd68
1396
+ - type: unitsml
1397
+ id: d:linear_expansion_coefficient
1398
+ names:
1399
+ - value: linear expansion coefficient
1400
+ lang: en
1401
+ references:
1402
+ - type: informative
1403
+ authority: qudt
1404
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0
1405
+ thermodynamic_temperature:
1406
+ power: -1
1407
+ symbol: Theta
1408
+ short: linear_expansion_coefficient
1409
+ - identifiers:
1410
+ - type: nist
1411
+ id: NISTd69
1412
+ - type: unitsml
1413
+ id: d:pressure_coefficient
1414
+ length:
1415
+ power: -1
1416
+ symbol: L
1417
+ names:
1418
+ - value: pressure coefficient
1419
+ lang: en
1420
+ references:
1421
+ - type: informative
1422
+ authority: qudt
1423
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0
1424
+ thermodynamic_temperature:
1425
+ power: -1
1426
+ symbol: Theta
1427
+ time:
1428
+ power: -2
1429
+ symbol: T
1430
+ mass:
1431
+ power: 1
1432
+ symbol: M
1433
+ short: pressure_coefficient
1434
+ - identifiers:
1435
+ - type: nist
1436
+ id: NISTd7
1437
+ - type: unitsml
1438
+ id: d:luminous_intensity
1439
+ luminous_intensity:
1440
+ power: 1
1441
+ symbol: J
1442
+ symbols:
1443
+ - latex: "\\ensuremath{\\mathsf{J}}"
1444
+ unicode: "\U0001D5A9"
1445
+ ascii: J
1446
+ html: "&#x1D5A9;"
1447
+ id: dim_J
1448
+ mathml: "<mi mathvariant='sans-serif'>J</mi>"
1449
+ names:
1450
+ - value: luminous intensity
1451
+ lang: en
1452
+ references:
1453
+ - type: informative
1454
+ authority: qudt
1455
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0
1456
+ short: luminous_intensity
1457
+ - identifiers:
1458
+ - type: nist
1459
+ id: NISTd70
1460
+ - type: unitsml
1461
+ id: d:isothermal_compressibility
1462
+ length:
1463
+ power: 1
1464
+ symbol: L
1465
+ names:
1466
+ - value: isothermal compressibility
1467
+ lang: en
1468
+ references:
1469
+ - type: informative
1470
+ authority: qudt
1471
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0
1472
+ time:
1473
+ power: 2
1474
+ symbol: T
1475
+ mass:
1476
+ power: -1
1477
+ symbol: M
1478
+ short: isothermal_compressibility
1479
+ - identifiers:
1480
+ - type: nist
1481
+ id: NISTd71
1482
+ - type: unitsml
1483
+ id: d:heat_transfer_coefficient
1484
+ names:
1485
+ - value: heat transfer coefficient
1486
+ lang: en
1487
+ references:
1488
+ - type: informative
1489
+ authority: qudt
1490
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0
1491
+ thermodynamic_temperature:
1492
+ power: -1
1493
+ symbol: Theta
1494
+ time:
1495
+ power: -3
1496
+ symbol: T
1497
+ mass:
1498
+ power: 1
1499
+ symbol: M
1500
+ short: heat_transfer_coefficient
1501
+ - electric_current:
1502
+ power: 1
1503
+ symbol: I
1504
+ identifiers:
1505
+ - type: nist
1506
+ id: NISTd72
1507
+ - type: unitsml
1508
+ id: d:electric_dipole_moment
1509
+ length:
1510
+ power: 1
1511
+ symbol: L
1512
+ names:
1513
+ - value: electric dipole moment
1514
+ lang: en
1515
+ references:
1516
+ - type: informative
1517
+ authority: qudt
1518
+ uri: http://qudt.org/vocab/dimensionvector/A0E1L1I0M0H0T1D0
1519
+ time:
1520
+ power: 1
1521
+ symbol: T
1522
+ short: electric_dipole_moment
1523
+ - electric_current:
1524
+ power: 1
1525
+ symbol: I
1526
+ identifiers:
1527
+ - type: nist
1528
+ id: NISTd73
1529
+ - type: unitsml
1530
+ id: d:magnetic_dipole_moment
1531
+ length:
1532
+ power: 2
1533
+ symbol: L
1534
+ names:
1535
+ - value: magnetic dipole moment
1536
+ lang: en
1537
+ references:
1538
+ - type: informative
1539
+ authority: qudt
1540
+ uri: http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0
1541
+ short: magnetic_dipole_moment
1542
+ - electric_current:
1543
+ power: -1
1544
+ symbol: I
1545
+ identifiers:
1546
+ - type: nist
1547
+ id: NISTd74
1548
+ - type: unitsml
1549
+ id: d:electric_field_gradient
1550
+ names:
1551
+ - value: electric field gradient
1552
+ lang: en
1553
+ references:
1554
+ - type: informative
1555
+ authority: qudt
1556
+ uri: http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-3D0
1557
+ time:
1558
+ power: -3
1559
+ symbol: T
1560
+ mass:
1561
+ power: 1
1562
+ symbol: M
1563
+ short: electric_field_gradient
1564
+ - electric_current:
1565
+ power: 1
1566
+ symbol: I
1567
+ identifiers:
1568
+ - type: nist
1569
+ id: NISTd75
1570
+ - type: unitsml
1571
+ id: d:electric_quadrupole_moment
1572
+ length:
1573
+ power: 2
1574
+ symbol: L
1575
+ names:
1576
+ - value: electric quadrupole moment
1577
+ lang: en
1578
+ references:
1579
+ - type: informative
1580
+ authority: qudt
1581
+ uri: http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T1D0
1582
+ time:
1583
+ power: 1
1584
+ symbol: T
1585
+ short: electric_quadrupole_moment
1586
+ - electric_current:
1587
+ power: 2
1588
+ symbol: I
1589
+ identifiers:
1590
+ - type: nist
1591
+ id: NISTd76
1592
+ - type: unitsml
1593
+ id: d:polarizability
1594
+ names:
1595
+ - value: polarizability
1596
+ lang: en
1597
+ time:
1598
+ power: 4
1599
+ symbol: T
1600
+ mass:
1601
+ power: 1
1602
+ symbol: M
1603
+ short: polarizability
1604
+ - electric_current:
1605
+ power: 3
1606
+ symbol: I
1607
+ identifiers:
1608
+ - type: nist
1609
+ id: NISTd77
1610
+ - type: unitsml
1611
+ id: d:hyperpolarizability_1st
1612
+ length:
1613
+ power: -1
1614
+ symbol: L
1615
+ names:
1616
+ - value: hyperpolarizability 1st
1617
+ lang: en
1618
+ references:
1619
+ - type: informative
1620
+ authority: qudt
1621
+ uri: http://qudt.org/vocab/dimensionvector/A0E3L-1I0M-2H0T7D0
1622
+ time:
1623
+ power: 7
1624
+ symbol: T
1625
+ mass:
1626
+ power: -2
1627
+ symbol: M
1628
+ short: hyperpolarizability_1st
1629
+ - electric_current:
1630
+ power: 4
1631
+ symbol: I
1632
+ identifiers:
1633
+ - type: nist
1634
+ id: NISTd78
1635
+ - type: unitsml
1636
+ id: d:hyperpolarizability_2nd
1637
+ length:
1638
+ power: -2
1639
+ symbol: L
1640
+ names:
1641
+ - value: hyperpolarizability 2nd
1642
+ lang: en
1643
+ references:
1644
+ - type: informative
1645
+ authority: qudt
1646
+ uri: http://qudt.org/vocab/dimensionvector/A0E4L-2I0M-3H0T10D0
1647
+ time:
1648
+ power: 10
1649
+ symbol: T
1650
+ mass:
1651
+ power: -3
1652
+ symbol: M
1653
+ short: hyperpolarizability_2nd
1654
+ - amount_of_substance:
1655
+ power: 1
1656
+ symbol: N
1657
+ identifiers:
1658
+ - type: nist
1659
+ id: NISTd79
1660
+ - type: unitsml
1661
+ id: d:molality
1662
+ names:
1663
+ - value: molality
1664
+ lang: en
1665
+ references:
1666
+ - type: informative
1667
+ authority: qudt
1668
+ uri: http://qudt.org/vocab/dimensionvector/A1E0L0I0M1H0T0D0
1669
+ mass:
1670
+ power: 1
1671
+ symbol: M
1672
+ short: molality
1673
+ - identifiers:
1674
+ - type: nist
1675
+ id: NISTd8
1676
+ - type: unitsml
1677
+ id: d:area
1678
+ length:
1679
+ power: 2
1680
+ symbol: L
1681
+ names:
1682
+ - value: area
1683
+ lang: en
1684
+ references:
1685
+ - type: informative
1686
+ authority: qudt
1687
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0
1688
+ short: area
1689
+ - dimensionless: true
1690
+ identifiers:
1691
+ - type: nist
1692
+ id: NISTd80
1693
+ - type: unitsml
1694
+ id: d:ratio_quantity
1695
+ names:
1696
+ - value: ratio quantity
1697
+ lang: en
1698
+ references:
1699
+ - type: informative
1700
+ authority: qudt
1701
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D0
1702
+ short: ratio_quantity
1703
+ - dimensionless: true
1704
+ identifiers:
1705
+ - type: nist
1706
+ id: NISTd83
1707
+ - type: unitsml
1708
+ id: d:level_of_field_quantity
1709
+ names:
1710
+ - value: level of field quantity
1711
+ lang: en
1712
+ references:
1713
+ - type: informative
1714
+ authority: qudt
1715
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D0
1716
+ short: level_of_field_quantity
1717
+ - dimensionless: true
1718
+ identifiers:
1719
+ - type: nist
1720
+ id: NISTd84
1721
+ - type: unitsml
1722
+ id: d:field_power_level
1723
+ names:
1724
+ - value: field power level
1725
+ lang: en
1726
+ references:
1727
+ - type: informative
1728
+ authority: qudt
1729
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D0
1730
+ short: field_power_level
1731
+ - dimensionless: true
1732
+ identifiers:
1733
+ - type: nist
1734
+ id: NISTd85
1735
+ - type: unitsml
1736
+ id: d:mass_mole_fraction
1737
+ names:
1738
+ - value: mass mole fraction
1739
+ lang: en
1740
+ references:
1741
+ - type: informative
1742
+ authority: qudt
1743
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D0
1744
+ short: mass_mole_fraction
1745
+ - dimensionless: true
1746
+ identifiers:
1747
+ - type: nist
1748
+ id: NISTd9
1749
+ - type: unitsml
1750
+ id: d:plane_angle
1751
+ names:
1752
+ - value: plane angle
1753
+ lang: en
1754
+ plane_angle:
1755
+ power: 1
1756
+ symbol: phi
1757
+ symbols:
1758
+ - latex: "\\ensuremath{\\mathsf{\\phi}}"
1759
+ unicode: "\U0001D785"
1760
+ ascii: phi
1761
+ html: "&#x1D785;"
1762
+ id: dim_phi
1763
+ mathml: "<mi mathvariant='sans-serif'>&#x3c6;</mi>"
1764
+ references:
1765
+ - type: informative
1766
+ authority: qudt
1767
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D0
1768
+ short: plane_angle
1769
+ - dimensionless: true
1770
+ identifiers:
1771
+ - type: nist
1772
+ id: NISTd94
1773
+ - type: unitsml
1774
+ id: d:acidity_index
1775
+ names:
1776
+ - value: acidity index
1777
+ lang: en
1778
+ references:
1779
+ - type: informative
1780
+ authority: qudt
1781
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D0
1782
+ short: acidity_index
1783
+ - dimensionless: true
1784
+ identifiers:
1785
+ - type: nist
1786
+ id: NISTd95
1787
+ - type: unitsml
1788
+ id: d:storage_capacity
1789
+ names:
1790
+ - value: storage capacity
1791
+ lang: en
1792
+ references:
1793
+ - type: informative
1794
+ authority: qudt
1795
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D0
1796
+ short: storage_capacity
1797
+ - identifiers:
1798
+ - type: nist
1799
+ id: NISTd96
1800
+ - type: unitsml
1801
+ id: d:fluence
1802
+ length:
1803
+ power: -2
1804
+ symbol: L
1805
+ names:
1806
+ - value: fluence
1807
+ lang: en
1808
+ references:
1809
+ - type: informative
1810
+ authority: qudt
1811
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0
1812
+ short: fluence
1813
+ - identifiers:
1814
+ - type: nist
1815
+ id: NISTd97
1816
+ - type: unitsml
1817
+ id: d:fluence_rate
1818
+ length:
1819
+ power: -2
1820
+ symbol: L
1821
+ names:
1822
+ - value: fluence_rate
1823
+ lang: en
1824
+ references:
1825
+ - type: informative
1826
+ authority: qudt
1827
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0
1828
+ time:
1829
+ power: -1
1830
+ symbol: T
1831
+ short: fluence_rate
1832
+ - dimensionless: true
1833
+ identifiers:
1834
+ - type: nist
1835
+ id: NISTd98
1836
+ - type: unitsml
1837
+ id: d:phase
1838
+ names:
1839
+ - value: phase
1840
+ lang: en
1841
+ plane_angle:
1842
+ power: 1
1843
+ symbol: phi
1844
+ references:
1845
+ - type: informative
1846
+ authority: qudt
1847
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D0
1848
+ short: phase
1849
+ - identifiers:
1850
+ - type: nist
1851
+ id: NISTd99
1852
+ - type: unitsml
1853
+ id: d:fuel_efficiency
1854
+ length:
1855
+ power: -2
1856
+ symbol: L
1857
+ names:
1858
+ - value: fuel efficiency
1859
+ lang: en
1860
+ references:
1861
+ - type: informative
1862
+ authority: qudt
1863
+ uri: http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0
1864
+ short: fuel_efficiency