unitsml 0.5.1 → 0.6.0

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 (72) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rake.yml +8 -0
  3. data/.github/workflows/release.yml +7 -1
  4. data/.rubocop.yml +18 -0
  5. data/.rubocop_todo.yml +498 -0
  6. data/Gemfile +16 -11
  7. data/Rakefile +5 -3
  8. data/bin/console +4 -3
  9. data/docs/README.adoc +2 -2
  10. data/lib/unitsml/dimension.rb +49 -35
  11. data/lib/unitsml/errors/base_error.rb +8 -0
  12. data/lib/unitsml/errors/plurimath_load_error.rb +1 -1
  13. data/lib/unitsml/errors.rb +8 -0
  14. data/lib/unitsml/extender.rb +21 -16
  15. data/lib/unitsml/fenced.rb +30 -10
  16. data/lib/unitsml/fenced_numeric.rb +13 -0
  17. data/lib/unitsml/formula.rb +29 -29
  18. data/lib/unitsml/intermediate_exp_rules.rb +58 -17
  19. data/lib/unitsml/model/dimension.rb +4 -14
  20. data/lib/unitsml/model/dimension_quantities/quantity.rb +2 -0
  21. data/lib/unitsml/model/dimension_quantities.rb +17 -0
  22. data/lib/unitsml/model/prefix.rb +4 -8
  23. data/lib/unitsml/model/prefixes/name.rb +5 -4
  24. data/lib/unitsml/model/prefixes/symbol.rb +3 -2
  25. data/lib/unitsml/model/prefixes.rb +10 -0
  26. data/lib/unitsml/model/quantities/name.rb +4 -3
  27. data/lib/unitsml/model/quantities.rb +9 -0
  28. data/lib/unitsml/model/quantity.rb +5 -7
  29. data/lib/unitsml/model/unit.rb +4 -9
  30. data/lib/unitsml/model/units/enumerated_root_unit.rb +1 -0
  31. data/lib/unitsml/model/units/name.rb +4 -3
  32. data/lib/unitsml/model/units/root_units.rb +3 -2
  33. data/lib/unitsml/model/units/symbol.rb +2 -1
  34. data/lib/unitsml/model/units/system.rb +4 -3
  35. data/lib/unitsml/model/units.rb +13 -0
  36. data/lib/unitsml/model.rb +15 -0
  37. data/lib/unitsml/namespace.rb +8 -0
  38. data/lib/unitsml/number.rb +79 -0
  39. data/lib/unitsml/parse.rb +20 -19
  40. data/lib/unitsml/parser.rb +13 -14
  41. data/lib/unitsml/prefix.rb +10 -10
  42. data/lib/unitsml/sqrt.rb +3 -3
  43. data/lib/unitsml/transform.rb +133 -71
  44. data/lib/unitsml/unit.rb +41 -33
  45. data/lib/unitsml/unitsdb/dimension.rb +3 -3
  46. data/lib/unitsml/unitsdb/dimensions.rb +2 -4
  47. data/lib/unitsml/unitsdb/prefixes.rb +0 -2
  48. data/lib/unitsml/unitsdb/quantities.rb +0 -2
  49. data/lib/unitsml/unitsdb/unit.rb +2 -2
  50. data/lib/unitsml/unitsdb/units.rb +2 -4
  51. data/lib/unitsml/unitsdb.rb +14 -9
  52. data/lib/unitsml/utility.rb +111 -73
  53. data/lib/unitsml/version.rb +3 -1
  54. data/lib/unitsml.rb +51 -33
  55. data/unitsdb/Gemfile +6 -0
  56. data/unitsdb/README.adoc +193 -11
  57. data/unitsdb/dimensions.yaml +360 -8
  58. data/unitsdb/prefixes.yaml +104 -4
  59. data/unitsdb/quantities.yaml +602 -0
  60. data/unitsdb/schemas/dimensions-schema.yaml +2 -6
  61. data/unitsdb/schemas/prefixes-schema.yaml +2 -6
  62. data/unitsdb/schemas/quantities-schema.yaml +2 -5
  63. data/unitsdb/schemas/scales-schema.yaml +2 -5
  64. data/unitsdb/schemas/unit_systems-schema.yaml +2 -6
  65. data/unitsdb/schemas/units-schema.yaml +2 -6
  66. data/unitsdb/spec/units_spec.rb +3 -1
  67. data/unitsdb/unit_systems.yaml +4 -0
  68. data/unitsdb/units.yaml +957 -6
  69. data/unitsdb/validate_schemas.rb +32 -37
  70. data/unitsml.gemspec +3 -1
  71. metadata +29 -17
  72. data/lib/unitsml/error.rb +0 -8
data/unitsdb/units.yaml CHANGED
@@ -50,6 +50,9 @@ units:
50
50
  - type: informative
51
51
  authority: ucum
52
52
  uri: ucum:base-unit:code:m
53
+ - type: informative
54
+ authority: qudt
55
+ uri: http://qudt.org/vocab/unit/M
53
56
  scale_reference:
54
57
  type: unitsml
55
58
  id: continuous_ratio
@@ -163,6 +166,9 @@ units:
163
166
  - type: informative
164
167
  authority: ucum
165
168
  uri: ucum:unit:si:code:sr
169
+ - type: informative
170
+ authority: qudt
171
+ uri: http://qudt.org/vocab/unit/SR
166
172
  scale_reference:
167
173
  type: unitsml
168
174
  id: continuous_ratio
@@ -198,6 +204,10 @@ units:
198
204
  quantity_references:
199
205
  - type: nist
200
206
  id: NISTq39
207
+ references:
208
+ - type: informative
209
+ authority: qudt
210
+ uri: http://qudt.org/vocab/unit/REM
201
211
  scale_reference:
202
212
  type: unitsml
203
213
  id: continuous_ratio
@@ -232,6 +242,9 @@ units:
232
242
  - type: informative
233
243
  authority: ucum
234
244
  uri: ucum:unit:iso1000:code:a
245
+ - type: informative
246
+ authority: qudt
247
+ uri: http://qudt.org/vocab/unit/YR
235
248
  scale_reference:
236
249
  type: unitsml
237
250
  id: continuous_ratio
@@ -258,6 +271,10 @@ units:
258
271
  quantity_references:
259
272
  - type: nist
260
273
  id: NISTq12
274
+ references:
275
+ - type: informative
276
+ authority: qudt
277
+ uri: http://qudt.org/vocab/unit/FT-PER-MIN
261
278
  scale_reference:
262
279
  type: unitsml
263
280
  id: continuous_ratio
@@ -293,6 +310,10 @@ units:
293
310
  quantity_references:
294
311
  - type: nist
295
312
  id: NISTq12
313
+ references:
314
+ - type: informative
315
+ authority: qudt
316
+ uri: http://qudt.org/vocab/unit/FT-PER-SEC
296
317
  scale_reference:
297
318
  type: unitsml
298
319
  id: continuous_ratio
@@ -328,6 +349,10 @@ units:
328
349
  quantity_references:
329
350
  - type: nist
330
351
  id: NISTq12
352
+ references:
353
+ - type: informative
354
+ authority: qudt
355
+ uri: http://qudt.org/vocab/unit/IN-PER-SEC
331
356
  scale_reference:
332
357
  type: unitsml
333
358
  id: continuous_ratio
@@ -372,6 +397,9 @@ units:
372
397
  - type: informative
373
398
  authority: ucum
374
399
  uri: ucum:unit:si:code:N
400
+ - type: informative
401
+ authority: qudt
402
+ uri: http://qudt.org/vocab/unit/N
375
403
  scale_reference:
376
404
  type: unitsml
377
405
  id: continuous_ratio
@@ -398,10 +426,10 @@ units:
398
426
  short: newton
399
427
  symbols:
400
428
  - latex: "\\ensuremath{\\mathrm{N}}"
401
- unicode: "N"
402
- ascii: "N"
403
- html: "N"
404
- id: "N"
429
+ unicode: N
430
+ ascii: N
431
+ html: N
432
+ id: N
405
433
  mathml: "<mi mathvariant='normal'>N</mi>"
406
434
  - identifiers:
407
435
  - type: nist
@@ -418,6 +446,10 @@ units:
418
446
  id: NISTq185
419
447
  - type: nist
420
448
  id: NISTq60
449
+ references:
450
+ - type: informative
451
+ authority: qudt
452
+ uri: http://qudt.org/vocab/unit/N-M
421
453
  scale_reference:
422
454
  type: unitsml
423
455
  id: continuous_ratio
@@ -453,6 +485,10 @@ units:
453
485
  quantity_references:
454
486
  - type: nist
455
487
  id: NISTq133
488
+ references:
489
+ - type: informative
490
+ authority: qudt
491
+ uri: http://qudt.org/vocab/unit/N-M-SEC
456
492
  scale_reference:
457
493
  type: unitsml
458
494
  id: continuous_ratio
@@ -493,6 +529,10 @@ units:
493
529
  quantity_references:
494
530
  - type: nist
495
531
  id: NISTq61
532
+ references:
533
+ - type: informative
534
+ authority: qudt
535
+ uri: http://qudt.org/vocab/unit/N-PER-M
496
536
  scale_reference:
497
537
  type: unitsml
498
538
  id: continuous_ratio
@@ -528,6 +568,10 @@ units:
528
568
  quantity_references:
529
569
  - type: nist
530
570
  id: NISTq130
571
+ references:
572
+ - type: informative
573
+ authority: qudt
574
+ uri: http://qudt.org/vocab/unit/N-M2-PER-KiloGM2
531
575
  scale_reference:
532
576
  type: unitsml
533
577
  id: continuous_ratio
@@ -571,6 +615,10 @@ units:
571
615
  quantity_references:
572
616
  - type: nist
573
617
  id: NISTq129
618
+ references:
619
+ - type: informative
620
+ authority: qudt
621
+ uri: http://qudt.org/vocab/unit/N-SEC
574
622
  scale_reference:
575
623
  type: unitsml
576
624
  id: continuous_ratio
@@ -606,6 +654,10 @@ units:
606
654
  quantity_references:
607
655
  - type: nist
608
656
  id: NISTq12
657
+ references:
658
+ - type: informative
659
+ authority: qudt
660
+ uri: http://qudt.org/vocab/unit/MI-PER-HR
609
661
  scale_reference:
610
662
  type: unitsml
611
663
  id: continuous_ratio
@@ -641,6 +693,10 @@ units:
641
693
  quantity_references:
642
694
  - type: nist
643
695
  id: NISTq12
696
+ references:
697
+ - type: informative
698
+ authority: qudt
699
+ uri: http://qudt.org/vocab/unit/MI-PER-MIN
644
700
  scale_reference:
645
701
  type: unitsml
646
702
  id: continuous_ratio
@@ -676,6 +732,10 @@ units:
676
732
  quantity_references:
677
733
  - type: nist
678
734
  id: NISTq12
735
+ references:
736
+ - type: informative
737
+ authority: qudt
738
+ uri: http://qudt.org/vocab/unit/MI-PER-SEC
679
739
  scale_reference:
680
740
  type: unitsml
681
741
  id: continuous_ratio
@@ -715,6 +775,9 @@ units:
715
775
  - type: informative
716
776
  authority: ucum
717
777
  uri: ucum:unit:misc:code:st
778
+ - type: informative
779
+ authority: qudt
780
+ uri: http://qudt.org/vocab/unit/STR
718
781
  scale_reference:
719
782
  type: unitsml
720
783
  id: continuous_ratio
@@ -746,6 +809,10 @@ units:
746
809
  quantity_references:
747
810
  - type: nist
748
811
  id: NISTq14
812
+ references:
813
+ - type: informative
814
+ authority: qudt
815
+ uri: http://qudt.org/vocab/unit/GAMMA
749
816
  scale_reference:
750
817
  type: unitsml
751
818
  id: continuous_ratio
@@ -790,6 +857,10 @@ units:
790
857
  id: NISTq19
791
858
  - type: nist
792
859
  id: NISTq77
860
+ references:
861
+ - type: informative
862
+ authority: qudt
863
+ uri: http://qudt.org/vocab/unit/THERM_EC
793
864
  scale_reference:
794
865
  type: unitsml
795
866
  id: continuous_ratio
@@ -820,6 +891,9 @@ units:
820
891
  - type: informative
821
892
  authority: ucum
822
893
  uri: ucum:unit:cgs:code:R
894
+ - type: informative
895
+ authority: qudt
896
+ uri: http://qudt.org/vocab/unit/R
823
897
  scale_reference:
824
898
  type: unitsml
825
899
  id: continuous_ratio
@@ -852,6 +926,9 @@ units:
852
926
  - type: informative
853
927
  authority: ucum
854
928
  uri: ucum:unit:cgs:code:G
929
+ - type: informative
930
+ authority: qudt
931
+ uri: http://qudt.org/vocab/unit/GAUSS
855
932
  scale_reference:
856
933
  type: unitsml
857
934
  id: continuous_ratio
@@ -905,6 +982,9 @@ units:
905
982
  - type: informative
906
983
  authority: ucum
907
984
  uri: ucum:unit:si:code:Pa
985
+ - type: informative
986
+ authority: qudt
987
+ uri: http://qudt.org/vocab/unit/PA
908
988
  scale_reference:
909
989
  type: unitsml
910
990
  id: continuous_ratio
@@ -947,6 +1027,10 @@ units:
947
1027
  quantity_references:
948
1028
  - type: nist
949
1029
  id: NISTq59
1030
+ references:
1031
+ - type: informative
1032
+ authority: qudt
1033
+ uri: http://qudt.org/vocab/unit/PA-SEC
950
1034
  scale_reference:
951
1035
  type: unitsml
952
1036
  id: continuous_ratio
@@ -982,6 +1066,10 @@ units:
982
1066
  quantity_references:
983
1067
  - type: nist
984
1068
  id: NISTq159
1069
+ references:
1070
+ - type: informative
1071
+ authority: qudt
1072
+ uri: http://qudt.org/vocab/unit/PA-PER-K
985
1073
  scale_reference:
986
1074
  type: unitsml
987
1075
  id: continuous_ratio
@@ -1021,6 +1109,9 @@ units:
1021
1109
  - type: informative
1022
1110
  authority: ucum
1023
1111
  uri: ucum:unit:cgs:code:Ky
1112
+ - type: informative
1113
+ authority: qudt
1114
+ uri: http://qudt.org/vocab/unit/KY
1024
1115
  scale_reference:
1025
1116
  type: unitsml
1026
1117
  id: continuous_ratio
@@ -1048,6 +1139,10 @@ units:
1048
1139
  quantity_references:
1049
1140
  - type: nist
1050
1141
  id: NISTq85
1142
+ references:
1143
+ - type: informative
1144
+ authority: qudt
1145
+ uri: http://qudt.org/vocab/unit/CentiST
1051
1146
  scale_reference:
1052
1147
  type: unitsml
1053
1148
  id: continuous_ratio
