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,3715 @@
1
+ # yaml-language-server: $schema=schemas/quantities-schema.yaml
2
+ ---
3
+ schema_version: 2.0.0
4
+ quantities:
5
+ - dimension_reference:
6
+ type: nist
7
+ id: NISTd1
8
+ identifiers:
9
+ - type: nist
10
+ id: NISTq1
11
+ - type: unitsml
12
+ id: q:length
13
+ names:
14
+ - value: length
15
+ lang: en
16
+ - value: longueur
17
+ lang: fr
18
+ quantity_type: base
19
+ references:
20
+ - type: normative
21
+ authority: si-digital-framework
22
+ uri: http://si-digital-framework.org/quantities/LENG
23
+ - type: informative
24
+ authority: qudt
25
+ uri: http://qudt.org/vocab/quantitykind/Length
26
+ short: length
27
+ - dimension_reference:
28
+ type: nist
29
+ id: NISTd10
30
+ identifiers:
31
+ - type: nist
32
+ id: NISTq10
33
+ - type: unitsml
34
+ id: q:volume
35
+ names:
36
+ - value: volume
37
+ lang: en
38
+ - value: volume
39
+ lang: fr
40
+ quantity_type: derived
41
+ references:
42
+ - type: normative
43
+ authority: si-digital-framework
44
+ uri: http://si-digital-framework.org/quantities/VOLU
45
+ - type: informative
46
+ authority: qudt
47
+ uri: http://qudt.org/vocab/quantitykind/Volume
48
+ short: volume
49
+ - dimension_reference:
50
+ type: nist
51
+ id: NISTd1
52
+ identifiers:
53
+ - type: nist
54
+ id: NISTq100
55
+ - type: unitsml
56
+ id: q:diameter
57
+ names:
58
+ - value: diameter
59
+ lang: en
60
+ quantity_type: derived
61
+ references:
62
+ - type: informative
63
+ authority: qudt
64
+ uri: http://qudt.org/vocab/quantitykind/Diameter
65
+ short: diameter
66
+ - dimension_reference:
67
+ type: nist
68
+ id: NISTd1
69
+ identifiers:
70
+ - type: nist
71
+ id: NISTq101
72
+ - type: unitsml
73
+ id: q:length_of_path
74
+ names:
75
+ - value: length of path
76
+ lang: en
77
+ quantity_type: derived
78
+ short: length_of_path
79
+ - dimension_reference:
80
+ type: nist
81
+ id: NISTd1
82
+ identifiers:
83
+ - type: nist
84
+ id: NISTq102
85
+ - type: unitsml
86
+ id: q:cartesian_coordinates
87
+ names:
88
+ - value: cartesian coordinates
89
+ lang: en
90
+ quantity_type: derived
91
+ references:
92
+ - type: informative
93
+ authority: qudt
94
+ uri: http://qudt.org/vocab/quantitykind/CartesianCoordinates
95
+ short: cartesian_coordinates
96
+ - dimension_reference:
97
+ type: nist
98
+ id: NISTd1
99
+ identifiers:
100
+ - type: nist
101
+ id: NISTq103
102
+ - type: unitsml
103
+ id: q:position_vector
104
+ names:
105
+ - value: position vector
106
+ lang: en
107
+ quantity_type: derived
108
+ references:
109
+ - type: informative
110
+ authority: qudt
111
+ uri: http://qudt.org/vocab/quantitykind/PositionVector
112
+ short: position_vector
113
+ - dimension_reference:
114
+ type: nist
115
+ id: NISTd1
116
+ identifiers:
117
+ - type: nist
118
+ id: NISTq104
119
+ - type: unitsml
120
+ id: q:displacement
121
+ names:
122
+ - value: displacement
123
+ lang: en
124
+ quantity_type: derived
125
+ references:
126
+ - type: informative
127
+ authority: qudt
128
+ uri: http://qudt.org/vocab/quantitykind/Displacement
129
+ short: displacement
130
+ - dimension_reference:
131
+ type: nist
132
+ id: NISTd1
133
+ identifiers:
134
+ - type: nist
135
+ id: NISTq105
136
+ - type: unitsml
137
+ id: q:radius_of_curvature
138
+ names:
139
+ - value: radius of curvature
140
+ lang: en
141
+ quantity_type: derived
142
+ references:
143
+ - type: informative
144
+ authority: qudt
145
+ uri: http://qudt.org/vocab/quantitykind/RadiusOfCurvature
146
+ short: radius_of_curvature
147
+ - dimension_reference:
148
+ type: nist
149
+ id: NISTd29
150
+ identifiers:
151
+ - type: nist
152
+ id: NISTq106
153
+ - type: unitsml
154
+ id: q:curvature
155
+ names:
156
+ - value: curvature
157
+ lang: en
158
+ quantity_type: derived
159
+ references:
160
+ - type: informative
161
+ authority: qudt
162
+ uri: http://qudt.org/vocab/quantitykind/Curvature
163
+ short: curvature
164
+ - dimension_reference:
165
+ type: nist
166
+ id: NISTd11
167
+ identifiers:
168
+ - type: nist
169
+ id: NISTq107
170
+ - type: unitsml
171
+ id: q:speed_of_propagation_of_waves
172
+ names:
173
+ - value: speed of propagation of waves
174
+ lang: en
175
+ quantity_type: derived
176
+ short: speed_of_propagation_of_waves
177
+ - dimension_reference:
178
+ type: nist
179
+ id: NISTd28
180
+ identifiers:
181
+ - type: nist
182
+ id: NISTq108
183
+ - type: unitsml
184
+ id: q:acceleration_of_free_fall
185
+ names:
186
+ - value: acceleration of free fall
187
+ lang: en
188
+ quantity_type: derived
189
+ references:
190
+ - type: informative
191
+ authority: qudt
192
+ uri: http://qudt.org/vocab/quantitykind/AccelerationOfGravity
193
+ short: acceleration_of_free_fall
194
+ - dimension_reference:
195
+ type: nist
196
+ id: NISTd3
197
+ identifiers:
198
+ - type: nist
199
+ id: NISTq109
200
+ - type: unitsml
201
+ id: q:period_duration
202
+ names:
203
+ - value: period duration
204
+ lang: en
205
+ - value: period
206
+ lang: en
207
+ quantity_type: derived
208
+ references:
209
+ - type: informative
210
+ authority: qudt
211
+ uri: http://qudt.org/vocab/quantitykind/Period
212
+ short: period_duration
213
+ - dimension_reference:
214
+ type: nist
215
+ id: NISTd64
216
+ identifiers:
217
+ - type: nist
218
+ id: NISTq11
219
+ - type: unitsml
220
+ id: q:solid_angle
221
+ names:
222
+ - value: solid angle
223
+ lang: en
224
+ - value: angle solide
225
+ lang: fr
226
+ quantity_type: derived
227
+ references:
228
+ - type: normative
229
+ authority: si-digital-framework
230
+ uri: http://si-digital-framework.org/quantities/ANGS
231
+ - type: informative
232
+ authority: qudt
233
+ uri: http://qudt.org/vocab/quantitykind/SolidAngle
234
+ short: solid_angle
235
+ - dimension_reference:
236
+ type: nist
237
+ id: NISTd3
238
+ identifiers:
239
+ - type: nist
240
+ id: NISTq110
241
+ - type: unitsml
242
+ id: q:time_constant
243
+ names:
244
+ - value: time constant
245
+ lang: en
246
+ quantity_type: derived
247
+ short: time_constant
248
+ - dimension_reference:
249
+ type: nist
250
+ id: NISTd80
251
+ identifiers:
252
+ - type: nist
253
+ id: NISTq111
254
+ - type: unitsml
255
+ id: q:rotation
256
+ names:
257
+ - value: rotation
258
+ lang: en
259
+ quantity_type: derived
260
+ short: rotation
261
+ - dimension_reference:
262
+ type: nist
263
+ id: NISTd24
264
+ identifiers:
265
+ - type: nist
266
+ id: NISTq112
267
+ - type: unitsml
268
+ id: q:rotational_frequency
269
+ names:
270
+ - value: rotational frequency
271
+ lang: en
272
+ quantity_type: derived
273
+ references:
274
+ - type: informative
275
+ authority: qudt
276
+ uri: http://qudt.org/vocab/quantitykind/RotationalFrequency
277
+ short: rotational_frequency
278
+ - dimension_reference:
279
+ type: nist
280
+ id: NISTd24
281
+ identifiers:
282
+ - type: nist
283
+ id: NISTq113
284
+ - type: unitsml
285
+ id: q:angular_frequency
286
+ names:
287
+ - value: angular frequency
288
+ lang: en
289
+ quantity_type: derived
290
+ references:
291
+ - type: informative
292
+ authority: qudt
293
+ uri: http://qudt.org/vocab/quantitykind/AngularFrequency
294
+ short: angular_frequency
295
+ - dimension_reference:
296
+ type: nist
297
+ id: NISTd1
298
+ identifiers:
299
+ - type: nist
300
+ id: NISTq114
301
+ - type: unitsml
302
+ id: q:wavelength
303
+ names:
304
+ - value: wavelength
305
+ lang: en
306
+ quantity_type: derived
307
+ references:
308
+ - type: informative
309
+ authority: qudt
310
+ uri: http://qudt.org/vocab/quantitykind/Wavelength
311
+ short: wavelength
312
+ - dimension_reference:
313
+ type: nist
314
+ id: NISTd29
315
+ identifiers:
316
+ - type: nist
317
+ id: NISTq115
318
+ - type: unitsml
319
+ id: q:angular_wavenumber
320
+ names:
321
+ - value: angular wavenumber
322
+ lang: en
323
+ - value: angular repetency
324
+ lang: en
325
+ quantity_type: derived
326
+ references:
327
+ - type: informative
328
+ authority: qudt
329
+ uri: http://qudt.org/vocab/quantitykind/AngularWavenumber
330
+ short: angular_wavenumber
331
+ - dimension_reference:
332
+ type: nist
333
+ id: NISTd11
334
+ identifiers:
335
+ - type: nist
336
+ id: NISTq116
337
+ - type: unitsml
338
+ id: q:phase_velocity
339
+ names:
340
+ - value: phase velocity
341
+ lang: en
342
+ - value: phase speed
343
+ lang: en
344
+ quantity_type: derived
345
+ short: phase_velocity
346
+ - dimension_reference:
347
+ type: nist
348
+ id: NISTd11
349
+ identifiers:
350
+ - type: nist
351
+ id: NISTq117
352
+ - type: unitsml
353
+ id: q:group_velocity
354
+ names:
355
+ - value: group velocity
356
+ lang: en
357
+ - value: group speed
358
+ lang: en
359
+ quantity_type: derived
360
+ short: group_velocity
361
+ - dimension_reference:
362
+ type: nist
363
+ id: NISTd83
364
+ identifiers:
365
+ - type: nist
366
+ id: NISTq118
367
+ - type: unitsml
368
+ id: q:level_of_a_field_quantity
369
+ names:
370
+ - value: level of a field quantity
371
+ lang: en
372
+ quantity_type: derived
373
+ short: level_of_a_field_quantity
374
+ - dimension_reference:
375
+ type: nist
376
+ id: NISTd84
377
+ identifiers:
378
+ - type: nist
379
+ id: NISTq119
380
+ - type: unitsml
381
+ id: q:level_of_a_power_quantity
382
+ names:
383
+ - value: level of a power quantity
384
+ lang: en
385
+ quantity_type: derived
386
+ short: level_of_a_power_quantity
387
+ - dimension_reference:
388
+ type: nist
389
+ id: NISTd11
390
+ identifiers:
391
+ - type: nist
392
+ id: NISTq12
393
+ - type: unitsml
394
+ id: q:velocity
395
+ names:
396
+ - value: velocity
397
+ lang: en
398
+ - value: speed
399
+ lang: en
400
+ - value: vitesse
401
+ lang: fr
402
+ quantity_type: derived
403
+ references:
404
+ - type: normative
405
+ authority: si-digital-framework
406
+ uri: http://si-digital-framework.org/quantities/VELO
407
+ - type: informative
408
+ authority: qudt
409
+ uri: http://qudt.org/vocab/quantitykind/Speed
410
+ short: velocity
411
+ - dimension_reference:
412
+ type: nist
413
+ id: NISTd24
414
+ identifiers:
415
+ - type: nist
416
+ id: NISTq120
417
+ - type: unitsml
418
+ id: q:damping_coefficient
419
+ names:
420
+ - value: damping coefficient
421
+ lang: en
422
+ quantity_type: derived
423
+ short: damping_coefficient
424
+ - dimension_reference:
425
+ type: nist
426
+ id: NISTd67
427
+ identifiers:
428
+ - type: nist
429
+ id: NISTq121
430
+ - type: unitsml
431
+ id: q:logarithmic_decrement
432
+ names:
433
+ - value: ratio logarithm (Np)
434
+ lang: en
435
+ - value: logarithmic decrement (field quantities using natural logarithms)
436
+ lang: en
437
+ - value: logarithme d'un rapport (Np)
438
+ lang: fr
439
+ quantity_type: derived
440
+ references:
441
+ - type: normative
442
+ authority: si-digital-framework
443
+ uri: http://si-digital-framework.org/quantities/RLGN
444
+ short: logarithmic_decrement
445
+ - dimension_reference:
446
+ type: nist
447
+ id: NISTd29
448
+ identifiers:
449
+ - type: nist
450
+ id: NISTq122
451
+ - type: unitsml
452
+ id: q:attenuation_coefficient
453
+ names:
454
+ - value: attenuation coefficient
455
+ lang: en
456
+ quantity_type: derived
457
+ references:
458
+ - type: informative
459
+ authority: qudt
460
+ uri: http://qudt.org/vocab/quantitykind/AttenuationCoefficient
461
+ short: attenuation_coefficient
462
+ - dimension_reference:
463
+ type: nist
464
+ id: NISTd29
465
+ identifiers:
466
+ - type: nist
467
+ id: NISTq123
468
+ - type: unitsml
469
+ id: q:phase_coefficient
470
+ names:
471
+ - value: phase coefficient
472
+ lang: en
473
+ quantity_type: derived
474
+ references:
475
+ - type: informative
476
+ authority: qudt
477
+ uri: http://qudt.org/vocab/quantitykind/PhaseCoefficient
478
+ short: phase_coefficient
479
+ - dimension_reference:
480
+ type: nist
481
+ id: NISTd29
482
+ identifiers:
483
+ - type: nist
484
+ id: NISTq124
485
+ - type: unitsml
486
+ id: q:propagation_coefficient
487
+ names:
488
+ - value: propagation coefficient
489
+ lang: en
490
+ quantity_type: derived
491
+ references:
492
+ - type: informative
493
+ authority: qudt
494
+ uri: http://qudt.org/vocab/quantitykind/PropagationCoefficient
495
+ short: propagation_coefficient
496
+ - dimension_reference:
497
+ type: nist
498
+ id: NISTd80
499
+ identifiers:
500
+ - type: nist
501
+ id: NISTq125
502
+ - type: unitsml
503
+ id: q:relative_mass_density
504
+ names:
505
+ - value: relative mass density
506
+ lang: en
507
+ - value: relative density
508
+ lang: en
509
+ quantity_type: derived
510
+ references:
511
+ - type: informative
512
+ authority: qudt
513
+ uri: http://qudt.org/vocab/quantitykind/RelativeMassDensity
514
+ short: relative_mass_density
515
+ - dimension_reference:
516
+ type: nist
517
+ id: NISTd58
518
+ identifiers:
519
+ - type: nist
520
+ id: NISTq126
521
+ - type: unitsml
522
+ id: q:linear_density
523
+ names:
524
+ - value: linear density
525
+ lang: en
526
+ - value: lineic mass
527
+ lang: en
528
+ quantity_type: derived
529
+ references:
530
+ - type: informative
531
+ authority: qudt
532
+ uri: http://qudt.org/vocab/quantitykind/LinearDensity
533
+ short: linear_density
534
+ - dimension_reference:
535
+ type: nist
536
+ id: NISTd59
537
+ identifiers:
538
+ - type: nist
539
+ id: NISTq127
540
+ - type: unitsml
541
+ id: q:mass_moment_of_inertia
542
+ names:
543
+ - value: mass moment of inertia
544
+ lang: en
545
+ - value: moment of inertia
546
+ lang: en
547
+ quantity_type: derived
548
+ references:
549
+ - type: informative
550
+ authority: qudt
551
+ uri: http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea
552
+ short: mass_moment_of_inertia
553
+ - dimension_reference:
554
+ type: nist
555
+ id: NISTd12
556
+ identifiers:
557
+ - type: nist
558
+ id: NISTq128
559
+ - type: unitsml
560
+ id: q:weight
561
+ names:
562
+ - value: weight
563
+ lang: en
564
+ quantity_type: derived
565
+ references:
566
+ - type: informative
567
+ authority: qudt
568
+ uri: http://qudt.org/vocab/quantitykind/Weight
569
+ short: weight
570
+ - dimension_reference:
571
+ type: nist
572
+ id: NISTd61
573
+ identifiers:
574
+ - type: nist
575
+ id: NISTq129
576
+ - type: unitsml
577
+ id: q:impulse
578
+ names:
579
+ - value: impulse
580
+ lang: en
581
+ quantity_type: derived
582
+ references:
583
+ - type: informative
584
+ authority: qudt
585
+ uri: http://qudt.org/vocab/quantitykind/Impulse
586
+ short: impulse
587
+ - dimension_reference:
588
+ type: nist
589
+ id: NISTd12
590
+ identifiers:
591
+ - type: nist
592
+ id: NISTq13
593
+ - type: unitsml
594
+ id: q:force
595
+ names:
596
+ - value: force
597
+ lang: en
598
+ - value: force
599
+ lang: fr
600
+ quantity_type: derived
601
+ references:
602
+ - type: normative
603
+ authority: si-digital-framework
604
+ uri: http://si-digital-framework.org/quantities/FORC
605
+ - type: informative
606
+ authority: qudt
607
+ uri: http://qudt.org/vocab/quantitykind/Force
608
+ short: force
609
+ - dimension_reference:
610
+ type: nist
611
+ id: NISTd62
612
+ identifiers:
613
+ - type: nist
614
+ id: NISTq130
615
+ - type: unitsml
616
+ id: q:gravitational_constant
617
+ names:
618
+ - value: gravitational constant
619
+ lang: en
620
+ quantity_type: derived
621
+ references:
622
+ - type: informative
623
+ authority: qudt
624
+ uri: http://qudt.org/vocab/quantitykind/GravitationalAttraction
625
+ short: gravitational_constant
626
+ - dimension_reference:
627
+ type: nist
628
+ id: NISTd61
629
+ identifiers:
630
+ - type: nist
631
+ id: NISTq131
632
+ - type: unitsml
633
+ id: q:momentum
634
+ names:
635
+ - value: momentum
636
+ lang: en
637
+ quantity_type: derived
638
+ references:
639
+ - type: informative
640
+ authority: qudt
641
+ uri: http://qudt.org/vocab/quantitykind/Momentum
642
+ short: momentum
643
+ - dimension_reference:
644
+ type: nist
645
+ id: NISTd60
646
+ identifiers:
647
+ - type: nist
648
+ id: NISTq132
649
+ - type: unitsml
650
+ id: q:moment_of_momentum
651
+ names:
652
+ - value: moment of momentum
653
+ lang: en
654
+ - value: angular momentum
655
+ lang: en
656
+ quantity_type: derived
657
+ references:
658
+ - type: informative
659
+ authority: qudt
660
+ uri: http://qudt.org/vocab/quantitykind/AngularMomentum
661
+ short: moment_of_momentum
662
+ - dimension_reference:
663
+ type: nist
664
+ id: NISTd60
665
+ identifiers:
666
+ - type: nist
667
+ id: NISTq133
668
+ - type: unitsml
669
+ id: q:angular_impulse
670
+ names:
671
+ - value: angular impulse
672
+ lang: en
673
+ quantity_type: derived
674
+ references:
675
+ - type: informative
676
+ authority: qudt
677
+ uri: http://qudt.org/vocab/quantitykind/AngularImpulse
678
+ short: angular_impulse
679
+ - dimension_reference:
680
+ type: nist
681
+ id: NISTd14
682
+ identifiers:
683
+ - type: nist
684
+ id: NISTq134
685
+ - type: unitsml
686
+ id: q:normal_stress
687
+ names:
688
+ - value: normal stress
689
+ lang: en
690
+ quantity_type: derived
691
+ references:
692
+ - type: informative
693
+ authority: qudt
694
+ uri: http://qudt.org/vocab/quantitykind/NormalStress
695
+ short: normal_stress
696
+ - dimension_reference:
697
+ type: nist
698
+ id: NISTd14
699
+ identifiers:
700
+ - type: nist
701
+ id: NISTq135
702
+ - type: unitsml
703
+ id: q:shear_stress
704
+ names:
705
+ - value: shear stress
706
+ lang: en
707
+ quantity_type: derived
708
+ references:
709
+ - type: informative
710
+ authority: qudt
711
+ uri: http://qudt.org/vocab/quantitykind/ShearStress
712
+ short: shear_stress
713
+ - dimension_reference:
714
+ type: nist
715
+ id: NISTd80
716
+ identifiers:
717
+ - type: nist
718
+ id: NISTq136
719
+ - type: unitsml
720
+ id: q:linear_strain
721
+ names:
722
+ - value: linear strain
723
+ lang: en
724
+ quantity_type: derived
725
+ references:
726
+ - type: informative
727
+ authority: qudt
728
+ uri: http://qudt.org/vocab/quantitykind/LinearStrain
729
+ short: linear_strain
730
+ - dimension_reference:
731
+ type: nist
732
+ id: NISTd80
733
+ identifiers:
734
+ - type: nist
735
+ id: NISTq137
736
+ - type: unitsml
737
+ id: q:shear_strain
738
+ names:
739
+ - value: shear strain
740
+ lang: en
741
+ quantity_type: derived
742
+ references:
743
+ - type: informative
744
+ authority: qudt
745
+ uri: http://qudt.org/vocab/quantitykind/ShearStrain
746
+ short: shear_strain
747
+ - dimension_reference:
748
+ type: nist
749
+ id: NISTd80
750
+ identifiers:
751
+ - type: nist
752
+ id: NISTq138
753
+ - type: unitsml
754
+ id: q:volume_strain
755
+ names:
756
+ - value: volume strain
757
+ lang: en
758
+ quantity_type: derived
759
+ references:
760
+ - type: informative
761
+ authority: qudt
762
+ uri: http://qudt.org/vocab/quantitykind/VolumeStrain
763
+ short: volume_strain
764
+ - dimension_reference:
765
+ type: nist
766
+ id: NISTd63
767
+ identifiers:
768
+ - type: nist
769
+ id: NISTq139
770
+ - type: unitsml
771
+ id: q:compressibility
772
+ names:
773
+ - value: compressibility
774
+ lang: en
775
+ quantity_type: derived
776
+ references:
777
+ - type: informative
778
+ authority: qudt
779
+ uri: http://qudt.org/vocab/quantitykind/Compressibility
780
+ short: compressibility
781
+ - dimension_reference:
782
+ type: nist
783
+ id: NISTd13
784
+ identifiers:
785
+ - type: nist
786
+ id: NISTq14
787
+ - type: unitsml
788
+ id: q:magnetic_flux_density
789
+ names:
790
+ - value: magnetic flux density
791
+ lang: en
792
+ - value: induction magnétique
793
+ lang: fr
794
+ quantity_type: derived
795
+ references:
796
+ - type: normative
797
+ authority: si-digital-framework
798
+ uri: http://si-digital-framework.org/quantities/MGFD
799
+ short: magnetic_flux_density
800
+ - dimension_reference:
801
+ type: nist
802
+ id: NISTd80
803
+ identifiers:
804
+ - type: nist
805
+ id: NISTq140
806
+ - type: unitsml
807
+ id: q:poisson_number
808
+ names:
809
+ - value: Poisson number
810
+ lang: en
811
+ quantity_type: derived
812
+ references:
813
+ - type: informative
814
+ authority: qudt
815
+ uri: http://qudt.org/vocab/quantitykind/PoissonRatio
816
+ short: poisson_number
817
+ - dimension_reference:
818
+ type: nist
819
+ id: NISTd14
820
+ identifiers:
821
+ - type: nist
822
+ id: NISTq141
823
+ - type: unitsml
824
+ id: q:modulus_of_elasticity
825
+ names:
826
+ - value: modulus of elasticity
827
+ lang: en
828
+ quantity_type: derived
829
+ references:
830
+ - type: informative
831
+ authority: qudt
832
+ uri: http://qudt.org/vocab/quantitykind/ModulusOfElasticity
833
+ short: modulus_of_elasticity
834
+ - dimension_reference:
835
+ type: nist
836
+ id: NISTd14
837
+ identifiers:
838
+ - type: nist
839
+ id: NISTq142
840
+ - type: unitsml
841
+ id: q:modulus_of_rigidity
842
+ names:
843
+ - value: modulus of rigidity
844
+ lang: en
845
+ - value: shear modulus
846
+ lang: en
847
+ quantity_type: derived
848
+ references:
849
+ - type: informative
850
+ authority: qudt
851
+ uri: http://qudt.org/vocab/quantitykind/ShearModulus
852
+ short: modulus_of_rigidity
853
+ - dimension_reference:
854
+ type: nist
855
+ id: NISTd14
856
+ identifiers:
857
+ - type: nist
858
+ id: NISTq143
859
+ - type: unitsml
860
+ id: q:modulus_of_compression
861
+ names:
862
+ - value: modulus of compression
863
+ lang: en
864
+ - value: bulk modulus
865
+ lang: en
866
+ quantity_type: derived
867
+ references:
868
+ - type: informative
869
+ authority: qudt
870
+ uri: http://qudt.org/vocab/quantitykind/BulkModulus
871
+ short: modulus_of_compression
872
+ - dimension_reference:
873
+ type: nist
874
+ id: NISTd57
875
+ identifiers:
876
+ - type: nist
877
+ id: NISTq144
878
+ - type: unitsml
879
+ id: q:second_axial_moment_of_area
880
+ names:
881
+ - value: second axial moment of area
882
+ lang: en
883
+ quantity_type: derived
884
+ references:
885
+ - type: informative
886
+ authority: qudt
887
+ uri: http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea
888
+ short: second_axial_moment_of_area
889
+ - dimension_reference:
890
+ type: nist
891
+ id: NISTd57
892
+ identifiers:
893
+ - type: nist
894
+ id: NISTq145
895
+ - type: unitsml
896
+ id: q:second_polar_moment_of_area
897
+ names:
898
+ - value: second polar moment of area
899
+ lang: en
900
+ quantity_type: derived
901
+ references:
902
+ - type: informative
903
+ authority: qudt
904
+ uri: http://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea
905
+ short: second_polar_moment_of_area
906
+ - dimension_reference:
907
+ type: nist
908
+ id: NISTd10
909
+ identifiers:
910
+ - type: nist
911
+ id: NISTq146
912
+ - type: unitsml
913
+ id: q:section_modulus
914
+ names:
915
+ - value: section modulus
916
+ lang: en
917
+ quantity_type: derived
918
+ references:
919
+ - type: informative
920
+ authority: qudt
921
+ uri: http://qudt.org/vocab/quantitykind/SectionModulus
922
+ short: section_modulus
923
+ - dimension_reference:
924
+ type: nist
925
+ id: NISTd80
926
+ identifiers:
927
+ - type: nist
928
+ id: NISTq147
929
+ - type: unitsml
930
+ id: q:dynamic_friction_factor
931
+ names:
932
+ - value: dynamic friction factor
933
+ lang: en
934
+ quantity_type: derived
935
+ references:
936
+ - type: informative
937
+ authority: qudt
938
+ uri: http://qudt.org/vocab/quantitykind/DynamicFriction
939
+ short: dynamic_friction_factor
940
+ - dimension_reference:
941
+ type: nist
942
+ id: NISTd14
943
+ identifiers:
944
+ - type: nist
945
+ id: NISTq15
946
+ - type: unitsml
947
+ id: q:pressure
948
+ names:
949
+ - value: pressure
950
+ lang: en
951
+ - value: pression, contrainte
952
+ lang: fr
953
+ quantity_type: derived
954
+ references:
955
+ - type: normative
956
+ authority: si-digital-framework
957
+ uri: http://si-digital-framework.org/quantities/PRES
958
+ short: pressure
959
+ - dimension_reference:
960
+ type: nist
961
+ id: NISTd65
962
+ identifiers:
963
+ - type: nist
964
+ id: NISTq150
965
+ - type: unitsml
966
+ id: q:mass_flow_rate
967
+ names:
968
+ - value: mass flow rate
969
+ lang: en
970
+ quantity_type: derived
971
+ references:
972
+ - type: informative
973
+ authority: qudt
974
+ uri: http://qudt.org/vocab/quantitykind/MassFlowRate
975
+ short: mass_flow_rate
976
+ - dimension_reference:
977
+ type: nist
978
+ id: NISTd66
979
+ identifiers:
980
+ - type: nist
981
+ id: NISTq151
982
+ - type: unitsml
983
+ id: q:volume_flow_rate
984
+ names:
985
+ - value: volume flow rate
986
+ lang: en
987
+ quantity_type: derived
988
+ references:
989
+ - type: informative
990
+ authority: qudt
991
+ uri: http://qudt.org/vocab/quantitykind/VolumeFlowRate
992
+ short: volume_flow_rate
993
+ - dimension_reference:
994
+ type: nist
995
+ id: NISTd15
996
+ identifiers:
997
+ - type: nist
998
+ id: NISTq152
999
+ - type: unitsml
1000
+ id: q:lagrange_function
1001
+ names:
1002
+ - value: Lagrange function
1003
+ lang: en
1004
+ quantity_type: derived
1005
+ references:
1006
+ - type: informative
1007
+ authority: qudt
1008
+ uri: http://qudt.org/vocab/quantitykind/LagrangeFunction
1009
+ short: lagrange_function
1010
+ - dimension_reference:
1011
+ type: nist
1012
+ id: NISTd15
1013
+ identifiers:
1014
+ - type: nist
1015
+ id: NISTq153
1016
+ - type: unitsml
1017
+ id: q:hamilton_function
1018
+ names:
1019
+ - value: Hamilton function
1020
+ lang: en
1021
+ quantity_type: derived
1022
+ references:
1023
+ - type: informative
1024
+ authority: qudt
1025
+ uri: http://qudt.org/vocab/quantitykind/HamiltonFunction
1026
+ short: hamilton_function
1027
+ - dimension_reference:
1028
+ type: nist
1029
+ id: NISTd60
1030
+ identifiers:
1031
+ - type: nist
1032
+ id: NISTq154
1033
+ - type: unitsml
1034
+ id: q:action
1035
+ names:
1036
+ - value: action
1037
+ lang: en
1038
+ quantity_type: derived
1039
+ references:
1040
+ - type: informative
1041
+ authority: qudt
1042
+ uri: http://qudt.org/vocab/quantitykind/Action
1043
+ short: action
1044
+ - dimension_reference:
1045
+ type: nist
1046
+ id: NISTd57
1047
+ identifiers:
1048
+ - type: nist
1049
+ id: NISTq155
1050
+ - type: unitsml
1051
+ id: q:area_moment_of_inertia
1052
+ names:
1053
+ - value: area moment of inertia
1054
+ lang: en
1055
+ - value: second moment of area
1056
+ lang: en
1057
+ quantity_type: derived
1058
+ references:
1059
+ - type: informative
1060
+ authority: qudt
1061
+ uri: http://qudt.org/vocab/quantitykind/PolarMomentOfInertia
1062
+ short: area_moment_of_inertia
1063
+ - dimension_reference:
1064
+ type: nist
1065
+ id: NISTd68
1066
+ identifiers:
1067
+ - type: nist
1068
+ id: NISTq156
1069
+ - type: unitsml
1070
+ id: q:linear_expansion_coefficient
1071
+ names:
1072
+ - value: linear expansion coefficient
1073
+ lang: en
1074
+ quantity_type: derived
1075
+ references:
1076
+ - type: informative
1077
+ authority: qudt
1078
+ uri: http://qudt.org/vocab/quantitykind/LinearExpansionCoefficient
1079
+ short: linear_expansion_coefficient
1080
+ - dimension_reference:
1081
+ type: nist
1082
+ id: NISTd68
1083
+ identifiers:
1084
+ - type: nist
1085
+ id: NISTq157
1086
+ - type: unitsml
1087
+ id: q:cubic_expansion_coefficient
1088
+ names:
1089
+ - value: cubic expansion coefficient
1090
+ lang: en
1091
+ quantity_type: derived
1092
+ references:
1093
+ - type: informative
1094
+ authority: qudt
1095
+ uri: http://qudt.org/vocab/quantitykind/CubicExpansionCoefficient
1096
+ short: cubic_expansion_coefficient
1097
+ - dimension_reference:
1098
+ type: nist
1099
+ id: NISTd68
1100
+ identifiers:
1101
+ - type: nist
1102
+ id: NISTq158
1103
+ - type: unitsml
1104
+ id: q:relative_pressure_coefficient
1105
+ names:
1106
+ - value: relative pressure coefficient
1107
+ lang: en
1108
+ quantity_type: derived
1109
+ references:
1110
+ - type: informative
1111
+ authority: qudt
1112
+ uri: http://qudt.org/vocab/quantitykind/RelativePressureCoefficient
1113
+ short: relative_pressure_coefficient
1114
+ - dimension_reference:
1115
+ type: nist
1116
+ id: NISTd69
1117
+ identifiers:
1118
+ - type: nist
1119
+ id: NISTq159
1120
+ - type: unitsml
1121
+ id: q:pressure_coefficient
1122
+ names:
1123
+ - value: pressure coefficient
1124
+ lang: en
1125
+ quantity_type: derived
1126
+ references:
1127
+ - type: informative
1128
+ authority: qudt
1129
+ uri: http://qudt.org/vocab/quantitykind/PressureCoefficient
1130
+ short: pressure_coefficient
1131
+ - dimension_reference:
1132
+ type: nist
1133
+ id: NISTd14
1134
+ identifiers:
1135
+ - type: nist
1136
+ id: NISTq16
1137
+ - type: unitsml
1138
+ id: q:stress
1139
+ names:
1140
+ - value: stress
1141
+ lang: en
1142
+ quantity_type: derived
1143
+ references:
1144
+ - type: informative
1145
+ authority: qudt
1146
+ uri: http://qudt.org/vocab/quantitykind/Stress
1147
+ short: stress
1148
+ - dimension_reference:
1149
+ type: nist
1150
+ id: NISTd70
1151
+ identifiers:
1152
+ - type: nist
1153
+ id: NISTq160
1154
+ - type: unitsml
1155
+ id: q:isothermal_compressibility
1156
+ names:
1157
+ - value: isothermal compressibility
1158
+ lang: en
1159
+ quantity_type: derived
1160
+ references:
1161
+ - type: informative
1162
+ authority: qudt
1163
+ uri: http://qudt.org/vocab/quantitykind/IsothermalCompressibility
1164
+ short: isothermal_compressibility
1165
+ - dimension_reference:
1166
+ type: nist
1167
+ id: NISTd4
1168
+ identifiers:
1169
+ - type: nist
1170
+ id: NISTq161
1171
+ - type: unitsml
1172
+ id: q:magnetomotive_force
1173
+ names:
1174
+ - value: magnetomotive force (Cardelli) (-SP811)
1175
+ lang: en
1176
+ quantity_type: derived
1177
+ references:
1178
+ - type: informative
1179
+ authority: qudt
1180
+ uri: http://qudt.org/vocab/quantitykind/MagnetomotiveForce
1181
+ short: magnetomotive_force
1182
+ - dimension_reference:
1183
+ type: nist
1184
+ id: NISTd72
1185
+ identifiers:
1186
+ - type: nist
1187
+ id: NISTq162
1188
+ - type: unitsml
1189
+ id: q:electric_dipole_moment
1190
+ names:
1191
+ - value: electric dipole moment
1192
+ lang: en
1193
+ quantity_type: derived
1194
+ references:
1195
+ - type: informative
1196
+ authority: qudt
1197
+ uri: http://qudt.org/vocab/quantitykind/ElectricDipoleMoment
1198
+ short: electric_dipole_moment
1199
+ - dimension_reference:
1200
+ type: nist
1201
+ id: NISTd54
1202
+ identifiers:
1203
+ - type: nist
1204
+ id: NISTq163
1205
+ - type: unitsml
1206
+ id: q:magnetizability
1207
+ names:
1208
+ - value: magnetizability
1209
+ lang: en
1210
+ quantity_type: derived
1211
+ references:
1212
+ - type: informative
1213
+ authority: qudt
1214
+ uri: http://qudt.org/vocab/quantitykind/Magnetization
1215
+ short: magnetizability
1216
+ - dimension_reference:
1217
+ type: nist
1218
+ id: NISTd73
1219
+ identifiers:
1220
+ - type: nist
1221
+ id: NISTq164
1222
+ - type: unitsml
1223
+ id: q:magnetic_dipole_moment
1224
+ names:
1225
+ - value: magnetic dipole moment
1226
+ lang: en
1227
+ quantity_type: derived
1228
+ references:
1229
+ - type: informative
1230
+ authority: qudt
1231
+ uri: http://qudt.org/vocab/quantitykind/MagneticDipoleMoment
1232
+ short: magnetic_dipole_moment
1233
+ - dimension_reference:
1234
+ type: nist
1235
+ id: NISTd74
1236
+ identifiers:
1237
+ - type: nist
1238
+ id: NISTq165
1239
+ - type: unitsml
1240
+ id: q:electric_field_gradient
1241
+ names:
1242
+ - value: electric field gradient
1243
+ lang: en
1244
+ quantity_type: derived
1245
+ references:
1246
+ - type: informative
1247
+ authority: qudt
1248
+ uri: http://qudt.org/vocab/quantitykind/ElectricField
1249
+ short: electric_field_gradient
1250
+ - dimension_reference:
1251
+ type: nist
1252
+ id: NISTd18
1253
+ identifiers:
1254
+ - type: nist
1255
+ id: NISTq166
1256
+ - type: unitsml
1257
+ id: q:electric_potential
1258
+ names:
1259
+ - value: electric potential
1260
+ lang: en
1261
+ quantity_type: derived
1262
+ references:
1263
+ - type: informative
1264
+ authority: qudt
1265
+ uri: http://qudt.org/vocab/quantitykind/ElectricPotential
1266
+ short: electric_potential
1267
+ - dimension_reference:
1268
+ type: nist
1269
+ id: NISTd75
1270
+ identifiers:
1271
+ - type: nist
1272
+ id: NISTq167
1273
+ - type: unitsml
1274
+ id: q:electric_quadrupole_moment
1275
+ names:
1276
+ - value: electric quadrupole moment
1277
+ lang: en
1278
+ quantity_type: derived
1279
+ references:
1280
+ - type: informative
1281
+ authority: qudt
1282
+ uri: http://qudt.org/vocab/quantitykind/ElectricQuadrupoleMoment
1283
+ short: electric_quadrupole_moment
1284
+ - dimension_reference:
1285
+ type: nist
1286
+ id: NISTd76
1287
+ identifiers:
1288
+ - type: nist
1289
+ id: NISTq168
1290
+ - type: unitsml
1291
+ id: q:polarizability
1292
+ names:
1293
+ - value: polarizability
1294
+ lang: en
1295
+ quantity_type: derived
1296
+ references:
1297
+ - type: informative
1298
+ authority: qudt
1299
+ uri: http://qudt.org/vocab/quantitykind/Polarizability
1300
+ short: polarizability
1301
+ - dimension_reference:
1302
+ type: nist
1303
+ id: NISTd19
1304
+ identifiers:
1305
+ - type: nist
1306
+ id: NISTq169
1307
+ - type: unitsml
1308
+ id: q:electric_capacitance
1309
+ names:
1310
+ - value: electric capacitance
1311
+ lang: en
1312
+ quantity_type: derived
1313
+ references:
1314
+ - type: informative
1315
+ authority: qudt
1316
+ uri: http://qudt.org/vocab/quantitykind/Capacitance
1317
+ short: electric_capacitance
1318
+ - dimension_reference:
1319
+ type: nist
1320
+ id: NISTd15
1321
+ identifiers:
1322
+ - type: nist
1323
+ id: NISTq17
1324
+ - type: unitsml
1325
+ id: q:energy
1326
+ names:
1327
+ - value: energy
1328
+ lang: en
1329
+ - value: énergie
1330
+ lang: fr
1331
+ quantity_type: derived
1332
+ references:
1333
+ - type: normative
1334
+ authority: si-digital-framework
1335
+ uri: http://si-digital-framework.org/quantities/ENGY
1336
+ - type: informative
1337
+ authority: qudt
1338
+ uri: http://qudt.org/vocab/quantitykind/Energy
1339
+ short: energy
1340
+ - dimension_reference:
1341
+ type: nist
1342
+ id: NISTd4
1343
+ identifiers:
1344
+ - type: nist
1345
+ id: NISTq170
1346
+ - type: unitsml
1347
+ id: q:electric_current_intensity
1348
+ names:
1349
+ - value: electric current intensity
1350
+ lang: en
1351
+ quantity_type: derived
1352
+ references:
1353
+ - type: informative
1354
+ authority: qudt
1355
+ uri: http://qudt.org/vocab/quantitykind/ElectricCurrentIntensity
1356
+ short: electric_current_intensity
1357
+ - dimension_reference:
1358
+ type: nist
1359
+ id: NISTd23
1360
+ identifiers:
1361
+ - type: nist
1362
+ id: NISTq171
1363
+ - type: unitsml
1364
+ id: q:electric_inductance
1365
+ names:
1366
+ - value: electric inductance
1367
+ lang: en
1368
+ quantity_type: derived
1369
+ references:
1370
+ - type: informative
1371
+ authority: qudt
1372
+ uri: http://qudt.org/vocab/quantitykind/Inductance
1373
+ short: electric_inductance
1374
+ - dimension_reference:
1375
+ type: nist
1376
+ id: NISTd77
1377
+ identifiers:
1378
+ - type: nist
1379
+ id: NISTq172
1380
+ - type: unitsml
1381
+ id: q:first_hyperpolarizability
1382
+ names:
1383
+ - value: 1st hyperpolarizability
1384
+ lang: en
1385
+ quantity_type: derived
1386
+ short: first_hyperpolarizability
1387
+ - dimension_reference:
1388
+ type: nist
1389
+ id: NISTd78
1390
+ identifiers:
1391
+ - type: nist
1392
+ id: NISTq173
1393
+ - type: unitsml
1394
+ id: q:second_hyperpolarizability
1395
+ names:
1396
+ - value: 2nd hyperpolarizability
1397
+ lang: en
1398
+ quantity_type: derived
1399
+ short: second_hyperpolarizability
1400
+ - dimension_reference:
1401
+ type: nist
1402
+ id: NISTd94
1403
+ identifiers:
1404
+ - type: nist
1405
+ id: NISTq174
1406
+ - type: unitsml
1407
+ id: q:index_of_acidity
1408
+ names:
1409
+ - value: index of acidity
1410
+ lang: en
1411
+ quantity_type: derived
1412
+ references:
1413
+ - type: informative
1414
+ authority: qudt
1415
+ uri: http://qudt.org/vocab/quantitykind/Acidity
1416
+ short: index_of_acidity
1417
+ - dimension_reference:
1418
+ type: nist
1419
+ id: NISTd5
1420
+ identifiers:
1421
+ - type: nist
1422
+ id: NISTq175
1423
+ - type: unitsml
1424
+ id: q:fahrenheit_temperature
1425
+ names:
1426
+ - value: Fahrenheit temperature
1427
+ lang: en
1428
+ quantity_type: derived
1429
+ references:
1430
+ - type: informative
1431
+ authority: qudt
1432
+ uri: http://qudt.org/vocab/quantitykind/FahrenheitTemperature
1433
+ short: fahrenheit_temperature
1434
+ - dimension_reference:
1435
+ type: nist
1436
+ id: NISTd58
1437
+ identifiers:
1438
+ - type: nist
1439
+ id: NISTq176
1440
+ - type: unitsml
1441
+ id: q:mass_divided_by_length
1442
+ names:
1443
+ - value: mass divided by length
1444
+ lang: en
1445
+ quantity_type: derived
1446
+ references:
1447
+ - type: informative
1448
+ authority: qudt
1449
+ uri: http://qudt.org/vocab/quantitykind/LineicMass
1450
+ short: mass_divided_by_length
1451
+ - dimension_reference:
1452
+ type: nist
1453
+ id: NISTd95
1454
+ identifiers:
1455
+ - type: nist
1456
+ id: NISTq177
1457
+ - type: unitsml
1458
+ id: q:storage_capacity
1459
+ names:
1460
+ - value: storage capacity
1461
+ lang: en
1462
+ - value: storage size
1463
+ lang: en
1464
+ quantity_type: derived
1465
+ short: storage_capacity
1466
+ - dimension_reference:
1467
+ type: nist
1468
+ id: NISTd79
1469
+ identifiers:
1470
+ - type: nist
1471
+ id: NISTq179
1472
+ - type: unitsml
1473
+ id: q:molality_of_solute_B
1474
+ names:
1475
+ - value: molality of solute B
1476
+ lang: en
1477
+ quantity_type: derived
1478
+ references:
1479
+ - type: informative
1480
+ authority: qudt
1481
+ uri: http://qudt.org/vocab/quantitykind/MolalityOfSolute
1482
+ short: molality_of_solute_B
1483
+ - dimension_reference:
1484
+ type: nist
1485
+ id: NISTd15
1486
+ identifiers:
1487
+ - type: nist
1488
+ id: NISTq18
1489
+ - type: unitsml
1490
+ id: q:work
1491
+ names:
1492
+ - value: work
1493
+ lang: en
1494
+ quantity_type: derived
1495
+ references:
1496
+ - type: informative
1497
+ authority: qudt
1498
+ uri: http://qudt.org/vocab/quantitykind/Work
1499
+ short: work
1500
+ - dimension_reference:
1501
+ type: nist
1502
+ id: NISTd71
1503
+ identifiers:
1504
+ - type: nist
1505
+ id: NISTq180
1506
+ - type: unitsml
1507
+ id: q:coefficient_of_heat_transfer
1508
+ names:
1509
+ - value: coefficient of heat transfer
1510
+ lang: en
1511
+ quantity_type: derived
1512
+ references:
1513
+ - type: informative
1514
+ authority: qudt
1515
+ uri: http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer
1516
+ short: coefficient_of_heat_transfer
1517
+ - dimension_reference:
1518
+ type: nist
1519
+ id: NISTd71
1520
+ identifiers:
1521
+ - type: nist
1522
+ id: NISTq181
1523
+ - type: unitsml
1524
+ id: q:surface_coefficient_of_heat_transfer
1525
+ names:
1526
+ - value: surface coefficient of heat transfer
1527
+ lang: en
1528
+ quantity_type: derived
1529
+ references:
1530
+ - type: informative
1531
+ authority: qudt
1532
+ uri: http://qudt.org/vocab/quantitykind/SurfaceCoefficientOfHeatTransfer
1533
+ short: surface_coefficient_of_heat_transfer
1534
+ - dimension_reference:
1535
+ type: nist
1536
+ id: NISTd15
1537
+ identifiers:
1538
+ - type: nist
1539
+ id: NISTq182
1540
+ - type: unitsml
1541
+ id: q:kinetic_energy
1542
+ names:
1543
+ - value: kinetic energy
1544
+ lang: en
1545
+ quantity_type: derived
1546
+ references:
1547
+ - type: informative
1548
+ authority: qudt
1549
+ uri: http://qudt.org/vocab/quantitykind/KineticEnergy
1550
+ short: kinetic_energy
1551
+ - dimension_reference:
1552
+ type: nist
1553
+ id: NISTd15
1554
+ identifiers:
1555
+ - type: nist
1556
+ id: NISTq183
1557
+ - type: unitsml
1558
+ id: q:mechanical_energy
1559
+ names:
1560
+ - value: mechanical energy
1561
+ lang: en
1562
+ quantity_type: derived
1563
+ references:
1564
+ - type: informative
1565
+ authority: qudt
1566
+ uri: http://qudt.org/vocab/quantitykind/MechanicalEnergy
1567
+ short: mechanical_energy
1568
+ - dimension_reference:
1569
+ type: nist
1570
+ id: NISTd15
1571
+ identifiers:
1572
+ - type: nist
1573
+ id: NISTq184
1574
+ - type: unitsml
1575
+ id: q:torque
1576
+ names:
1577
+ - value: torque
1578
+ lang: en
1579
+ quantity_type: derived
1580
+ references:
1581
+ - type: informative
1582
+ authority: qudt
1583
+ uri: http://qudt.org/vocab/quantitykind/Torque
1584
+ short: torque
1585
+ - dimension_reference:
1586
+ type: nist
1587
+ id: NISTd15
1588
+ identifiers:
1589
+ - type: nist
1590
+ id: NISTq185
1591
+ - type: unitsml
1592
+ id: q:bending_moment_of_force
1593
+ names:
1594
+ - value: bending moment of force
1595
+ lang: en
1596
+ quantity_type: derived
1597
+ references:
1598
+ - type: informative
1599
+ authority: qudt
1600
+ uri: http://qudt.org/vocab/quantitykind/BendingMomentOfForce
1601
+ short: bending_moment_of_force
1602
+ - dimension_reference:
1603
+ type: nist
1604
+ id: NISTd85
1605
+ identifiers:
1606
+ - type: nist
1607
+ id: NISTq186
1608
+ - type: unitsml
1609
+ id: q:mass_fraction
1610
+ names:
1611
+ - value: mass fraction
1612
+ lang: en
1613
+ - value: mole fraction
1614
+ lang: en
1615
+ quantity_type: derived
1616
+ references:
1617
+ - type: informative
1618
+ authority: qudt
1619
+ uri: http://qudt.org/vocab/quantitykind/MassFraction
1620
+ short: mass_fraction
1621
+ - dimension_reference:
1622
+ type: nist
1623
+ id: NISTd16
1624
+ identifiers:
1625
+ - type: nist
1626
+ id: NISTq187
1627
+ - type: unitsml
1628
+ id: q:apparent_power
1629
+ names:
1630
+ - value: apparent power
1631
+ lang: en
1632
+ quantity_type: derived
1633
+ references:
1634
+ - type: informative
1635
+ authority: qudt
1636
+ uri: http://qudt.org/vocab/quantitykind/ApparentPower
1637
+ short: apparent_power
1638
+ - dimension_reference:
1639
+ type: nist
1640
+ id: NISTd80
1641
+ identifiers:
1642
+ - type: nist
1643
+ id: NISTq188
1644
+ - type: unitsml
1645
+ id: q:nil
1646
+ names:
1647
+ - value: nil
1648
+ lang: en
1649
+ quantity_type: derived
1650
+ short: nil
1651
+ - dimension_reference:
1652
+ type: nist
1653
+ id: NISTd24
1654
+ identifiers:
1655
+ - type: nist
1656
+ id: NISTq189
1657
+ - type: unitsml
1658
+ id: q:emission_rate
1659
+ names:
1660
+ - value: emission rate
1661
+ lang: en
1662
+ - value: taux d'émission
1663
+ lang: fr
1664
+ quantity_type: derived
1665
+ references:
1666
+ - type: normative
1667
+ authority: si-digital-framework
1668
+ uri: http://si-digital-framework.org/quantities/EMIR
1669
+ short: emission_rate
1670
+ - dimension_reference:
1671
+ type: nist
1672
+ id: NISTd15
1673
+ identifiers:
1674
+ - type: nist
1675
+ id: NISTq19
1676
+ - type: unitsml
1677
+ id: q:amount_of_heat
1678
+ names:
1679
+ - value: amount of heat
1680
+ lang: en
1681
+ - value: heat
1682
+ lang: en
1683
+ quantity_type: derived
1684
+ references:
1685
+ - type: informative
1686
+ authority: qudt
1687
+ uri: http://qudt.org/vocab/quantitykind/Heat
1688
+ short: amount_of_heat
1689
+ - dimension_reference:
1690
+ type: nist
1691
+ id: NISTd96
1692
+ identifiers:
1693
+ - type: nist
1694
+ id: NISTq190
1695
+ - type: unitsml
1696
+ id: q:fluence
1697
+ names:
1698
+ - value: fluence
1699
+ lang: en
1700
+ - value: fluence
1701
+ lang: fr
1702
+ quantity_type: derived
1703
+ references:
1704
+ - type: normative
1705
+ authority: si-digital-framework
1706
+ uri: http://si-digital-framework.org/quantities/FLUE
1707
+ - type: informative
1708
+ authority: qudt
1709
+ uri: http://qudt.org/vocab/quantitykind/EnergyFluence
1710
+ short: fluence
1711
+ - dimension_reference:
1712
+ type: nist
1713
+ id: NISTd97
1714
+ identifiers:
1715
+ - type: nist
1716
+ id: NISTq191
1717
+ - type: unitsml
1718
+ id: q:fluence_rate
1719
+ names:
1720
+ - value: fluence rate
1721
+ lang: en
1722
+ - value: débit de fluence
1723
+ lang: fr
1724
+ quantity_type: derived
1725
+ references:
1726
+ - type: normative
1727
+ authority: si-digital-framework
1728
+ uri: http://si-digital-framework.org/quantities/FLUR
1729
+ - type: informative
1730
+ authority: qudt
1731
+ uri: http://qudt.org/vocab/quantitykind/EnergyFluenceRate
1732
+ short: fluence_rate
1733
+ - dimension_reference:
1734
+ type: nist
1735
+ id: NISTd5
1736
+ identifiers:
1737
+ - type: nist
1738
+ id: NISTq192
1739
+ - type: unitsml
1740
+ id: q:ITS-90_temperature_celsius
1741
+ names:
1742
+ - value: ITS-90 temperature (°C)
1743
+ lang: en
1744
+ - value: température ITS-90 (℃)
1745
+ lang: fr
1746
+ quantity_type: derived
1747
+ references:
1748
+ - type: normative
1749
+ authority: si-digital-framework
1750
+ uri: http://si-digital-framework.org/quantities/ITSC
1751
+ short: ITS-90_temperature_celsius
1752
+ - dimension_reference:
1753
+ type: nist
1754
+ id: NISTd5
1755
+ identifiers:
1756
+ - type: nist
1757
+ id: NISTq193
1758
+ - type: unitsml
1759
+ id: q:ITS-90_temperature_kelvin
1760
+ names:
1761
+ - value: ITS-90 temperature (K)
1762
+ lang: en
1763
+ - value: température ITS-90 (K)
1764
+ lang: fr
1765
+ quantity_type: derived
1766
+ references:
1767
+ - type: normative
1768
+ authority: si-digital-framework
1769
+ uri: http://si-digital-framework.org/quantities/ITSK
1770
+ short: ITS-90_temperature_kelvin
1771
+ - dimension_reference:
1772
+ type: nist
1773
+ id: NISTd50
1774
+ identifiers:
1775
+ - type: nist
1776
+ id: NISTq194
1777
+ - type: unitsml
1778
+ id: q:kerma_rate
1779
+ names:
1780
+ - value: kerma rate
1781
+ lang: en
1782
+ - value: kerma rate
1783
+ lang: fr
1784
+ quantity_type: derived
1785
+ references:
1786
+ - type: normative
1787
+ authority: si-digital-framework
1788
+ uri: http://si-digital-framework.org/quantities/KRMR
1789
+ - type: informative
1790
+ authority: qudt
1791
+ uri: http://qudt.org/vocab/quantitykind/KermaRate
1792
+ short: kerma_rate
1793
+ - dimension_reference:
1794
+ type: nist
1795
+ id: NISTd98
1796
+ identifiers:
1797
+ - type: nist
1798
+ id: NISTq195
1799
+ - type: unitsml
1800
+ id: q:phase
1801
+ names:
1802
+ - value: phase
1803
+ lang: en
1804
+ - value: phase
1805
+ lang: fr
1806
+ quantity_type: derived
1807
+ references:
1808
+ - type: normative
1809
+ authority: si-digital-framework
1810
+ uri: http://si-digital-framework.org/quantities/PHAS
1811
+ short: phase
1812
+ - dimension_reference:
1813
+ type: nist
1814
+ id: NISTd5
1815
+ identifiers:
1816
+ - type: nist
1817
+ id: NISTq196
1818
+ - type: unitsml
1819
+ id: q:PLTS-2000_temperature
1820
+ names:
1821
+ - value: PLTS-2000 temperature (K)
1822
+ lang: en
1823
+ - value: température PLTS-2000 (K)
1824
+ lang: fr
1825
+ quantity_type: derived
1826
+ references:
1827
+ - type: normative
1828
+ authority: si-digital-framework
1829
+ uri: http://si-digital-framework.org/quantities/PLTS
1830
+ short: PLTS-2000_temperature
1831
+ - dimension_reference:
1832
+ type: nist
1833
+ id: NISTd49
1834
+ identifiers:
1835
+ - type: nist
1836
+ id: NISTq197
1837
+ - type: unitsml
1838
+ id: q:exposure
1839
+ names:
1840
+ - value: exposure
1841
+ lang: en
1842
+ - value: exposition (rayons x et γ)
1843
+ lang: fr
1844
+ quantity_type: derived
1845
+ references:
1846
+ - type: normative
1847
+ authority: si-digital-framework
1848
+ uri: http://si-digital-framework.org/quantities/XPOS
1849
+ - type: informative
1850
+ authority: qudt
1851
+ uri: http://qudt.org/vocab/quantitykind/Exposure
1852
+ short: exposure
1853
+ - dimension_reference:
1854
+ type: nist
1855
+ id: NISTd99
1856
+ identifiers:
1857
+ - type: nist
1858
+ id: NISTq198
1859
+ - type: unitsml
1860
+ id: q:fuel_efficiency
1861
+ names:
1862
+ - value: fuel efficiency
1863
+ lang: en
1864
+ - value: fuel economy
1865
+ lang: en
1866
+ quantity_type: derived
1867
+ short: fuel_efficiency
1868
+ - dimension_reference:
1869
+ type: nist
1870
+ id: NISTd80
1871
+ identifiers:
1872
+ - type: nist
1873
+ id: NISTq199
1874
+ - type: unitsml
1875
+ id: q:relative_humidity
1876
+ names:
1877
+ - value: relative humidity
1878
+ lang: en
1879
+ quantity_type: derived
1880
+ references:
1881
+ - type: informative
1882
+ authority: qudt
1883
+ uri: http://qudt.org/vocab/quantitykind/RelativeHumidity
1884
+ short: relative_humidity
1885
+ - dimension_reference:
1886
+ type: nist
1887
+ id: NISTd2
1888
+ identifiers:
1889
+ - type: nist
1890
+ id: NISTq2
1891
+ - type: unitsml
1892
+ id: q:mass
1893
+ names:
1894
+ - value: mass
1895
+ lang: en
1896
+ - value: masse
1897
+ lang: fr
1898
+ quantity_type: base
1899
+ references:
1900
+ - type: normative
1901
+ authority: si-digital-framework
1902
+ uri: http://si-digital-framework.org/quantities/MASS
1903
+ - type: informative
1904
+ authority: qudt
1905
+ uri: http://qudt.org/vocab/quantitykind/Mass
1906
+ short: mass
1907
+ - dimension_reference:
1908
+ type: nist
1909
+ id: NISTd16
1910
+ identifiers:
1911
+ - type: nist
1912
+ id: NISTq20
1913
+ - type: unitsml
1914
+ id: q:power
1915
+ names:
1916
+ - value: power
1917
+ lang: en
1918
+ - value: puissance, flux énergétique
1919
+ lang: fr
1920
+ quantity_type: derived
1921
+ references:
1922
+ - type: normative
1923
+ authority: si-digital-framework
1924
+ uri: http://si-digital-framework.org/quantities/POWR
1925
+ - type: informative
1926
+ authority: qudt
1927
+ uri: http://qudt.org/vocab/quantitykind/Power
1928
+ short: power
1929
+ - dimension_reference:
1930
+ type: nist
1931
+ id: NISTd67
1932
+ identifiers:
1933
+ - type: nist
1934
+ id: NISTq200
1935
+ - type: unitsml
1936
+ id: q:logarithmic_frequency_range
1937
+ names:
1938
+ - value: logarithmic frequency range
1939
+ lang: en
1940
+ quantity_type: derived
1941
+ short: logarithmic_frequency_range
1942
+ - dimension_reference:
1943
+ type: nist
1944
+ id: NISTd100
1945
+ identifiers:
1946
+ - type: nist
1947
+ id: NISTq201
1948
+ - type: unitsml
1949
+ id: q:traffic_intensity
1950
+ names:
1951
+ - value: traffic intensity
1952
+ lang: en
1953
+ quantity_type: derived
1954
+ references:
1955
+ - type: informative
1956
+ authority: qudt
1957
+ uri: http://qudt.org/vocab/quantitykind/TrafficIntensity
1958
+ short: traffic_intensity
1959
+ - dimension_reference:
1960
+ type: nist
1961
+ id: NISTd101
1962
+ identifiers:
1963
+ - type: nist
1964
+ id: NISTq202
1965
+ - type: unitsml
1966
+ id: q:symbol_rate
1967
+ names:
1968
+ - value: symbol rate
1969
+ lang: en
1970
+ quantity_type: derived
1971
+ short: symbol_rate
1972
+ - dimension_reference:
1973
+ type: nist
1974
+ id: NISTd102
1975
+ identifiers:
1976
+ - type: nist
1977
+ id: NISTq203
1978
+ - type: unitsml
1979
+ id: q:information_content
1980
+ names:
1981
+ - value: information content
1982
+ lang: en
1983
+ - value: information entropy
1984
+ lang: en
1985
+ quantity_type: derived
1986
+ references:
1987
+ - type: informative
1988
+ authority: qudt
1989
+ uri: http://qudt.org/vocab/quantitykind/InformationContent
1990
+ short: information_content
1991
+ - dimension_reference:
1992
+ type: nist
1993
+ id: NISTd16
1994
+ identifiers:
1995
+ - type: nist
1996
+ id: NISTq21
1997
+ - type: unitsml
1998
+ id: q:radiant_flux
1999
+ names:
2000
+ - value: radiant flux
2001
+ lang: en
2002
+ quantity_type: derived
2003
+ references:
2004
+ - type: informative
2005
+ authority: qudt
2006
+ uri: http://qudt.org/vocab/quantitykind/RadiantFlux
2007
+ short: radiant_flux
2008
+ - dimension_reference:
2009
+ type: nist
2010
+ id: NISTd17
2011
+ identifiers:
2012
+ - type: nist
2013
+ id: NISTq22
2014
+ - type: unitsml
2015
+ id: q:electric_charge
2016
+ names:
2017
+ - value: electric charge
2018
+ lang: en
2019
+ - value: charge électrique
2020
+ lang: fr
2021
+ quantity_type: derived
2022
+ references:
2023
+ - type: normative
2024
+ authority: si-digital-framework
2025
+ uri: http://si-digital-framework.org/quantities/ELCH
2026
+ - type: informative
2027
+ authority: qudt
2028
+ uri: http://qudt.org/vocab/quantitykind/ElectricCharge
2029
+ short: electric_charge
2030
+ - dimension_reference:
2031
+ type: nist
2032
+ id: NISTd17
2033
+ identifiers:
2034
+ - type: nist
2035
+ id: NISTq23
2036
+ - type: unitsml
2037
+ id: q:amount_of_electricity
2038
+ names:
2039
+ - value: amount of electricity
2040
+ lang: en
2041
+ quantity_type: derived
2042
+ short: amount_of_electricity
2043
+ - dimension_reference:
2044
+ type: nist
2045
+ id: NISTd18
2046
+ identifiers:
2047
+ - type: nist
2048
+ id: NISTq24
2049
+ - type: unitsml
2050
+ id: q:electric_potential_difference
2051
+ names:
2052
+ - value: electric potential difference
2053
+ lang: en
2054
+ - value: différence de potentiel électrique
2055
+ lang: fr
2056
+ quantity_type: derived
2057
+ references:
2058
+ - type: normative
2059
+ authority: si-digital-framework
2060
+ uri: http://si-digital-framework.org/quantities/ELPD
2061
+ - type: informative
2062
+ authority: qudt
2063
+ uri: http://qudt.org/vocab/quantitykind/ElectricPotentialDifference
2064
+ short: electric_potential_difference
2065
+ - dimension_reference:
2066
+ type: nist
2067
+ id: NISTd18
2068
+ identifiers:
2069
+ - type: nist
2070
+ id: NISTq25
2071
+ - type: unitsml
2072
+ id: q:potential_difference
2073
+ names:
2074
+ - value: potential difference
2075
+ lang: en
2076
+ quantity_type: derived
2077
+ short: potential_difference
2078
+ - dimension_reference:
2079
+ type: nist
2080
+ id: NISTd18
2081
+ identifiers:
2082
+ - type: nist
2083
+ id: NISTq26
2084
+ - type: unitsml
2085
+ id: q:electromotive_force
2086
+ names:
2087
+ - value: electromotive force
2088
+ lang: en
2089
+ quantity_type: derived
2090
+ references:
2091
+ - type: informative
2092
+ authority: qudt
2093
+ uri: http://qudt.org/vocab/quantitykind/ElectromotiveForce
2094
+ short: electromotive_force
2095
+ - dimension_reference:
2096
+ type: nist
2097
+ id: NISTd19
2098
+ identifiers:
2099
+ - type: nist
2100
+ id: NISTq27
2101
+ - type: unitsml
2102
+ id: q:capacitance
2103
+ names:
2104
+ - value: capacitance
2105
+ lang: en
2106
+ - value: capacité électrique
2107
+ lang: fr
2108
+ quantity_type: derived
2109
+ references:
2110
+ - type: normative
2111
+ authority: si-digital-framework
2112
+ uri: http://si-digital-framework.org/quantities/ELCA
2113
+ - type: informative
2114
+ authority: qudt
2115
+ uri: http://qudt.org/vocab/quantitykind/Capacitance
2116
+ short: capacitance
2117
+ - dimension_reference:
2118
+ type: nist
2119
+ id: NISTd20
2120
+ identifiers:
2121
+ - type: nist
2122
+ id: NISTq28
2123
+ - type: unitsml
2124
+ id: q:electric_resistance
2125
+ names:
2126
+ - value: electric resistance
2127
+ lang: en
2128
+ - value: résistance électrique
2129
+ lang: fr
2130
+ quantity_type: derived
2131
+ references:
2132
+ - type: normative
2133
+ authority: si-digital-framework
2134
+ uri: http://si-digital-framework.org/quantities/ELRE
2135
+ - type: informative
2136
+ authority: qudt
2137
+ uri: http://qudt.org/vocab/quantitykind/Resistance
2138
+ short: electric_resistance
2139
+ - dimension_reference:
2140
+ type: nist
2141
+ id: NISTd21
2142
+ identifiers:
2143
+ - type: nist
2144
+ id: NISTq29
2145
+ - type: unitsml
2146
+ id: q:electric_conductance
2147
+ names:
2148
+ - value: electric conductance
2149
+ lang: en
2150
+ - value: conductance électrique
2151
+ lang: fr
2152
+ quantity_type: derived
2153
+ references:
2154
+ - type: normative
2155
+ authority: si-digital-framework
2156
+ uri: http://si-digital-framework.org/quantities/ELCO
2157
+ - type: informative
2158
+ authority: qudt
2159
+ uri: http://qudt.org/vocab/quantitykind/Conductance
2160
+ short: electric_conductance
2161
+ - dimension_reference:
2162
+ type: nist
2163
+ id: NISTd3
2164
+ identifiers:
2165
+ - type: nist
2166
+ id: NISTq3
2167
+ - type: unitsml
2168
+ id: q:time
2169
+ names:
2170
+ - value: time
2171
+ lang: en
2172
+ - value: duration
2173
+ lang: en
2174
+ - value: temps
2175
+ lang: fr
2176
+ quantity_type: base
2177
+ references:
2178
+ - type: normative
2179
+ authority: si-digital-framework
2180
+ uri: http://si-digital-framework.org/quantities/TIME
2181
+ - type: informative
2182
+ authority: qudt
2183
+ uri: http://qudt.org/vocab/quantitykind/Time
2184
+ short: time
2185
+ - dimension_reference:
2186
+ type: nist
2187
+ id: NISTd22
2188
+ identifiers:
2189
+ - type: nist
2190
+ id: NISTq30
2191
+ - type: unitsml
2192
+ id: q:magnetic_flux
2193
+ names:
2194
+ - value: magnetic flux
2195
+ lang: en
2196
+ - value: flux d'induction magnétique
2197
+ lang: fr
2198
+ quantity_type: derived
2199
+ references:
2200
+ - type: normative
2201
+ authority: si-digital-framework
2202
+ uri: http://si-digital-framework.org/quantities/MGFL
2203
+ - type: informative
2204
+ authority: qudt
2205
+ uri: http://qudt.org/vocab/quantitykind/MagneticFlux
2206
+ short: magnetic_flux
2207
+ - dimension_reference:
2208
+ type: nist
2209
+ id: NISTd51
2210
+ identifiers:
2211
+ - type: nist
2212
+ id: NISTq31
2213
+ - type: unitsml
2214
+ id: q:surface_density
2215
+ names:
2216
+ - value: surface density
2217
+ lang: en
2218
+ - value: areic mass
2219
+ lang: en
2220
+ - value: masse surfacique
2221
+ lang: fr
2222
+ quantity_type: derived
2223
+ references:
2224
+ - type: normative
2225
+ authority: si-digital-framework
2226
+ uri: http://si-digital-framework.org/quantities/SUDE
2227
+ - type: informative
2228
+ authority: qudt
2229
+ uri: http://qudt.org/vocab/quantitykind/AreaMass
2230
+ short: surface_density
2231
+ - dimension_reference:
2232
+ type: nist
2233
+ id: NISTd23
2234
+ identifiers:
2235
+ - type: nist
2236
+ id: NISTq32
2237
+ - type: unitsml
2238
+ id: q:inductance
2239
+ names:
2240
+ - value: inductance
2241
+ lang: en
2242
+ - value: inductance
2243
+ lang: fr
2244
+ quantity_type: derived
2245
+ references:
2246
+ - type: normative
2247
+ authority: si-digital-framework
2248
+ uri: http://si-digital-framework.org/quantities/ELIN
2249
+ - type: informative
2250
+ authority: qudt
2251
+ uri: http://qudt.org/vocab/quantitykind/Inductance
2252
+ short: inductance
2253
+ - dimension_reference:
2254
+ type: nist
2255
+ id: NISTd30
2256
+ identifiers:
2257
+ - type: nist
2258
+ id: NISTq33
2259
+ - type: unitsml
2260
+ id: q:mass_concentration
2261
+ names:
2262
+ - value: mass concentration
2263
+ lang: en
2264
+ - value: concentration massique
2265
+ lang: fr
2266
+ quantity_type: derived
2267
+ references:
2268
+ - type: normative
2269
+ authority: si-digital-framework
2270
+ uri: http://si-digital-framework.org/quantities/MACO
2271
+ - type: informative
2272
+ authority: qudt
2273
+ uri: http://qudt.org/vocab/quantitykind/MassConcentration
2274
+ short: mass_concentration
2275
+ - dimension_reference:
2276
+ type: nist
2277
+ id: NISTd5
2278
+ identifiers:
2279
+ - type: nist
2280
+ id: NISTq34
2281
+ - type: unitsml
2282
+ id: q:celsius_temperature
2283
+ names:
2284
+ - value: Celsius temperature
2285
+ lang: en
2286
+ - value: température Celsius
2287
+ lang: fr
2288
+ quantity_type: derived
2289
+ references:
2290
+ - type: normative
2291
+ authority: si-digital-framework
2292
+ uri: http://si-digital-framework.org/quantities/TEMC
2293
+ - type: informative
2294
+ authority: qudt
2295
+ uri: http://qudt.org/vocab/quantitykind/CelsiusTemperature
2296
+ short: celsius_temperature
2297
+ - dimension_reference:
2298
+ type: nist
2299
+ id: NISTd24
2300
+ identifiers:
2301
+ - type: nist
2302
+ id: NISTq35
2303
+ - type: unitsml
2304
+ id: q:activity_referred_to_a_radionuclide
2305
+ names:
2306
+ - value: activity referred to a radionuclide
2307
+ lang: en
2308
+ - value: activité d'un radionucléide
2309
+ lang: fr
2310
+ quantity_type: derived
2311
+ references:
2312
+ - type: normative
2313
+ authority: si-digital-framework
2314
+ uri: http://si-digital-framework.org/quantities/ARRN
2315
+ - type: informative
2316
+ authority: qudt
2317
+ uri: http://qudt.org/vocab/quantitykind/Activity
2318
+ short: activity_referred_to_a_radionuclide
2319
+ - dimension_reference:
2320
+ type: nist
2321
+ id: NISTd25
2322
+ identifiers:
2323
+ - type: nist
2324
+ id: NISTq36
2325
+ - type: unitsml
2326
+ id: q:absorbed_dose
2327
+ names:
2328
+ - value: absorbed dose
2329
+ lang: en
2330
+ - value: dose absorbée
2331
+ lang: fr
2332
+ quantity_type: derived
2333
+ references:
2334
+ - type: normative
2335
+ authority: si-digital-framework
2336
+ uri: http://si-digital-framework.org/quantities/ABDO
2337
+ - type: informative
2338
+ authority: qudt
2339
+ uri: http://qudt.org/vocab/quantitykind/AbsorbedDose
2340
+ short: absorbed_dose
2341
+ - dimension_reference:
2342
+ type: nist
2343
+ id: NISTd25
2344
+ identifiers:
2345
+ - type: nist
2346
+ id: NISTq37
2347
+ - type: unitsml
2348
+ id: q:specific_energy_imparted
2349
+ names:
2350
+ - value: specific energy imparted
2351
+ lang: en
2352
+ quantity_type: derived
2353
+ references:
2354
+ - type: informative
2355
+ authority: qudt
2356
+ uri: http://qudt.org/vocab/quantitykind/SpecificEnergyImparted
2357
+ short: specific_energy_imparted
2358
+ - dimension_reference:
2359
+ type: nist
2360
+ id: NISTd25
2361
+ identifiers:
2362
+ - type: nist
2363
+ id: NISTq38
2364
+ - type: unitsml
2365
+ id: q:kerma
2366
+ names:
2367
+ - value: kerma
2368
+ lang: en
2369
+ - value: kerma
2370
+ lang: fr
2371
+ quantity_type: derived
2372
+ references:
2373
+ - type: normative
2374
+ authority: si-digital-framework
2375
+ uri: http://si-digital-framework.org/quantities/KRMA
2376
+ - type: informative
2377
+ authority: qudt
2378
+ uri: http://qudt.org/vocab/quantitykind/Kerma
2379
+ short: kerma
2380
+ - dimension_reference:
2381
+ type: nist
2382
+ id: NISTd25
2383
+ identifiers:
2384
+ - type: nist
2385
+ id: NISTq39
2386
+ - type: unitsml
2387
+ id: q:dose_equivalent
2388
+ names:
2389
+ - value: dose equivalent
2390
+ lang: en
2391
+ - value: équivalent de dose
2392
+ lang: fr
2393
+ quantity_type: derived
2394
+ references:
2395
+ - type: normative
2396
+ authority: si-digital-framework
2397
+ uri: http://si-digital-framework.org/quantities/DOEQ
2398
+ - type: informative
2399
+ authority: qudt
2400
+ uri: http://qudt.org/vocab/quantitykind/DoseEquivalent
2401
+ short: dose_equivalent
2402
+ - dimension_reference:
2403
+ type: nist
2404
+ id: NISTd4
2405
+ identifiers:
2406
+ - type: nist
2407
+ id: NISTq4
2408
+ - type: unitsml
2409
+ id: q:electric_current
2410
+ names:
2411
+ - value: electric current
2412
+ lang: en
2413
+ - value: courant électrique
2414
+ lang: fr
2415
+ quantity_type: base
2416
+ references:
2417
+ - type: normative
2418
+ authority: si-digital-framework
2419
+ uri: http://si-digital-framework.org/quantities/ELCU
2420
+ - type: informative
2421
+ authority: qudt
2422
+ uri: http://qudt.org/vocab/quantitykind/ElectricCurrent
2423
+ short: electric_current
2424
+ - dimension_reference:
2425
+ type: nist
2426
+ id: NISTd25
2427
+ identifiers:
2428
+ - type: nist
2429
+ id: NISTq40
2430
+ - type: unitsml
2431
+ id: q:ambient_dose_equivalent
2432
+ names:
2433
+ - value: ambient dose equivalent
2434
+ lang: en
2435
+ quantity_type: derived
2436
+ short: ambient_dose_equivalent
2437
+ - dimension_reference:
2438
+ type: nist
2439
+ id: NISTd25
2440
+ identifiers:
2441
+ - type: nist
2442
+ id: NISTq41
2443
+ - type: unitsml
2444
+ id: q:directional_dose_equivalent
2445
+ names:
2446
+ - value: directional dose equivalent
2447
+ lang: en
2448
+ quantity_type: derived
2449
+ short: directional_dose_equivalent
2450
+ - dimension_reference:
2451
+ type: nist
2452
+ id: NISTd25
2453
+ identifiers:
2454
+ - type: nist
2455
+ id: NISTq42
2456
+ - type: unitsml
2457
+ id: q:personal_dose_equivalent
2458
+ names:
2459
+ - value: personal dose equivalent
2460
+ lang: en
2461
+ quantity_type: derived
2462
+ short: personal_dose_equivalent
2463
+ - dimension_reference:
2464
+ type: nist
2465
+ id: NISTd25
2466
+ identifiers:
2467
+ - type: nist
2468
+ id: NISTq43
2469
+ - type: unitsml
2470
+ id: q:organ_dose_equivalent
2471
+ names:
2472
+ - value: organ dose equivalent
2473
+ lang: en
2474
+ quantity_type: derived
2475
+ short: organ_dose_equivalent
2476
+ - dimension_reference:
2477
+ type: nist
2478
+ id: NISTd26
2479
+ identifiers:
2480
+ - type: nist
2481
+ id: NISTq44
2482
+ - type: unitsml
2483
+ id: q:catalytic_activity
2484
+ names:
2485
+ - value: catalytic activity
2486
+ lang: en
2487
+ - value: activité catalytique
2488
+ lang: fr
2489
+ quantity_type: derived
2490
+ references:
2491
+ - type: normative
2492
+ authority: si-digital-framework
2493
+ uri: http://si-digital-framework.org/quantities/CATA
2494
+ - type: informative
2495
+ authority: qudt
2496
+ uri: http://qudt.org/vocab/quantitykind/CatalyticActivity
2497
+ short: catalytic_activity
2498
+ - dimension_reference:
2499
+ type: nist
2500
+ id: NISTd24
2501
+ identifiers:
2502
+ - type: nist
2503
+ id: NISTq45
2504
+ - type: unitsml
2505
+ id: q:frequency
2506
+ names:
2507
+ - value: frequency
2508
+ lang: en
2509
+ - value: fréquence
2510
+ lang: fr
2511
+ quantity_type: derived
2512
+ references:
2513
+ - type: normative
2514
+ authority: si-digital-framework
2515
+ uri: http://si-digital-framework.org/quantities/FREQ
2516
+ - type: informative
2517
+ authority: qudt
2518
+ uri: http://qudt.org/vocab/quantitykind/Frequency
2519
+ short: frequency
2520
+ - dimension_reference:
2521
+ type: nist
2522
+ id: NISTd7
2523
+ identifiers:
2524
+ - type: nist
2525
+ id: NISTq46
2526
+ - type: unitsml
2527
+ id: q:luminous_flux
2528
+ names:
2529
+ - value: luminous flux
2530
+ lang: en
2531
+ - value: flux lumineux
2532
+ lang: fr
2533
+ quantity_type: derived
2534
+ references:
2535
+ - type: normative
2536
+ authority: si-digital-framework
2537
+ uri: http://si-digital-framework.org/quantities/LUFL
2538
+ - type: informative
2539
+ authority: qudt
2540
+ uri: http://qudt.org/vocab/quantitykind/LuminousFlux
2541
+ short: luminous_flux
2542
+ - dimension_reference:
2543
+ type: nist
2544
+ id: NISTd27
2545
+ identifiers:
2546
+ - type: nist
2547
+ id: NISTq47
2548
+ - type: unitsml
2549
+ id: q:illuminance
2550
+ names:
2551
+ - value: illuminance
2552
+ lang: en
2553
+ - value: éclairement lumineux
2554
+ lang: fr
2555
+ quantity_type: derived
2556
+ references:
2557
+ - type: normative
2558
+ authority: si-digital-framework
2559
+ uri: http://si-digital-framework.org/quantities/ILLU
2560
+ - type: informative
2561
+ authority: qudt
2562
+ uri: http://qudt.org/vocab/quantitykind/Illuminance
2563
+ short: illuminance
2564
+ - dimension_reference:
2565
+ type: nist
2566
+ id: NISTd1
2567
+ identifiers:
2568
+ - type: nist
2569
+ id: NISTq48
2570
+ - type: unitsml
2571
+ id: q:distance
2572
+ names:
2573
+ - value: distance
2574
+ lang: en
2575
+ quantity_type: base
2576
+ references:
2577
+ - type: informative
2578
+ authority: qudt
2579
+ uri: http://qudt.org/vocab/quantitykind/Distance
2580
+ short: distance
2581
+ - dimension_reference:
2582
+ type: nist
2583
+ id: NISTd28
2584
+ identifiers:
2585
+ - type: nist
2586
+ id: NISTq49
2587
+ - type: unitsml
2588
+ id: q:acceleration
2589
+ names:
2590
+ - value: acceleration
2591
+ lang: en
2592
+ - value: accélération
2593
+ lang: fr
2594
+ quantity_type: derived
2595
+ references:
2596
+ - type: normative
2597
+ authority: si-digital-framework
2598
+ uri: http://si-digital-framework.org/quantities/ACCE
2599
+ - type: informative
2600
+ authority: qudt
2601
+ uri: http://qudt.org/vocab/quantitykind/Acceleration
2602
+ short: acceleration
2603
+ - dimension_reference:
2604
+ type: nist
2605
+ id: NISTd5
2606
+ identifiers:
2607
+ - type: nist
2608
+ id: NISTq5
2609
+ - type: unitsml
2610
+ id: q:temperature
2611
+ names:
2612
+ - value: thermodynamic temperature
2613
+ lang: en
2614
+ - value: température thermodynamique
2615
+ lang: fr
2616
+ quantity_type: base
2617
+ references:
2618
+ - type: normative
2619
+ authority: si-digital-framework
2620
+ uri: http://si-digital-framework.org/quantities/TEMT
2621
+ - type: informative
2622
+ authority: qudt
2623
+ uri: http://qudt.org/vocab/quantitykind/ThermodynamicTemperature
2624
+ short: temperature
2625
+ - dimension_reference:
2626
+ type: nist
2627
+ id: NISTd29
2628
+ identifiers:
2629
+ - type: nist
2630
+ id: NISTq50
2631
+ - type: unitsml
2632
+ id: q:wavenumber
2633
+ names:
2634
+ - value: wavenumber
2635
+ lang: en
2636
+ - value: repetency
2637
+ lang: en
2638
+ - value: nombre d'ondes
2639
+ lang: fr
2640
+ quantity_type: derived
2641
+ references:
2642
+ - type: normative
2643
+ authority: si-digital-framework
2644
+ uri: http://si-digital-framework.org/quantities/WANU
2645
+ - type: informative
2646
+ authority: qudt
2647
+ uri: http://qudt.org/vocab/quantitykind/Repetency
2648
+ short: wavenumber
2649
+ - dimension_reference:
2650
+ type: nist
2651
+ id: NISTd30
2652
+ identifiers:
2653
+ - type: nist
2654
+ id: NISTq51
2655
+ - type: unitsml
2656
+ id: q:density
2657
+ names:
2658
+ - value: density
2659
+ lang: en
2660
+ - value: mass density
2661
+ lang: en
2662
+ - value: masse volumique
2663
+ lang: fr
2664
+ quantity_type: derived
2665
+ references:
2666
+ - type: normative
2667
+ authority: si-digital-framework
2668
+ uri: http://si-digital-framework.org/quantities/DENS
2669
+ - type: informative
2670
+ authority: qudt
2671
+ uri: http://qudt.org/vocab/quantitykind/Density
2672
+ short: density
2673
+ - dimension_reference:
2674
+ type: nist
2675
+ id: NISTd31
2676
+ identifiers:
2677
+ - type: nist
2678
+ id: NISTq52
2679
+ - type: unitsml
2680
+ id: q:specific_volume
2681
+ names:
2682
+ - value: specific volume
2683
+ lang: en
2684
+ - value: massic volume
2685
+ lang: en
2686
+ - value: volume massique
2687
+ lang: fr
2688
+ quantity_type: derived
2689
+ references:
2690
+ - type: normative
2691
+ authority: si-digital-framework
2692
+ uri: http://si-digital-framework.org/quantities/SPVO
2693
+ - type: informative
2694
+ authority: qudt
2695
+ uri: http://qudt.org/vocab/quantitykind/SpecificVolume
2696
+ short: specific_volume
2697
+ - dimension_reference:
2698
+ type: nist
2699
+ id: NISTd32
2700
+ identifiers:
2701
+ - type: nist
2702
+ id: NISTq53
2703
+ - type: unitsml
2704
+ id: q:current_density
2705
+ names:
2706
+ - value: current density
2707
+ lang: en
2708
+ - value: densité de courant
2709
+ lang: fr
2710
+ quantity_type: derived
2711
+ references:
2712
+ - type: normative
2713
+ authority: si-digital-framework
2714
+ uri: http://si-digital-framework.org/quantities/CUDE
2715
+ - type: informative
2716
+ authority: qudt
2717
+ uri: http://qudt.org/vocab/quantitykind/Conductivity
2718
+ short: current_density
2719
+ - dimension_reference:
2720
+ type: nist
2721
+ id: NISTd33
2722
+ identifiers:
2723
+ - type: nist
2724
+ id: NISTq54
2725
+ - type: unitsml
2726
+ id: q:magnetic_field_strength
2727
+ names:
2728
+ - value: magnetic field strength
2729
+ lang: en
2730
+ - value: champ magnétique
2731
+ lang: fr
2732
+ quantity_type: derived
2733
+ references:
2734
+ - type: normative
2735
+ authority: si-digital-framework
2736
+ uri: http://si-digital-framework.org/quantities/MAFD
2737
+ - type: informative
2738
+ authority: qudt
2739
+ uri: http://qudt.org/vocab/quantitykind/MagneticFieldStrength_H
2740
+ short: magnetic_field_strength
2741
+ - dimension_reference:
2742
+ type: nist
2743
+ id: NISTd34
2744
+ identifiers:
2745
+ - type: nist
2746
+ id: NISTq55
2747
+ - type: unitsml
2748
+ id: q:amount_concentration
2749
+ names:
2750
+ - value: amount of substance concentration
2751
+ lang: en
2752
+ - value: amount concentration
2753
+ lang: en
2754
+ - value: concentration de quantité de matière
2755
+ lang: fr
2756
+ quantity_type: derived
2757
+ references:
2758
+ - type: normative
2759
+ authority: si-digital-framework
2760
+ uri: http://si-digital-framework.org/quantities/AMSC
2761
+ - type: informative
2762
+ authority: qudt
2763
+ uri: http://qudt.org/vocab/quantitykind/MolecularConcentration
2764
+ short: amount_concentration
2765
+ - dimension_reference:
2766
+ type: nist
2767
+ id: NISTd27
2768
+ identifiers:
2769
+ - type: nist
2770
+ id: NISTq56
2771
+ - type: unitsml
2772
+ id: q:luminance
2773
+ names:
2774
+ - value: luminance
2775
+ lang: en
2776
+ - value: luminance lumineuse
2777
+ lang: fr
2778
+ quantity_type: derived
2779
+ references:
2780
+ - type: normative
2781
+ authority: si-digital-framework
2782
+ uri: http://si-digital-framework.org/quantities/LUMA
2783
+ - type: informative
2784
+ authority: qudt
2785
+ uri: http://qudt.org/vocab/quantitykind/Luminance
2786
+ short: luminance
2787
+ - dimension_reference:
2788
+ type: nist
2789
+ id: NISTd11
2790
+ identifiers:
2791
+ - type: nist
2792
+ id: NISTq57
2793
+ - type: unitsml
2794
+ id: q:angular_velocity
2795
+ names:
2796
+ - value: angular velocity
2797
+ lang: en
2798
+ - value: vitesse angulaire
2799
+ lang: fr
2800
+ quantity_type: derived
2801
+ references:
2802
+ - type: normative
2803
+ authority: si-digital-framework
2804
+ uri: http://si-digital-framework.org/quantities/VELA
2805
+ - type: informative
2806
+ authority: qudt
2807
+ uri: http://qudt.org/vocab/quantitykind/AngularVelocity
2808
+ short: angular_velocity
2809
+ - dimension_reference:
2810
+ type: nist
2811
+ id: NISTd35
2812
+ identifiers:
2813
+ - type: nist
2814
+ id: NISTq58
2815
+ - type: unitsml
2816
+ id: q:angular_acceleration
2817
+ names:
2818
+ - value: angular acceleration
2819
+ lang: en
2820
+ - value: accelération angulaire
2821
+ lang: fr
2822
+ quantity_type: derived
2823
+ references:
2824
+ - type: normative
2825
+ authority: si-digital-framework
2826
+ uri: http://si-digital-framework.org/quantities/ACCA
2827
+ - type: informative
2828
+ authority: qudt
2829
+ uri: http://qudt.org/vocab/quantitykind/AngularAcceleration
2830
+ short: angular_acceleration
2831
+ - dimension_reference:
2832
+ type: nist
2833
+ id: NISTd36
2834
+ identifiers:
2835
+ - type: nist
2836
+ id: NISTq59
2837
+ - type: unitsml
2838
+ id: q:dynamic_viscosity
2839
+ names:
2840
+ - value: dynamic viscosity
2841
+ lang: en
2842
+ - value: viscosité dynamique
2843
+ lang: fr
2844
+ quantity_type: derived
2845
+ references:
2846
+ - type: normative
2847
+ authority: si-digital-framework
2848
+ uri: http://si-digital-framework.org/quantities/DYVI
2849
+ - type: informative
2850
+ authority: qudt
2851
+ uri: http://qudt.org/vocab/quantitykind/DynamicViscosity
2852
+ short: dynamic_viscosity
2853
+ - dimension_reference:
2854
+ type: nist
2855
+ id: NISTd6
2856
+ identifiers:
2857
+ - type: nist
2858
+ id: NISTq6
2859
+ - type: unitsml
2860
+ id: q:substance_amount
2861
+ names:
2862
+ - value: amount of substance
2863
+ lang: en
2864
+ - value: quantité de matière
2865
+ lang: fr
2866
+ quantity_type: base
2867
+ references:
2868
+ - type: normative
2869
+ authority: si-digital-framework
2870
+ uri: http://si-digital-framework.org/quantities/AMSU
2871
+ - type: informative
2872
+ authority: qudt
2873
+ uri: http://qudt.org/vocab/quantitykind/AmountOfSubstance
2874
+ short: substance_amount
2875
+ - dimension_reference:
2876
+ type: nist
2877
+ id: NISTd15
2878
+ identifiers:
2879
+ - type: nist
2880
+ id: NISTq60
2881
+ - type: unitsml
2882
+ id: q:moment_of_force
2883
+ names:
2884
+ - value: moment of force
2885
+ lang: en
2886
+ - value: moment d’une force
2887
+ lang: fr
2888
+ quantity_type: derived
2889
+ references:
2890
+ - type: normative
2891
+ authority: si-digital-framework
2892
+ uri: http://si-digital-framework.org/quantities/TORQ
2893
+ - type: informative
2894
+ authority: qudt
2895
+ uri: http://qudt.org/vocab/quantitykind/MomentOfForce
2896
+ short: moment_of_force
2897
+ - dimension_reference:
2898
+ type: nist
2899
+ id: NISTd37
2900
+ identifiers:
2901
+ - type: nist
2902
+ id: NISTq61
2903
+ - type: unitsml
2904
+ id: q:surface_tension
2905
+ names:
2906
+ - value: surface tension
2907
+ lang: en
2908
+ - value: tension superficielle
2909
+ lang: fr
2910
+ quantity_type: derived
2911
+ references:
2912
+ - type: normative
2913
+ authority: si-digital-framework
2914
+ uri: http://si-digital-framework.org/quantities/SUTE
2915
+ - type: informative
2916
+ authority: qudt
2917
+ uri: http://qudt.org/vocab/quantitykind/SurfaceTension
2918
+ short: surface_tension
2919
+ - dimension_reference:
2920
+ type: nist
2921
+ id: NISTd38
2922
+ identifiers:
2923
+ - type: nist
2924
+ id: NISTq62
2925
+ - type: unitsml
2926
+ id: q:heat_flux_density
2927
+ names:
2928
+ - value: heat flux density
2929
+ lang: en
2930
+ - value: flux thermique surfacique
2931
+ lang: fr
2932
+ quantity_type: derived
2933
+ references:
2934
+ - type: normative
2935
+ authority: si-digital-framework
2936
+ uri: http://si-digital-framework.org/quantities/HEFD
2937
+ - type: informative
2938
+ authority: qudt
2939
+ uri: http://qudt.org/vocab/quantitykind/HeatFluxDensity
2940
+ short: heat_flux_density
2941
+ - dimension_reference:
2942
+ type: nist
2943
+ id: NISTd39
2944
+ identifiers:
2945
+ - type: nist
2946
+ id: NISTq63
2947
+ - type: unitsml
2948
+ id: q:heat_capacity
2949
+ names:
2950
+ - value: heat capacity
2951
+ lang: en
2952
+ - value: capacité thermique
2953
+ lang: fr
2954
+ quantity_type: derived
2955
+ references:
2956
+ - type: normative
2957
+ authority: si-digital-framework
2958
+ uri: http://si-digital-framework.org/quantities/HECA
2959
+ - type: informative
2960
+ authority: qudt
2961
+ uri: http://qudt.org/vocab/quantitykind/HeatCapacity
2962
+ short: heat_capacity
2963
+ - dimension_reference:
2964
+ type: nist
2965
+ id: NISTd40
2966
+ identifiers:
2967
+ - type: nist
2968
+ id: NISTq64
2969
+ - type: unitsml
2970
+ id: q:specific_heat_capacity
2971
+ names:
2972
+ - value: specific heat capacity
2973
+ lang: en
2974
+ - value: capacité thermique massique
2975
+ lang: fr
2976
+ quantity_type: derived
2977
+ references:
2978
+ - type: normative
2979
+ authority: si-digital-framework
2980
+ uri: http://si-digital-framework.org/quantities/SHEC
2981
+ - type: informative
2982
+ authority: qudt
2983
+ uri: http://qudt.org/vocab/quantitykind/SpecificHeatCapacity
2984
+ short: specific_heat_capacity
2985
+ - dimension_reference:
2986
+ type: nist
2987
+ id: NISTd25
2988
+ identifiers:
2989
+ - type: nist
2990
+ id: NISTq65
2991
+ - type: unitsml
2992
+ id: q:specific_energy
2993
+ names:
2994
+ - value: specific energy
2995
+ lang: en
2996
+ - value: énergie massique
2997
+ lang: fr
2998
+ quantity_type: derived
2999
+ references:
3000
+ - type: normative
3001
+ authority: si-digital-framework
3002
+ uri: http://si-digital-framework.org/quantities/SENG
3003
+ - type: informative
3004
+ authority: qudt
3005
+ uri: http://qudt.org/vocab/quantitykind/SpecificEnergy
3006
+ short: specific_energy
3007
+ - dimension_reference:
3008
+ type: nist
3009
+ id: NISTd41
3010
+ identifiers:
3011
+ - type: nist
3012
+ id: NISTq66
3013
+ - type: unitsml
3014
+ id: q:thermal_conductivity
3015
+ names:
3016
+ - value: thermal conductivity
3017
+ lang: en
3018
+ - value: conductivité thermique
3019
+ lang: fr
3020
+ quantity_type: derived
3021
+ references:
3022
+ - type: normative
3023
+ authority: si-digital-framework
3024
+ uri: http://si-digital-framework.org/quantities/TCON
3025
+ - type: informative
3026
+ authority: qudt
3027
+ uri: http://qudt.org/vocab/quantitykind/ThermalConductivity
3028
+ short: thermal_conductivity
3029
+ - dimension_reference:
3030
+ type: nist
3031
+ id: NISTd14
3032
+ identifiers:
3033
+ - type: nist
3034
+ id: NISTq67
3035
+ - type: unitsml
3036
+ id: q:energy_density
3037
+ names:
3038
+ - value: energy density
3039
+ lang: en
3040
+ - value: énergie volumique
3041
+ lang: fr
3042
+ quantity_type: derived
3043
+ references:
3044
+ - type: normative
3045
+ authority: si-digital-framework
3046
+ uri: http://si-digital-framework.org/quantities/ENGD
3047
+ - type: informative
3048
+ authority: qudt
3049
+ uri: http://qudt.org/vocab/quantitykind/EnergyDensity
3050
+ short: energy_density
3051
+ - dimension_reference:
3052
+ type: nist
3053
+ id: NISTd42
3054
+ identifiers:
3055
+ - type: nist
3056
+ id: NISTq68
3057
+ - type: unitsml
3058
+ id: q:electric_field_strength
3059
+ names:
3060
+ - value: electric field strength
3061
+ lang: en
3062
+ - value: champ électrique
3063
+ lang: fr
3064
+ quantity_type: derived
3065
+ references:
3066
+ - type: normative
3067
+ authority: si-digital-framework
3068
+ uri: http://si-digital-framework.org/quantities/ELFS
3069
+ - type: informative
3070
+ authority: qudt
3071
+ uri: http://qudt.org/vocab/quantitykind/ElectricFieldStrength
3072
+ short: electric_field_strength
3073
+ - dimension_reference:
3074
+ type: nist
3075
+ id: NISTd43
3076
+ identifiers:
3077
+ - type: nist
3078
+ id: NISTq69
3079
+ - type: unitsml
3080
+ id: q:electric_charge_density
3081
+ names:
3082
+ - value: electric charge density
3083
+ lang: en
3084
+ - value: charge électrique volumique
3085
+ lang: fr
3086
+ quantity_type: derived
3087
+ references:
3088
+ - type: normative
3089
+ authority: si-digital-framework
3090
+ uri: http://si-digital-framework.org/quantities/ELCD
3091
+ - type: informative
3092
+ authority: qudt
3093
+ uri: http://qudt.org/vocab/quantitykind/ElectricChargeDensity
3094
+ short: electric_charge_density
3095
+ - dimension_reference:
3096
+ type: nist
3097
+ id: NISTd7
3098
+ identifiers:
3099
+ - type: nist
3100
+ id: NISTq7
3101
+ - type: unitsml
3102
+ id: q:luminous_intensity
3103
+ names:
3104
+ - value: luminous intensity
3105
+ lang: en
3106
+ - value: intensité lumineuse
3107
+ lang: fr
3108
+ quantity_type: base
3109
+ references:
3110
+ - type: normative
3111
+ authority: si-digital-framework
3112
+ uri: http://si-digital-framework.org/quantities/LUIN
3113
+ - type: informative
3114
+ authority: qudt
3115
+ uri: http://qudt.org/vocab/quantitykind/LuminousIntensity
3116
+ short: luminous_intensity
3117
+ - dimension_reference:
3118
+ type: nist
3119
+ id: NISTd44
3120
+ identifiers:
3121
+ - type: nist
3122
+ id: NISTq70
3123
+ - type: unitsml
3124
+ id: q:electric_flux_density
3125
+ names:
3126
+ - value: electric flux density
3127
+ lang: en
3128
+ - value: induction électrique
3129
+ lang: fr
3130
+ quantity_type: derived
3131
+ references:
3132
+ - type: normative
3133
+ authority: si-digital-framework
3134
+ uri: http://si-digital-framework.org/quantities/ELFD
3135
+ - type: informative
3136
+ authority: qudt
3137
+ uri: http://qudt.org/vocab/quantitykind/ElectricFluxDensity
3138
+ short: electric_flux_density
3139
+ - dimension_reference:
3140
+ type: nist
3141
+ id: NISTd45
3142
+ identifiers:
3143
+ - type: nist
3144
+ id: NISTq71
3145
+ - type: unitsml
3146
+ id: q:permittivity
3147
+ names:
3148
+ - value: permittivity
3149
+ lang: en
3150
+ - value: permittivité
3151
+ lang: fr
3152
+ quantity_type: derived
3153
+ references:
3154
+ - type: normative
3155
+ authority: si-digital-framework
3156
+ uri: http://si-digital-framework.org/quantities/PRMI
3157
+ - type: informative
3158
+ authority: qudt
3159
+ uri: http://qudt.org/vocab/quantitykind/Permittivity
3160
+ short: permittivity
3161
+ - dimension_reference:
3162
+ type: nist
3163
+ id: NISTd46
3164
+ identifiers:
3165
+ - type: nist
3166
+ id: NISTq72
3167
+ - type: unitsml
3168
+ id: q:permeability
3169
+ names:
3170
+ - value: permeability
3171
+ lang: en
3172
+ - value: perméabilitté
3173
+ lang: fr
3174
+ quantity_type: derived
3175
+ references:
3176
+ - type: normative
3177
+ authority: si-digital-framework
3178
+ uri: http://si-digital-framework.org/quantities/PRME
3179
+ - type: informative
3180
+ authority: qudt
3181
+ uri: http://qudt.org/vocab/quantitykind/ElectromagneticPermeability
3182
+ short: permeability
3183
+ - dimension_reference:
3184
+ type: nist
3185
+ id: NISTd47
3186
+ identifiers:
3187
+ - type: nist
3188
+ id: NISTq73
3189
+ - type: unitsml
3190
+ id: q:molar_energy
3191
+ names:
3192
+ - value: molar energy
3193
+ lang: en
3194
+ - value: énergie molaire
3195
+ lang: fr
3196
+ quantity_type: derived
3197
+ references:
3198
+ - type: normative
3199
+ authority: si-digital-framework
3200
+ uri: http://si-digital-framework.org/quantities/MOEG
3201
+ - type: informative
3202
+ authority: qudt
3203
+ uri: http://qudt.org/vocab/quantitykind/MolarEnergy
3204
+ short: molar_energy
3205
+ - dimension_reference:
3206
+ type: nist
3207
+ id: NISTd48
3208
+ identifiers:
3209
+ - type: nist
3210
+ id: NISTq74
3211
+ - type: unitsml
3212
+ id: q:molar_entropy
3213
+ names:
3214
+ - value: molar entropy
3215
+ lang: en
3216
+ - value: entropie molaire
3217
+ lang: fr
3218
+ quantity_type: derived
3219
+ references:
3220
+ - type: normative
3221
+ authority: si-digital-framework
3222
+ uri: http://si-digital-framework.org/quantities/MOEN
3223
+ - type: informative
3224
+ authority: qudt
3225
+ uri: http://qudt.org/vocab/quantitykind/MolarEntropy
3226
+ short: molar_entropy
3227
+ - dimension_reference:
3228
+ type: nist
3229
+ id: NISTd49
3230
+ identifiers:
3231
+ - type: nist
3232
+ id: NISTq75
3233
+ - type: unitsml
3234
+ id: q:exposure_x_and_gamma_rays
3235
+ names:
3236
+ - value: exposure (x and gamma rays)
3237
+ lang: en
3238
+ quantity_type: derived
3239
+ references:
3240
+ - type: informative
3241
+ authority: qudt
3242
+ uri: http://qudt.org/vocab/quantitykind/ExposureOfIonizingRadiation
3243
+ short: exposure_x_and_gamma_rays
3244
+ - dimension_reference:
3245
+ type: nist
3246
+ id: NISTd50
3247
+ identifiers:
3248
+ - type: nist
3249
+ id: NISTq76
3250
+ - type: unitsml
3251
+ id: q:absorbed_dose_rate
3252
+ names:
3253
+ - value: absorbed dose rate
3254
+ lang: en
3255
+ - value: débit de dose absorbée
3256
+ lang: fr
3257
+ quantity_type: derived
3258
+ references:
3259
+ - type: normative
3260
+ authority: si-digital-framework
3261
+ uri: http://si-digital-framework.org/quantities/ABDR
3262
+ - type: informative
3263
+ authority: qudt
3264
+ uri: http://qudt.org/vocab/quantitykind/AbsorbedDoseRate
3265
+ short: absorbed_dose_rate
3266
+ - dimension_reference:
3267
+ type: nist
3268
+ id: NISTd15
3269
+ identifiers:
3270
+ - type: nist
3271
+ id: NISTq77
3272
+ - type: unitsml
3273
+ id: q:potential_energy
3274
+ names:
3275
+ - value: potential energy
3276
+ lang: en
3277
+ quantity_type: derived
3278
+ references:
3279
+ - type: informative
3280
+ authority: qudt
3281
+ uri: http://qudt.org/vocab/quantitykind/PotentialEnergy
3282
+ short: potential_energy
3283
+ - dimension_reference:
3284
+ type: nist
3285
+ id: NISTd38
3286
+ identifiers:
3287
+ - type: nist
3288
+ id: NISTq78
3289
+ - type: unitsml
3290
+ id: q:irradiance
3291
+ names:
3292
+ - value: irradiance
3293
+ lang: en
3294
+ quantity_type: derived
3295
+ references:
3296
+ - type: informative
3297
+ authority: qudt
3298
+ uri: http://qudt.org/vocab/quantitykind/Irradiance
3299
+ short: irradiance
3300
+ - dimension_reference:
3301
+ type: nist
3302
+ id: NISTd39
3303
+ identifiers:
3304
+ - type: nist
3305
+ id: NISTq79
3306
+ - type: unitsml
3307
+ id: q:entropy
3308
+ names:
3309
+ - value: entropy
3310
+ lang: en
3311
+ quantity_type: derived
3312
+ references:
3313
+ - type: informative
3314
+ authority: qudt
3315
+ uri: http://qudt.org/vocab/quantitykind/Entropy
3316
+ short: entropy
3317
+ - dimension_reference:
3318
+ type: nist
3319
+ id: NISTd8
3320
+ identifiers:
3321
+ - type: nist
3322
+ id: NISTq8
3323
+ - type: unitsml
3324
+ id: q:area
3325
+ names:
3326
+ - value: area
3327
+ lang: en
3328
+ - value: superficie
3329
+ lang: fr
3330
+ quantity_type: derived
3331
+ references:
3332
+ - type: normative
3333
+ authority: si-digital-framework
3334
+ uri: http://si-digital-framework.org/quantities/AREA
3335
+ - type: informative
3336
+ authority: qudt
3337
+ uri: http://qudt.org/vocab/quantitykind/Area
3338
+ short: area
3339
+ - dimension_reference:
3340
+ type: nist
3341
+ id: NISTd40
3342
+ identifiers:
3343
+ - type: nist
3344
+ id: NISTq80
3345
+ - type: unitsml
3346
+ id: q:specific_entropy
3347
+ names:
3348
+ - value: specific entropy
3349
+ lang: en
3350
+ quantity_type: derived
3351
+ references:
3352
+ - type: informative
3353
+ authority: qudt
3354
+ uri: http://qudt.org/vocab/quantitykind/SpecificEntropy
3355
+ short: specific_entropy
3356
+ - dimension_reference:
3357
+ type: nist
3358
+ id: NISTd53
3359
+ identifiers:
3360
+ - type: nist
3361
+ id: NISTq81
3362
+ - type: unitsml
3363
+ id: q:surface_charge_density
3364
+ names:
3365
+ - value: surface charge density
3366
+ lang: en
3367
+ - value: charge électrique surfacique
3368
+ lang: fr
3369
+ quantity_type: derived
3370
+ references:
3371
+ - type: normative
3372
+ authority: si-digital-framework
3373
+ uri: http://si-digital-framework.org/quantities/SUCD
3374
+ - type: informative
3375
+ authority: qudt
3376
+ uri: http://qudt.org/vocab/quantitykind/AreaChargeDensity
3377
+ short: surface_charge_density
3378
+ - dimension_reference:
3379
+ type: nist
3380
+ id: NISTd44
3381
+ identifiers:
3382
+ - type: nist
3383
+ id: NISTq82
3384
+ - type: unitsml
3385
+ id: q:electric_displacement
3386
+ names:
3387
+ - value: electric displacement
3388
+ lang: en
3389
+ quantity_type: derived
3390
+ references:
3391
+ - type: informative
3392
+ authority: qudt
3393
+ uri: http://qudt.org/vocab/quantitykind/ElectricDisplacement
3394
+ short: electric_displacement
3395
+ - dimension_reference:
3396
+ type: nist
3397
+ id: NISTd48
3398
+ identifiers:
3399
+ - type: nist
3400
+ id: NISTq83
3401
+ - type: unitsml
3402
+ id: q:molar_heat_capacity
3403
+ names:
3404
+ - value: molar heat capacity
3405
+ lang: en
3406
+ quantity_type: derived
3407
+ references:
3408
+ - type: informative
3409
+ authority: qudt
3410
+ uri: http://qudt.org/vocab/quantitykind/MolarHeatCapacity
3411
+ short: molar_heat_capacity
3412
+ - dimension_reference:
3413
+ type: nist
3414
+ id: NISTd55
3415
+ identifiers:
3416
+ - type: nist
3417
+ id: NISTq84
3418
+ - type: unitsml
3419
+ id: q:catalytic_activity_concentration
3420
+ names:
3421
+ - value: catalytic activity concentration
3422
+ lang: en
3423
+ - value: concentration de l’activité catalytique
3424
+ lang: fr
3425
+ quantity_type: derived
3426
+ references:
3427
+ - type: normative
3428
+ authority: si-digital-framework
3429
+ uri: http://si-digital-framework.org/quantities/CTAC
3430
+ - type: informative
3431
+ authority: qudt
3432
+ uri: http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration
3433
+ short: catalytic_activity_concentration
3434
+ - dimension_reference:
3435
+ type: nist
3436
+ id: NISTd56
3437
+ identifiers:
3438
+ - type: nist
3439
+ id: NISTq85
3440
+ - type: unitsml
3441
+ id: q:kinematic_viscosity
3442
+ names:
3443
+ - value: kinematic viscosity
3444
+ lang: en
3445
+ - value: viscosité cinématique
3446
+ lang: fr
3447
+ quantity_type: derived
3448
+ references:
3449
+ - type: normative
3450
+ authority: si-digital-framework
3451
+ uri: http://si-digital-framework.org/quantities/KIVI
3452
+ - type: informative
3453
+ authority: qudt
3454
+ uri: http://qudt.org/vocab/quantitykind/KinematicViscosity
3455
+ short: kinematic_viscosity
3456
+ - dimension_reference:
3457
+ type: nist
3458
+ id: NISTd33
3459
+ identifiers:
3460
+ - type: nist
3461
+ id: NISTq87
3462
+ - type: unitsml
3463
+ id: q:magnetic_field
3464
+ names:
3465
+ - value: magnetic field
3466
+ lang: en
3467
+ quantity_type: derived
3468
+ references:
3469
+ - type: informative
3470
+ authority: qudt
3471
+ uri: http://qudt.org/vocab/quantitykind/MagneticField
3472
+ short: magnetic_field
3473
+ - dimension_reference:
3474
+ type: nist
3475
+ id: NISTd16
3476
+ identifiers:
3477
+ - type: nist
3478
+ id: NISTq88
3479
+ - type: unitsml
3480
+ id: q:radiant_intensity
3481
+ names:
3482
+ - value: radiant intensity
3483
+ lang: en
3484
+ - value: intensité énergétique
3485
+ lang: fr
3486
+ quantity_type: derived
3487
+ references:
3488
+ - type: normative
3489
+ authority: si-digital-framework
3490
+ uri: http://si-digital-framework.org/quantities/RAIN
3491
+ - type: informative
3492
+ authority: qudt
3493
+ uri: http://qudt.org/vocab/quantitykind/RadiantIntensity
3494
+ short: radiant_intensity
3495
+ - dimension_reference:
3496
+ type: nist
3497
+ id: NISTd38
3498
+ identifiers:
3499
+ - type: nist
3500
+ id: NISTq89
3501
+ - type: unitsml
3502
+ id: q:radiance
3503
+ names:
3504
+ - value: radiance
3505
+ lang: en
3506
+ - value: luminance énergétique
3507
+ lang: fr
3508
+ quantity_type: derived
3509
+ references:
3510
+ - type: normative
3511
+ authority: si-digital-framework
3512
+ uri: http://si-digital-framework.org/quantities/RADI
3513
+ - type: informative
3514
+ authority: qudt
3515
+ uri: http://qudt.org/vocab/quantitykind/Radiance
3516
+ short: radiance
3517
+ - dimension_reference:
3518
+ type: nist
3519
+ id: NISTd9
3520
+ identifiers:
3521
+ - type: nist
3522
+ id: NISTq9
3523
+ - type: unitsml
3524
+ id: q:plane_angle
3525
+ names:
3526
+ - value: plane angle
3527
+ lang: en
3528
+ - value: angle
3529
+ lang: en
3530
+ - value: angle plan
3531
+ lang: fr
3532
+ quantity_type: derived
3533
+ references:
3534
+ - type: normative
3535
+ authority: si-digital-framework
3536
+ uri: http://si-digital-framework.org/quantities/ANGP
3537
+ - type: informative
3538
+ authority: qudt
3539
+ uri: http://qudt.org/vocab/quantitykind/PlaneAngle
3540
+ short: plane_angle
3541
+ - dimension_reference:
3542
+ type: nist
3543
+ id: NISTd67
3544
+ identifiers:
3545
+ - type: nist
3546
+ id: NISTq90
3547
+ - type: unitsml
3548
+ id: q:logarithmic_ratio_quantities
3549
+ names:
3550
+ - value: ratio logarithm (B)
3551
+ lang: en
3552
+ - value: logarithmic ratio quantities (power-like quantities using decimal logarithms)
3553
+ lang: en
3554
+ - value: logarithme d'un rapport (B)
3555
+ lang: fr
3556
+ quantity_type: derived
3557
+ references:
3558
+ - type: normative
3559
+ authority: si-digital-framework
3560
+ uri: http://si-digital-framework.org/quantities/RLGB
3561
+ - type: informative
3562
+ authority: qudt
3563
+ uri: http://qudt.org/vocab/quantitykind/LinearLogarithmicRatio
3564
+ short: logarithmic_ratio_quantities
3565
+ - dimension_reference:
3566
+ type: nist
3567
+ id: NISTd52
3568
+ identifiers:
3569
+ - type: nist
3570
+ id: NISTq91
3571
+ - type: unitsml
3572
+ id: q:fluidity
3573
+ names:
3574
+ - value: fluidity
3575
+ lang: en
3576
+ - value: reciprocal of dynamic viscosity
3577
+ lang: en
3578
+ quantity_type: derived
3579
+ references:
3580
+ - type: informative
3581
+ authority: qudt
3582
+ uri: http://qudt.org/vocab/quantitykind/Fluidity
3583
+ short: fluidity
3584
+ - dimension_reference:
3585
+ type: nist
3586
+ id: NISTd8
3587
+ identifiers:
3588
+ - type: nist
3589
+ id: NISTq92
3590
+ - type: unitsml
3591
+ id: q:hydrodynamic_permeability
3592
+ names:
3593
+ - value: hydrodynamic permeability
3594
+ lang: en
3595
+ quantity_type: derived
3596
+ short: hydrodynamic_permeability
3597
+ - dimension_reference:
3598
+ type: nist
3599
+ id: NISTd80
3600
+ identifiers:
3601
+ - type: nist
3602
+ id: NISTq93
3603
+ - type: unitsml
3604
+ id: q:refractive_index
3605
+ names:
3606
+ - value: refractive index
3607
+ lang: en
3608
+ quantity_type: derived
3609
+ references:
3610
+ - type: informative
3611
+ authority: qudt
3612
+ uri: http://qudt.org/vocab/quantitykind/RefractiveIndex
3613
+ short: refractive_index
3614
+ - dimension_reference:
3615
+ type: nist
3616
+ id: NISTd80
3617
+ identifiers:
3618
+ - type: nist
3619
+ id: NISTq94
3620
+ - type: unitsml
3621
+ id: q:relative_permeability
3622
+ names:
3623
+ - value: relative permeability
3624
+ lang: en
3625
+ quantity_type: derived
3626
+ references:
3627
+ - type: informative
3628
+ authority: qudt
3629
+ uri: http://qudt.org/vocab/quantitykind/PermeabilityRatio
3630
+ short: relative_permeability
3631
+ - dimension_reference:
3632
+ type: nist
3633
+ id: NISTd1
3634
+ identifiers:
3635
+ - type: nist
3636
+ id: NISTq95
3637
+ - type: unitsml
3638
+ id: q:breadth
3639
+ names:
3640
+ - value: breadth
3641
+ lang: en
3642
+ quantity_type: derived
3643
+ references:
3644
+ - type: informative
3645
+ authority: qudt
3646
+ uri: http://qudt.org/vocab/quantitykind/Breadth
3647
+ short: breadth
3648
+ - dimension_reference:
3649
+ type: nist
3650
+ id: NISTd1
3651
+ identifiers:
3652
+ - type: nist
3653
+ id: NISTq96
3654
+ - type: unitsml
3655
+ id: q:height
3656
+ names:
3657
+ - value: height
3658
+ lang: en
3659
+ quantity_type: derived
3660
+ references:
3661
+ - type: informative
3662
+ authority: qudt
3663
+ uri: http://qudt.org/vocab/quantitykind/Height
3664
+ short: height
3665
+ - dimension_reference:
3666
+ type: nist
3667
+ id: NISTd1
3668
+ identifiers:
3669
+ - type: nist
3670
+ id: NISTq97
3671
+ - type: unitsml
3672
+ id: q:thickness
3673
+ names:
3674
+ - value: thickness
3675
+ lang: en
3676
+ quantity_type: derived
3677
+ references:
3678
+ - type: informative
3679
+ authority: qudt
3680
+ uri: http://qudt.org/vocab/quantitykind/Thickness
3681
+ short: thickness
3682
+ - dimension_reference:
3683
+ type: nist
3684
+ id: NISTd1
3685
+ identifiers:
3686
+ - type: nist
3687
+ id: NISTq98
3688
+ - type: unitsml
3689
+ id: q:radius
3690
+ names:
3691
+ - value: radius
3692
+ lang: en
3693
+ quantity_type: derived
3694
+ references:
3695
+ - type: informative
3696
+ authority: qudt
3697
+ uri: http://qudt.org/vocab/quantitykind/Radius
3698
+ short: radius
3699
+ - dimension_reference:
3700
+ type: nist
3701
+ id: NISTd1
3702
+ identifiers:
3703
+ - type: nist
3704
+ id: NISTq99
3705
+ - type: unitsml
3706
+ id: q:radial_distance
3707
+ names:
3708
+ - value: radial distance
3709
+ lang: en
3710
+ quantity_type: derived
3711
+ references:
3712
+ - type: informative
3713
+ authority: qudt
3714
+ uri: http://qudt.org/vocab/quantitykind/RadialDistance
3715
+ short: radial_distance