@@ -1128,6 +1223,9 @@ units:
1128
1223
  - type: informative
1129
1224
  authority: ucum
1130
1225
  uri: ucum:unit:intcust:code:[mil_i]
1226
+ - type: informative
1227
+ authority: qudt
1228
+ uri: http://qudt.org/vocab/unit/MilLength
1131
1229
  scale_reference:
1132
1230
  type: unitsml
1133
1231
  id: continuous_ratio
@@ -1172,6 +1270,9 @@ units:
1172
1270
  - type: informative
1173
1271
  authority: ucum
1174
1272
  uri: ucum:unit:cgs:code:sb
1273
+ - type: informative
1274
+ authority: qudt
1275
+ uri: http://qudt.org/vocab/unit/STILB
1175
1276
  scale_reference:
1176
1277
  type: unitsml
1177
1278
  id: continuous_ratio
@@ -1248,6 +1349,10 @@ units:
1248
1349
  id: NISTq185
1249
1350
  - type: nist
1250
1351
  id: NISTq60
1352
+ references:
1353
+ - type: informative
1354
+ authority: qudt
1355
+ uri: http://qudt.org/vocab/unit/KiloGM_F-M
1251
1356
  scale_reference:
1252
1357
  type: unitsml
1253
1358
  id: continuous_ratio
@@ -1290,6 +1395,10 @@ units:
1290
1395
  id: NISTq20
1291
1396
  - type: nist
1292
1397
  id: NISTq21
1398
+ references:
1399
+ - type: informative
1400
+ authority: qudt
1401
+ uri: http://qudt.org/vocab/unit/HP_Electric
1293
1402
  scale_reference:
1294
1403
  type: unitsml
1295
1404
  id: continuous_ratio
@@ -1320,6 +1429,9 @@ units:
1320
1429
  - type: informative
1321
1430
  authority: ucum
1322
1431
  uri: ucum:unit:cgs:code:P
1432
+ - type: informative
1433
+ authority: qudt
1434
+ uri: http://qudt.org/vocab/unit/POISE
1323
1435
  scale_reference:
1324
1436
  type: unitsml
1325
1437
  id: continuous_ratio
@@ -1346,6 +1458,10 @@ units:
1346
1458
  quantity_references:
1347
1459
  - type: nist
1348
1460
  id: NISTq91
1461
+ references:
1462
+ - type: informative
1463
+ authority: qudt
1464
+ uri: http://qudt.org/vocab/unit/RHE
1349
1465
  scale_reference:
1350
1466
  type: unitsml
1351
1467
  id: continuous_ratio
@@ -1428,6 +1544,9 @@ units:
1428
1544
  - type: informative
1429
1545
  authority: ucum
1430
1546
  uri: ucum:unit:si:code:J
1547
+ - type: informative
1548
+ authority: qudt
1549
+ uri: http://qudt.org/vocab/unit/J
1431
1550
  scale_reference:
1432
1551
  type: unitsml
1433
1552
  id: continuous_ratio
@@ -1470,6 +1589,10 @@ units:
1470
1589
  quantity_references:
1471
1590
  - type: nist
1472
1591
  id: NISTq67
1592
+ references:
1593
+ - type: informative
1594
+ authority: qudt
1595
+ uri: http://qudt.org/vocab/unit/J-PER-M3
1473
1596
  scale_reference:
1474
1597
  type: unitsml
1475
1598
  id: continuous_ratio
@@ -1505,6 +1628,10 @@ units:
1505
1628
  quantity_references:
1506
1629
  - type: nist
1507
1630
  id: NISTq65
1631
+ references:
1632
+ - type: informative
1633
+ authority: qudt
1634
+ uri: http://qudt.org/vocab/unit/J-PER-KiloGM
1508
1635
  scale_reference:
1509
1636
  type: unitsml
1510
1637
  id: continuous_ratio
@@ -1545,6 +1672,10 @@ units:
1545
1672
  id: NISTq64
1546
1673
  - type: nist
1547
1674
  id: NISTq80
1675
+ references:
1676
+ - type: informative
1677
+ authority: qudt
1678
+ uri: http://qudt.org/vocab/unit/J-PER-KiloGM-K
1548
1679
  scale_reference:
1549
1680
  type: unitsml
1550
1681
  id: continuous_ratio
@@ -1588,6 +1719,10 @@ units:
1588
1719
  quantity_references:
1589
1720
  - type: nist
1590
1721
  id: NISTq154
1722
+ references:
1723
+ - type: informative
1724
+ authority: qudt
1725
+ uri: http://qudt.org/vocab/unit/J-SEC
1591
1726
  scale_reference:
1592
1727
  type: unitsml
1593
1728
  id: continuous_ratio
@@ -1625,6 +1760,10 @@ units:
1625
1760
  id: NISTq63
1626
1761
  - type: nist
1627
1762
  id: NISTq79
1763
+ references:
1764
+ - type: informative
1765
+ authority: qudt
1766
+ uri: http://qudt.org/vocab/unit/J-PER-K
1628
1767
  scale_reference:
1629
1768
  type: unitsml
1630
1769
  id: continuous_ratio
@@ -1660,6 +1799,10 @@ units:
1660
1799
  quantity_references:
1661
1800
  - type: nist
1662
1801
  id: NISTq73
1802
+ references:
1803
+ - type: informative
1804
+ authority: qudt
1805
+ uri: http://qudt.org/vocab/unit/J-PER-MOL
1663
1806
  scale_reference:
1664
1807
  type: unitsml
1665
1808
  id: continuous_ratio
@@ -1697,6 +1840,10 @@ units:
1697
1840
  id: NISTq74
1698
1841
  - type: nist
1699
1842
  id: NISTq83
1843
+ references:
1844
+ - type: informative
1845
+ authority: qudt
1846
+ uri: http://qudt.org/vocab/unit/J-PER-MOL-K
1700
1847
  scale_reference:
1701
1848
  type: unitsml
1702
1849
  id: continuous_ratio
@@ -1740,6 +1887,9 @@ units:
1740
1887
  - type: informative
1741
1888
  authority: ucum
1742
1889
  uri: ucum:unit:iso1000:code:l
1890
+ - type: informative
1891
+ authority: qudt
1892
+ uri: http://qudt.org/vocab/unit/L
1743
1893
  scale_reference:
1744
1894
  type: unitsml
1745
1895
  id: continuous_ratio
@@ -1778,6 +1928,9 @@ units:
1778
1928
  - type: informative
1779
1929
  authority: ucum
1780
1930
  uri: ucum:unit:intcust:code:[nmi_i]
1931
+ - type: informative
1932
+ authority: qudt
1933
+ uri: http://qudt.org/vocab/unit/MI_N
1781
1934
  scale_reference:
1782
1935
  type: unitsml
1783
1936
  id: continuous_ratio
@@ -1808,6 +1961,9 @@ units:
1808
1961
  - type: informative
1809
1962
  authority: ucum
1810
1963
  uri: ucum:unit:heat:code:[degF]
1964
+ - type: informative
1965
+ authority: qudt
1966
+ uri: http://qudt.org/vocab/unit/DEG_F
1811
1967
  scale_reference:
1812
1968
  type: unitsml
1813
1969
  id: continuous_interval
@@ -1840,6 +1996,9 @@ units:
1840
1996
  - type: informative
1841
1997
  authority: ucum
1842
1998
  uri: ucum:unit:const:code:atm
1999
+ - type: informative
2000
+ authority: qudt
2001
+ uri: http://qudt.org/vocab/unit/ATM
1843
2002
  scale_reference:
1844
2003
  type: unitsml
1845
2004
  id: continuous_ratio
@@ -1872,6 +2031,9 @@ units:
1872
2031
  - type: informative
1873
2032
  authority: ucum
1874
2033
  uri: ucum:unit:misc:code:att
2034
+ - type: informative
2035
+ authority: qudt
2036
+ uri: http://qudt.org/vocab/unit/ATM_T
1875
2037
  scale_reference:
1876
2038
  type: unitsml
1877
2039
  id: continuous_ratio
@@ -1909,6 +2071,9 @@ units:
1909
2071
  - type: informative
1910
2072
  authority: ucum
1911
2073
  uri: ucum:unit:si:code:W
2074
+ - type: informative
2075
+ authority: qudt
2076
+ uri: http://qudt.org/vocab/unit/W
1912
2077
  scale_reference:
1913
2078
  type: unitsml
1914
2079
  id: continuous_ratio
@@ -1951,6 +2116,10 @@ units:
1951
2116
  quantity_references:
1952
2117
  - type: nist
1953
2118
  id: NISTq88
2119
+ references:
2120
+ - type: informative
2121
+ authority: qudt
2122
+ uri: http://qudt.org/vocab/unit/W-PER-SR
1954
2123
  scale_reference:
1955
2124
  type: unitsml
1956
2125
  id: continuous_ratio
@@ -1986,6 +2155,10 @@ units:
1986
2155
  quantity_references:
1987
2156
  - type: nist
1988
2157
  id: NISTq66
2158
+ references:
2159
+ - type: informative
2160
+ authority: qudt
2161
+ uri: http://qudt.org/vocab/unit/W-PER-M-K
1989
2162
  scale_reference:
1990
2163
  type: unitsml
1991
2164
  id: continuous_ratio
@@ -2020,6 +2193,10 @@ units:
2020
2193
  id: NISTq62
2021
2194
  - type: nist
2022
2195
  id: NISTq78
2196
+ references:
2197
+ - type: informative
2198
+ authority: qudt
2199
+ uri: http://qudt.org/vocab/unit/W-PER-M2
2023
2200
  scale_reference:
2024
2201
  type: unitsml
2025
2202
  id: continuous_ratio
@@ -2055,6 +2232,10 @@ units:
2055
2232
  quantity_references:
2056
2233
  - type: nist
2057
2234
  id: NISTq89
2235
+ references:
2236
+ - type: informative
2237
+ authority: qudt
2238
+ uri: http://qudt.org/vocab/unit/W-PER-M2-SR
2058
2239
  scale_reference:
2059
2240
  type: unitsml
2060
2241
  id: continuous_ratio
@@ -2106,6 +2287,10 @@ units:
2106
2287
  id: NISTq19
2107
2288
  - type: nist
2108
2289
  id: NISTq77
2290
+ references:
2291
+ - type: informative
2292
+ authority: qudt
2293
+ uri: http://qudt.org/vocab/unit/W-SEC
2109
2294
  scale_reference:
2110
2295
  type: unitsml
2111
2296
  id: continuous_ratio
@@ -2145,6 +2330,9 @@ units:
2145
2330
  - type: informative
2146
2331
  authority: ucum
2147
2332
  uri: ucum:unit:cgs:code:St
2333
+ - type: informative
2334
+ authority: qudt
2335
+ uri: http://qudt.org/vocab/unit/ST
2148
2336
  scale_reference:
2149
2337
  type: unitsml
2150
2338
  id: continuous_ratio
@@ -2175,6 +2363,9 @@ units:
2175
2363
  - type: informative
2176
2364
  authority: ucum
2177
2365
  uri: ucum:unit:cgs:code:Gal
2366
+ - type: informative
2367
+ authority: qudt
2368
+ uri: http://qudt.org/vocab/unit/GALILEO
2178
2369
  scale_reference:
2179
2370
  type: unitsml
2180
2371
  id: continuous_ratio
@@ -2205,6 +2396,9 @@ units:
2205
2396
  - type: informative
2206
2397
  authority: ucum
2207
2398
  uri: ucum:unit:cgs:code:Oe
2399
+ - type: informative
2400
+ authority: qudt
2401
+ uri: http://qudt.org/vocab/unit/OERSTED
2208
2402
  scale_reference:
2209
2403
  type: unitsml
2210
2404
  id: continuous_ratio
@@ -2242,6 +2436,9 @@ units:
2242
2436
  - type: informative
2243
2437
  authority: ucum
2244
2438
  uri: ucum:unit:iso1000:code:'
2439
+ - type: informative
2440
+ authority: qudt
2441
+ uri: http://qudt.org/vocab/unit/ARCMIN
2245
2442
  scale_reference:
2246
2443
  type: unitsml
2247
2444
  id: continuous_ratio
@@ -2282,6 +2479,9 @@ units:
2282
2479
  - type: normative
2283
2480
  authority: si-digital-framework
2284
2481
  uri: http://si-digital-framework.org/SI/units/arcsecond
2482
+ - type: informative
2483
+ authority: qudt
2484
+ uri: http://qudt.org/vocab/unit/ARCSEC
2285
2485
  scale_reference:
2286
2486
  type: unitsml
2287
2487
  id: continuous_ratio
@@ -2363,6 +2563,9 @@ units:
2363
2563
  - type: informative
2364
2564
  authority: ucum
2365
2565
  uri: ucum:base-unit:code:C
2566
+ - type: informative
2567
+ authority: qudt
2568
+ uri: http://qudt.org/vocab/unit/C
2366
2569
  scale_reference:
2367
2570
  type: unitsml
2368
2571
  id: continuous_ratio
@@ -2400,6 +2603,10 @@ units:
2400
2603
  id: NISTq81
2401
2604
  - type: nist
2402
2605
  id: NISTq82
2606
+ references:
2607
+ - type: informative
2608
+ authority: qudt
2609
+ uri: http://qudt.org/vocab/unit/C-PER-M2
2403
2610
  scale_reference:
2404
2611
  type: unitsml
2405
2612
  id: continuous_ratio
@@ -2435,6 +2642,10 @@ units:
2435
2642
  quantity_references:
2436
2643
  - type: nist
2437
2644
  id: NISTq69
2645
+ references:
2646
+ - type: informative
2647
+ authority: qudt
2648
+ uri: http://qudt.org/vocab/unit/C-PER-M3
2438
2649
  scale_reference:
2439
2650
  type: unitsml
2440
2651
  id: continuous_ratio
@@ -2472,6 +2683,10 @@ units:
2472
2683
  id: NISTq197
2473
2684
  - type: nist
2474
2685
  id: NISTq75
2686
+ references:
2687
+ - type: informative
2688
+ authority: qudt
2689
+ uri: http://qudt.org/vocab/unit/C-PER-KiloGM
2475
2690
  scale_reference:
2476
2691
  type: unitsml
2477
2692
  id: continuous_ratio
@@ -2516,6 +2731,9 @@ units:
2516
2731
  - type: informative
2517
2732
  authority: ucum
2518
2733
  uri: ucum:unit:intcust:code:[kn_i]
2734
+ - type: informative
2735
+ authority: qudt
2736
+ uri: http://qudt.org/vocab/unit/KN
2519
2737
  scale_reference:
2520
2738
  type: unitsml
2521
2739
  id: continuous_ratio
@@ -2557,6 +2775,9 @@ units:
2557
2775
  - type: informative
2558
2776
  authority: ucum
2559
2777
  uri: ucum:unit:levels:code:Np
2778
+ - type: informative
2779
+ authority: qudt
2780
+ uri: http://qudt.org/vocab/unit/NP
2560
2781
  scale_reference:
2561
2782
  type: unitsml
2562
2783
  id: logarithmic_field
@@ -2596,6 +2817,9 @@ units:
2596
2817
  - type: informative
2597
2818
  authority: ucum
2598
2819
  uri: ucum:unit:levels:code:B
2820
+ - type: informative
2821
+ authority: qudt
2822
+ uri: http://qudt.org/vocab/unit/B
2599
2823
  scale_reference:
2600
2824
  type: unitsml
2601
2825
  id: logarithmic_field
@@ -2623,6 +2847,10 @@ units:
2623
2847
  quantity_references:
2624
2848
  - type: nist
2625
2849
  id: NISTq90
2850
+ references:
2851
+ - type: informative
2852
+ authority: qudt
2853
+ uri: http://qudt.org/vocab/unit/DeciB
2626
2854
  scale_reference:
2627
2855
  type: unitsml
2628
2856
  id: logarithmic_ratio
@@ -2663,6 +2891,10 @@ units:
2663
2891
  id: NISTq15
2664
2892
  - type: nist
2665
2893
  id: NISTq16
2894
+ references:
2895
+ - type: informative
2896
+ authority: qudt
2897
+ uri: http://qudt.org/vocab/unit/MilliM_HG
2666
2898
  scale_reference:
2667
2899
  type: unitsml
2668
2900
  id: continuous_ratio
@@ -2695,6 +2927,9 @@ units:
2695
2927
  - type: informative
2696
2928
  authority: ucum
2697
2929
  uri: ucum:unit:iso1000:code:d
2930
+ - type: informative
2931
+ authority: qudt
2932
+ uri: http://qudt.org/vocab/unit/DARCY
2698
2933
  scale_reference:
2699
2934
  type: unitsml
2700
2935
  id: continuous_ratio
@@ -2731,6 +2966,9 @@ units:
2731
2966
  - type: informative
2732
2967
  authority: ucum
2733
2968
  uri: ucum:unit:iso1000:code:gon
2969
+ - type: informative
2970
+ authority: qudt
2971
+ uri: http://qudt.org/vocab/unit/GON
2734
2972
  scale_reference:
2735
2973
  type: unitsml
2736
2974
  id: continuous_ratio
@@ -2770,6 +3008,9 @@ units:
2770
3008
  - type: informative
2771
3009
  authority: ucum
2772
3010
  uri: ucum:unit:si:code:V
3011
+ - type: informative
3012
+ authority: qudt
3013
+ uri: http://qudt.org/vocab/unit/V
2773
3014
  scale_reference:
2774
3015
  type: unitsml
2775
3016
  id: continuous_ratio
@@ -2816,6 +3057,10 @@ units:
2816
3057
  quantity_references:
2817
3058
  - type: nist
2818
3059
  id: NISTq68
3060
+ references:
3061
+ - type: informative
3062
+ authority: qudt
3063
+ uri: http://qudt.org/vocab/unit/V-PER-M
2819
3064
  scale_reference:
2820
3065
  type: unitsml
2821
3066
  id: continuous_ratio
@@ -2853,6 +3098,10 @@ units:
2853
3098
  id: NISTq107
2854
3099
  - type: nist
2855
3100
  id: NISTq12
3101
+ references:
3102
+ - type: informative
3103
+ authority: qudt
3104
+ uri: http://qudt.org/vocab/unit/KiloM-PER-HR
2856
3105
  scale_reference:
2857
3106
  type: unitsml
2858
3107
  id: continuous_ratio
@@ -2891,6 +3140,10 @@ units:
2891
3140
  quantity_references:
2892
3141
  - type: nist
2893
3142
  id: NISTq120
3143
+ references:
3144
+ - type: informative
3145
+ authority: qudt
3146
+ uri: http://qudt.org/vocab/unit/NP-PER-SEC
2894
3147
  scale_reference:
2895
3148
  type: unitsml
2896
3149
  id: continuous_ratio
@@ -2930,6 +3183,9 @@ units:
2930
3183
  - type: informative
2931
3184
  authority: ucum
2932
3185
  uri: ucum:unit:intcust:code:[syd_i]
3186
+ - type: informative
3187
+ authority: qudt
3188
+ uri: http://qudt.org/vocab/unit/YD2
2933
3189
  scale_reference:
2934
3190
  type: unitsml
2935
3191
  id: continuous_ratio
@@ -2965,6 +3221,9 @@ units:
2965
3221
  - type: informative
2966
3222
  authority: ucum
2967
3223
  uri: ucum:unit:us-lengths:code:[smi_us]
3224
+ - type: informative
3225
+ authority: qudt
3226
+ uri: http://qudt.org/vocab/unit/MI2
2968
3227
  scale_reference:
2969
3228
  type: unitsml
2970
3229
  id: continuous_ratio
@@ -2998,6 +3257,10 @@ units:
2998
3257
  quantity_references:
2999
3258
  - type: nist
3000
3259
  id: NISTq17
3260
+ references:
3261
+ - type: informative
3262
+ authority: qudt
3263
+ uri: http://qudt.org/vocab/unit/TonEnergy
3001
3264
  scale_reference:
3002
3265
  type: unitsml
3003
3266
  id: continuous_ratio
@@ -3024,6 +3287,10 @@ units:
3024
3287
  quantity_references:
3025
3288
  - type: nist
3026
3289
  id: NISTq49
3290
+ references:
3291
+ - type: informative
3292
+ authority: qudt
3293
+ uri: http://qudt.org/vocab/unit/FT-PER-SEC2
3027
3294
  scale_reference:
3028
3295
  type: unitsml
3029
3296
  id: continuous_ratio
@@ -3063,6 +3330,9 @@ units:
3063
3330
  - type: informative
3064
3331
  authority: ucum
3065
3332
  uri: ucum:unit:intcust:code:[cin_i]
3333
+ - type: informative
3334
+ authority: qudt
3335
+ uri: http://qudt.org/vocab/unit/IN3
3066
3336
  scale_reference:
3067
3337
  type: unitsml
3068
3338
  id: continuous_ratio
@@ -3098,6 +3368,9 @@ units:
3098
3368
  - type: informative
3099
3369
  authority: ucum
3100
3370
  uri: ucum:unit:intcust:code:[cft_i]
3371
+ - type: informative
3372
+ authority: qudt
3373
+ uri: http://qudt.org/vocab/unit/FT3
3101
3374
  scale_reference:
3102
3375
  type: unitsml
3103
3376
  id: continuous_ratio
@@ -3138,6 +3411,9 @@ units:
3138
3411
  - type: informative
3139
3412
  authority: ucum
3140
3413
  uri: ucum:unit:si:code:F
3414
+ - type: informative
3415
+ authority: qudt
3416
+ uri: http://qudt.org/vocab/unit/F
3141
3417
  scale_reference:
3142
3418
  type: unitsml
3143
3419
  id: continuous_ratio
@@ -3184,6 +3460,10 @@ units:
3184
3460
  quantity_references:
3185
3461
  - type: nist
3186
3462
  id: NISTq71
3463
+ references:
3464
+ - type: informative
3465
+ authority: qudt
3466
+ uri: http://qudt.org/vocab/unit/FARAD-PER-M
3187
3467
  scale_reference:
3188
3468
  type: unitsml
3189
3469
  id: continuous_ratio
@@ -3223,6 +3503,9 @@ units:
3223
3503
  - type: informative
3224
3504
  authority: ucum
3225
3505
  uri: ucum:unit:intcust:code:[cyd_i]
3506
+ - type: informative
3507
+ authority: qudt
3508
+ uri: http://qudt.org/vocab/unit/YD3
3226
3509
  scale_reference:
3227
3510
  type: unitsml
3228
3511
  id: continuous_ratio
@@ -3262,6 +3545,9 @@ units:
3262
3545
  - type: informative
3263
3546
  authority: ucum
3264
3547
  uri: ucum:unit:brit-volumes:code:[gal_br]
3548
+ - type: informative
3549
+ authority: qudt
3550
+ uri: http://qudt.org/vocab/unit/GAL_IMP
3265
3551
  scale_reference:
3266
3552
  type: unitsml
3267
3553
  id: continuous_ratio
@@ -3294,6 +3580,9 @@ units:
3294
3580
  - type: informative
3295
3581
  authority: ucum
3296
3582
  uri: ucum:unit:us-volumes:code:[pt_us]
3583
+ - type: informative
3584
+ authority: qudt
3585
+ uri: http://qudt.org/vocab/unit/PINT_UK
3297
3586
  scale_reference:
3298
3587
  type: unitsml
3299
3588
  id: continuous_ratio
@@ -3328,6 +3617,9 @@ units:
3328
3617
  - type: informative
3329
3618
  authority: ucum
3330
3619
  uri: ucum:unit:us-volumes:code:[foz_us]
3620
+ - type: informative
3621
+ authority: qudt
3622
+ uri: http://qudt.org/vocab/unit/OZ_VOL_UK
3331
3623
  scale_reference:
3332
3624
  type: unitsml
3333
3625
  id: continuous_ratio
@@ -3458,6 +3750,9 @@ units:
3458
3750
  - type: informative
3459
3751
  authority: ucum
3460
3752
  uri: ucum:unit:us-volumes:code:[bbl_us]
3753
+ - type: informative
3754
+ authority: qudt
3755
+ uri: http://qudt.org/vocab/unit/BBL
3461
3756
  scale_reference:
3462
3757
  type: unitsml
3463
3758
  id: continuous_ratio
@@ -3490,6 +3785,9 @@ units:
3490
3785
  - type: informative
3491
3786
  authority: ucum
3492
3787
  uri: ucum:unit:us-volumes:code:[bu_us]
3788
+ - type: informative
3789
+ authority: qudt
3790
+ uri: http://qudt.org/vocab/unit/BU_US
3493
3791
  scale_reference:
3494
3792
  type: unitsml
3495
3793
  id: continuous_ratio
@@ -3525,6 +3823,9 @@ units:
3525
3823
  - type: informative
3526
3824
  authority: ucum
3527
3825
  uri: ucum:unit:si:code:Ohm
3826
+ - type: informative
3827
+ authority: qudt
3828
+ uri: http://qudt.org/vocab/unit/OHM
3528
3829
  scale_reference:
3529
3830
  type: unitsml
3530
3831
  id: continuous_ratio
@@ -3607,6 +3908,9 @@ units:
3607
3908
  - type: informative
3608
3909
  authority: ucum
3609
3910
  uri: ucum:unit:const:code:[ly]
3911
+ - type: informative
3912
+ authority: qudt
3913
+ uri: http://qudt.org/vocab/unit/LY
3610
3914
  scale_reference:
3611
3915
  type: unitsml
3612
3916
  id: continuous_ratio
@@ -3639,6 +3943,9 @@ units:
3639
3943
  - type: normative
3640
3944
  authority: si-digital-framework
3641
3945
  uri: http://si-digital-framework.org/SI/units/astronomicalunit
3946
+ - type: informative
3947
+ authority: qudt
3948
+ uri: http://qudt.org/vocab/unit/AU
3642
3949
  scale_reference:
3643
3950
  type: unitsml
3644
3951
  id: continuous_ratio
@@ -3669,6 +3976,9 @@ units:
3669
3976
  - type: informative
3670
3977
  authority: ucum
3671
3978
  uri: ucum:unit:iso1000:code:pc
3979
+ - type: informative
3980
+ authority: qudt
3981
+ uri: http://qudt.org/vocab/unit/PARSEC
3672
3982
  scale_reference:
3673
3983
  type: unitsml
3674
3984
  id: continuous_ratio
@@ -3697,6 +4007,10 @@ units:
3697
4007
  id: NISTq144
3698
4008
  - type: nist
3699
4009
  id: NISTq145
4010
+ references:
4011
+ - type: informative
4012
+ authority: qudt
4013
+ uri: http://qudt.org/vocab/unit/M4
3700
4014
  scale_reference:
3701
4015
  type: unitsml
3702
4016
  id: continuous_ratio
@@ -3728,6 +4042,10 @@ units:
3728
4042
  quantity_references:
3729
4043
  - type: nist
3730
4044
  id: NISTq51
4045
+ references:
4046
+ - type: informative
4047
+ authority: qudt
4048
+ uri: http://qudt.org/vocab/unit/KiloGM-PER-L
3731
4049
  scale_reference:
3732
4050
  type: unitsml
3733
4051
  id: continuous_ratio
@@ -3766,6 +4084,10 @@ units:
3766
4084
  quantity_references:
3767
4085
  - type: nist
3768
4086
  id: NISTq51
4087
+ references:
4088
+ - type: informative
4089
+ authority: qudt
4090
+ uri: http://qudt.org/vocab/unit/TONNE-PER-M3
3769
4091
  scale_reference:
3770
4092
  type: unitsml
3771
4093
  id: continuous_ratio
@@ -3810,6 +4132,9 @@ units:
3810
4132
  - type: informative
3811
4133
  authority: ucum
3812
4134
  uri: ucum:unit:si:code:S
4135
+ - type: informative
4136
+ authority: qudt
4137
+ uri: http://qudt.org/vocab/unit/S
3813
4138
  scale_reference:
3814
4139
  type: unitsml
3815
4140
  id: continuous_ratio
@@ -3860,6 +4185,9 @@ units:
3860
4185
  - type: informative
3861
4186
  authority: ucum
3862
4187
  uri: ucum:unit:const:code:gf
4188
+ - type: informative
4189
+ authority: qudt
4190
+ uri: http://qudt.org/vocab/unit/GM_F
3863
4191
  scale_reference:
3864
4192
  type: unitsml
3865
4193
  id: continuous_ratio
@@ -4008,6 +4336,10 @@ units:
4008
4336
  quantity_references:
4009
4337
  - type: nist
4010
4338
  id: NISTq8
4339
+ references:
4340
+ - type: informative
4341
+ authority: qudt
4342
+ uri: http://qudt.org/vocab/unit/M2
4011
4343
  scale_reference:
4012
4344
  type: unitsml
4013
4345
  id: continuous_ratio
@@ -4039,6 +4371,10 @@ units:
4039
4371
  quantity_references:
4040
4372
  - type: nist
4041
4373
  id: NISTq85
4374
+ references:
4375
+ - type: informative
4376
+ authority: qudt
4377
+ uri: http://qudt.org/vocab/unit/M2-PER-SEC
4042
4378
  scale_reference:
4043
4379
  type: unitsml
4044
4380
  id: continuous_ratio
@@ -4077,6 +4413,10 @@ units:
4077
4413
  id: NISTq10
4078
4414
  - type: nist
4079
4415
  id: NISTq146
4416
+ references:
4417
+ - type: informative
4418
+ authority: qudt
4419
+ uri: http://qudt.org/vocab/unit/M3
4080
4420
  scale_reference:
4081
4421
  type: unitsml
4082
4422
  id: continuous_ratio
@@ -4147,6 +4487,10 @@ units:
4147
4487
  quantity_references:
4148
4488
  - type: nist
4149
4489
  id: NISTq151
4490
+ references:
4491
+ - type: informative
4492
+ authority: qudt
4493
+ uri: http://qudt.org/vocab/unit/M3-PER-SEC
4150
4494
  scale_reference:
4151
4495
  type: unitsml
4152
4496
  id: continuous_ratio
@@ -4190,6 +4534,9 @@ units:
4190
4534
  - type: normative
4191
4535
  authority: si-digital-framework
4192
4536
  uri: http://si-digital-framework.org/SI/units/kilogram
4537
+ - type: informative
4538
+ authority: qudt
4539
+ uri: http://qudt.org/vocab/unit/KiloGM
4193
4540
  scale_reference:
4194
4541
  type: unitsml
4195
4542
  id: continuous_ratio
@@ -4233,6 +4580,9 @@ units:
4233
4580
  - type: informative
4234
4581
  authority: ucum
4235
4582
  uri: ucum:unit:si:code:Wb
4583
+ - type: informative
4584
+ authority: qudt
4585
+ uri: http://qudt.org/vocab/unit/WB
4236
4586
  scale_reference:
4237
4587
  type: unitsml
4238
4588
  id: continuous_ratio
@@ -4321,6 +4671,9 @@ units:
4321
4671
  - type: informative
4322
4672
  authority: ucum
4323
4673
  uri: ucum:unit:avoirdupois:code:[oz_av]
4674
+ - type: informative
4675
+ authority: qudt
4676
+ uri: http://qudt.org/vocab/unit/OZ-FT
4324
4677
  scale_reference:
4325
4678
  type: unitsml
4326
4679
  id: continuous_ratio
@@ -4375,6 +4728,10 @@ units:
4375
4728
  quantity_references:
4376
4729
  - type: nist
4377
4730
  id: NISTq51
4731
+ references:
4732
+ - type: informative
4733
+ authority: qudt
4734
+ uri: http://qudt.org/vocab/unit/LB-PER-FT3
4378
4735
  scale_reference:
4379
4736
  type: unitsml
4380
4737
  id: continuous_ratio
@@ -4416,6 +4773,9 @@ units:
4416
4773
  - type: informative
4417
4774
  authority: ucum
4418
4775
  uri: ucum:unit:const:code:[lbf_av]
4776
+ - type: informative
4777
+ authority: qudt
4778
+ uri: http://qudt.org/vocab/unit/LB_F
4419
4779
  scale_reference:
4420
4780
  type: unitsml
4421
4781
  id: continuous_ratio
@@ -4456,6 +4816,10 @@ units:
4456
4816
  id: NISTq60
4457
4817
  - type: nist
4458
4818
  id: NISTq77
4819
+ references:
4820
+ - type: informative
4821
+ authority: qudt
4822
+ uri: http://qudt.org/vocab/unit/FT-LB_F
4459
4823
  scale_reference:
4460
4824
  type: unitsml
4461
4825
  id: continuous_ratio
@@ -4495,6 +4859,9 @@ units:
4495
4859
  - type: informative
4496
4860
  authority: ucum
4497
4861
  uri: ucum:unit:misc:code:[psi]
4862
+ - type: informative
4863
+ authority: qudt
4864
+ uri: http://qudt.org/vocab/unit/LB_F-PER-IN2
4498
4865
  scale_reference:
4499
4866
  type: unitsml
4500
4867
  id: continuous_ratio
@@ -4536,6 +4903,10 @@ units:
4536
4903
  quantity_references:
4537
4904
  - type: nist
4538
4905
  id: NISTq155
4906
+ references:
4907
+ - type: informative
4908
+ authority: qudt
4909
+ uri: http://qudt.org/vocab/unit/IN4
4539
4910
  scale_reference:
4540
4911
  type: unitsml
4541
4912
  id: continuous_ratio
@@ -4567,6 +4938,10 @@ units:
4567
4938
  quantity_references:
4568
4939
  - type: nist
4569
4940
  id: NISTq146
4941
+ references:
4942
+ - type: informative
4943
+ authority: qudt
4944
+ uri: http://qudt.org/vocab/unit/IN3
4570
4945
  scale_reference:
4571
4946
  type: unitsml
4572
4947
  id: continuous_ratio
@@ -4607,6 +4982,9 @@ units:
4607
4982
  - type: informative
4608
4983
  authority: ucum
4609
4984
  uri: ucum:unit:si:code:T
4985
+ - type: informative
4986
+ authority: qudt
4987
+ uri: http://qudt.org/vocab/unit/T
4610
4988
  scale_reference:
4611
4989
  type: unitsml
4612
4990
  id: continuous_ratio
@@ -4649,6 +5027,10 @@ units:
4649
5027
  quantity_references:
4650
5028
  - type: nist
4651
5029
  id: NISTq85
5030
+ references:
5031
+ - type: informative
5032
+ authority: qudt
5033
+ uri: http://qudt.org/vocab/unit/FT2-PER-SEC
4652
5034
  scale_reference:
4653
5035
  type: unitsml
4654
5036
  id: continuous_ratio
@@ -4685,6 +5067,10 @@ units:
4685
5067
  quantity_references:
4686
5068
  - type: nist
4687
5069
  id: NISTq20
5070
+ references:
5071
+ - type: informative
5072
+ authority: qudt
5073
+ uri: http://qudt.org/vocab/unit/FT-LB_F-PER-SEC
4688
5074
  scale_reference:
4689
5075
  type: unitsml
4690
5076
  id: continuous_ratio
@@ -4733,6 +5119,9 @@ units:
4733
5119
  - type: informative
4734
5120
  authority: ucum
4735
5121
  uri: ucum:unit:misc:code:[car_m]
5122
+ - type: informative
5123
+ authority: qudt
5124
+ uri: http://qudt.org/vocab/unit/CARAT
4736
5125
  scale_reference:
4737
5126
  type: unitsml
4738
5127
  id: continuous_ratio
@@ -4763,6 +5152,9 @@ units:
4763
5152
  - type: informative
4764
5153
  authority: ucum
4765
5154
  uri: ucum:unit:heat:code:tex
5155
+ - type: informative
5156
+ authority: qudt
5157
+ uri: http://qudt.org/vocab/unit/TEX
4766
5158
  scale_reference:
4767
5159
  type: unitsml
4768
5160
  id: continuous_ratio
@@ -4789,6 +5181,10 @@ units:
4789
5181
  quantity_references:
4790
5182
  - type: nist
4791
5183
  id: NISTq15
5184
+ references:
5185
+ - type: informative
5186
+ authority: qudt
5187
+ uri: http://qudt.org/vocab/unit/TORR
4792
5188
  scale_reference:
4793
5189
  type: unitsml
4794
5190
  id: continuous_ratio
@@ -4874,6 +5270,10 @@ units:
4874
5270
  quantity_references:
4875
5271
  - type: nist
4876
5272
  id: NISTq20
5273
+ references:
5274
+ - type: informative
5275
+ authority: qudt
5276
+ uri: http://qudt.org/vocab/unit/KiloGM_F-M-PER-SEC
4877
5277
  scale_reference:
4878
5278
  type: unitsml
4879
5279
  id: continuous_ratio
@@ -4919,6 +5319,10 @@ units:
4919
5319
  quantity_references:
4920
5320
  - type: nist
4921
5321
  id: NISTq20
5322
+ references:
5323
+ - type: informative
5324
+ authority: qudt
5325
+ uri: http://qudt.org/vocab/unit/HP_Metric
4922
5326
  scale_reference:
4923
5327
  type: unitsml
4924
5328
  id: continuous_ratio
@@ -4954,6 +5358,9 @@ units:
4954
5358
  - type: informative
4955
5359
  authority: ucum
4956
5360
  uri: ucum:unit:si:code:H
5361
+ - type: informative
5362
+ authority: qudt
5363
+ uri: http://qudt.org/vocab/unit/H
4957
5364
  scale_reference:
4958
5365
  type: unitsml
4959
5366
  id: continuous_ratio
@@ -5000,6 +5407,10 @@ units:
5000
5407
  quantity_references:
5001
5408
  - type: nist
5002
5409
  id: NISTq72
5410
+ references:
5411
+ - type: informative
5412
+ authority: qudt
5413
+ uri: http://qudt.org/vocab/unit/H-PER-M
5003
5414
  scale_reference:
5004
5415
  type: unitsml
5005
5416
  id: continuous_ratio
@@ -5037,6 +5448,10 @@ units:
5037
5448
  id: NISTq180
5038
5449
  - type: nist
5039
5450
  id: NISTq181
5451
+ references:
5452
+ - type: informative
5453
+ authority: qudt
5454
+ uri: http://qudt.org/vocab/unit/W-PER-M2-K
5040
5455
  scale_reference:
5041
5456
  type: unitsml
5042
5457
  id: continuous_ratio
@@ -5074,6 +5489,9 @@ units:
5074
5489
  - type: informative
5075
5490
  authority: ucum
5076
5491
  uri: ucum:unit:cgs:code:Lmb
5492
+ - type: informative
5493
+ authority: qudt
5494
+ uri: http://qudt.org/vocab/unit/LA
5077
5495
  scale_reference:
5078
5496
  type: unitsml
5079
5497
  id: continuous_ratio
@@ -5104,6 +5522,9 @@ units:
5104
5522
  - type: informative
5105
5523
  authority: ucum
5106
5524
  uri: ucum:unit:cgs:code:Gb
5525
+ - type: informative
5526
+ authority: qudt
5527
+ uri: http://qudt.org/vocab/unit/GI
5107
5528
  scale_reference:
5108
5529
  type: unitsml
5109
5530
  id: continuous_ratio
@@ -5130,6 +5551,10 @@ units:
5130
5551
  quantity_references:
5131
5552
  - type: nist
5132
5553
  id: NISTq162
5554
+ references:
5555
+ - type: informative
5556
+ authority: qudt
5557
+ uri: http://qudt.org/vocab/unit/DEBYE
5133
5558
  scale_reference:
5134
5559
  type: unitsml
5135
5560
  id: continuous_ratio
@@ -5182,6 +5607,10 @@ units:
5182
5607
  quantity_references:
5183
5608
  - type: nist
5184
5609
  id: NISTq2
5610
+ references:
5611
+ - type: informative
5612
+ authority: qudt
5613
+ uri: http://qudt.org/vocab/unit/SLUG
5185
5614
  scale_reference:
5186
5615
  type: unitsml
5187
5616
  id: continuous_ratio
@@ -5226,6 +5655,9 @@ units:
5226
5655
  - type: informative
5227
5656
  authority: ucum
5228
5657
  uri: ucum:unit:heat:code:cal_th
5658
+ - type: informative
5659
+ authority: qudt
5660
+ uri: http://qudt.org/vocab/unit/CAL_TH
5229
5661
  scale_reference:
5230
5662
  type: unitsml
5231
5663
  id: continuous_ratio
@@ -5264,6 +5696,9 @@ units:
5264
5696
  - type: informative
5265
5697
  authority: ucum
5266
5698
  uri: ucum:unit:avoirdupois:code:[ston_av]
5699
+ - type: informative
5700
+ authority: qudt
5701
+ uri: http://qudt.org/vocab/unit/TON_SHORT
5267
5702
  scale_reference:
5268
5703
  type: unitsml
5269
5704
  id: continuous_ratio
@@ -5296,6 +5731,9 @@ units:
5296
5731
  - type: informative
5297
5732
  authority: ucum
5298
5733
  uri: ucum:unit:avoirdupois:code:[lton_av]
5734
+ - type: informative
5735
+ authority: qudt
5736
+ uri: http://qudt.org/vocab/unit/TON_LONG
5299
5737
  scale_reference:
5300
5738
  type: unitsml
5301
5739
  id: continuous_ratio
@@ -5333,6 +5771,9 @@ units:
5333
5771
  - type: informative
5334
5772
  authority: ucum
5335
5773
  uri: ucum:unit:si:code:Cel
5774
+ - type: informative
5775
+ authority: qudt
5776
+ uri: http://qudt.org/vocab/unit/DEG_C
5336
5777
  scale_reference:
5337
5778
  type: unitsml
5338
5779
  id: continuous_interval
@@ -5405,6 +5846,9 @@ units:
5405
5846
  - type: informative
5406
5847
  authority: ucum
5407
5848
  uri: ucum:unit:avoirdupois:code:[oz_av]
5849
+ - type: informative
5850
+ authority: qudt
5851
+ uri: http://qudt.org/vocab/unit/OZ
5408
5852
  scale_reference:
5409
5853
  type: unitsml
5410
5854
  id: continuous_ratio
@@ -5469,6 +5913,9 @@ units:
5469
5913
  - type: informative
5470
5914
  authority: ucum
5471
5915
  uri: ucum:unit:troy:code:[pwt_tr]
5916
+ - type: informative
5917
+ authority: qudt
5918
+ uri: http://qudt.org/vocab/unit/PENNYWEIGHT
5472
5919
  scale_reference:
5473
5920
  type: unitsml
5474
5921
  id: continuous_ratio
@@ -5563,6 +6010,10 @@ units:
5563
6010
  id: NISTq128
5564
6011
  - type: nist
5565
6012
  id: NISTq13
6013
+ references:
6014
+ - type: informative
6015
+ authority: qudt
6016
+ uri: http://qudt.org/vocab/unit/PDL
5566
6017
  scale_reference:
5567
6018
  type: unitsml
5568
6019
  id: continuous_ratio
@@ -5589,6 +6040,10 @@ units:
5589
6040
  quantity_references:
5590
6041
  - type: nist
5591
6042
  id: NISTq2
6043
+ references:
6044
+ - type: informative
6045
+ authority: qudt
6046
+ uri: http://qudt.org/vocab/unit/KIP_F
5592
6047
  scale_reference:
5593
6048
  type: unitsml
5594
6049
  id: continuous_ratio
@@ -5643,6 +6098,10 @@ units:
5643
6098
  quantity_references:
5644
6099
  - type: nist
5645
6100
  id: NISTq15
6101
+ references:
6102
+ - type: informative
6103
+ authority: qudt
6104
+ uri: http://qudt.org/vocab/unit/BARYE
5646
6105
  scale_reference:
5647
6106
  type: unitsml
5648
6107
  id: continuous_ratio
@@ -5678,6 +6137,9 @@ units:
5678
6137
  - type: informative
5679
6138
  authority: ucum
5680
6139
  uri: ucum:unit:iso1000:code:eV
6140
+ - type: informative
6141
+ authority: qudt
6142
+ uri: http://qudt.org/vocab/unit/EV
5681
6143
  scale_reference:
5682
6144
  type: unitsml
5683
6145
  id: continuous_ratio
@@ -5708,6 +6170,9 @@ units:
5708
6170
  - type: informative
5709
6171
  authority: ucum
5710
6172
  uri: ucum:unit:iso1000:code:u
6173
+ - type: informative
6174
+ authority: qudt
6175
+ uri: http://qudt.org/vocab/unit/U
5711
6176
  scale_reference:
5712
6177
  type: unitsml
5713
6178
  id: continuous_ratio
@@ -5734,6 +6199,10 @@ units:
5734
6199
  quantity_references:
5735
6200
  - type: nist
5736
6201
  id: NISTq12
6202
+ references:
6203
+ - type: informative
6204
+ authority: qudt
6205
+ uri: http://qudt.org/vocab/unit/C
5737
6206
  scale_reference:
5738
6207
  type: unitsml
5739
6208
  id: continuous_ratio
@@ -5845,6 +6314,10 @@ units:
5845
6314
  quantity_references:
5846
6315
  - type: nist
5847
6316
  id: NISTq22
6317
+ references:
6318
+ - type: informative
6319
+ authority: qudt
6320
+ uri: http://qudt.org/vocab/unit/E
5848
6321
  scale_reference:
5849
6322
  type: unitsml
5850
6323
  id: continuous_ratio
@@ -5958,6 +6431,9 @@ units:
5958
6431
  - type: informative
5959
6432
  authority: ucum
5960
6433
  uri: ucum:unit:si:code:Bq
6434
+ - type: informative
6435
+ authority: qudt
6436
+ uri: http://qudt.org/vocab/unit/BQ
5961
6437
  scale_reference:
5962
6438
  type: unitsml
5963
6439
  id: continuous_ratio
@@ -6258,6 +6734,10 @@ units:
6258
6734
  id: NISTq1
6259
6735
  - type: nist
6260
6736
  id: NISTq48
6737
+ references:
6738
+ - type: informative
6739
+ authority: qudt
6740
+ uri: http://qudt.org/vocab/unit/FM
6261
6741
  scale_reference:
6262
6742
  type: unitsml
6263
6743
  id: continuous_ratio
@@ -6435,6 +6915,10 @@ units:
6435
6915
  quantity_references:
6436
6916
  - type: nist
6437
6917
  id: NISTq28
6918
+ references:
6919
+ - type: informative
6920
+ authority: qudt
6921
+ uri: http://qudt.org/vocab/unit/OHM_Stat
6438
6922
  scale_reference:
6439
6923
  type: unitsml
6440
6924
  id: continuous_ratio
@@ -6463,6 +6947,10 @@ units:
6463
6947
  quantity_references:
6464
6948
  - type: nist
6465
6949
  id: NISTq169
6950
+ references:
6951
+ - type: informative
6952
+ authority: qudt
6953
+ uri: http://qudt.org/vocab/unit/FARAD_Stat
6466
6954
  scale_reference:
6467
6955
  type: unitsml
6468
6956
  id: continuous_ratio
@@ -6491,6 +6979,10 @@ units:
6491
6979
  quantity_references:
6492
6980
  - type: nist
6493
6981
  id: NISTq170
6982
+ references:
6983
+ - type: informative
6984
+ authority: qudt
6985
+ uri: http://qudt.org/vocab/unit/A_Stat
6494
6986
  scale_reference:
6495
6987
  type: unitsml
6496
6988
  id: continuous_ratio
@@ -6523,6 +7015,10 @@ units:
6523
7015
  id: NISTq24
6524
7016
  - type: nist
6525
7017
  id: NISTq26
7018
+ references:
7019
+ - type: informative
7020
+ authority: qudt
7021
+ uri: http://qudt.org/vocab/unit/V_Stat
6526
7022
  scale_reference:
6527
7023
  type: unitsml
6528
7024
  id: continuous_ratio
@@ -6551,6 +7047,10 @@ units:
6551
7047
  quantity_references:
6552
7048
  - type: nist
6553
7049
  id: NISTq171
7050
+ references:
7051
+ - type: informative
7052
+ authority: qudt
7053
+ uri: http://qudt.org/vocab/unit/H_Stat
6554
7054
  scale_reference:
6555
7055
  type: unitsml
6556
7056
  id: continuous_ratio
@@ -6586,6 +7086,9 @@ units:
6586
7086
  - type: informative
6587
7087
  authority: ucum
6588
7088
  uri: ucum:base-unit:code:g
7089
+ - type: informative
7090
+ authority: qudt
7091
+ uri: http://qudt.org/vocab/unit/GM
6589
7092
  scale_reference:
6590
7093
  type: unitsml
6591
7094
  id: continuous_ratio
@@ -6594,11 +7097,11 @@ units:
6594
7097
  unit_reference:
6595
7098
  type: nist
6596
7099
  id: NISTu2
6597
- root: true
6598
- short: gram
6599
7100
  unit_system_reference:
6600
7101
  - type: unitsml
6601
7102
  id: si-base
7103
+ root: true
7104
+ short: gram
6602
7105
  symbols:
6603
7106
  - latex: "\\ensuremath{\\mathrm{g}}"
6604
7107
  unicode: g
@@ -6619,6 +7122,10 @@ units:
6619
7122
  quantity_references:
6620
7123
  - type: nist
6621
7124
  id: NISTq29
7125
+ references:
7126
+ - type: informative
7127
+ authority: qudt
7128
+ uri: http://qudt.org/vocab/unit/MHO_Stat
6622
7129
  scale_reference:
6623
7130
  type: unitsml
6624
7131
  id: continuous_ratio
@@ -6649,6 +7156,10 @@ units:
6649
7156
  id: NISTq22
6650
7157
  - type: nist
6651
7158
  id: NISTq23
7159
+ references:
7160
+ - type: informative
7161
+ authority: qudt
7162
+ uri: http://qudt.org/vocab/unit/C_Stat
6652
7163
  scale_reference:
6653
7164
  type: unitsml
6654
7165
  id: continuous_ratio
@@ -6843,6 +7354,9 @@ units:
6843
7354
  - type: informative
6844
7355
  authority: ucum
6845
7356
  uri: ucum:unit:iso1000:code:pc
7357
+ - type: informative
7358
+ authority: qudt
7359
+ uri: http://qudt.org/vocab/unit/PARSEC
6846
7360
  scale_reference:
6847
7361
  type: unitsml
6848
7362
  id: continuous_ratio
@@ -6873,6 +7387,9 @@ units:
6873
7387
  - type: informative
6874
7388
  authority: ucum
6875
7389
  uri: ucum:unit:iso1000:code:pc
7390
+ - type: informative
7391
+ authority: qudt
7392
+ uri: http://qudt.org/vocab/unit/PARSEC
6876
7393
  scale_reference:
6877
7394
  type: unitsml
6878
7395
  id: continuous_ratio
@@ -6942,6 +7459,10 @@ units:
6942
7459
  quantity_references:
6943
7460
  - type: nist
6944
7461
  id: NISTq126
7462
+ references:
7463
+ - type: informative
7464
+ authority: qudt
7465
+ uri: http://qudt.org/vocab/unit/KiloGM-PER-M
6945
7466
  scale_reference:
6946
7467
  type: unitsml
6947
7468
  id: continuous_ratio
@@ -6980,6 +7501,10 @@ units:
6980
7501
  quantity_references:
6981
7502
  - type: nist
6982
7503
  id: NISTq31
7504
+ references:
7505
+ - type: informative
7506
+ authority: qudt
7507
+ uri: http://qudt.org/vocab/unit/KiloGM-PER-M2
6983
7508
  scale_reference:
6984
7509
  type: unitsml
6985
7510
  id: continuous_ratio
@@ -7058,6 +7583,10 @@ units:
7058
7583
  quantity_references:
7059
7584
  - type: nist
7060
7585
  id: NISTq127
7586
+ references:
7587
+ - type: informative
7588
+ authority: qudt
7589
+ uri: http://qudt.org/vocab/unit/KiloGM-M2
7061
7590
  scale_reference:
7062
7591
  type: unitsml
7063
7592
  id: continuous_ratio
@@ -7099,6 +7628,10 @@ units:
7099
7628
  id: NISTq132
7100
7629
  - type: nist
7101
7630
  id: NISTq132
7631
+ references:
7632
+ - type: informative
7633
+ authority: qudt
7634
+ uri: http://qudt.org/vocab/unit/KiloGM-M2-PER-SEC
7102
7635
  scale_reference:
7103
7636
  type: unitsml
7104
7637
  id: continuous_ratio
@@ -7143,6 +7676,10 @@ units:
7143
7676
  quantity_references:
7144
7677
  - type: nist
7145
7678
  id: NISTq150
7679
+ references:
7680
+ - type: informative
7681
+ authority: qudt
7682
+ uri: http://qudt.org/vocab/unit/KiloGM-PER-SEC
7146
7683
  scale_reference:
7147
7684
  type: unitsml
7148
7685
  id: continuous_ratio
@@ -7194,6 +7731,9 @@ units:
7194
7731
  - type: informative
7195
7732
  authority: ucum
7196
7733
  uri: ucum:unit:si:code:Gy
7734
+ - type: informative
7735
+ authority: qudt
7736
+ uri: http://qudt.org/vocab/unit/GRAY
7197
7737
  scale_reference:
7198
7738
  type: unitsml
7199
7739
  id: continuous_ratio
@@ -7231,6 +7771,10 @@ units:
7231
7771
  id: NISTq194
7232
7772
  - type: nist
7233
7773
  id: NISTq76
7774
+ references:
7775
+ - type: informative
7776
+ authority: qudt
7777
+ uri: http://qudt.org/vocab/unit/GRAY-PER-SEC
7234
7778
  scale_reference:
7235
7779
  type: unitsml
7236
7780
  id: continuous_ratio
@@ -7268,6 +7812,10 @@ units:
7268
7812
  id: NISTq1
7269
7813
  - type: nist
7270
7814
  id: NISTq48
7815
+ references:
7816
+ - type: informative
7817
+ authority: qudt
7818
+ uri: http://qudt.org/vocab/unit/PT
7271
7819
  scale_reference:
7272
7820
  type: unitsml
7273
7821
  id: continuous_ratio
@@ -7300,6 +7848,9 @@ units:
7300
7848
  - type: informative
7301
7849
  authority: ucum
7302
7850
  uri: ucum:unit:us-lengths:code:[rd_us]
7851
+ - type: informative
7852
+ authority: qudt
7853
+ uri: http://qudt.org/vocab/unit/ROD
7303
7854
  scale_reference:
7304
7855
  type: unitsml
7305
7856
  id: continuous_ratio
@@ -7332,6 +7883,9 @@ units:
7332
7883
  - type: informative
7333
7884
  authority: ucum
7334
7885
  uri: ucum:unit:intcust:code:[fth_i]
7886
+ - type: informative
7887
+ authority: qudt
7888
+ uri: http://qudt.org/vocab/unit/FATH
7335
7889
  scale_reference:
7336
7890
  type: unitsml
7337
7891
  id: continuous_ratio
@@ -7362,6 +7916,9 @@ units:
7362
7916
  - type: informative
7363
7917
  authority: ucum
7364
7918
  uri: ucum:unit:intcust:code:[cml_i]
7919
+ - type: informative
7920
+ authority: qudt
7921
+ uri: http://qudt.org/vocab/unit/MIL_Circ
7365
7922
  scale_reference:
7366
7923
  type: unitsml
7367
7924
  id: continuous_ratio
@@ -7392,6 +7949,9 @@ units:
7392
7949
  - type: informative
7393
7950
  authority: ucum
7394
7951
  uri: ucum:unit:heat:code:[HP]
7952
+ - type: informative
7953
+ authority: qudt
7954
+ uri: http://qudt.org/vocab/unit/HP
7395
7955
  scale_reference:
7396
7956
  type: unitsml
7397
7957
  id: continuous_ratio
@@ -7420,6 +7980,10 @@ units:
7420
7980
  quantity_references:
7421
7981
  - type: nist
7422
7982
  id: NISTq20
7983
+ references:
7984
+ - type: informative
7985
+ authority: qudt
7986
+ uri: http://qudt.org/vocab/unit/HP_Boiler
7423
7987
  scale_reference:
7424
7988
  type: unitsml
7425
7989
  id: continuous_ratio
@@ -7448,6 +8012,10 @@ units:
7448
8012
  quantity_references:
7449
8013
  - type: nist
7450
8014
  id: NISTq20
8015
+ references:
8016
+ - type: informative
8017
+ authority: qudt
8018
+ uri: http://qudt.org/vocab/unit/HP_H2O
7451
8019
  scale_reference:
7452
8020
  type: unitsml
7453
8021
  id: continuous_ratio
@@ -7474,6 +8042,10 @@ units:
7474
8042
  quantity_references:
7475
8043
  - type: nist
7476
8044
  id: NISTq20
8045
+ references:
8046
+ - type: informative
8047
+ authority: qudt
8048
+ uri: http://qudt.org/vocab/unit/HP
7477
8049
  scale_reference:
7478
8050
  type: unitsml
7479
8051
  id: continuous_ratio
@@ -7504,6 +8076,9 @@ units:
7504
8076
  - type: informative
7505
8077
  authority: ucum
7506
8078
  uri: ucum:unit:heat:code:[degR]
8079
+ - type: informative
8080
+ authority: qudt
8081
+ uri: http://qudt.org/vocab/unit/DEG_R
7507
8082
  scale_reference:
7508
8083
  type: unitsml
7509
8084
  id: continuous_ratio
@@ -7536,6 +8111,9 @@ units:
7536
8111
  - type: normative
7537
8112
  authority: si-digital-framework
7538
8113
  uri: http://si-digital-framework.org/SI/units/dalton
8114
+ - type: informative
8115
+ authority: qudt
8116
+ uri: http://qudt.org/vocab/unit/DA
7539
8117
  scale_reference:
7540
8118
  type: unitsml
7541
8119
  id: continuous_ratio
@@ -7576,6 +8154,9 @@ units:
7576
8154
  - type: informative
7577
8155
  authority: ucum
7578
8156
  uri: ucum:unit:si:code:Sv
8157
+ - type: informative
8158
+ authority: qudt
8159
+ uri: http://qudt.org/vocab/unit/SV
7579
8160
  scale_reference:
7580
8161
  type: unitsml
7581
8162
  id: continuous_ratio
@@ -7896,6 +8477,9 @@ units:
7896
8477
  - type: informative
7897
8478
  authority: ucum
7898
8479
  uri: ucum:base-unit:code:s
8480
+ - type: informative
8481
+ authority: qudt
8482
+ uri: http://qudt.org/vocab/unit/SEC
7899
8483
  scale_reference:
7900
8484
  type: unitsml
7901
8485
  id: continuous_ratio
@@ -7943,6 +8527,9 @@ units:
7943
8527
  - type: informative
7944
8528
  authority: ucum
7945
8529
  uri: ucum:unit:chemical:code:kat
8530
+ - type: informative
8531
+ authority: qudt
8532
+ uri: http://qudt.org/vocab/unit/KAT
7946
8533
  scale_reference:
7947
8534
  type: unitsml
7948
8535
  id: continuous_ratio
@@ -7978,6 +8565,10 @@ units:
7978
8565
  quantity_references:
7979
8566
  - type: nist
7980
8567
  id: NISTq84
8568
+ references:
8569
+ - type: informative
8570
+ authority: qudt
8571
+ uri: http://qudt.org/vocab/unit/KAT-PER-M3
7981
8572
  scale_reference:
7982
8573
  type: unitsml
7983
8574
  id: continuous_ratio
@@ -8019,6 +8610,9 @@ units:
8019
8610
  - type: informative
8020
8611
  authority: ucum
8021
8612
  uri: ucum:unit:us-volumes:code:[qt_us]
8613
+ - type: informative
8614
+ authority: qudt
8615
+ uri: http://qudt.org/vocab/unit/QT_UK
8022
8616
  scale_reference:
8023
8617
  type: unitsml
8024
8618
  id: continuous_ratio
@@ -8113,6 +8707,9 @@ units:
8113
8707
  - type: informative
8114
8708
  authority: ucum
8115
8709
  uri: ucum:unit:us-volumes:code:[tsp_us]
8710
+ - type: informative
8711
+ authority: qudt
8712
+ uri: http://qudt.org/vocab/unit/TSP
8116
8713
  scale_reference:
8117
8714
  type: unitsml
8118
8715
  id: continuous_ratio
@@ -8143,6 +8740,9 @@ units:
8143
8740
  - type: informative
8144
8741
  authority: ucum
8145
8742
  uri: ucum:unit:us-volumes:code:[tbs_us]
8743
+ - type: informative
8744
+ authority: qudt
8745
+ uri: http://qudt.org/vocab/unit/TBSP
8146
8746
  scale_reference:
8147
8747
  type: unitsml
8148
8748
  id: continuous_ratio
@@ -8175,6 +8775,9 @@ units:
8175
8775
  - type: informative
8176
8776
  authority: ucum
8177
8777
  uri: ucum:unit:us-volumes:code:[tsp_us]
8778
+ - type: informative
8779
+ authority: qudt
8780
+ uri: http://qudt.org/vocab/unit/TBSP
8178
8781
  scale_reference:
8179
8782
  type: unitsml
8180
8783
  id: continuous_ratio
@@ -8207,6 +8810,9 @@ units:
8207
8810
  - type: informative
8208
8811
  authority: ucum
8209
8812
  uri: ucum:unit:us-volumes:code:[tsp_us]
8813
+ - type: informative
8814
+ authority: qudt
8815
+ uri: http://qudt.org/vocab/unit/TSP
8210
8816
  scale_reference:
8211
8817
  type: unitsml
8212
8818
  id: continuous_ratio
@@ -8239,6 +8845,9 @@ units:
8239
8845
  - type: informative
8240
8846
  authority: ucum
8241
8847
  uri: ucum:unit:us-volumes:code:[cup_us]
8848
+ - type: informative
8849
+ authority: qudt
8850
+ uri: http://qudt.org/vocab/unit/CUP
8242
8851
  scale_reference:
8243
8852
  type: unitsml
8244
8853
  id: continuous_ratio
@@ -8340,6 +8949,9 @@ units:
8340
8949
  - type: informative
8341
8950
  authority: ucum
8342
8951
  uri: ucum:unit:si:code:Hz
8952
+ - type: informative
8953
+ authority: qudt
8954
+ uri: http://qudt.org/vocab/unit/HZ
8343
8955
  scale_reference:
8344
8956
  type: unitsml
8345
8957
  id: continuous_ratio
@@ -8381,6 +8993,9 @@ units:
8381
8993
  - type: informative
8382
8994
  authority: ucum
8383
8995
  uri: ucum:unit:us-lengths:code:[ch_us]
8996
+ - type: informative
8997
+ authority: qudt
8998
+ uri: http://qudt.org/vocab/unit/CH
8384
8999
  scale_reference:
8385
9000
  type: unitsml
8386
9001
  id: continuous_ratio
@@ -8445,6 +9060,9 @@ units:
8445
9060
  - type: informative
8446
9061
  authority: ucum
8447
9062
  uri: ucum:unit:us-lengths:code:[fur_us]
9063
+ - type: informative
9064
+ authority: qudt
9065
+ uri: http://qudt.org/vocab/unit/FUR
8448
9066
  scale_reference:
8449
9067
  type: unitsml
8450
9068
  id: continuous_ratio
@@ -8479,6 +9097,9 @@ units:
8479
9097
  - type: informative
8480
9098
  authority: ucum
8481
9099
  uri: ucum:unit:intcust:code:[mi_i]
9100
+ - type: informative
9101
+ authority: qudt
9102
+ uri: http://qudt.org/vocab/unit/MI_US
8482
9103
  scale_reference:
8483
9104
  type: unitsml
8484
9105
  id: continuous_ratio
@@ -8511,6 +9132,9 @@ units:
8511
9132
  - type: informative
8512
9133
  authority: ucum
8513
9134
  uri: ucum:unit:intcust:code:[yd_i]
9135
+ - type: informative
9136
+ authority: qudt
9137
+ uri: http://qudt.org/vocab/unit/YD
8514
9138
  scale_reference:
8515
9139
  type: unitsml
8516
9140
  id: continuous_ratio
@@ -8545,6 +9169,9 @@ units:
8545
9169
  - type: informative
8546
9170
  authority: ucum
8547
9171
  uri: ucum:unit:intcust:code:[ft_i]
9172
+ - type: informative
9173
+ authority: qudt
9174
+ uri: http://qudt.org/vocab/unit/FT_US
8548
9175
  scale_reference:
8549
9176
  type: unitsml
8550
9177
  id: continuous_ratio
@@ -8577,6 +9204,9 @@ units:
8577
9204
  - type: informative
8578
9205
  authority: ucum
8579
9206
  uri: ucum:unit:intcust:code:[in_i]
9207
+ - type: informative
9208
+ authority: qudt
9209
+ uri: http://qudt.org/vocab/unit/IN
8580
9210
  scale_reference:
8581
9211
  type: unitsml
8582
9212
  id: continuous_ratio
@@ -8609,6 +9239,9 @@ units:
8609
9239
  - type: informative
8610
9240
  authority: ucum
8611
9241
  uri: ucum:unit:us-lengths:code:[acr_us]
9242
+ - type: informative
9243
+ authority: qudt
9244
+ uri: http://qudt.org/vocab/unit/AC
8612
9245
  scale_reference:
8613
9246
  type: unitsml
8614
9247
  id: continuous_ratio
@@ -8641,6 +9274,10 @@ units:
8641
9274
  id: NISTq15
8642
9275
  - type: nist
8643
9276
  id: NISTq16
9277
+ references:
9278
+ - type: informative
9279
+ authority: qudt
9280
+ uri: http://qudt.org/vocab/unit/CentiM_HG
8644
9281
  scale_reference:
8645
9282
  type: unitsml
8646
9283
  id: continuous_ratio
@@ -8669,6 +9306,10 @@ units:
8669
9306
  id: NISTq15
8670
9307
  - type: nist
8671
9308
  id: NISTq16
9309
+ references:
9310
+ - type: informative
9311
+ authority: qudt
9312
+ uri: http://qudt.org/vocab/unit/CentiM_HG_0DEG_C
8672
9313
  scale_reference:
8673
9314
  type: unitsml
8674
9315
  id: continuous_ratio
@@ -8704,6 +9345,9 @@ units:
8704
9345
  - type: informative
8705
9346
  authority: ucum
8706
9347
  uri: ucum:unit:si:code:lm
9348
+ - type: informative
9349
+ authority: qudt
9350
+ uri: http://qudt.org/vocab/unit/LM
8707
9351
  scale_reference:
8708
9352
  type: unitsml
8709
9353
  id: continuous_ratio
@@ -8803,6 +9447,10 @@ units:
8803
9447
  id: NISTq15
8804
9448
  - type: nist
8805
9449
  id: NISTq16
9450
+ references:
9451
+ - type: informative
9452
+ authority: qudt
9453
+ uri: http://qudt.org/vocab/unit/IN_H2O
8806
9454
  scale_reference:
8807
9455
  type: unitsml
8808
9456
  id: continuous_ratio
@@ -8894,6 +9542,10 @@ units:
8894
9542
  id: NISTq15
8895
9543
  - type: nist
8896
9544
  id: NISTq16
9545
+ references:
9546
+ - type: informative
9547
+ authority: qudt
9548
+ uri: http://qudt.org/vocab/unit/FT_H2O
8897
9549
  scale_reference:
8898
9550
  type: unitsml
8899
9551
  id: continuous_ratio
@@ -8952,6 +9604,10 @@ units:
8952
9604
  id: NISTq15
8953
9605
  - type: nist
8954
9606
  id: NISTq16
9607
+ references:
9608
+ - type: informative
9609
+ authority: qudt
9610
+ uri: http://qudt.org/vocab/unit/IN_HG_32DEG_F
8955
9611
  scale_reference:
8956
9612
  type: unitsml
8957
9613
  id: continuous_ratio
@@ -8992,6 +9648,10 @@ units:
8992
9648
  id: NISTq15
8993
9649
  - type: nist
8994
9650
  id: NISTq16
9651
+ references:
9652
+ - type: informative
9653
+ authority: qudt
9654
+ uri: http://qudt.org/vocab/unit/IN_HG_60DEG_F
8995
9655
  scale_reference:
8996
9656
  type: unitsml
8997
9657
  id: continuous_ratio
@@ -9036,6 +9696,10 @@ units:
9036
9696
  id: NISTq15
9037
9697
  - type: nist
9038
9698
  id: NISTq16
9699
+ references:
9700
+ - type: informative
9701
+ authority: qudt
9702
+ uri: http://qudt.org/vocab/unit/IN_HG
9039
9703
  scale_reference:
9040
9704
  type: unitsml
9041
9705
  id: continuous_ratio
@@ -9083,6 +9747,9 @@ units:
9083
9747
  - type: informative
9084
9748
  authority: ucum
9085
9749
  uri: ucum:unit:si:code:lx
9750
+ - type: informative
9751
+ authority: qudt
9752
+ uri: http://qudt.org/vocab/unit/LUX
9086
9753
  scale_reference:
9087
9754
  type: unitsml
9088
9755
  id: continuous_ratio
@@ -9124,6 +9791,10 @@ units:
9124
9791
  id: NISTq15
9125
9792
  - type: nist
9126
9793
  id: NISTq16
9794
+ references:
9795
+ - type: informative
9796
+ authority: qudt
9797
+ uri: http://qudt.org/vocab/unit/FT_HG
9127
9798
  scale_reference:
9128
9799
  type: unitsml
9129
9800
  id: continuous_ratio
@@ -9172,6 +9843,10 @@ units:
9172
9843
  id: NISTq19
9173
9844
  - type: nist
9174
9845
  id: NISTq77
9846
+ references:
9847
+ - type: informative
9848
+ authority: qudt
9849
+ uri: http://qudt.org/vocab/unit/THM_US
9175
9850
  scale_reference:
9176
9851
  type: unitsml
9177
9852
  id: continuous_ratio
@@ -9202,6 +9877,9 @@ units:
9202
9877
  - type: informative
9203
9878
  authority: ucum
9204
9879
  uri: ucum:unit:chemical:code:[pH]
9880
+ - type: informative
9881
+ authority: qudt
9882
+ uri: http://qudt.org/vocab/unit/PH
9205
9883
  scale_reference:
9206
9884
  type: unitsml
9207
9885
  id: logarithmic_ratio
@@ -9262,6 +9940,10 @@ units:
9262
9940
  quantity_references:
9263
9941
  - type: nist
9264
9942
  id: NISTq19
9943
+ references:
9944
+ - type: informative
9945
+ authority: qudt
9946
+ uri: http://qudt.org/vocab/unit/BTU_MEAN
9265
9947
  scale_reference:
9266
9948
  type: unitsml
9267
9949
  id: continuous_ratio
@@ -9374,6 +10056,9 @@ units:
9374
10056
  - type: informative
9375
10057
  authority: ucum
9376
10058
  uri: ucum:unit:iso1000:code:a_t
10059
+ - type: informative
10060
+ authority: qudt
10061
+ uri: http://qudt.org/vocab/unit/YR_TROPICAL
9377
10062
  scale_reference:
9378
10063
  type: unitsml
9379
10064
  id: continuous_ratio
@@ -9408,6 +10093,9 @@ units:
9408
10093
  - type: informative
9409
10094
  authority: ucum
9410
10095
  uri: ucum:unit:iso1000:code:a
10096
+ - type: informative
10097
+ authority: qudt
10098
+ uri: http://qudt.org/vocab/unit/YR_Sidereal
9411
10099
  scale_reference:
9412
10100
  type: unitsml
9413
10101
  id: continuous_ratio
@@ -9442,6 +10130,9 @@ units:
9442
10130
  - type: informative
9443
10131
  authority: ucum
9444
10132
  uri: ucum:unit:iso1000:code:d
10133
+ - type: informative
10134
+ authority: qudt
10135
+ uri: http://qudt.org/vocab/unit/DAY_Sidereal
9445
10136
  scale_reference:
9446
10137
  type: unitsml
9447
10138
  id: continuous_ratio
@@ -9476,6 +10167,9 @@ units:
9476
10167
  - type: informative
9477
10168
  authority: ucum
9478
10169
  uri: ucum:unit:iso1000:code:h
10170
+ - type: informative
10171
+ authority: qudt
10172
+ uri: http://qudt.org/vocab/unit/HR_Sidereal
9479
10173
  scale_reference:
9480
10174
  type: unitsml
9481
10175
  id: continuous_ratio
@@ -9510,6 +10204,9 @@ units:
9510
10204
  - type: informative
9511
10205
  authority: ucum
9512
10206
  uri: ucum:unit:iso1000:code:'
10207
+ - type: informative
10208
+ authority: qudt
10209
+ uri: http://qudt.org/vocab/unit/MIN_Sidereal
9513
10210
  scale_reference:
9514
10211
  type: unitsml
9515
10212
  id: continuous_ratio
@@ -9541,6 +10238,9 @@ units:
9541
10238
  - type: nist
9542
10239
  id: NISTq3
9543
10240
  references:
10241
+ - type: informative
10242
+ authority: qudt
10243
+ uri: http://qudt.org/vocab/unit/S
9544
10244
  - type: informative
9545
10245
  authority: ucum
9546
10246
  uri: ucum:base-unit:code:s
@@ -9570,6 +10270,10 @@ units:
9570
10270
  quantity_references:
9571
10271
  - type: nist
9572
10272
  id: NISTq1
10273
+ references:
10274
+ - type: informative
10275
+ authority: qudt
10276
+ uri: http://qudt.org/vocab/unit/PT_BIG
9573
10277
  scale_reference:
9574
10278
  type: unitsml
9575
10279
  id: continuous_ratio
@@ -9596,6 +10300,10 @@ units:
9596
10300
  quantity_references:
9597
10301
  - type: nist
9598
10302
  id: NISTq3
10303
+ references:
10304
+ - type: informative
10305
+ authority: qudt
10306
+ uri: http://qudt.org/vocab/unit/SH
9599
10307
  scale_reference:
9600
10308
  type: unitsml
9601
10309
  id: continuous_ratio
@@ -9626,6 +10334,9 @@ units:
9626
10334
  - type: informative
9627
10335
  authority: ucum
9628
10336
  uri: ucum:unit:heat:code:[den]
10337
+ - type: informative
10338
+ authority: qudt
10339
+ uri: http://qudt.org/vocab/unit/DENIER
9629
10340
  scale_reference:
9630
10341
  type: unitsml
9631
10342
  id: continuous_ratio
@@ -9660,6 +10371,9 @@ units:
9660
10371
  - type: informative
9661
10372
  authority: ucum
9662
10373
  uri: ucum:unit:intcust:code:[mil_i]
10374
+ - type: informative
10375
+ authority: qudt
10376
+ uri: http://qudt.org/vocab/unit/MilLength
9663
10377
  scale_reference:
9664
10378
  type: unitsml
9665
10379
  id: continuous_ratio
@@ -9688,6 +10402,10 @@ units:
9688
10402
  quantity_references:
9689
10403
  - type: nist
9690
10404
  id: NISTq6
10405
+ references:
10406
+ - type: informative
10407
+ authority: qudt
10408
+ uri: http://qudt.org/vocab/unit/MOL_LB
9691
10409
  scale_reference:
9692
10410
  type: unitsml
9693
10411
  id: continuous_ratio
@@ -9718,6 +10436,10 @@ units:
9718
10436
  quantity_references:
9719
10437
  - type: nist
9720
10438
  id: NISTq20
10439
+ references:
10440
+ - type: informative
10441
+ authority: qudt
10442
+ uri: http://qudt.org/vocab/unit/TON_FG
9721
10443
  scale_reference:
9722
10444
  type: unitsml
9723
10445
  id: continuous_ratio
@@ -9748,6 +10470,9 @@ units:
9748
10470
  - type: informative
9749
10471
  authority: ucum
9750
10472
  uri: ucum:unit:infotech:code:bit_s
10473
+ - type: informative
10474
+ authority: qudt
10475
+ uri: http://qudt.org/vocab/unit/BIT
9751
10476
  scale_reference:
9752
10477
  type: unitsml
9753
10478
  id: discrete
@@ -9778,6 +10503,9 @@ units:
9778
10503
  - type: informative
9779
10504
  authority: ucum
9780
10505
  uri: ucum:unit:infotech:code:By
10506
+ - type: informative
10507
+ authority: qudt
10508
+ uri: http://qudt.org/vocab/unit/BYTE
9781
10509
  scale_reference:
9782
10510
  type: unitsml
9783
10511
  id: discrete
@@ -9838,6 +10566,9 @@ units:
9838
10566
  - type: informative
9839
10567
  authority: ucum
9840
10568
  uri: ucum:unit:us-volumes:code:[min_us]
10569
+ - type: informative
10570
+ authority: qudt
10571
+ uri: http://qudt.org/vocab/unit/MIN
9841
10572
  scale_reference:
9842
10573
  type: unitsml
9843
10574
  id: continuous_ratio
@@ -9870,6 +10601,9 @@ units:
9870
10601
  - type: informative
9871
10602
  authority: ucum
9872
10603
  uri: ucum:unit:us-volumes:code:[cup_us]
10604
+ - type: informative
10605
+ authority: qudt
10606
+ uri: http://qudt.org/vocab/unit/CUP_US
9873
10607
  scale_reference:
9874
10608
  type: unitsml
9875
10609
  id: continuous_ratio
@@ -9936,6 +10670,9 @@ units:
9936
10670
  - type: informative
9937
10671
  authority: ucum
9938
10672
  uri: ucum:unit:us-volumes:code:[gil_us]
10673
+ - type: informative
10674
+ authority: qudt
10675
+ uri: http://qudt.org/vocab/unit/GI_US
9939
10676
  scale_reference:
9940
10677
  type: unitsml
9941
10678
  id: continuous_ratio
@@ -9996,6 +10733,10 @@ units:
9996
10733
  quantity_references:
9997
10734
  - type: nist
9998
10735
  id: NISTq151
10736
+ references:
10737
+ - type: informative
10738
+ authority: qudt
10739
+ uri: http://qudt.org/vocab/unit/FT3-PER-MIN
9999
10740
  scale_reference:
10000
10741
  type: unitsml
10001
10742
  id: continuous_ratio
@@ -10032,6 +10773,10 @@ units:
10032
10773
  quantity_references:
10033
10774
  - type: nist
10034
10775
  id: NISTq151
10776
+ references:
10777
+ - type: informative
10778
+ authority: qudt
10779
+ uri: http://qudt.org/vocab/unit/FT3-PER-SEC
10035
10780
  scale_reference:
10036
10781
  type: unitsml
10037
10782
  id: continuous_ratio
@@ -10077,6 +10822,9 @@ units:
10077
10822
  - type: informative
10078
10823
  authority: ucum
10079
10824
  uri: ucum:unit:iso1000:code:'
10825
+ - type: informative
10826
+ authority: qudt
10827
+ uri: http://qudt.org/vocab/unit/MIN
10080
10828
  scale_reference:
10081
10829
  type: unitsml
10082
10830
  id: continuous_ratio
@@ -10115,6 +10863,10 @@ units:
10115
10863
  quantity_references:
10116
10864
  - type: nist
10117
10865
  id: NISTq151
10866
+ references:
10867
+ - type: informative
10868
+ authority: qudt
10869
+ uri: http://qudt.org/vocab/unit/IN3-PER-MIN
10118
10870
  scale_reference:
10119
10871
  type: unitsml
10120
10872
  id: continuous_ratio
@@ -10152,6 +10904,10 @@ units:
10152
10904
  quantity_references:
10153
10905
  - type: nist
10154
10906
  id: NISTq1
10907
+ references:
10908
+ - type: informative
10909
+ authority: qudt
10910
+ uri: http://qudt.org/vocab/unit/MicroIN
10155
10911
  scale_reference:
10156
10912
  type: unitsml
10157
10913
  id: continuous_ratio
@@ -10189,6 +10945,10 @@ units:
10189
10945
  id: NISTq15
10190
10946
  - type: nist
10191
10947
  id: NISTq16
10948
+ references:
10949
+ - type: informative
10950
+ authority: qudt
10951
+ uri: http://qudt.org/vocab/unit/MilliBAR
10192
10952
  scale_reference:
10193
10953
  type: unitsml
10194
10954
  id: continuous_ratio
@@ -10310,6 +11070,10 @@ units:
10310
11070
  quantity_references:
10311
11071
  - type: nist
10312
11072
  id: NISTq10
11073
+ references:
11074
+ - type: informative
11075
+ authority: qudt
11076
+ uri: http://qudt.org/vocab/unit/MilliL
10313
11077
  scale_reference:
10314
11078
  type: unitsml
10315
11079
  id: continuous_ratio
@@ -10350,6 +11114,10 @@ units:
10350
11114
  quantity_references:
10351
11115
  - type: nist
10352
11116
  id: NISTq55
11117
+ references:
11118
+ - type: informative
11119
+ authority: qudt
11120
+ uri: http://qudt.org/vocab/unit/MOL-PER-L
10353
11121
  scale_reference:
10354
11122
  type: unitsml
10355
11123
  id: continuous_ratio
@@ -10400,6 +11168,9 @@ units:
10400
11168
  - type: informative
10401
11169
  authority: ucum
10402
11170
  uri: ucum:unit:iso1000:code:h
11171
+ - type: informative
11172
+ authority: qudt
11173
+ uri: http://qudt.org/vocab/unit/HR
10403
11174
  scale_reference:
10404
11175
  type: unitsml
10405
11176
  id: continuous_ratio
@@ -10539,6 +11310,9 @@ units:
10539
11310
  - type: informative
10540
11311
  authority: ucum
10541
11312
  uri: ucum:unit:iso1000:code:d
11313
+ - type: informative
11314
+ authority: qudt
11315
+ uri: http://qudt.org/vocab/unit/DAY
10542
11316
  scale_reference:
10543
11317
  type: unitsml
10544
11318
  id: continuous_ratio
@@ -10645,6 +11419,10 @@ units:
10645
11419
  quantity_references:
10646
11420
  - type: nist
10647
11421
  id: NISTq199
11422
+ references:
11423
+ - type: informative
11424
+ authority: qudt
11425
+ uri: http://qudt.org/vocab/unit/PERCENT_RH
10648
11426
  scale_reference:
10649
11427
  type: unitsml
10650
11428
  id: continuous_ratio
@@ -10703,6 +11481,10 @@ units:
10703
11481
  quantity_references:
10704
11482
  - type: nist
10705
11483
  id: NISTq200
11484
+ references:
11485
+ - type: informative
11486
+ authority: qudt
11487
+ uri: http://qudt.org/vocab/unit/DECADE
10706
11488
  scale_reference:
10707
11489
  type: unitsml
10708
11490
  id: continuous_ratio
@@ -10729,6 +11511,10 @@ units:
10729
11511
  quantity_references:
10730
11512
  - type: nist
10731
11513
  id: NISTq201
11514
+ references:
11515
+ - type: informative
11516
+ authority: qudt
11517
+ uri: http://qudt.org/vocab/unit/ERLANG
10732
11518
  scale_reference:
10733
11519
  type: unitsml
10734
11520
  id: continuous_ratio
@@ -10759,6 +11545,9 @@ units:
10759
11545
  - type: informative
10760
11546
  authority: ucum
10761
11547
  uri: ucum:unit:infotech:code:Bd
11548
+ - type: informative
11549
+ authority: qudt
11550
+ uri: http://qudt.org/vocab/unit/BAUD
10762
11551
  scale_reference:
10763
11552
  type: unitsml
10764
11553
  id: discrete
@@ -10785,6 +11574,10 @@ units:
10785
11574
  quantity_references:
10786
11575
  - type: nist
10787
11576
  id: NISTq203
11577
+ references:
11578
+ - type: informative
11579
+ authority: qudt
11580
+ uri: http://qudt.org/vocab/unit/SHANNON
10788
11581
  scale_reference:
10789
11582
  type: unitsml
10790
11583
  id: discrete
@@ -10811,6 +11604,10 @@ units:
10811
11604
  quantity_references:
10812
11605
  - type: nist
10813
11606
  id: NISTq203
11607
+ references:
11608
+ - type: informative
11609
+ authority: qudt
11610
+ uri: http://qudt.org/vocab/unit/HART
10814
11611
  scale_reference:
10815
11612
  type: unitsml
10816
11613
  id: discrete
@@ -10843,6 +11640,9 @@ units:
10843
11640
  - type: informative
10844
11641
  authority: ucum
10845
11642
  uri: ucum:unit:misc:code:Ao
11643
+ - type: informative
11644
+ authority: qudt
11645
+ uri: http://qudt.org/vocab/unit/ANGSTROM
10846
11646
  scale_reference:
10847
11647
  type: unitsml
10848
11648
  id: continuous_ratio
@@ -10915,6 +11715,9 @@ units:
10915
11715
  - type: informative
10916
11716
  authority: ucum
10917
11717
  uri: ucum:unit:si:code:A
11718
+ - type: informative
11719
+ authority: qudt
11720
+ uri: http://qudt.org/vocab/unit/A
10918
11721
  scale_reference:
10919
11722
  type: unitsml
10920
11723
  id: continuous_ratio
@@ -11015,6 +11818,9 @@ units:
11015
11818
  - type: informative
11016
11819
  authority: ucum
11017
11820
  uri: ucum:unit:dimless:code:[ppm]
11821
+ - type: informative
11822
+ authority: qudt
11823
+ uri: http://qudt.org/vocab/unit/PPM
11018
11824
  scale_reference:
11019
11825
  type: unitsml
11020
11826
  id: continuous_ratio
@@ -11096,6 +11902,9 @@ units:
11096
11902
  - type: informative
11097
11903
  authority: ucum
11098
11904
  uri: ucum:unit:iso1000:code:ar
11905
+ - type: informative
11906
+ authority: qudt
11907
+ uri: http://qudt.org/vocab/unit/ARE
11099
11908
  scale_reference:
11100
11909
  type: unitsml
11101
11910
  id: continuous_ratio
@@ -11128,6 +11937,9 @@ units:
11128
11937
  - type: informative
11129
11938
  authority: ucum
11130
11939
  uri: ucum:unit:misc:code:b
11940
+ - type: informative
11941
+ authority: qudt
11942
+ uri: http://qudt.org/vocab/unit/BARN
11131
11943
  scale_reference:
11132
11944
  type: unitsml
11133
11945
  id: continuous_ratio
@@ -11160,6 +11972,9 @@ units:
11160
11972
  - type: normative
11161
11973
  authority: si-digital-framework
11162
11974
  uri: http://si-digital-framework.org/SI/units/hectare
11975
+ - type: informative
11976
+ authority: qudt
11977
+ uri: http://qudt.org/vocab/unit/HA
11163
11978
  scale_reference:
11164
11979
  type: unitsml
11165
11980
  id: continuous_ratio
@@ -11190,6 +12005,9 @@ units:
11190
12005
  - type: informative
11191
12006
  authority: ucum
11192
12007
  uri: ucum:unit:intcust:code:[sft_i]
12008
+ - type: informative
12009
+ authority: qudt
12010
+ uri: http://qudt.org/vocab/unit/FT2
11193
12011
  scale_reference:
11194
12012
  type: unitsml
11195
12013
  id: continuous_ratio
@@ -11225,6 +12043,9 @@ units:
11225
12043
  - type: informative
11226
12044
  authority: ucum
11227
12045
  uri: ucum:unit:intcust:code:[sin_i]
12046
+ - type: informative
12047
+ authority: qudt
12048
+ uri: http://qudt.org/vocab/unit/IN2
11228
12049
  scale_reference:
11229
12050
  type: unitsml
11230
12051
  id: continuous_ratio
@@ -11258,6 +12079,10 @@ units:
11258
12079
  quantity_references:
11259
12080
  - type: nist
11260
12081
  id: NISTq4
12082
+ references:
12083
+ - type: informative
12084
+ authority: qudt
12085
+ uri: http://qudt.org/vocab/unit/A_Ab
11261
12086
  scale_reference:
11262
12087
  type: unitsml
11263
12088
  id: continuous_ratio
@@ -11286,6 +12111,10 @@ units:
11286
12111
  id: NISTq22
11287
12112
  - type: nist
11288
12113
  id: NISTq23
12114
+ references:
12115
+ - type: informative
12116
+ authority: qudt
12117
+ uri: http://qudt.org/vocab/unit/C_Ab
11289
12118
  scale_reference:
11290
12119
  type: unitsml
11291
12120
  id: continuous_ratio
@@ -11314,6 +12143,10 @@ units:
11314
12143
  quantity_references:
11315
12144
  - type: nist
11316
12145
  id: NISTq27
12146
+ references:
12147
+ - type: informative
12148
+ authority: qudt
12149
+ uri: http://qudt.org/vocab/unit/FARAD_Ab
11317
12150
  scale_reference:
11318
12151
  type: unitsml
11319
12152
  id: continuous_ratio
@@ -11353,6 +12186,9 @@ units:
11353
12186
  - type: informative
11354
12187
  authority: ucum
11355
12188
  uri: ucum:base-unit:code:K
12189
+ - type: informative
12190
+ authority: qudt
12191
+ uri: http://qudt.org/vocab/unit/K
11356
12192
  scale_reference:
11357
12193
  type: unitsml
11358
12194
  id: continuous_ratio
@@ -11387,6 +12223,10 @@ units:
11387
12223
  quantity_references:
11388
12224
  - type: nist
11389
12225
  id: NISTq32
12226
+ references:
12227
+ - type: informative
12228
+ authority: qudt
12229
+ uri: http://qudt.org/vocab/unit/H_Ab
11390
12230
  scale_reference:
11391
12231
  type: unitsml
11392
12232
  id: continuous_ratio
@@ -11441,6 +12281,10 @@ units:
11441
12281
  quantity_references:
11442
12282
  - type: nist
11443
12283
  id: NISTq28
12284
+ references:
12285
+ - type: informative
12286
+ authority: qudt
12287
+ uri: http://qudt.org/vocab/unit/OHM_Ab
11444
12288
  scale_reference:
11445
12289
  type: unitsml
11446
12290
  id: continuous_ratio
@@ -11473,6 +12317,10 @@ units:
11473
12317
  id: NISTq25
11474
12318
  - type: nist
11475
12319
  id: NISTq26
12320
+ references:
12321
+ - type: informative
12322
+ authority: qudt
12323
+ uri: http://qudt.org/vocab/unit/V_Ab
11476
12324
  scale_reference:
11477
12325
  type: unitsml
11478
12326
  id: continuous_ratio
@@ -11501,6 +12349,10 @@ units:
11501
12349
  id: NISTq22
11502
12350
  - type: nist
11503
12351
  id: NISTq23
12352
+ references:
12353
+ - type: informative
12354
+ authority: qudt
12355
+ uri: http://qudt.org/vocab/unit/A-HR
11504
12356
  scale_reference:
11505
12357
  type: unitsml
11506
12358
  id: continuous_ratio
@@ -11540,6 +12392,9 @@ units:
11540
12392
  - type: informative
11541
12393
  authority: ucum
11542
12394
  uri: ucum:unit:cgs:code:Bi
12395
+ - type: informative
12396
+ authority: qudt
12397
+ uri: http://qudt.org/vocab/unit/BIOT
11543
12398
  scale_reference:
11544
12399
  type: unitsml
11545
12400
  id: continuous_ratio
@@ -11573,6 +12428,10 @@ units:
11573
12428
  quantity_references:
11574
12429
  - type: nist
11575
12430
  id: NISTq10
12431
+ references:
12432
+ - type: informative
12433
+ authority: qudt
12434
+ uri: http://qudt.org/vocab/unit/AC-FT
11576
12435
  scale_reference:
11577
12436
  type: unitsml
11578
12437
  id: continuous_ratio
@@ -11612,6 +12471,9 @@ units:
11612
12471
  - type: informative
11613
12472
  authority: ucum
11614
12473
  uri: ucum:unit:cgs:code:Mx
12474
+ - type: informative
12475
+ authority: qudt
12476
+ uri: http://qudt.org/vocab/unit/MX
11615
12477
  scale_reference:
11616
12478
  type: unitsml
11617
12479
  id: continuous_ratio
@@ -11682,6 +12544,9 @@ units:
11682
12544
  - type: informative
11683
12545
  authority: ucum
11684
12546
  uri: ucum:unit:si:code:mol
12547
+ - type: informative
12548
+ authority: qudt
12549
+ uri: http://qudt.org/vocab/unit/MOL
11685
12550
  scale_reference:
11686
12551
  type: unitsml
11687
12552
  id: continuous_ratio
@@ -11743,6 +12608,10 @@ units:
11743
12608
  quantity_references:
11744
12609
  - type: nist
11745
12610
  id: NISTq179
12611
+ references:
12612
+ - type: informative
12613
+ authority: qudt
12614
+ uri: http://qudt.org/vocab/unit/MOL-PER-KiloGM
11746
12615
  scale_reference:
11747
12616
  type: unitsml
11748
12617
  id: continuous_ratio
@@ -11845,6 +12714,10 @@ units:
11845
12714
  id: NISTq93
11846
12715
  - type: nist
11847
12716
  id: NISTq94
12717
+ references:
12718
+ - type: informative
12719
+ authority: qudt
12720
+ uri: http://qudt.org/vocab/unit/ONE
11848
12721
  scale_reference:
11849
12722
  type: unitsml
11850
12723
  id: continuous_ratio
@@ -11885,6 +12758,9 @@ units:
11885
12758
  - type: informative
11886
12759
  authority: ucum
11887
12760
  uri: ucum:unit:cgs:code:erg
12761
+ - type: informative
12762
+ authority: qudt
12763
+ uri: http://qudt.org/vocab/unit/ERG
11888
12764
  scale_reference:
11889
12765
  type: unitsml
11890
12766
  id: continuous_ratio
@@ -11996,6 +12872,10 @@ units:
11996
12872
  id: NISTq19
11997
12873
  - type: nist
11998
12874
  id: NISTq77
12875
+ references:
12876
+ - type: informative
12877
+ authority: qudt
12878
+ uri: http://qudt.org/vocab/unit/KiloW-HR
11999
12879
  scale_reference:
12000
12880
  type: unitsml
12001
12881
  id: continuous_ratio
@@ -12044,6 +12924,10 @@ units:
12044
12924
  id: NISTq19
12045
12925
  - type: nist
12046
12926
  id: NISTq77
12927
+ references:
12928
+ - type: informative
12929
+ authority: qudt
12930
+ uri: http://qudt.org/vocab/unit/W-HR
12047
12931
  scale_reference:
12048
12932
  type: unitsml
12049
12933
  id: continuous_ratio
@@ -12088,6 +12972,9 @@ units:
12088
12972
  - type: informative
12089
12973
  authority: ucum
12090
12974
  uri: ucum:base-unit:code:cd
12975
+ - type: informative
12976
+ authority: qudt
12977
+ uri: http://qudt.org/vocab/unit/CD
12091
12978
  scale_reference:
12092
12979
  type: unitsml
12093
12980
  id: continuous_ratio
@@ -12153,6 +13040,9 @@ units:
12153
13040
  - type: informative
12154
13041
  authority: ucum
12155
13042
  uri: ucum:unit:cgs:code:dyn
13043
+ - type: informative
13044
+ authority: qudt
13045
+ uri: http://qudt.org/vocab/unit/DYN
12156
13046
  scale_reference:
12157
13047
  type: unitsml
12158
13048
  id: continuous_ratio
@@ -12180,6 +13070,10 @@ units:
12180
13070
  quantity_references:
12181
13071
  - type: nist
12182
13072
  id: NISTq13
13073
+ references:
13074
+ - type: informative
13075
+ authority: qudt
13076
+ uri: http://qudt.org/vocab/unit/KiloGM_F
12183
13077
  scale_reference:
12184
13078
  type: unitsml
12185
13079
  id: continuous_ratio
@@ -12214,6 +13108,10 @@ units:
12214
13108
  quantity_references:
12215
13109
  - type: nist
12216
13110
  id: NISTq13
13111
+ references:
13112
+ - type: informative
13113
+ authority: qudt
13114
+ uri: http://qudt.org/vocab/unit/KiloPOND
12217
13115
  scale_reference:
12218
13116
  type: unitsml
12219
13117
  id: continuous_ratio
@@ -12331,6 +13229,9 @@ units:
12331
13229
  - type: informative
12332
13230
  authority: ucum
12333
13231
  uri: ucum:unit:intcust:code:[ft_i]
13232
+ - type: informative
13233
+ authority: qudt
13234
+ uri: http://qudt.org/vocab/unit/FT
12334
13235
  scale_reference:
12335
13236
  type: unitsml
12336
13237
  id: continuous_ratio
@@ -12375,6 +13276,9 @@ units:
12375
13276
  - type: informative
12376
13277
  authority: ucum
12377
13278
  uri: ucum:unit:intcust:code:[in_i]
13279
+ - type: informative
13280
+ authority: qudt
13281
+ uri: http://qudt.org/vocab/unit/IN
12378
13282
  scale_reference:
12379
13283
  type: unitsml
12380
13284
  id: continuous_ratio
@@ -12419,6 +13323,9 @@ units:
12419
13323
  - type: informative
12420
13324
  authority: ucum
12421
13325
  uri: ucum:unit:intcust:code:[mi_i]
13326
+ - type: informative
13327
+ authority: qudt
13328
+ uri: http://qudt.org/vocab/unit/MI
12422
13329
  scale_reference:
12423
13330
  type: unitsml
12424
13331
  id: continuous_ratio
@@ -12451,6 +13358,9 @@ units:
12451
13358
  - type: informative
12452
13359
  authority: ucum
12453
13360
  uri: ucum:unit:intcust:code:[yd_i]
13361
+ - type: informative
13362
+ authority: qudt
13363
+ uri: http://qudt.org/vocab/unit/YD
12454
13364
  scale_reference:
12455
13365
  type: unitsml
12456
13366
  id: continuous_ratio
@@ -12481,6 +13391,9 @@ units:
12481
13391
  - type: informative
12482
13392
  authority: ucum
12483
13393
  uri: ucum:unit:cgs:code:ph
13394
+ - type: informative
13395
+ authority: qudt
13396
+ uri: http://qudt.org/vocab/unit/PHOT
12484
13397
  scale_reference:
12485
13398
  type: unitsml
12486
13399
  id: continuous_ratio
@@ -12517,6 +13430,9 @@ units:
12517
13430
  - type: informative
12518
13431
  authority: ucum
12519
13432
  uri: ucum:unit:avoirdupois:code:[gr]
13433
+ - type: informative
13434
+ authority: qudt
13435
+ uri: http://qudt.org/vocab/unit/GRAIN
12520
13436
  scale_reference:
12521
13437
  type: unitsml
12522
13438
  id: continuous_ratio
@@ -12556,6 +13472,9 @@ units:
12556
13472
  - type: informative
12557
13473
  authority: ucum
12558
13474
  uri: ucum:unit:iso1000:code:t
13475
+ - type: informative
13476
+ authority: qudt
13477
+ uri: http://qudt.org/vocab/unit/TON_Metric
12559
13478
  scale_reference:
12560
13479
  type: unitsml
12561
13480
  id: continuous_ratio
@@ -12584,6 +13503,10 @@ units:
12584
13503
  id: NISTq20
12585
13504
  - type: nist
12586
13505
  id: NISTq21
13506
+ references:
13507
+ - type: informative
13508
+ authority: qudt
13509
+ uri: http://qudt.org/vocab/unit/ERG-PER-SEC
12587
13510
  scale_reference:
12588
13511
  type: unitsml
12589
13512
  id: continuous_ratio
@@ -12630,6 +13553,9 @@ units:
12630
13553
  - type: informative
12631
13554
  authority: ucum
12632
13555
  uri: ucum:base-unit:code:rad
13556
+ - type: informative
13557
+ authority: qudt
13558
+ uri: http://qudt.org/vocab/unit/RAD
12633
13559
  scale_reference:
12634
13560
  type: unitsml
12635
13561
  id: continuous_ratio
@@ -12665,6 +13591,10 @@ units:
12665
13591
  quantity_references:
12666
13592
  - type: nist
12667
13593
  id: NISTq115
13594
+ references:
13595
+ - type: informative
13596
+ authority: qudt
13597
+ uri: http://qudt.org/vocab/unit/RAD-PER-M
12668
13598
  scale_reference:
12669
13599
  type: unitsml
12670
13600
  id: continuous_ratio
@@ -12702,6 +13632,10 @@ units:
12702
13632
  id: NISTq113
12703
13633
  - type: nist
12704
13634
  id: NISTq57
13635
+ references:
13636
+ - type: informative
13637
+ authority: qudt
13638
+ uri: http://qudt.org/vocab/unit/RAD-PER-SEC
12705
13639
  scale_reference:
12706
13640
  type: unitsml
12707
13641
  id: continuous_ratio
@@ -12737,6 +13671,10 @@ units:
12737
13671
  quantity_references:
12738
13672
  - type: nist
12739
13673
  id: NISTq58
13674
+ references:
13675
+ - type: informative
13676
+ authority: qudt
13677
+ uri: http://qudt.org/vocab/unit/RAD-PER-SEC2
12740
13678
  scale_reference:
12741
13679
  type: unitsml
12742
13680
  id: continuous_ratio
@@ -12778,6 +13716,9 @@ units:
12778
13716
  - type: informative
12779
13717
  authority: ucum
12780
13718
  uri: ucum:unit:iso1000:code:bar
13719
+ - type: informative
13720
+ authority: qudt
13721
+ uri: http://qudt.org/vocab/unit/BAR
12781
13722
  scale_reference:
12782
13723
  type: unitsml
12783
13724
  id: continuous_ratio
@@ -13012,6 +13953,10 @@ units:
13012
13953
  quantity_references:
13013
13954
  - type: nist
13014
13955
  id: NISTq59
13956
+ references:
13957
+ - type: informative
13958
+ authority: qudt
13959
+ uri: http://qudt.org/vocab/unit/CentiPOISE
13015
13960
  scale_reference:
13016
13961
  type: unitsml
13017
13962
  id: continuous_ratio
@@ -13050,6 +13995,9 @@ units:
13050
13995
  - type: informative
13051
13996
  authority: ucum
13052
13997
  uri: ucum:unit:cgs:code:Ci
13998
+ - type: informative
13999
+ authority: qudt
14000
+ uri: http://qudt.org/vocab/unit/CI
13053
14001
  scale_reference:
13054
14002
  type: unitsml
13055
14003
  id: continuous_ratio
@@ -13082,6 +14030,9 @@ units:
13082
14030
  - type: informative
13083
14031
  authority: ucum
13084
14032
  uri: ucum:base-unit:code:rad
14033
+ - type: informative
14034
+ authority: qudt
14035
+ uri: http://qudt.org/vocab/unit/RAD_R
13085
14036
  scale_reference:
13086
14037
  type: unitsml
13087
14038
  id: continuous_ratio