nmdc-schema 11.11.1__py3-none-any.whl → 11.12.0rc1__py3-none-any.whl
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.
- nmdc_schema/nmdc-pydantic.py +601 -224
- nmdc_schema/nmdc.py +133 -39
- nmdc_schema/nmdc.schema.json +37 -14
- nmdc_schema/nmdc_materialized_patterns.json +1090 -57
- nmdc_schema/nmdc_materialized_patterns.schema.json +37 -14
- nmdc_schema/nmdc_materialized_patterns.yaml +845 -52
- {nmdc_schema-11.11.1.dist-info → nmdc_schema-11.12.0rc1.dist-info}/METADATA +1 -1
- {nmdc_schema-11.11.1.dist-info → nmdc_schema-11.12.0rc1.dist-info}/RECORD +11 -11
- {nmdc_schema-11.11.1.dist-info → nmdc_schema-11.12.0rc1.dist-info}/WHEEL +1 -1
- {nmdc_schema-11.11.1.dist-info → nmdc_schema-11.12.0rc1.dist-info}/entry_points.txt +9 -0
- {nmdc_schema-11.11.1.dist-info → nmdc_schema-11.12.0rc1.dist-info}/licenses/LICENSE +0 -0
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"not importing any MIxS terms where the relationship between the name (SCN) and the id isn't 1:1"
|
|
7
7
|
],
|
|
8
8
|
"id": "https://w3id.org/nmdc/nmdc",
|
|
9
|
-
"version": "11.
|
|
9
|
+
"version": "11.12.0rc1",
|
|
10
10
|
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
|
|
11
11
|
"prefixes": {
|
|
12
12
|
"BFO": {
|
|
@@ -1574,16 +1574,23 @@
|
|
|
1574
1574
|
"J/K": {
|
|
1575
1575
|
"text": "J/K",
|
|
1576
1576
|
"description": "The Unified Code for Units of Measure (UCUM) representation of joule per kelvin.",
|
|
1577
|
+
"title": "J/degree Celsius",
|
|
1578
|
+
"comments": [
|
|
1579
|
+
"UCUM-compliant unit for energy per temperature. J/Cel deprecated due to non-ratio temperature unit."
|
|
1580
|
+
],
|
|
1577
1581
|
"aliases": [
|
|
1578
1582
|
"joule per kelvin",
|
|
1579
1583
|
"joules per kelvin",
|
|
1580
1584
|
"J/Kelvin",
|
|
1581
|
-
"J/
|
|
1585
|
+
"J/Celvin",
|
|
1586
|
+
"J/Cel",
|
|
1587
|
+
"J/C"
|
|
1582
1588
|
]
|
|
1583
1589
|
},
|
|
1584
1590
|
"Cel": {
|
|
1585
1591
|
"text": "Cel",
|
|
1586
1592
|
"description": "The Unified Code for Units of Measure (UCUM) representation of degrees Celsius; a SI unit of temperature equal to one unit Kelvin.",
|
|
1593
|
+
"title": "degrees Celsius",
|
|
1587
1594
|
"aliases": [
|
|
1588
1595
|
"Celsius",
|
|
1589
1596
|
"C",
|
|
@@ -1602,6 +1609,14 @@
|
|
|
1602
1609
|
"text": "cm",
|
|
1603
1610
|
"description": "The Unified Code for Units of Measure (UCUM) representation of centimeter."
|
|
1604
1611
|
},
|
|
1612
|
+
"cP": {
|
|
1613
|
+
"text": "cP",
|
|
1614
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of centipoise.",
|
|
1615
|
+
"aliases": [
|
|
1616
|
+
"centipoise",
|
|
1617
|
+
"centiPoise"
|
|
1618
|
+
]
|
|
1619
|
+
},
|
|
1605
1620
|
"d": {
|
|
1606
1621
|
"text": "d",
|
|
1607
1622
|
"description": "The Unified Code for Units of Measure (UCUM) representation of day.",
|
|
@@ -1686,8 +1701,9 @@
|
|
|
1686
1701
|
"[ppm]": {
|
|
1687
1702
|
"text": "[ppm]",
|
|
1688
1703
|
"description": "The Unified Code for Units of Measure (UCUM) representation of parts per million.",
|
|
1689
|
-
"
|
|
1690
|
-
"
|
|
1704
|
+
"see_also": [
|
|
1705
|
+
"https://terminology.hl7.org/5.1.0/ValueSet-v3-UnitsOfMeasureCaseSensitive.html",
|
|
1706
|
+
"https://ucum.org/ucum"
|
|
1691
1707
|
],
|
|
1692
1708
|
"aliases": [
|
|
1693
1709
|
"ppm",
|
|
@@ -1711,6 +1727,7 @@
|
|
|
1711
1727
|
"a": {
|
|
1712
1728
|
"text": "a",
|
|
1713
1729
|
"description": "The Unified Code for Units of Measure (UCUM) representation of year.",
|
|
1730
|
+
"title": "years",
|
|
1714
1731
|
"aliases": [
|
|
1715
1732
|
"years"
|
|
1716
1733
|
]
|
|
@@ -1765,10 +1782,12 @@
|
|
|
1765
1782
|
"umol/m2/s": {
|
|
1766
1783
|
"text": "umol/m2/s",
|
|
1767
1784
|
"description": "The Unified Code for Units of Measure (UCUM) representation of micromoles per square meter per second.",
|
|
1785
|
+
"title": "micromoles per square meter per second",
|
|
1768
1786
|
"aliases": [
|
|
1769
1787
|
"μmol/m2/s",
|
|
1770
1788
|
"micromol/m2/s",
|
|
1771
|
-
"u[E]/m2/s"
|
|
1789
|
+
"u[E]/m2/s",
|
|
1790
|
+
"micro Einsteins"
|
|
1772
1791
|
]
|
|
1773
1792
|
},
|
|
1774
1793
|
"mg/m3": {
|
|
@@ -1799,10 +1818,6 @@
|
|
|
1799
1818
|
"text": "mV",
|
|
1800
1819
|
"description": "The Unified Code for Units of Measure (UCUM) representation of millivolt."
|
|
1801
1820
|
},
|
|
1802
|
-
"PSU": {
|
|
1803
|
-
"text": "PSU",
|
|
1804
|
-
"description": "The Unified Code for Units of Measure (UCUM) representation of practical salinity unit."
|
|
1805
|
-
},
|
|
1806
1821
|
"L": {
|
|
1807
1822
|
"text": "L",
|
|
1808
1823
|
"description": "The Unified Code for Units of Measure (UCUM) representation of liter."
|
|
@@ -1815,13 +1830,21 @@
|
|
|
1815
1830
|
"µm"
|
|
1816
1831
|
]
|
|
1817
1832
|
},
|
|
1818
|
-
"y": {
|
|
1819
|
-
"text": "y",
|
|
1820
|
-
"description": "The Unified Code for Units of Measure (UCUM) representation of year."
|
|
1821
|
-
},
|
|
1822
1833
|
"1": {
|
|
1823
1834
|
"text": "1",
|
|
1824
|
-
"description": "The Unified Code for Units of Measure (UCUM) representation of dimensionless quantity."
|
|
1835
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of dimensionless quantity.",
|
|
1836
|
+
"title": "ratio/unitless",
|
|
1837
|
+
"comments": [
|
|
1838
|
+
"Used for ratios, counts, and dimensionless measurements (e.g., number of people, pets, plants)."
|
|
1839
|
+
],
|
|
1840
|
+
"aliases": [
|
|
1841
|
+
"ratio",
|
|
1842
|
+
"unitless",
|
|
1843
|
+
"dimensionless",
|
|
1844
|
+
"people",
|
|
1845
|
+
"pets",
|
|
1846
|
+
"plants"
|
|
1847
|
+
]
|
|
1825
1848
|
},
|
|
1826
1849
|
"uL/kg": {
|
|
1827
1850
|
"text": "uL/kg",
|
|
@@ -1831,9 +1854,13 @@
|
|
|
1831
1854
|
"text": "kg",
|
|
1832
1855
|
"description": "The Unified Code for Units of Measure (UCUM) representation of kilogram."
|
|
1833
1856
|
},
|
|
1834
|
-
"
|
|
1835
|
-
"text": "
|
|
1836
|
-
"description": "The Unified Code for Units of Measure (UCUM) representation of parts per thousand."
|
|
1857
|
+
"[ppth]": {
|
|
1858
|
+
"text": "[ppth]",
|
|
1859
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of parts per thousand.",
|
|
1860
|
+
"aliases": [
|
|
1861
|
+
"ppt",
|
|
1862
|
+
"parts per thousand"
|
|
1863
|
+
]
|
|
1837
1864
|
},
|
|
1838
1865
|
"g/g": {
|
|
1839
1866
|
"text": "g/g",
|
|
@@ -1845,6 +1872,7 @@
|
|
|
1845
1872
|
"lx": {
|
|
1846
1873
|
"text": "lx",
|
|
1847
1874
|
"description": "The Unified Code for Units of Measure (UCUM) representation of lux.",
|
|
1875
|
+
"title": "lux",
|
|
1848
1876
|
"aliases": [
|
|
1849
1877
|
"lx"
|
|
1850
1878
|
]
|
|
@@ -2148,6 +2176,14 @@
|
|
|
2148
2176
|
"hertz"
|
|
2149
2177
|
]
|
|
2150
2178
|
},
|
|
2179
|
+
"1/d": {
|
|
2180
|
+
"text": "1/d",
|
|
2181
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of per day (frequency).",
|
|
2182
|
+
"aliases": [
|
|
2183
|
+
"per day",
|
|
2184
|
+
"daily frequency"
|
|
2185
|
+
]
|
|
2186
|
+
},
|
|
2151
2187
|
"kHz": {
|
|
2152
2188
|
"text": "kHz",
|
|
2153
2189
|
"description": "The Unified Code for Units of Measure (UCUM) representation of kilohertz.",
|
|
@@ -2235,48 +2271,14 @@
|
|
|
2235
2271
|
"kilowatts"
|
|
2236
2272
|
]
|
|
2237
2273
|
},
|
|
2238
|
-
"API": {
|
|
2239
|
-
"text": "API",
|
|
2240
|
-
"description": "The Unified Code for Units of Measure (UCUM) representation of API units."
|
|
2241
|
-
},
|
|
2242
2274
|
"mbar": {
|
|
2243
2275
|
"text": "mbar",
|
|
2244
2276
|
"description": "The Unified Code for Units of Measure (UCUM) representation of millibar."
|
|
2245
2277
|
},
|
|
2246
|
-
"ratio": {
|
|
2247
|
-
"text": "ratio",
|
|
2248
|
-
"description": "The Unified Code for Units of Measure (UCUM) representation of ratio (dimensionless).",
|
|
2249
|
-
"aliases": [
|
|
2250
|
-
"{ratio}"
|
|
2251
|
-
]
|
|
2252
|
-
},
|
|
2253
|
-
"J/Cel": {
|
|
2254
|
-
"text": "J/Cel",
|
|
2255
|
-
"description": "The Unified Code for Units of Measure (UCUM) representation of joules per Celsius."
|
|
2256
|
-
},
|
|
2257
|
-
"uE/m2/s": {
|
|
2258
|
-
"text": "uE/m2/s",
|
|
2259
|
-
"description": "The Unified Code for Units of Measure (UCUM) representation of microeinsteins per square meter per second.",
|
|
2260
|
-
"aliases": [
|
|
2261
|
-
"[arb'U]{micro_Einstein}/m2/s"
|
|
2262
|
-
]
|
|
2263
|
-
},
|
|
2264
2278
|
"kW/m2": {
|
|
2265
2279
|
"text": "kW/m2",
|
|
2266
2280
|
"description": "The Unified Code for Units of Measure (UCUM) representation of kilowatts per square meter."
|
|
2267
2281
|
},
|
|
2268
|
-
"people": {
|
|
2269
|
-
"text": "people",
|
|
2270
|
-
"description": "The Unified Code for Units of Measure (UCUM) representation of people count."
|
|
2271
|
-
},
|
|
2272
|
-
"pets": {
|
|
2273
|
-
"text": "pets",
|
|
2274
|
-
"description": "The Unified Code for Units of Measure (UCUM) representation of pet count."
|
|
2275
|
-
},
|
|
2276
|
-
"plants": {
|
|
2277
|
-
"text": "plants",
|
|
2278
|
-
"description": "The Unified Code for Units of Measure (UCUM) representation of plant count."
|
|
2279
|
-
},
|
|
2280
2282
|
"umol/s/m2": {
|
|
2281
2283
|
"text": "umol/s/m2",
|
|
2282
2284
|
"description": "The Unified Code for Units of Measure (UCUM) representation of micromoles per second per square meter.",
|
|
@@ -2292,20 +2294,32 @@
|
|
|
2292
2294
|
"text": "L/h",
|
|
2293
2295
|
"description": "The Unified Code for Units of Measure (UCUM) representation of liters per hour."
|
|
2294
2296
|
},
|
|
2295
|
-
"pH": {
|
|
2296
|
-
"text": "pH",
|
|
2297
|
+
"[pH]": {
|
|
2298
|
+
"text": "[pH]",
|
|
2297
2299
|
"description": "The Unified Code for Units of Measure (UCUM) representation of pH units.",
|
|
2298
2300
|
"aliases": [
|
|
2299
|
-
"
|
|
2301
|
+
"pH"
|
|
2300
2302
|
]
|
|
2301
2303
|
},
|
|
2302
2304
|
"kW/m2/d": {
|
|
2303
2305
|
"text": "kW/m2/d",
|
|
2304
2306
|
"description": "The Unified Code for Units of Measure (UCUM) representation of kilowatts per square meter per day."
|
|
2305
2307
|
},
|
|
2306
|
-
"NTU": {
|
|
2307
|
-
"text": "NTU",
|
|
2308
|
-
"description": "The Unified Code for Units of Measure (UCUM) representation of Nephelometric Turbidity Units."
|
|
2308
|
+
"[NTU]": {
|
|
2309
|
+
"text": "[NTU]",
|
|
2310
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of Nephelometric Turbidity Units.",
|
|
2311
|
+
"title": "Nephelometric Turbidity Units",
|
|
2312
|
+
"aliases": [
|
|
2313
|
+
"NTU"
|
|
2314
|
+
]
|
|
2315
|
+
},
|
|
2316
|
+
"[FNU]": {
|
|
2317
|
+
"text": "[FNU]",
|
|
2318
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of Formazin Nephelometric Units.",
|
|
2319
|
+
"title": "Formazin Nephelometric Units",
|
|
2320
|
+
"aliases": [
|
|
2321
|
+
"FNU"
|
|
2322
|
+
]
|
|
2309
2323
|
},
|
|
2310
2324
|
"m3/min": {
|
|
2311
2325
|
"text": "m3/min",
|
|
@@ -2314,6 +2328,233 @@
|
|
|
2314
2328
|
"km/h": {
|
|
2315
2329
|
"text": "km/h",
|
|
2316
2330
|
"description": "The Unified Code for Units of Measure (UCUM) representation of kilometers per hour."
|
|
2331
|
+
},
|
|
2332
|
+
"[lb_av]": {
|
|
2333
|
+
"text": "[lb_av]",
|
|
2334
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of pound (avoirdupois).",
|
|
2335
|
+
"title": "pounds (avoirdupois)",
|
|
2336
|
+
"aliases": [
|
|
2337
|
+
"pound",
|
|
2338
|
+
"lb"
|
|
2339
|
+
]
|
|
2340
|
+
},
|
|
2341
|
+
"kg/kg": {
|
|
2342
|
+
"text": "kg/kg",
|
|
2343
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of kilogram per kilogram.",
|
|
2344
|
+
"aliases": [
|
|
2345
|
+
"kilogram per kilogram"
|
|
2346
|
+
]
|
|
2347
|
+
},
|
|
2348
|
+
"ug/m3": {
|
|
2349
|
+
"text": "ug/m3",
|
|
2350
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of micrograms per cubic meter.",
|
|
2351
|
+
"aliases": [
|
|
2352
|
+
"μg/m3",
|
|
2353
|
+
"micrograms per cubic meter"
|
|
2354
|
+
]
|
|
2355
|
+
},
|
|
2356
|
+
"meq/L": {
|
|
2357
|
+
"text": "meq/L",
|
|
2358
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of milliequivalents per liter.",
|
|
2359
|
+
"aliases": [
|
|
2360
|
+
"milliequivalents per liter"
|
|
2361
|
+
]
|
|
2362
|
+
},
|
|
2363
|
+
"lm/m2": {
|
|
2364
|
+
"text": "lm/m2",
|
|
2365
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of lumens per square meter.",
|
|
2366
|
+
"aliases": [
|
|
2367
|
+
"lumens per square meter"
|
|
2368
|
+
]
|
|
2369
|
+
},
|
|
2370
|
+
"mg": {
|
|
2371
|
+
"text": "mg",
|
|
2372
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of milligram.",
|
|
2373
|
+
"aliases": [
|
|
2374
|
+
"milligram",
|
|
2375
|
+
"milligrams"
|
|
2376
|
+
]
|
|
2377
|
+
},
|
|
2378
|
+
"umol/L/h": {
|
|
2379
|
+
"text": "umol/L/h",
|
|
2380
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of micromoles per liter per hour.",
|
|
2381
|
+
"comments": [
|
|
2382
|
+
"For example, micromoles of oxygen created by photosynthesis per liter of water per hour."
|
|
2383
|
+
],
|
|
2384
|
+
"aliases": [
|
|
2385
|
+
"micromoles per liter per hour"
|
|
2386
|
+
]
|
|
2387
|
+
},
|
|
2388
|
+
"g/cm3": {
|
|
2389
|
+
"text": "g/cm3",
|
|
2390
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of grams per cubic centimeter.",
|
|
2391
|
+
"aliases": [
|
|
2392
|
+
"grams per cubic centimeter"
|
|
2393
|
+
]
|
|
2394
|
+
},
|
|
2395
|
+
"g/L": {
|
|
2396
|
+
"text": "g/L",
|
|
2397
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of grams per liter.",
|
|
2398
|
+
"aliases": [
|
|
2399
|
+
"grams per liter"
|
|
2400
|
+
]
|
|
2401
|
+
},
|
|
2402
|
+
"wk": {
|
|
2403
|
+
"text": "wk",
|
|
2404
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of week.",
|
|
2405
|
+
"aliases": [
|
|
2406
|
+
"week",
|
|
2407
|
+
"weeks"
|
|
2408
|
+
]
|
|
2409
|
+
},
|
|
2410
|
+
"[g]": {
|
|
2411
|
+
"text": "[g]",
|
|
2412
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of standard gravity.",
|
|
2413
|
+
"title": "standard gravity",
|
|
2414
|
+
"aliases": [
|
|
2415
|
+
"standard gravity",
|
|
2416
|
+
"g-force"
|
|
2417
|
+
]
|
|
2418
|
+
},
|
|
2419
|
+
"m/s2": {
|
|
2420
|
+
"text": "m/s2",
|
|
2421
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of meters per second squared.",
|
|
2422
|
+
"aliases": [
|
|
2423
|
+
"meters per second squared"
|
|
2424
|
+
]
|
|
2425
|
+
},
|
|
2426
|
+
"mol/g": {
|
|
2427
|
+
"text": "mol/g",
|
|
2428
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of moles per gram.",
|
|
2429
|
+
"aliases": [
|
|
2430
|
+
"moles per gram"
|
|
2431
|
+
]
|
|
2432
|
+
},
|
|
2433
|
+
"g/m2/d": {
|
|
2434
|
+
"text": "g/m2/d",
|
|
2435
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of grams per square meter per day.",
|
|
2436
|
+
"aliases": [
|
|
2437
|
+
"grams per square meter per day"
|
|
2438
|
+
]
|
|
2439
|
+
},
|
|
2440
|
+
"Gy": {
|
|
2441
|
+
"text": "Gy",
|
|
2442
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of gray (absorbed dose).",
|
|
2443
|
+
"aliases": [
|
|
2444
|
+
"gray"
|
|
2445
|
+
]
|
|
2446
|
+
},
|
|
2447
|
+
"RAD": {
|
|
2448
|
+
"text": "RAD",
|
|
2449
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of rad (radiation absorbed dose).",
|
|
2450
|
+
"title": "rad (radiation absorbed dose)",
|
|
2451
|
+
"aliases": [
|
|
2452
|
+
"radiation absorbed dose"
|
|
2453
|
+
]
|
|
2454
|
+
},
|
|
2455
|
+
"[sft_i]": {
|
|
2456
|
+
"text": "[sft_i]",
|
|
2457
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of square feet.",
|
|
2458
|
+
"title": "square feet",
|
|
2459
|
+
"aliases": [
|
|
2460
|
+
"square feet",
|
|
2461
|
+
"sq ft"
|
|
2462
|
+
]
|
|
2463
|
+
},
|
|
2464
|
+
"[cft_i]": {
|
|
2465
|
+
"text": "[cft_i]",
|
|
2466
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of cubic feet.",
|
|
2467
|
+
"title": "cubic feet",
|
|
2468
|
+
"aliases": [
|
|
2469
|
+
"cubic feet",
|
|
2470
|
+
"cu ft"
|
|
2471
|
+
]
|
|
2472
|
+
},
|
|
2473
|
+
"m3": {
|
|
2474
|
+
"text": "m3",
|
|
2475
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of cubic meter.",
|
|
2476
|
+
"aliases": [
|
|
2477
|
+
"cubic meter",
|
|
2478
|
+
"cubic meters"
|
|
2479
|
+
]
|
|
2480
|
+
},
|
|
2481
|
+
"ug": {
|
|
2482
|
+
"text": "ug",
|
|
2483
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of microgram.",
|
|
2484
|
+
"aliases": [
|
|
2485
|
+
"μg",
|
|
2486
|
+
"microgram",
|
|
2487
|
+
"micrograms"
|
|
2488
|
+
]
|
|
2489
|
+
},
|
|
2490
|
+
"mm/a": {
|
|
2491
|
+
"text": "mm/a",
|
|
2492
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of millimeters per year.",
|
|
2493
|
+
"title": "millimeters per year",
|
|
2494
|
+
"aliases": [
|
|
2495
|
+
"millimeters per year"
|
|
2496
|
+
]
|
|
2497
|
+
},
|
|
2498
|
+
"cm2": {
|
|
2499
|
+
"text": "cm2",
|
|
2500
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of square centimeter.",
|
|
2501
|
+
"aliases": [
|
|
2502
|
+
"square centimeter",
|
|
2503
|
+
"square centimeters"
|
|
2504
|
+
]
|
|
2505
|
+
},
|
|
2506
|
+
"erg/cm2/s": {
|
|
2507
|
+
"text": "erg/cm2/s",
|
|
2508
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of ergs per square centimeter per second.",
|
|
2509
|
+
"aliases": [
|
|
2510
|
+
"ergs per square centimeter per second"
|
|
2511
|
+
]
|
|
2512
|
+
},
|
|
2513
|
+
"g/m2": {
|
|
2514
|
+
"text": "g/m2",
|
|
2515
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of grams per square meter.",
|
|
2516
|
+
"aliases": [
|
|
2517
|
+
"grams per square meter"
|
|
2518
|
+
]
|
|
2519
|
+
},
|
|
2520
|
+
"L/s": {
|
|
2521
|
+
"text": "L/s",
|
|
2522
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of liters per second.",
|
|
2523
|
+
"aliases": [
|
|
2524
|
+
"liters per second"
|
|
2525
|
+
]
|
|
2526
|
+
},
|
|
2527
|
+
"cm3/cm3": {
|
|
2528
|
+
"text": "cm3/cm3",
|
|
2529
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of cubic centimeters per cubic centimeter.",
|
|
2530
|
+
"aliases": [
|
|
2531
|
+
"cubic centimeters per cubic centimeter"
|
|
2532
|
+
]
|
|
2533
|
+
},
|
|
2534
|
+
"[kn_i]": {
|
|
2535
|
+
"text": "[kn_i]",
|
|
2536
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of knot (nautical miles per hour).",
|
|
2537
|
+
"title": "knots",
|
|
2538
|
+
"aliases": [
|
|
2539
|
+
"knot",
|
|
2540
|
+
"knots"
|
|
2541
|
+
]
|
|
2542
|
+
},
|
|
2543
|
+
"m3/s": {
|
|
2544
|
+
"text": "m3/s",
|
|
2545
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of cubic meters per second.",
|
|
2546
|
+
"aliases": [
|
|
2547
|
+
"cubic meters per second"
|
|
2548
|
+
]
|
|
2549
|
+
},
|
|
2550
|
+
"[in_i]": {
|
|
2551
|
+
"text": "[in_i]",
|
|
2552
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of inch.",
|
|
2553
|
+
"title": "inches",
|
|
2554
|
+
"aliases": [
|
|
2555
|
+
"inch",
|
|
2556
|
+
"inches"
|
|
2557
|
+
]
|
|
2317
2558
|
}
|
|
2318
2559
|
}
|
|
2319
2560
|
},
|
|
@@ -7419,6 +7660,12 @@
|
|
|
7419
7660
|
"slots": {
|
|
7420
7661
|
"biomaterial_purity": {
|
|
7421
7662
|
"name": "biomaterial_purity",
|
|
7663
|
+
"annotations": {
|
|
7664
|
+
"units_alignment_excuse": {
|
|
7665
|
+
"tag": "units_alignment_excuse",
|
|
7666
|
+
"value": "pending_analysis"
|
|
7667
|
+
}
|
|
7668
|
+
},
|
|
7422
7669
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
7423
7670
|
"range": "QuantityValue"
|
|
7424
7671
|
},
|
|
@@ -7672,6 +7919,12 @@
|
|
|
7672
7919
|
},
|
|
7673
7920
|
"input_mass": {
|
|
7674
7921
|
"name": "input_mass",
|
|
7922
|
+
"annotations": {
|
|
7923
|
+
"storage_units": {
|
|
7924
|
+
"tag": "storage_units",
|
|
7925
|
+
"value": "g"
|
|
7926
|
+
}
|
|
7927
|
+
},
|
|
7675
7928
|
"description": "Total mass of sample used in activity.",
|
|
7676
7929
|
"title": "sample mass used",
|
|
7677
7930
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -7913,6 +8166,12 @@
|
|
|
7913
8166
|
},
|
|
7914
8167
|
"container_size": {
|
|
7915
8168
|
"name": "container_size",
|
|
8169
|
+
"annotations": {
|
|
8170
|
+
"units_alignment_excuse": {
|
|
8171
|
+
"tag": "units_alignment_excuse",
|
|
8172
|
+
"value": "pending_analysis"
|
|
8173
|
+
}
|
|
8174
|
+
},
|
|
7916
8175
|
"description": "The volume of the container an analyte is stored in or an activity takes place in",
|
|
7917
8176
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
7918
8177
|
"contributors": [
|
|
@@ -7932,6 +8191,12 @@
|
|
|
7932
8191
|
},
|
|
7933
8192
|
"filter_pore_size": {
|
|
7934
8193
|
"name": "filter_pore_size",
|
|
8194
|
+
"annotations": {
|
|
8195
|
+
"units_alignment_excuse": {
|
|
8196
|
+
"tag": "units_alignment_excuse",
|
|
8197
|
+
"value": "pending_analysis"
|
|
8198
|
+
}
|
|
8199
|
+
},
|
|
7935
8200
|
"description": "A quantitative or qualitative measurement of the physical dimensions of the pores in a material.",
|
|
7936
8201
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
7937
8202
|
"range": "QuantityValue"
|
|
@@ -7964,6 +8229,12 @@
|
|
|
7964
8229
|
},
|
|
7965
8230
|
"value": {
|
|
7966
8231
|
"name": "value",
|
|
8232
|
+
"annotations": {
|
|
8233
|
+
"units_alignment_excuse": {
|
|
8234
|
+
"tag": "units_alignment_excuse",
|
|
8235
|
+
"value": "pending_analysis"
|
|
8236
|
+
}
|
|
8237
|
+
},
|
|
7967
8238
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
7968
8239
|
"range": "QuantityValue"
|
|
7969
8240
|
},
|
|
@@ -7998,6 +8269,12 @@
|
|
|
7998
8269
|
},
|
|
7999
8270
|
"input_volume": {
|
|
8000
8271
|
"name": "input_volume",
|
|
8272
|
+
"annotations": {
|
|
8273
|
+
"units_alignment_excuse": {
|
|
8274
|
+
"tag": "units_alignment_excuse",
|
|
8275
|
+
"value": "pending_analysis"
|
|
8276
|
+
}
|
|
8277
|
+
},
|
|
8001
8278
|
"description": "The volume of the input sample.",
|
|
8002
8279
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
8003
8280
|
"range": "QuantityValue"
|
|
@@ -8038,6 +8315,12 @@
|
|
|
8038
8315
|
},
|
|
8039
8316
|
"substances_volume": {
|
|
8040
8317
|
"name": "substances_volume",
|
|
8318
|
+
"annotations": {
|
|
8319
|
+
"units_alignment_excuse": {
|
|
8320
|
+
"tag": "units_alignment_excuse",
|
|
8321
|
+
"value": "pending_analysis"
|
|
8322
|
+
}
|
|
8323
|
+
},
|
|
8041
8324
|
"description": "The volume of the combined substances that was included in a ChemicalConversionProcess.",
|
|
8042
8325
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
8043
8326
|
"range": "QuantityValue"
|
|
@@ -8063,6 +8346,12 @@
|
|
|
8063
8346
|
},
|
|
8064
8347
|
"bulk_elect_conductivity": {
|
|
8065
8348
|
"name": "bulk_elect_conductivity",
|
|
8349
|
+
"annotations": {
|
|
8350
|
+
"units_alignment_excuse": {
|
|
8351
|
+
"tag": "units_alignment_excuse",
|
|
8352
|
+
"value": "pending_analysis"
|
|
8353
|
+
}
|
|
8354
|
+
},
|
|
8066
8355
|
"description": "Electrical conductivity is a measure of the ability to carry electric current, which is mostly dictated by the chemistry of and amount of water.",
|
|
8067
8356
|
"title": "bulk electrical conductivity",
|
|
8068
8357
|
"comments": [
|
|
@@ -8079,6 +8368,12 @@
|
|
|
8079
8368
|
},
|
|
8080
8369
|
"subsurface_depth": {
|
|
8081
8370
|
"name": "subsurface_depth",
|
|
8371
|
+
"annotations": {
|
|
8372
|
+
"storage_units": {
|
|
8373
|
+
"tag": "storage_units",
|
|
8374
|
+
"value": "m"
|
|
8375
|
+
}
|
|
8376
|
+
},
|
|
8082
8377
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
8083
8378
|
"range": "QuantityValue"
|
|
8084
8379
|
},
|
|
@@ -8108,6 +8403,10 @@
|
|
|
8108
8403
|
"occurrence": {
|
|
8109
8404
|
"tag": "occurrence",
|
|
8110
8405
|
"value": "1"
|
|
8406
|
+
},
|
|
8407
|
+
"storage_units": {
|
|
8408
|
+
"tag": "storage_units",
|
|
8409
|
+
"value": "[ppm]|mg/kg|mg/L"
|
|
8111
8410
|
}
|
|
8112
8411
|
},
|
|
8113
8412
|
"description": "Concentration of zinc in the sample",
|
|
@@ -8137,6 +8436,10 @@
|
|
|
8137
8436
|
"occurrence": {
|
|
8138
8437
|
"tag": "occurrence",
|
|
8139
8438
|
"value": "1"
|
|
8439
|
+
},
|
|
8440
|
+
"storage_units": {
|
|
8441
|
+
"tag": "storage_units",
|
|
8442
|
+
"value": "[ppm]|mg/kg|mg/L"
|
|
8140
8443
|
}
|
|
8141
8444
|
},
|
|
8142
8445
|
"description": "Concentration of manganese in the sample",
|
|
@@ -8166,6 +8469,10 @@
|
|
|
8166
8469
|
"occurrence": {
|
|
8167
8470
|
"tag": "occurrence",
|
|
8168
8471
|
"value": "1"
|
|
8472
|
+
},
|
|
8473
|
+
"storage_units": {
|
|
8474
|
+
"tag": "storage_units",
|
|
8475
|
+
"value": "[ppm]|mg/kg|mg/L"
|
|
8169
8476
|
}
|
|
8170
8477
|
},
|
|
8171
8478
|
"description": "Concentration of ammonium nitrogen in the sample",
|
|
@@ -8198,6 +8505,10 @@
|
|
|
8198
8505
|
"occurrence": {
|
|
8199
8506
|
"tag": "occurrence",
|
|
8200
8507
|
"value": "1"
|
|
8508
|
+
},
|
|
8509
|
+
"storage_units": {
|
|
8510
|
+
"tag": "storage_units",
|
|
8511
|
+
"value": "[ppm]|mg/kg|mg/L"
|
|
8201
8512
|
}
|
|
8202
8513
|
},
|
|
8203
8514
|
"description": "Concentration of nitrate nitrogen in the sample",
|
|
@@ -8233,6 +8544,10 @@
|
|
|
8233
8544
|
"occurrence": {
|
|
8234
8545
|
"tag": "occurrence",
|
|
8235
8546
|
"value": "1"
|
|
8547
|
+
},
|
|
8548
|
+
"storage_units": {
|
|
8549
|
+
"tag": "storage_units",
|
|
8550
|
+
"value": "[ppm]|mg/kg|mg/L"
|
|
8236
8551
|
}
|
|
8237
8552
|
},
|
|
8238
8553
|
"description": "Concentration of nitrite nitrogen in the sample",
|
|
@@ -8265,6 +8580,10 @@
|
|
|
8265
8580
|
"occurrence": {
|
|
8266
8581
|
"tag": "occurrence",
|
|
8267
8582
|
"value": "1"
|
|
8583
|
+
},
|
|
8584
|
+
"storage_units": {
|
|
8585
|
+
"tag": "storage_units",
|
|
8586
|
+
"value": "[ppm]"
|
|
8268
8587
|
}
|
|
8269
8588
|
},
|
|
8270
8589
|
"description": "lime buffer capacity, determined after 30 minute incubation",
|
|
@@ -8302,6 +8621,10 @@
|
|
|
8302
8621
|
"occurrence": {
|
|
8303
8622
|
"tag": "occurrence",
|
|
8304
8623
|
"value": "1"
|
|
8624
|
+
},
|
|
8625
|
+
"storage_units": {
|
|
8626
|
+
"tag": "storage_units",
|
|
8627
|
+
"value": "[ppm]"
|
|
8305
8628
|
}
|
|
8306
8629
|
},
|
|
8307
8630
|
"description": "lime buffer capacity, determined at equilibrium after 5 day incubation",
|
|
@@ -8363,6 +8686,12 @@
|
|
|
8363
8686
|
},
|
|
8364
8687
|
"mass": {
|
|
8365
8688
|
"name": "mass",
|
|
8689
|
+
"annotations": {
|
|
8690
|
+
"storage_units": {
|
|
8691
|
+
"tag": "storage_units",
|
|
8692
|
+
"value": "g"
|
|
8693
|
+
}
|
|
8694
|
+
},
|
|
8366
8695
|
"description": "A physical quality that inheres in a bearer by virtue of the proportion of the bearer's amount of matter.",
|
|
8367
8696
|
"title": "mass",
|
|
8368
8697
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -8387,24 +8716,48 @@
|
|
|
8387
8716
|
},
|
|
8388
8717
|
"concentration": {
|
|
8389
8718
|
"name": "concentration",
|
|
8719
|
+
"annotations": {
|
|
8720
|
+
"units_alignment_excuse": {
|
|
8721
|
+
"tag": "units_alignment_excuse",
|
|
8722
|
+
"value": "pending_analysis"
|
|
8723
|
+
}
|
|
8724
|
+
},
|
|
8390
8725
|
"description": "The concentration of a substance used in a process",
|
|
8391
8726
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
8392
8727
|
"range": "QuantityValue"
|
|
8393
8728
|
},
|
|
8394
8729
|
"source_concentration": {
|
|
8395
8730
|
"name": "source_concentration",
|
|
8731
|
+
"annotations": {
|
|
8732
|
+
"storage_units": {
|
|
8733
|
+
"tag": "storage_units",
|
|
8734
|
+
"value": "%|mmol/L"
|
|
8735
|
+
}
|
|
8736
|
+
},
|
|
8396
8737
|
"description": "When solutions A (containing substance X) and B are combined together, this slot captures the concentration of X in solution A",
|
|
8397
8738
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
8398
8739
|
"is_a": "concentration"
|
|
8399
8740
|
},
|
|
8400
8741
|
"final_concentration": {
|
|
8401
8742
|
"name": "final_concentration",
|
|
8743
|
+
"annotations": {
|
|
8744
|
+
"storage_units": {
|
|
8745
|
+
"tag": "storage_units",
|
|
8746
|
+
"value": "%|mmol/L|umol/L"
|
|
8747
|
+
}
|
|
8748
|
+
},
|
|
8402
8749
|
"description": "When solutions A (containing substance X) and B are combined together, this slot captures the concentration of X in the combination",
|
|
8403
8750
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
8404
8751
|
"is_a": "concentration"
|
|
8405
8752
|
},
|
|
8406
8753
|
"duration": {
|
|
8407
8754
|
"name": "duration",
|
|
8755
|
+
"annotations": {
|
|
8756
|
+
"storage_units": {
|
|
8757
|
+
"tag": "storage_units",
|
|
8758
|
+
"value": "h|min"
|
|
8759
|
+
}
|
|
8760
|
+
},
|
|
8408
8761
|
"description": "The elapsed time of an activity.",
|
|
8409
8762
|
"examples": [
|
|
8410
8763
|
{
|
|
@@ -8416,6 +8769,12 @@
|
|
|
8416
8769
|
},
|
|
8417
8770
|
"temperature": {
|
|
8418
8771
|
"name": "temperature",
|
|
8772
|
+
"annotations": {
|
|
8773
|
+
"storage_units": {
|
|
8774
|
+
"tag": "storage_units",
|
|
8775
|
+
"value": "Cel"
|
|
8776
|
+
}
|
|
8777
|
+
},
|
|
8419
8778
|
"description": "The value of a temperature measurement or temperature used in a process.",
|
|
8420
8779
|
"notes": [
|
|
8421
8780
|
"Not to be confused with the MIXS:0000113"
|
|
@@ -8657,6 +9016,12 @@
|
|
|
8657
9016
|
},
|
|
8658
9017
|
"volume": {
|
|
8659
9018
|
"name": "volume",
|
|
9019
|
+
"annotations": {
|
|
9020
|
+
"storage_units": {
|
|
9021
|
+
"tag": "storage_units",
|
|
9022
|
+
"value": "mL|uL"
|
|
9023
|
+
}
|
|
9024
|
+
},
|
|
8660
9025
|
"description": "The volume of a substance.",
|
|
8661
9026
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
8662
9027
|
"contributors": [
|
|
@@ -10071,6 +10436,10 @@
|
|
|
10071
10436
|
"occurrence": {
|
|
10072
10437
|
"tag": "occurrence",
|
|
10073
10438
|
"value": "1"
|
|
10439
|
+
},
|
|
10440
|
+
"storage_units": {
|
|
10441
|
+
"tag": "storage_units",
|
|
10442
|
+
"value": "[lb_av]|g/g|kg|kg/kg"
|
|
10074
10443
|
}
|
|
10075
10444
|
},
|
|
10076
10445
|
"description": "Actual mass of water vapor - mh20 - present in the air water vapor mixture",
|
|
@@ -10315,6 +10684,10 @@
|
|
|
10315
10684
|
"occurrence": {
|
|
10316
10685
|
"tag": "occurrence",
|
|
10317
10686
|
"value": "1"
|
|
10687
|
+
},
|
|
10688
|
+
"storage_units": {
|
|
10689
|
+
"tag": "storage_units",
|
|
10690
|
+
"value": "Cel"
|
|
10318
10691
|
}
|
|
10319
10692
|
},
|
|
10320
10693
|
"description": "Temperature of the air at the time of sampling",
|
|
@@ -10381,6 +10754,10 @@
|
|
|
10381
10754
|
"occurrence": {
|
|
10382
10755
|
"tag": "occurrence",
|
|
10383
10756
|
"value": "1"
|
|
10757
|
+
},
|
|
10758
|
+
"storage_units": {
|
|
10759
|
+
"tag": "storage_units",
|
|
10760
|
+
"value": "%"
|
|
10384
10761
|
}
|
|
10385
10762
|
},
|
|
10386
10763
|
"description": "Aluminum saturation (esp. For tropical soils)",
|
|
@@ -10442,6 +10819,10 @@
|
|
|
10442
10819
|
"occurrence": {
|
|
10443
10820
|
"tag": "occurrence",
|
|
10444
10821
|
"value": "1"
|
|
10822
|
+
},
|
|
10823
|
+
"storage_units": {
|
|
10824
|
+
"tag": "storage_units",
|
|
10825
|
+
"value": "meq/L|mg/L"
|
|
10445
10826
|
}
|
|
10446
10827
|
},
|
|
10447
10828
|
"description": "Alkalinity, the ability of a solution to neutralize acids to the equivalence point of carbonate or bicarbonate",
|
|
@@ -10503,6 +10884,10 @@
|
|
|
10503
10884
|
"occurrence": {
|
|
10504
10885
|
"tag": "occurrence",
|
|
10505
10886
|
"value": "1"
|
|
10887
|
+
},
|
|
10888
|
+
"storage_units": {
|
|
10889
|
+
"tag": "storage_units",
|
|
10890
|
+
"value": "mol/L"
|
|
10506
10891
|
}
|
|
10507
10892
|
},
|
|
10508
10893
|
"description": "Concentration of alkyl diethers",
|
|
@@ -10527,6 +10912,10 @@
|
|
|
10527
10912
|
"expected_value": {
|
|
10528
10913
|
"tag": "expected_value",
|
|
10529
10914
|
"value": "measurement value"
|
|
10915
|
+
},
|
|
10916
|
+
"storage_units": {
|
|
10917
|
+
"tag": "storage_units",
|
|
10918
|
+
"value": "m"
|
|
10530
10919
|
}
|
|
10531
10920
|
},
|
|
10532
10921
|
"description": "Altitude is a term used to identify heights of objects such as airplanes, space shuttles, rockets, atmospheric balloons and heights of places such as atmospheric layers and clouds. It is used to measure the height of an object which is above the earth's surface. In this context, the altitude measurement is the vertical distance between the earth's surface above sea level and the sampled position in the air",
|
|
@@ -10559,6 +10948,10 @@
|
|
|
10559
10948
|
"occurrence": {
|
|
10560
10949
|
"tag": "occurrence",
|
|
10561
10950
|
"value": "1"
|
|
10951
|
+
},
|
|
10952
|
+
"storage_units": {
|
|
10953
|
+
"tag": "storage_units",
|
|
10954
|
+
"value": "mol/L/h"
|
|
10562
10955
|
}
|
|
10563
10956
|
},
|
|
10564
10957
|
"description": "Measurement of aminopeptidase activity",
|
|
@@ -10591,6 +10984,10 @@
|
|
|
10591
10984
|
"occurrence": {
|
|
10592
10985
|
"tag": "occurrence",
|
|
10593
10986
|
"value": "1"
|
|
10987
|
+
},
|
|
10988
|
+
"storage_units": {
|
|
10989
|
+
"tag": "storage_units",
|
|
10990
|
+
"value": "[ppm]|mg/L|umol/L"
|
|
10594
10991
|
}
|
|
10595
10992
|
},
|
|
10596
10993
|
"description": "Concentration of ammonium in the sample",
|
|
@@ -10623,6 +11020,10 @@
|
|
|
10623
11020
|
"occurrence": {
|
|
10624
11021
|
"tag": "occurrence",
|
|
10625
11022
|
"value": "1"
|
|
11023
|
+
},
|
|
11024
|
+
"storage_units": {
|
|
11025
|
+
"tag": "storage_units",
|
|
11026
|
+
"value": "lm/m2|lx"
|
|
10626
11027
|
}
|
|
10627
11028
|
},
|
|
10628
11029
|
"description": "The unit of illuminance and luminous emittance, measuring luminous flux per unit area",
|
|
@@ -10684,6 +11085,10 @@
|
|
|
10684
11085
|
"occurrence": {
|
|
10685
11086
|
"tag": "occurrence",
|
|
10686
11087
|
"value": "1"
|
|
11088
|
+
},
|
|
11089
|
+
"storage_units": {
|
|
11090
|
+
"tag": "storage_units",
|
|
11091
|
+
"value": "mm"
|
|
10687
11092
|
}
|
|
10688
11093
|
},
|
|
10689
11094
|
"description": "The average of all annual precipitation values known, or an estimated equivalent value derived by such methods as regional indexes or Isohyetal maps.",
|
|
@@ -10716,6 +11121,10 @@
|
|
|
10716
11121
|
"occurrence": {
|
|
10717
11122
|
"tag": "occurrence",
|
|
10718
11123
|
"value": "1"
|
|
11124
|
+
},
|
|
11125
|
+
"storage_units": {
|
|
11126
|
+
"tag": "storage_units",
|
|
11127
|
+
"value": "Cel"
|
|
10719
11128
|
}
|
|
10720
11129
|
},
|
|
10721
11130
|
"description": "Mean annual temperature",
|
|
@@ -10782,6 +11191,10 @@
|
|
|
10782
11191
|
"occurrence": {
|
|
10783
11192
|
"tag": "occurrence",
|
|
10784
11193
|
"value": "1"
|
|
11194
|
+
},
|
|
11195
|
+
"units_alignment_excuse": {
|
|
11196
|
+
"tag": "units_alignment_excuse",
|
|
11197
|
+
"value": "non_ucum_unit"
|
|
10785
11198
|
}
|
|
10786
11199
|
},
|
|
10787
11200
|
"description": "API gravity is a measure of how heavy or light a petroleum liquid is compared to water (source: https://en.wikipedia.org/wiki/API_gravity) (e.g. 31.1° API)",
|
|
@@ -10938,6 +11351,10 @@
|
|
|
10938
11351
|
"occurrence": {
|
|
10939
11352
|
"tag": "occurrence",
|
|
10940
11353
|
"value": "1"
|
|
11354
|
+
},
|
|
11355
|
+
"storage_units": {
|
|
11356
|
+
"tag": "storage_units",
|
|
11357
|
+
"value": "Cel"
|
|
10941
11358
|
}
|
|
10942
11359
|
},
|
|
10943
11360
|
"description": "The average of dew point measures taken at the beginning of every hour over a 24 hour period on the sampling day",
|
|
@@ -10998,6 +11415,10 @@
|
|
|
10998
11415
|
"occurrence": {
|
|
10999
11416
|
"tag": "occurrence",
|
|
11000
11417
|
"value": "1"
|
|
11418
|
+
},
|
|
11419
|
+
"storage_units": {
|
|
11420
|
+
"tag": "storage_units",
|
|
11421
|
+
"value": "Cel"
|
|
11001
11422
|
}
|
|
11002
11423
|
},
|
|
11003
11424
|
"description": "The average of temperatures taken at the beginning of every hour over a 24 hour period on the sampling day",
|
|
@@ -11030,6 +11451,10 @@
|
|
|
11030
11451
|
"occurrence": {
|
|
11031
11452
|
"tag": "occurrence",
|
|
11032
11453
|
"value": "1"
|
|
11454
|
+
},
|
|
11455
|
+
"storage_units": {
|
|
11456
|
+
"tag": "storage_units",
|
|
11457
|
+
"value": "mg/m3/d"
|
|
11033
11458
|
}
|
|
11034
11459
|
},
|
|
11035
11460
|
"description": "Bacterial production in the water column measured by isotope uptake",
|
|
@@ -11062,6 +11487,10 @@
|
|
|
11062
11487
|
"occurrence": {
|
|
11063
11488
|
"tag": "occurrence",
|
|
11064
11489
|
"value": "1"
|
|
11490
|
+
},
|
|
11491
|
+
"storage_units": {
|
|
11492
|
+
"tag": "storage_units",
|
|
11493
|
+
"value": "mg/m3/d|umol/L/h"
|
|
11065
11494
|
}
|
|
11066
11495
|
},
|
|
11067
11496
|
"description": "Measurement of bacterial respiration in the water column",
|
|
@@ -11094,6 +11523,10 @@
|
|
|
11094
11523
|
"occurrence": {
|
|
11095
11524
|
"tag": "occurrence",
|
|
11096
11525
|
"value": "1"
|
|
11526
|
+
},
|
|
11527
|
+
"storage_units": {
|
|
11528
|
+
"tag": "storage_units",
|
|
11529
|
+
"value": "ng/h"
|
|
11097
11530
|
}
|
|
11098
11531
|
},
|
|
11099
11532
|
"description": "Measurement of bacterial carbon production",
|
|
@@ -11126,6 +11559,10 @@
|
|
|
11126
11559
|
"occurrence": {
|
|
11127
11560
|
"tag": "occurrence",
|
|
11128
11561
|
"value": "1"
|
|
11562
|
+
},
|
|
11563
|
+
"storage_units": {
|
|
11564
|
+
"tag": "storage_units",
|
|
11565
|
+
"value": "mbar"
|
|
11129
11566
|
}
|
|
11130
11567
|
},
|
|
11131
11568
|
"description": "Force per unit area exerted against a surface by the weight of air above that surface",
|
|
@@ -11243,6 +11680,10 @@
|
|
|
11243
11680
|
"occurrence": {
|
|
11244
11681
|
"tag": "occurrence",
|
|
11245
11682
|
"value": "1"
|
|
11683
|
+
},
|
|
11684
|
+
"storage_units": {
|
|
11685
|
+
"tag": "storage_units",
|
|
11686
|
+
"value": "[ppm]|mg/L"
|
|
11246
11687
|
}
|
|
11247
11688
|
},
|
|
11248
11689
|
"description": "Concentration of benzene in the sample",
|
|
@@ -11275,6 +11716,10 @@
|
|
|
11275
11716
|
"occurrence": {
|
|
11276
11717
|
"tag": "occurrence",
|
|
11277
11718
|
"value": "1"
|
|
11719
|
+
},
|
|
11720
|
+
"storage_units": {
|
|
11721
|
+
"tag": "storage_units",
|
|
11722
|
+
"value": "mg/L"
|
|
11278
11723
|
}
|
|
11279
11724
|
},
|
|
11280
11725
|
"description": "Amount of dissolved oxygen needed by aerobic biological organisms in a body of water to break down organic material present in a given water sample at certain temperature over a specific time period",
|
|
@@ -11484,6 +11929,10 @@
|
|
|
11484
11929
|
"occurrence": {
|
|
11485
11930
|
"tag": "occurrence",
|
|
11486
11931
|
"value": "1"
|
|
11932
|
+
},
|
|
11933
|
+
"storage_units": {
|
|
11934
|
+
"tag": "storage_units",
|
|
11935
|
+
"value": "ug/L|ug/g"
|
|
11487
11936
|
}
|
|
11488
11937
|
},
|
|
11489
11938
|
"description": "Concentration of bishomohopanol",
|
|
@@ -11516,6 +11965,10 @@
|
|
|
11516
11965
|
"occurrence": {
|
|
11517
11966
|
"tag": "occurrence",
|
|
11518
11967
|
"value": "1"
|
|
11968
|
+
},
|
|
11969
|
+
"storage_units": {
|
|
11970
|
+
"tag": "storage_units",
|
|
11971
|
+
"value": "mm[Hg]"
|
|
11519
11972
|
}
|
|
11520
11973
|
},
|
|
11521
11974
|
"description": "Resting diastolic blood pressure, measured as mm mercury",
|
|
@@ -11548,6 +12001,10 @@
|
|
|
11548
12001
|
"occurrence": {
|
|
11549
12002
|
"tag": "occurrence",
|
|
11550
12003
|
"value": "1"
|
|
12004
|
+
},
|
|
12005
|
+
"storage_units": {
|
|
12006
|
+
"tag": "storage_units",
|
|
12007
|
+
"value": "mm[Hg]"
|
|
11551
12008
|
}
|
|
11552
12009
|
},
|
|
11553
12010
|
"description": "Resting systolic blood pressure, measured as mm mercury",
|
|
@@ -11580,6 +12037,10 @@
|
|
|
11580
12037
|
"occurrence": {
|
|
11581
12038
|
"tag": "occurrence",
|
|
11582
12039
|
"value": "1"
|
|
12040
|
+
},
|
|
12041
|
+
"storage_units": {
|
|
12042
|
+
"tag": "storage_units",
|
|
12043
|
+
"value": "[ppm]"
|
|
11583
12044
|
}
|
|
11584
12045
|
},
|
|
11585
12046
|
"description": "Concentration of bromide",
|
|
@@ -11696,6 +12157,10 @@
|
|
|
11696
12157
|
"occurrence": {
|
|
11697
12158
|
"tag": "occurrence",
|
|
11698
12159
|
"value": "1"
|
|
12160
|
+
},
|
|
12161
|
+
"storage_units": {
|
|
12162
|
+
"tag": "storage_units",
|
|
12163
|
+
"value": "a"
|
|
11699
12164
|
}
|
|
11700
12165
|
},
|
|
11701
12166
|
"description": "The age of the built structure since construction",
|
|
@@ -11786,6 +12251,10 @@
|
|
|
11786
12251
|
"occurrence": {
|
|
11787
12252
|
"tag": "occurrence",
|
|
11788
12253
|
"value": "1"
|
|
12254
|
+
},
|
|
12255
|
+
"storage_units": {
|
|
12256
|
+
"tag": "storage_units",
|
|
12257
|
+
"value": "[ppm]|mg/L|umol/L|mg/kg"
|
|
11789
12258
|
}
|
|
11790
12259
|
},
|
|
11791
12260
|
"description": "Concentration of calcium in the sample",
|
|
@@ -11818,6 +12287,10 @@
|
|
|
11818
12287
|
"occurrence": {
|
|
11819
12288
|
"tag": "occurrence",
|
|
11820
12289
|
"value": "1"
|
|
12290
|
+
},
|
|
12291
|
+
"storage_units": {
|
|
12292
|
+
"tag": "storage_units",
|
|
12293
|
+
"value": "[ppm]|umol/L"
|
|
11821
12294
|
}
|
|
11822
12295
|
},
|
|
11823
12296
|
"description": "Carbon dioxide (gas) amount or concentration at the time of sampling",
|
|
@@ -11850,6 +12323,10 @@
|
|
|
11850
12323
|
"occurrence": {
|
|
11851
12324
|
"tag": "occurrence",
|
|
11852
12325
|
"value": "1"
|
|
12326
|
+
},
|
|
12327
|
+
"storage_units": {
|
|
12328
|
+
"tag": "storage_units",
|
|
12329
|
+
"value": "[ppm]|umol/L"
|
|
11853
12330
|
}
|
|
11854
12331
|
},
|
|
11855
12332
|
"description": "Carbon monoxide (gas) amount or concentration at the time of sampling",
|
|
@@ -11878,6 +12355,10 @@
|
|
|
11878
12355
|
"occurrence": {
|
|
11879
12356
|
"tag": "occurrence",
|
|
11880
12357
|
"value": "1"
|
|
12358
|
+
},
|
|
12359
|
+
"storage_units": {
|
|
12360
|
+
"tag": "storage_units",
|
|
12361
|
+
"value": "1"
|
|
11881
12362
|
}
|
|
11882
12363
|
},
|
|
11883
12364
|
"description": "Ratio of amount or concentrations of carbon to nitrogen",
|
|
@@ -11910,6 +12391,10 @@
|
|
|
11910
12391
|
"occurrence": {
|
|
11911
12392
|
"tag": "occurrence",
|
|
11912
12393
|
"value": "1"
|
|
12394
|
+
},
|
|
12395
|
+
"storage_units": {
|
|
12396
|
+
"tag": "storage_units",
|
|
12397
|
+
"value": "m2"
|
|
11913
12398
|
}
|
|
11914
12399
|
},
|
|
11915
12400
|
"description": "The area of the ceiling space within the room",
|
|
@@ -12055,6 +12540,10 @@
|
|
|
12055
12540
|
"occurrence": {
|
|
12056
12541
|
"tag": "occurrence",
|
|
12057
12542
|
"value": "1"
|
|
12543
|
+
},
|
|
12544
|
+
"storage_units": {
|
|
12545
|
+
"tag": "storage_units",
|
|
12546
|
+
"value": "J/K"
|
|
12058
12547
|
}
|
|
12059
12548
|
},
|
|
12060
12549
|
"description": "The ability of the ceiling to provide inertia against temperature fluctuations. Generally this means concrete that is exposed. A metal deck that supports a concrete slab will act thermally as long as it is exposed to room air flow",
|
|
@@ -12208,6 +12697,10 @@
|
|
|
12208
12697
|
"occurrence": {
|
|
12209
12698
|
"tag": "occurrence",
|
|
12210
12699
|
"value": "1"
|
|
12700
|
+
},
|
|
12701
|
+
"storage_units": {
|
|
12702
|
+
"tag": "storage_units",
|
|
12703
|
+
"value": "mg/L"
|
|
12211
12704
|
}
|
|
12212
12705
|
},
|
|
12213
12706
|
"description": "A measure of the capacity of water to consume oxygen during the decomposition of organic matter and the oxidation of inorganic chemicals such as ammonia and nitrite",
|
|
@@ -12327,6 +12820,10 @@
|
|
|
12327
12820
|
"occurrence": {
|
|
12328
12821
|
"tag": "occurrence",
|
|
12329
12822
|
"value": "1"
|
|
12823
|
+
},
|
|
12824
|
+
"storage_units": {
|
|
12825
|
+
"tag": "storage_units",
|
|
12826
|
+
"value": "[ppm]|mg/L"
|
|
12330
12827
|
}
|
|
12331
12828
|
},
|
|
12332
12829
|
"description": "Concentration of chloride in the sample",
|
|
@@ -12359,6 +12856,10 @@
|
|
|
12359
12856
|
"occurrence": {
|
|
12360
12857
|
"tag": "occurrence",
|
|
12361
12858
|
"value": "1"
|
|
12859
|
+
},
|
|
12860
|
+
"storage_units": {
|
|
12861
|
+
"tag": "storage_units",
|
|
12862
|
+
"value": "mg/m3|ug/L"
|
|
12362
12863
|
}
|
|
12363
12864
|
},
|
|
12364
12865
|
"description": "Concentration of chlorophyll",
|
|
@@ -12445,6 +12946,10 @@
|
|
|
12445
12946
|
"occurrence": {
|
|
12446
12947
|
"tag": "occurrence",
|
|
12447
12948
|
"value": "1"
|
|
12949
|
+
},
|
|
12950
|
+
"storage_units": {
|
|
12951
|
+
"tag": "storage_units",
|
|
12952
|
+
"value": "mS/cm|uS/cm"
|
|
12448
12953
|
}
|
|
12449
12954
|
},
|
|
12450
12955
|
"description": "Electrical conductivity of water",
|
|
@@ -12677,6 +13182,10 @@
|
|
|
12677
13182
|
"occurrence": {
|
|
12678
13183
|
"tag": "occurrence",
|
|
12679
13184
|
"value": "1"
|
|
13185
|
+
},
|
|
13186
|
+
"storage_units": {
|
|
13187
|
+
"tag": "storage_units",
|
|
13188
|
+
"value": "g/cm3|g/m3|kg/m3"
|
|
12680
13189
|
}
|
|
12681
13190
|
},
|
|
12682
13191
|
"description": "Density of the sample, which is its mass per unit volume (aka volumetric mass density)",
|
|
@@ -12729,6 +13238,10 @@
|
|
|
12729
13238
|
"expected_value": {
|
|
12730
13239
|
"tag": "expected_value",
|
|
12731
13240
|
"value": "measurement value"
|
|
13241
|
+
},
|
|
13242
|
+
"storage_units": {
|
|
13243
|
+
"tag": "storage_units",
|
|
13244
|
+
"value": "m"
|
|
12732
13245
|
}
|
|
12733
13246
|
},
|
|
12734
13247
|
"description": "The vertical distance below local surface, e.g. for sediment or soil samples depth is measured from sediment or soil surface, respectively. Depth can be reported as an interval for subsurface samples.",
|
|
@@ -12761,6 +13274,10 @@
|
|
|
12761
13274
|
"occurrence": {
|
|
12762
13275
|
"tag": "occurrence",
|
|
12763
13276
|
"value": "1"
|
|
13277
|
+
},
|
|
13278
|
+
"storage_units": {
|
|
13279
|
+
"tag": "storage_units",
|
|
13280
|
+
"value": "Cel"
|
|
12764
13281
|
}
|
|
12765
13282
|
},
|
|
12766
13283
|
"description": "The temperature to which a given parcel of humid air must be cooled, at constant barometric pressure, for water vapor to condense into water.",
|
|
@@ -12827,6 +13344,10 @@
|
|
|
12827
13344
|
"occurrence": {
|
|
12828
13345
|
"tag": "occurrence",
|
|
12829
13346
|
"value": "1"
|
|
13347
|
+
},
|
|
13348
|
+
"storage_units": {
|
|
13349
|
+
"tag": "storage_units",
|
|
13350
|
+
"value": "mg/L|umol/L"
|
|
12830
13351
|
}
|
|
12831
13352
|
},
|
|
12832
13353
|
"description": "Concentration of dissolved carbon dioxide in the sample or liquid portion of the sample",
|
|
@@ -12859,6 +13380,10 @@
|
|
|
12859
13380
|
"occurrence": {
|
|
12860
13381
|
"tag": "occurrence",
|
|
12861
13382
|
"value": "1"
|
|
13383
|
+
},
|
|
13384
|
+
"storage_units": {
|
|
13385
|
+
"tag": "storage_units",
|
|
13386
|
+
"value": "umol/L"
|
|
12862
13387
|
}
|
|
12863
13388
|
},
|
|
12864
13389
|
"description": "Concentration of dissolved hydrogen",
|
|
@@ -12891,6 +13416,10 @@
|
|
|
12891
13416
|
"occurrence": {
|
|
12892
13417
|
"tag": "occurrence",
|
|
12893
13418
|
"value": "1"
|
|
13419
|
+
},
|
|
13420
|
+
"storage_units": {
|
|
13421
|
+
"tag": "storage_units",
|
|
13422
|
+
"value": "[ppm]|mg/L|ug/L"
|
|
12894
13423
|
}
|
|
12895
13424
|
},
|
|
12896
13425
|
"description": "Dissolved inorganic carbon concentration in the sample, typically measured after filtering the sample using a 0.45 micrometer filter",
|
|
@@ -12923,6 +13452,10 @@
|
|
|
12923
13452
|
"occurrence": {
|
|
12924
13453
|
"tag": "occurrence",
|
|
12925
13454
|
"value": "1"
|
|
13455
|
+
},
|
|
13456
|
+
"storage_units": {
|
|
13457
|
+
"tag": "storage_units",
|
|
13458
|
+
"value": "ug/L|umol/L|mg/L"
|
|
12926
13459
|
}
|
|
12927
13460
|
},
|
|
12928
13461
|
"description": "Concentration of dissolved inorganic nitrogen",
|
|
@@ -12955,6 +13488,10 @@
|
|
|
12955
13488
|
"occurrence": {
|
|
12956
13489
|
"tag": "occurrence",
|
|
12957
13490
|
"value": "1"
|
|
13491
|
+
},
|
|
13492
|
+
"storage_units": {
|
|
13493
|
+
"tag": "storage_units",
|
|
13494
|
+
"value": "[ppm]|mg/L|ug/L"
|
|
12958
13495
|
}
|
|
12959
13496
|
},
|
|
12960
13497
|
"description": "Concentration of dissolved inorganic phosphorus in the sample",
|
|
@@ -12987,6 +13524,10 @@
|
|
|
12987
13524
|
"occurrence": {
|
|
12988
13525
|
"tag": "occurrence",
|
|
12989
13526
|
"value": "1"
|
|
13527
|
+
},
|
|
13528
|
+
"storage_units": {
|
|
13529
|
+
"tag": "storage_units",
|
|
13530
|
+
"value": "mg/L"
|
|
12990
13531
|
}
|
|
12991
13532
|
},
|
|
12992
13533
|
"description": "Concentration of dissolved iron in the sample",
|
|
@@ -13019,6 +13560,10 @@
|
|
|
13019
13560
|
"occurrence": {
|
|
13020
13561
|
"tag": "occurrence",
|
|
13021
13562
|
"value": "1"
|
|
13563
|
+
},
|
|
13564
|
+
"storage_units": {
|
|
13565
|
+
"tag": "storage_units",
|
|
13566
|
+
"value": "mg/L|umol/L|ug/L"
|
|
13022
13567
|
}
|
|
13023
13568
|
},
|
|
13024
13569
|
"description": "Concentration of dissolved organic carbon in the sample, liquid portion of the sample, or aqueous phase of the fluid",
|
|
@@ -13051,6 +13596,10 @@
|
|
|
13051
13596
|
"occurrence": {
|
|
13052
13597
|
"tag": "occurrence",
|
|
13053
13598
|
"value": "1"
|
|
13599
|
+
},
|
|
13600
|
+
"storage_units": {
|
|
13601
|
+
"tag": "storage_units",
|
|
13602
|
+
"value": "mg/L|ug/L"
|
|
13054
13603
|
}
|
|
13055
13604
|
},
|
|
13056
13605
|
"description": "Dissolved organic nitrogen concentration measured as; total dissolved nitrogen - NH4 - NO3 - NO2",
|
|
@@ -13083,6 +13632,10 @@
|
|
|
13083
13632
|
"occurrence": {
|
|
13084
13633
|
"tag": "occurrence",
|
|
13085
13634
|
"value": "1"
|
|
13635
|
+
},
|
|
13636
|
+
"storage_units": {
|
|
13637
|
+
"tag": "storage_units",
|
|
13638
|
+
"value": "mg/L|umol/kg|umol/L"
|
|
13086
13639
|
}
|
|
13087
13640
|
},
|
|
13088
13641
|
"description": "Concentration of dissolved oxygen",
|
|
@@ -13115,6 +13668,10 @@
|
|
|
13115
13668
|
"occurrence": {
|
|
13116
13669
|
"tag": "occurrence",
|
|
13117
13670
|
"value": "1"
|
|
13671
|
+
},
|
|
13672
|
+
"storage_units": {
|
|
13673
|
+
"tag": "storage_units",
|
|
13674
|
+
"value": "mg/L|umol/kg"
|
|
13118
13675
|
}
|
|
13119
13676
|
},
|
|
13120
13677
|
"description": "Concentration of dissolved oxygen in the oil field produced fluids as it contributes to oxgen-corrosion and microbial activity (e.g. Mic).",
|
|
@@ -13315,6 +13872,10 @@
|
|
|
13315
13872
|
"occurrence": {
|
|
13316
13873
|
"tag": "occurrence",
|
|
13317
13874
|
"value": "1"
|
|
13875
|
+
},
|
|
13876
|
+
"storage_units": {
|
|
13877
|
+
"tag": "storage_units",
|
|
13878
|
+
"value": "m2"
|
|
13318
13879
|
}
|
|
13319
13880
|
},
|
|
13320
13881
|
"description": "The size of the door",
|
|
@@ -13460,6 +14021,10 @@
|
|
|
13460
14021
|
"occurrence": {
|
|
13461
14022
|
"tag": "occurrence",
|
|
13462
14023
|
"value": "1"
|
|
14024
|
+
},
|
|
14025
|
+
"storage_units": {
|
|
14026
|
+
"tag": "storage_units",
|
|
14027
|
+
"value": "umol/m2/s"
|
|
13463
14028
|
}
|
|
13464
14029
|
},
|
|
13465
14030
|
"description": "Visible waveband radiance and irradiance measurements in the water column",
|
|
@@ -13548,6 +14113,10 @@
|
|
|
13548
14113
|
"occurrence": {
|
|
13549
14114
|
"tag": "occurrence",
|
|
13550
14115
|
"value": "1"
|
|
14116
|
+
},
|
|
14117
|
+
"units_alignment_excuse": {
|
|
14118
|
+
"tag": "units_alignment_excuse",
|
|
14119
|
+
"value": "mixs_inconsistent"
|
|
13551
14120
|
}
|
|
13552
14121
|
},
|
|
13553
14122
|
"description": "Percentage of volatile solids removed from the anaerobic digestor",
|
|
@@ -13781,6 +14350,10 @@
|
|
|
13781
14350
|
"occurrence": {
|
|
13782
14351
|
"tag": "occurrence",
|
|
13783
14352
|
"value": "1"
|
|
14353
|
+
},
|
|
14354
|
+
"storage_units": {
|
|
14355
|
+
"tag": "storage_units",
|
|
14356
|
+
"value": "[ppm]|mg/L"
|
|
13784
14357
|
}
|
|
13785
14358
|
},
|
|
13786
14359
|
"description": "Concentration of ethylbenzene in the sample",
|
|
@@ -13813,6 +14386,10 @@
|
|
|
13813
14386
|
"occurrence": {
|
|
13814
14387
|
"tag": "occurrence",
|
|
13815
14388
|
"value": "1"
|
|
14389
|
+
},
|
|
14390
|
+
"storage_units": {
|
|
14391
|
+
"tag": "storage_units",
|
|
14392
|
+
"value": "m2"
|
|
13816
14393
|
}
|
|
13817
14394
|
},
|
|
13818
14395
|
"description": "The amount of exposed ductwork in the room",
|
|
@@ -13841,6 +14418,10 @@
|
|
|
13841
14418
|
"occurrence": {
|
|
13842
14419
|
"tag": "occurrence",
|
|
13843
14420
|
"value": "1"
|
|
14421
|
+
},
|
|
14422
|
+
"units_alignment_excuse": {
|
|
14423
|
+
"tag": "units_alignment_excuse",
|
|
14424
|
+
"value": "pending_analysis"
|
|
13844
14425
|
}
|
|
13845
14426
|
},
|
|
13846
14427
|
"description": "The number of exposed pipes in the room",
|
|
@@ -14214,6 +14795,10 @@
|
|
|
14214
14795
|
"occurrence": {
|
|
14215
14796
|
"tag": "occurrence",
|
|
14216
14797
|
"value": "1"
|
|
14798
|
+
},
|
|
14799
|
+
"storage_units": {
|
|
14800
|
+
"tag": "storage_units",
|
|
14801
|
+
"value": "a|d|wk"
|
|
14217
14802
|
}
|
|
14218
14803
|
},
|
|
14219
14804
|
"description": "The time period since installment of the carpet or flooring",
|
|
@@ -14246,6 +14831,10 @@
|
|
|
14246
14831
|
"occurrence": {
|
|
14247
14832
|
"tag": "occurrence",
|
|
14248
14833
|
"value": "1"
|
|
14834
|
+
},
|
|
14835
|
+
"storage_units": {
|
|
14836
|
+
"tag": "storage_units",
|
|
14837
|
+
"value": "m2"
|
|
14249
14838
|
}
|
|
14250
14839
|
},
|
|
14251
14840
|
"description": "The area of the floor space within the room",
|
|
@@ -14390,6 +14979,10 @@
|
|
|
14390
14979
|
"occurrence": {
|
|
14391
14980
|
"tag": "occurrence",
|
|
14392
14981
|
"value": "1"
|
|
14982
|
+
},
|
|
14983
|
+
"storage_units": {
|
|
14984
|
+
"tag": "storage_units",
|
|
14985
|
+
"value": "J/K"
|
|
14393
14986
|
}
|
|
14394
14987
|
},
|
|
14395
14988
|
"description": "The ability of the floor to provide inertia against temperature fluctuations",
|
|
@@ -14450,6 +15043,10 @@
|
|
|
14450
15043
|
"occurrence": {
|
|
14451
15044
|
"tag": "occurrence",
|
|
14452
15045
|
"value": "1"
|
|
15046
|
+
},
|
|
15047
|
+
"storage_units": {
|
|
15048
|
+
"tag": "storage_units",
|
|
15049
|
+
"value": "mg/m3"
|
|
14453
15050
|
}
|
|
14454
15051
|
},
|
|
14455
15052
|
"description": "Raw or converted fluorescence of water",
|
|
@@ -14478,6 +15075,10 @@
|
|
|
14478
15075
|
"occurrence": {
|
|
14479
15076
|
"tag": "occurrence",
|
|
14480
15077
|
"value": "1"
|
|
15078
|
+
},
|
|
15079
|
+
"storage_units": {
|
|
15080
|
+
"tag": "storage_units",
|
|
15081
|
+
"value": "1/d"
|
|
14481
15082
|
}
|
|
14482
15083
|
},
|
|
14483
15084
|
"description": "The number of times the sample location is cleaned. Frequency of cleaning might be on a Daily basis, Weekly, Monthly, Quarterly or Annually.",
|
|
@@ -14506,6 +15107,10 @@
|
|
|
14506
15107
|
"occurrence": {
|
|
14507
15108
|
"tag": "occurrence",
|
|
14508
15109
|
"value": "1"
|
|
15110
|
+
},
|
|
15111
|
+
"storage_units": {
|
|
15112
|
+
"tag": "storage_units",
|
|
15113
|
+
"value": "1/d"
|
|
14509
15114
|
}
|
|
14510
15115
|
},
|
|
14511
15116
|
"description": "The number of times a meal is cooked per week",
|
|
@@ -14750,6 +15355,10 @@
|
|
|
14750
15355
|
"occurrence": {
|
|
14751
15356
|
"tag": "occurrence",
|
|
14752
15357
|
"value": "1"
|
|
15358
|
+
},
|
|
15359
|
+
"storage_units": {
|
|
15360
|
+
"tag": "storage_units",
|
|
15361
|
+
"value": "mol/L/h"
|
|
14753
15362
|
}
|
|
14754
15363
|
},
|
|
14755
15364
|
"description": "Measurement of glucosidase activity",
|
|
@@ -15048,6 +15657,10 @@
|
|
|
15048
15657
|
"occurrence": {
|
|
15049
15658
|
"tag": "occurrence",
|
|
15050
15659
|
"value": "1"
|
|
15660
|
+
},
|
|
15661
|
+
"storage_units": {
|
|
15662
|
+
"tag": "storage_units",
|
|
15663
|
+
"value": "mg/L"
|
|
15051
15664
|
}
|
|
15052
15665
|
},
|
|
15053
15666
|
"description": "Original formation water salinity (prior to secondary recovery e.g. Waterflooding) expressed as TDS",
|
|
@@ -15351,6 +15964,10 @@
|
|
|
15351
15964
|
"occurrence": {
|
|
15352
15965
|
"tag": "occurrence",
|
|
15353
15966
|
"value": "1"
|
|
15967
|
+
},
|
|
15968
|
+
"storage_units": {
|
|
15969
|
+
"tag": "storage_units",
|
|
15970
|
+
"value": "cm"
|
|
15354
15971
|
}
|
|
15355
15972
|
},
|
|
15356
15973
|
"description": "The average carpet fiber height in the indoor environment",
|
|
@@ -15446,6 +16063,10 @@
|
|
|
15446
16063
|
"occurrence": {
|
|
15447
16064
|
"tag": "occurrence",
|
|
15448
16065
|
"value": "1"
|
|
16066
|
+
},
|
|
16067
|
+
"storage_units": {
|
|
16068
|
+
"tag": "storage_units",
|
|
16069
|
+
"value": "a|d|h"
|
|
15449
16070
|
}
|
|
15450
16071
|
},
|
|
15451
16072
|
"description": "Age of host at the time of sampling; relevant scale depends on species and study, e.g. Could be seconds for amoebae or centuries for trees",
|
|
@@ -15565,6 +16186,10 @@
|
|
|
15565
16186
|
"occurrence": {
|
|
15566
16187
|
"tag": "occurrence",
|
|
15567
16188
|
"value": "1"
|
|
16189
|
+
},
|
|
16190
|
+
"storage_units": {
|
|
16191
|
+
"tag": "storage_units",
|
|
16192
|
+
"value": "Cel"
|
|
15568
16193
|
}
|
|
15569
16194
|
},
|
|
15570
16195
|
"description": "Core body temperature of the host when sample was collected",
|
|
@@ -15710,6 +16335,10 @@
|
|
|
15710
16335
|
"occurrence": {
|
|
15711
16336
|
"tag": "occurrence",
|
|
15712
16337
|
"value": "1"
|
|
16338
|
+
},
|
|
16339
|
+
"storage_units": {
|
|
16340
|
+
"tag": "storage_units",
|
|
16341
|
+
"value": "g|kg"
|
|
15713
16342
|
}
|
|
15714
16343
|
},
|
|
15715
16344
|
"description": "Measurement of dry mass",
|
|
@@ -15829,6 +16458,10 @@
|
|
|
15829
16458
|
"occurrence": {
|
|
15830
16459
|
"tag": "occurrence",
|
|
15831
16460
|
"value": "1"
|
|
16461
|
+
},
|
|
16462
|
+
"storage_units": {
|
|
16463
|
+
"tag": "storage_units",
|
|
16464
|
+
"value": "cm|m|mm"
|
|
15832
16465
|
}
|
|
15833
16466
|
},
|
|
15834
16467
|
"description": "The height of subject",
|
|
@@ -15891,6 +16524,10 @@
|
|
|
15891
16524
|
"occurrence": {
|
|
15892
16525
|
"tag": "occurrence",
|
|
15893
16526
|
"value": "1"
|
|
16527
|
+
},
|
|
16528
|
+
"storage_units": {
|
|
16529
|
+
"tag": "storage_units",
|
|
16530
|
+
"value": "cm|m|mm"
|
|
15894
16531
|
}
|
|
15895
16532
|
},
|
|
15896
16533
|
"description": "The length of subject",
|
|
@@ -16180,6 +16817,10 @@
|
|
|
16180
16817
|
"occurrence": {
|
|
16181
16818
|
"tag": "occurrence",
|
|
16182
16819
|
"value": "1"
|
|
16820
|
+
},
|
|
16821
|
+
"storage_units": {
|
|
16822
|
+
"tag": "storage_units",
|
|
16823
|
+
"value": "g|kg"
|
|
16183
16824
|
}
|
|
16184
16825
|
},
|
|
16185
16826
|
"description": "Total mass of the host at collection, the unit depends on host",
|
|
@@ -16212,6 +16853,10 @@
|
|
|
16212
16853
|
"occurrence": {
|
|
16213
16854
|
"tag": "occurrence",
|
|
16214
16855
|
"value": "1"
|
|
16856
|
+
},
|
|
16857
|
+
"storage_units": {
|
|
16858
|
+
"tag": "storage_units",
|
|
16859
|
+
"value": "g|kg"
|
|
16215
16860
|
}
|
|
16216
16861
|
},
|
|
16217
16862
|
"description": "Measurement of wet mass",
|
|
@@ -16244,6 +16889,10 @@
|
|
|
16244
16889
|
"occurrence": {
|
|
16245
16890
|
"tag": "occurrence",
|
|
16246
16891
|
"value": "1"
|
|
16892
|
+
},
|
|
16893
|
+
"storage_units": {
|
|
16894
|
+
"tag": "storage_units",
|
|
16895
|
+
"value": "g/m3|%"
|
|
16247
16896
|
}
|
|
16248
16897
|
},
|
|
16249
16898
|
"description": "Amount of water vapour in the air, at the time of sampling",
|
|
@@ -16366,6 +17015,10 @@
|
|
|
16366
17015
|
"occurrence": {
|
|
16367
17016
|
"tag": "occurrence",
|
|
16368
17017
|
"value": "1"
|
|
17018
|
+
},
|
|
17019
|
+
"storage_units": {
|
|
17020
|
+
"tag": "storage_units",
|
|
17021
|
+
"value": "%"
|
|
16369
17022
|
}
|
|
16370
17023
|
},
|
|
16371
17024
|
"description": "Percentage of industrial effluents received by wastewater treatment plant",
|
|
@@ -16432,6 +17085,10 @@
|
|
|
16432
17085
|
"occurrence": {
|
|
16433
17086
|
"tag": "occurrence",
|
|
16434
17087
|
"value": "1"
|
|
17088
|
+
},
|
|
17089
|
+
"units_alignment_excuse": {
|
|
17090
|
+
"tag": "units_alignment_excuse",
|
|
17091
|
+
"value": "mixs_inconsistent"
|
|
16435
17092
|
}
|
|
16436
17093
|
},
|
|
16437
17094
|
"description": "The recorded value at sampling time (power density)",
|
|
@@ -16520,6 +17177,10 @@
|
|
|
16520
17177
|
"occurrence": {
|
|
16521
17178
|
"tag": "occurrence",
|
|
16522
17179
|
"value": "1"
|
|
17180
|
+
},
|
|
17181
|
+
"storage_units": {
|
|
17182
|
+
"tag": "storage_units",
|
|
17183
|
+
"value": "%"
|
|
16523
17184
|
}
|
|
16524
17185
|
},
|
|
16525
17186
|
"description": "Proportion of the produced fluids derived from injected water at the time of sampling. (e.g. 87%)",
|
|
@@ -16605,6 +17266,10 @@
|
|
|
16605
17266
|
"occurrence": {
|
|
16606
17267
|
"tag": "occurrence",
|
|
16607
17268
|
"value": "1"
|
|
17269
|
+
},
|
|
17270
|
+
"storage_units": {
|
|
17271
|
+
"tag": "storage_units",
|
|
17272
|
+
"value": "lx"
|
|
16608
17273
|
}
|
|
16609
17274
|
},
|
|
16610
17275
|
"description": "Measurement of light intensity",
|
|
@@ -16871,6 +17536,10 @@
|
|
|
16871
17536
|
"occurrence": {
|
|
16872
17537
|
"tag": "occurrence",
|
|
16873
17538
|
"value": "1"
|
|
17539
|
+
},
|
|
17540
|
+
"storage_units": {
|
|
17541
|
+
"tag": "storage_units",
|
|
17542
|
+
"value": "[ppm]|mg/L|mol/L|umol/kg|mg/kg"
|
|
16874
17543
|
}
|
|
16875
17544
|
},
|
|
16876
17545
|
"description": "Concentration of magnesium in the sample",
|
|
@@ -16899,6 +17568,10 @@
|
|
|
16899
17568
|
"occurrence": {
|
|
16900
17569
|
"tag": "occurrence",
|
|
16901
17570
|
"value": "1"
|
|
17571
|
+
},
|
|
17572
|
+
"storage_units": {
|
|
17573
|
+
"tag": "storage_units",
|
|
17574
|
+
"value": "1"
|
|
16902
17575
|
}
|
|
16903
17576
|
},
|
|
16904
17577
|
"description": "The maximum amount of people allowed in the indoor environment",
|
|
@@ -16931,6 +17604,10 @@
|
|
|
16931
17604
|
"occurrence": {
|
|
16932
17605
|
"tag": "occurrence",
|
|
16933
17606
|
"value": "1"
|
|
17607
|
+
},
|
|
17608
|
+
"storage_units": {
|
|
17609
|
+
"tag": "storage_units",
|
|
17610
|
+
"value": "m/s"
|
|
16934
17611
|
}
|
|
16935
17612
|
},
|
|
16936
17613
|
"description": "Measurement of mean friction velocity",
|
|
@@ -16963,6 +17640,10 @@
|
|
|
16963
17640
|
"occurrence": {
|
|
16964
17641
|
"tag": "occurrence",
|
|
16965
17642
|
"value": "1"
|
|
17643
|
+
},
|
|
17644
|
+
"storage_units": {
|
|
17645
|
+
"tag": "storage_units",
|
|
17646
|
+
"value": "m/s"
|
|
16966
17647
|
}
|
|
16967
17648
|
},
|
|
16968
17649
|
"description": "Measurement of mean peak friction velocity",
|
|
@@ -17053,6 +17734,10 @@
|
|
|
17053
17734
|
"occurrence": {
|
|
17054
17735
|
"tag": "occurrence",
|
|
17055
17736
|
"value": "1"
|
|
17737
|
+
},
|
|
17738
|
+
"storage_units": {
|
|
17739
|
+
"tag": "storage_units",
|
|
17740
|
+
"value": "[ppb]|[ppm]|umol/L"
|
|
17056
17741
|
}
|
|
17057
17742
|
},
|
|
17058
17743
|
"description": "Methane (gas) amount or concentration at the time of sampling",
|
|
@@ -17114,6 +17799,10 @@
|
|
|
17114
17799
|
"occurrence": {
|
|
17115
17800
|
"tag": "occurrence",
|
|
17116
17801
|
"value": "1"
|
|
17802
|
+
},
|
|
17803
|
+
"units_alignment_excuse": {
|
|
17804
|
+
"tag": "units_alignment_excuse",
|
|
17805
|
+
"value": "complex_unit"
|
|
17117
17806
|
}
|
|
17118
17807
|
},
|
|
17119
17808
|
"description": "The part of the organic matter in the soil that constitutes living microorganisms smaller than 5-10 micrometer. If you keep this, you would need to have correction factors used for conversion to the final units",
|
|
@@ -17244,6 +17933,10 @@
|
|
|
17244
17933
|
"occurrence": {
|
|
17245
17934
|
"tag": "occurrence",
|
|
17246
17935
|
"value": "1"
|
|
17936
|
+
},
|
|
17937
|
+
"storage_units": {
|
|
17938
|
+
"tag": "storage_units",
|
|
17939
|
+
"value": "[ppm]|mg/L|umol/L"
|
|
17247
17940
|
}
|
|
17248
17941
|
},
|
|
17249
17942
|
"description": "Concentration of nitrate in the sample",
|
|
@@ -17276,6 +17969,10 @@
|
|
|
17276
17969
|
"occurrence": {
|
|
17277
17970
|
"tag": "occurrence",
|
|
17278
17971
|
"value": "1"
|
|
17972
|
+
},
|
|
17973
|
+
"storage_units": {
|
|
17974
|
+
"tag": "storage_units",
|
|
17975
|
+
"value": "[ppm]|mg/L|umol/L"
|
|
17279
17976
|
}
|
|
17280
17977
|
},
|
|
17281
17978
|
"description": "Concentration of nitrite in the sample",
|
|
@@ -17308,6 +18005,10 @@
|
|
|
17308
18005
|
"occurrence": {
|
|
17309
18006
|
"tag": "occurrence",
|
|
17310
18007
|
"value": "1"
|
|
18008
|
+
},
|
|
18009
|
+
"storage_units": {
|
|
18010
|
+
"tag": "storage_units",
|
|
18011
|
+
"value": "umol/L|%"
|
|
17311
18012
|
}
|
|
17312
18013
|
},
|
|
17313
18014
|
"description": "Concentration of nitrogen (total)",
|
|
@@ -17419,6 +18120,10 @@
|
|
|
17419
18120
|
"occurrence": {
|
|
17420
18121
|
"tag": "occurrence",
|
|
17421
18122
|
"value": "1"
|
|
18123
|
+
},
|
|
18124
|
+
"storage_units": {
|
|
18125
|
+
"tag": "storage_units",
|
|
18126
|
+
"value": "1"
|
|
17422
18127
|
}
|
|
17423
18128
|
},
|
|
17424
18129
|
"description": "The number of pets residing in the sampled space",
|
|
@@ -17447,6 +18152,10 @@
|
|
|
17447
18152
|
"occurrence": {
|
|
17448
18153
|
"tag": "occurrence",
|
|
17449
18154
|
"value": "1"
|
|
18155
|
+
},
|
|
18156
|
+
"storage_units": {
|
|
18157
|
+
"tag": "storage_units",
|
|
18158
|
+
"value": "1"
|
|
17450
18159
|
}
|
|
17451
18160
|
},
|
|
17452
18161
|
"description": "The number of plant(s) in the sampling space",
|
|
@@ -17475,6 +18184,10 @@
|
|
|
17475
18184
|
"occurrence": {
|
|
17476
18185
|
"tag": "occurrence",
|
|
17477
18186
|
"value": "1"
|
|
18187
|
+
},
|
|
18188
|
+
"storage_units": {
|
|
18189
|
+
"tag": "storage_units",
|
|
18190
|
+
"value": "1"
|
|
17478
18191
|
}
|
|
17479
18192
|
},
|
|
17480
18193
|
"description": "The number of individuals currently occupying in the sampling location",
|
|
@@ -17503,6 +18216,10 @@
|
|
|
17503
18216
|
"occurrence": {
|
|
17504
18217
|
"tag": "occurrence",
|
|
17505
18218
|
"value": "1"
|
|
18219
|
+
},
|
|
18220
|
+
"units_alignment_excuse": {
|
|
18221
|
+
"tag": "units_alignment_excuse",
|
|
18222
|
+
"value": "pending_analysis"
|
|
17506
18223
|
}
|
|
17507
18224
|
},
|
|
17508
18225
|
"description": "Average number of occupants at time of sampling per square footage",
|
|
@@ -17559,6 +18276,10 @@
|
|
|
17559
18276
|
"occurrence": {
|
|
17560
18277
|
"tag": "occurrence",
|
|
17561
18278
|
"value": "1"
|
|
18279
|
+
},
|
|
18280
|
+
"storage_units": {
|
|
18281
|
+
"tag": "storage_units",
|
|
18282
|
+
"value": "1"
|
|
17562
18283
|
}
|
|
17563
18284
|
},
|
|
17564
18285
|
"description": "Number of occupants present at time of sample within the given space",
|
|
@@ -17591,6 +18312,10 @@
|
|
|
17591
18312
|
"occurrence": {
|
|
17592
18313
|
"tag": "occurrence",
|
|
17593
18314
|
"value": "1"
|
|
18315
|
+
},
|
|
18316
|
+
"storage_units": {
|
|
18317
|
+
"tag": "storage_units",
|
|
18318
|
+
"value": "umol/L|%"
|
|
17594
18319
|
}
|
|
17595
18320
|
},
|
|
17596
18321
|
"description": "Concentration of organic carbon",
|
|
@@ -17656,6 +18381,10 @@
|
|
|
17656
18381
|
"occurrence": {
|
|
17657
18382
|
"tag": "occurrence",
|
|
17658
18383
|
"value": "1"
|
|
18384
|
+
},
|
|
18385
|
+
"storage_units": {
|
|
18386
|
+
"tag": "storage_units",
|
|
18387
|
+
"value": "ug/L"
|
|
17659
18388
|
}
|
|
17660
18389
|
},
|
|
17661
18390
|
"description": "Concentration of organic matter",
|
|
@@ -17688,6 +18417,10 @@
|
|
|
17688
18417
|
"occurrence": {
|
|
17689
18418
|
"tag": "occurrence",
|
|
17690
18419
|
"value": "1"
|
|
18420
|
+
},
|
|
18421
|
+
"storage_units": {
|
|
18422
|
+
"tag": "storage_units",
|
|
18423
|
+
"value": "ug/L"
|
|
17691
18424
|
}
|
|
17692
18425
|
},
|
|
17693
18426
|
"description": "Concentration of organic nitrogen",
|
|
@@ -17754,6 +18487,10 @@
|
|
|
17754
18487
|
"occurrence": {
|
|
17755
18488
|
"tag": "occurrence",
|
|
17756
18489
|
"value": "m"
|
|
18490
|
+
},
|
|
18491
|
+
"storage_units": {
|
|
18492
|
+
"tag": "storage_units",
|
|
18493
|
+
"value": "1"
|
|
17757
18494
|
}
|
|
17758
18495
|
},
|
|
17759
18496
|
"description": "Total cell count of any organism (or group of organisms) per gram, volume or area of sample, should include name of organism followed by count. The method that was used for the enumeration (e.g. qPCR, atp, mpn, etc.) Should also be provided. (example: total prokaryotes; 3.5e7 cells per ml; qpcr)",
|
|
@@ -17787,6 +18524,10 @@
|
|
|
17787
18524
|
"occurrence": {
|
|
17788
18525
|
"tag": "occurrence",
|
|
17789
18526
|
"value": "1"
|
|
18527
|
+
},
|
|
18528
|
+
"storage_units": {
|
|
18529
|
+
"tag": "storage_units",
|
|
18530
|
+
"value": "m"
|
|
17790
18531
|
}
|
|
17791
18532
|
},
|
|
17792
18533
|
"description": "Depth of the original oil water contact (OWC) zone (average) (m TVDSS)",
|
|
@@ -17847,6 +18588,10 @@
|
|
|
17847
18588
|
"occurrence": {
|
|
17848
18589
|
"tag": "occurrence",
|
|
17849
18590
|
"value": "1"
|
|
18591
|
+
},
|
|
18592
|
+
"storage_units": {
|
|
18593
|
+
"tag": "storage_units",
|
|
18594
|
+
"value": "[ppm]|mg/L"
|
|
17850
18595
|
}
|
|
17851
18596
|
},
|
|
17852
18597
|
"description": "Oxygen (gas) amount or concentration at the time of sampling",
|
|
@@ -17879,6 +18624,10 @@
|
|
|
17879
18624
|
"occurrence": {
|
|
17880
18625
|
"tag": "occurrence",
|
|
17881
18626
|
"value": "1"
|
|
18627
|
+
},
|
|
18628
|
+
"storage_units": {
|
|
18629
|
+
"tag": "storage_units",
|
|
18630
|
+
"value": "ug/L|mg/L"
|
|
17882
18631
|
}
|
|
17883
18632
|
},
|
|
17884
18633
|
"description": "Concentration of particulate organic carbon",
|
|
@@ -17911,6 +18660,10 @@
|
|
|
17911
18660
|
"occurrence": {
|
|
17912
18661
|
"tag": "occurrence",
|
|
17913
18662
|
"value": "1"
|
|
18663
|
+
},
|
|
18664
|
+
"storage_units": {
|
|
18665
|
+
"tag": "storage_units",
|
|
18666
|
+
"value": "ug/L|umol/L|mg/L"
|
|
17914
18667
|
}
|
|
17915
18668
|
},
|
|
17916
18669
|
"description": "Concentration of particulate organic nitrogen",
|
|
@@ -18124,6 +18877,10 @@
|
|
|
18124
18877
|
"occurrence": {
|
|
18125
18878
|
"tag": "occurrence",
|
|
18126
18879
|
"value": "1"
|
|
18880
|
+
},
|
|
18881
|
+
"storage_units": {
|
|
18882
|
+
"tag": "storage_units",
|
|
18883
|
+
"value": "umol/L"
|
|
18127
18884
|
}
|
|
18128
18885
|
},
|
|
18129
18886
|
"description": "Concentration of petroleum hydrocarbon",
|
|
@@ -18277,6 +19034,10 @@
|
|
|
18277
19034
|
"occurrence": {
|
|
18278
19035
|
"tag": "occurrence",
|
|
18279
19036
|
"value": "1"
|
|
19037
|
+
},
|
|
19038
|
+
"storage_units": {
|
|
19039
|
+
"tag": "storage_units",
|
|
19040
|
+
"value": "umol/L"
|
|
18280
19041
|
}
|
|
18281
19042
|
},
|
|
18282
19043
|
"description": "Concentration of phosphate",
|
|
@@ -18343,6 +19104,10 @@
|
|
|
18343
19104
|
"occurrence": {
|
|
18344
19105
|
"tag": "occurrence",
|
|
18345
19106
|
"value": "1"
|
|
19107
|
+
},
|
|
19108
|
+
"storage_units": {
|
|
19109
|
+
"tag": "storage_units",
|
|
19110
|
+
"value": "umol/m2/s"
|
|
18346
19111
|
}
|
|
18347
19112
|
},
|
|
18348
19113
|
"description": "Measurement of photon flux",
|
|
@@ -18585,6 +19350,10 @@
|
|
|
18585
19350
|
"occurrence": {
|
|
18586
19351
|
"tag": "occurrence",
|
|
18587
19352
|
"value": "1"
|
|
19353
|
+
},
|
|
19354
|
+
"storage_units": {
|
|
19355
|
+
"tag": "storage_units",
|
|
19356
|
+
"value": "[ppm]|mg/L|mg/kg"
|
|
18588
19357
|
}
|
|
18589
19358
|
},
|
|
18590
19359
|
"description": "Concentration of potassium in the sample",
|
|
@@ -18617,6 +19386,10 @@
|
|
|
18617
19386
|
"occurrence": {
|
|
18618
19387
|
"tag": "occurrence",
|
|
18619
19388
|
"value": "1"
|
|
19389
|
+
},
|
|
19390
|
+
"storage_units": {
|
|
19391
|
+
"tag": "storage_units",
|
|
19392
|
+
"value": "Cel"
|
|
18620
19393
|
}
|
|
18621
19394
|
},
|
|
18622
19395
|
"description": "Temperature at which a liquid becomes semi solid and loses its flow characteristics. In crude oil a high pour point is generally associated with a high paraffin content, typically found in crude deriving from a larger proportion of plant material. (soure: https://en.wikipedia.org/wiki/pour_point)",
|
|
@@ -18707,6 +19480,10 @@
|
|
|
18707
19480
|
"occurrence": {
|
|
18708
19481
|
"tag": "occurrence",
|
|
18709
19482
|
"value": "1"
|
|
19483
|
+
},
|
|
19484
|
+
"storage_units": {
|
|
19485
|
+
"tag": "storage_units",
|
|
19486
|
+
"value": "atm"
|
|
18710
19487
|
}
|
|
18711
19488
|
},
|
|
18712
19489
|
"description": "Pressure to which the sample is subject to, in atmospheres",
|
|
@@ -18797,6 +19574,10 @@
|
|
|
18797
19574
|
"occurrence": {
|
|
18798
19575
|
"tag": "occurrence",
|
|
18799
19576
|
"value": "1"
|
|
19577
|
+
},
|
|
19578
|
+
"storage_units": {
|
|
19579
|
+
"tag": "storage_units",
|
|
19580
|
+
"value": "g/m2/d|mg/m3/d"
|
|
18800
19581
|
}
|
|
18801
19582
|
},
|
|
18802
19583
|
"description": "Measurement of primary production, generally measured as isotope uptake",
|
|
@@ -18858,6 +19639,10 @@
|
|
|
18858
19639
|
"occurrence": {
|
|
18859
19640
|
"tag": "occurrence",
|
|
18860
19641
|
"value": "1"
|
|
19642
|
+
},
|
|
19643
|
+
"storage_units": {
|
|
19644
|
+
"tag": "storage_units",
|
|
19645
|
+
"value": "m3/d"
|
|
18861
19646
|
}
|
|
18862
19647
|
},
|
|
18863
19648
|
"description": "Oil and/or gas production rates per well (e.g. 524 m3 / day)",
|
|
@@ -19071,6 +19856,10 @@
|
|
|
19071
19856
|
"occurrence": {
|
|
19072
19857
|
"tag": "occurrence",
|
|
19073
19858
|
"value": "1"
|
|
19859
|
+
},
|
|
19860
|
+
"storage_units": {
|
|
19861
|
+
"tag": "storage_units",
|
|
19862
|
+
"value": "mV"
|
|
19074
19863
|
}
|
|
19075
19864
|
},
|
|
19076
19865
|
"description": "Redox potential, measured relative to a hydrogen cell, indicating oxidation or reduction potential",
|
|
@@ -19103,6 +19892,10 @@
|
|
|
19103
19892
|
"occurrence": {
|
|
19104
19893
|
"tag": "occurrence",
|
|
19105
19894
|
"value": "1"
|
|
19895
|
+
},
|
|
19896
|
+
"storage_units": {
|
|
19897
|
+
"tag": "storage_units",
|
|
19898
|
+
"value": "%"
|
|
19106
19899
|
}
|
|
19107
19900
|
},
|
|
19108
19901
|
"description": "Partial vapor and air pressure, density of the vapor and air, or by the actual mass of the vapor and air",
|
|
@@ -19135,6 +19928,10 @@
|
|
|
19135
19928
|
"occurrence": {
|
|
19136
19929
|
"tag": "occurrence",
|
|
19137
19930
|
"value": "1"
|
|
19931
|
+
},
|
|
19932
|
+
"units_alignment_excuse": {
|
|
19933
|
+
"tag": "units_alignment_excuse",
|
|
19934
|
+
"value": "mixs_inconsistent"
|
|
19138
19935
|
}
|
|
19139
19936
|
},
|
|
19140
19937
|
"description": "The recorded outside relative humidity value at the time of sampling",
|
|
@@ -19257,6 +20054,10 @@
|
|
|
19257
20054
|
"occurrence": {
|
|
19258
20055
|
"tag": "occurrence",
|
|
19259
20056
|
"value": "1"
|
|
20057
|
+
},
|
|
20058
|
+
"storage_units": {
|
|
20059
|
+
"tag": "storage_units",
|
|
20060
|
+
"value": "L/h"
|
|
19260
20061
|
}
|
|
19261
20062
|
},
|
|
19262
20063
|
"description": "The rate at which outside air replaces indoor air in a given space",
|
|
@@ -19611,6 +20412,10 @@
|
|
|
19611
20412
|
"occurrence": {
|
|
19612
20413
|
"tag": "occurrence",
|
|
19613
20414
|
"value": "1"
|
|
20415
|
+
},
|
|
20416
|
+
"storage_units": {
|
|
20417
|
+
"tag": "storage_units",
|
|
20418
|
+
"value": "1"
|
|
19614
20419
|
}
|
|
19615
20420
|
},
|
|
19616
20421
|
"description": "Count of room occupancy at time of sampling",
|
|
@@ -19913,6 +20718,10 @@
|
|
|
19913
20718
|
"occurrence": {
|
|
19914
20719
|
"tag": "occurrence",
|
|
19915
20720
|
"value": "1"
|
|
20721
|
+
},
|
|
20722
|
+
"storage_units": {
|
|
20723
|
+
"tag": "storage_units",
|
|
20724
|
+
"value": "[pH]"
|
|
19916
20725
|
}
|
|
19917
20726
|
},
|
|
19918
20727
|
"description": "pH measurement of the culture rooting medium; e.g. 5.5.",
|
|
@@ -20040,6 +20849,10 @@
|
|
|
20040
20849
|
"occurrence": {
|
|
20041
20850
|
"tag": "occurrence",
|
|
20042
20851
|
"value": "1"
|
|
20852
|
+
},
|
|
20853
|
+
"storage_units": {
|
|
20854
|
+
"tag": "storage_units",
|
|
20855
|
+
"value": "%|mg/L"
|
|
20043
20856
|
}
|
|
20044
20857
|
},
|
|
20045
20858
|
"description": "The total concentration of all dissolved salts in a liquid or solid sample. While salinity can be measured by a complete chemical analysis, this method is difficult and time consuming. More often, it is instead derived from the conductivity measurement. This is known as practical salinity. These derivations compare the specific conductance of the sample to a salinity standard such as seawater.",
|
|
@@ -20355,6 +21168,10 @@
|
|
|
20355
21168
|
"occurrence": {
|
|
20356
21169
|
"tag": "occurrence",
|
|
20357
21170
|
"value": "1"
|
|
21171
|
+
},
|
|
21172
|
+
"storage_units": {
|
|
21173
|
+
"tag": "storage_units",
|
|
21174
|
+
"value": "m"
|
|
20358
21175
|
}
|
|
20359
21176
|
},
|
|
20360
21177
|
"description": "In non deviated well, measured depth is equal to the true vertical depth, TVD (TVD=TVDSS plus the reference or datum it refers to). In deviated wells, the MD is the length of trajectory of the borehole measured from the same reference or datum. Common datums used are ground level (GL), drilling rig floor (DF), rotary table (RT), kelly bushing (KB) and mean sea level (MSL). If \"other\" is specified, please propose entry in \"additional info\" field",
|
|
@@ -20469,6 +21286,10 @@
|
|
|
20469
21286
|
"preferred_unit": {
|
|
20470
21287
|
"tag": "preferred_unit",
|
|
20471
21288
|
"value": "millliter, gram, milligram, liter"
|
|
21289
|
+
},
|
|
21290
|
+
"storage_units": {
|
|
21291
|
+
"tag": "storage_units",
|
|
21292
|
+
"value": "L|g|mL|mg"
|
|
20472
21293
|
}
|
|
20473
21294
|
},
|
|
20474
21295
|
"description": "The total amount or size (volume (ml), mass (g) or area (m2) ) of sample collected.",
|
|
@@ -20589,6 +21410,10 @@
|
|
|
20589
21410
|
"occurrence": {
|
|
20590
21411
|
"tag": "occurrence",
|
|
20591
21412
|
"value": "1"
|
|
21413
|
+
},
|
|
21414
|
+
"storage_units": {
|
|
21415
|
+
"tag": "storage_units",
|
|
21416
|
+
"value": "Cel"
|
|
20592
21417
|
}
|
|
20593
21418
|
},
|
|
20594
21419
|
"description": "Temperature at which sample was stored, e.g. -80 degree Celsius",
|
|
@@ -20794,6 +21619,10 @@
|
|
|
20794
21619
|
"preferred_unit": {
|
|
20795
21620
|
"tag": "preferred_unit",
|
|
20796
21621
|
"value": "millliter, gram, milligram, square centimeter"
|
|
21622
|
+
},
|
|
21623
|
+
"storage_units": {
|
|
21624
|
+
"tag": "storage_units",
|
|
21625
|
+
"value": "cm2|g|mL|mg"
|
|
20797
21626
|
}
|
|
20798
21627
|
},
|
|
20799
21628
|
"description": "Volume (ml) or mass (g) of total collected sample processed for DNA extraction. Note: total sample collected should be entered under the term Sample Size (MIXS:0000001).",
|
|
@@ -20975,6 +21804,10 @@
|
|
|
20975
21804
|
"occurrence": {
|
|
20976
21805
|
"tag": "occurrence",
|
|
20977
21806
|
"value": "1"
|
|
21807
|
+
},
|
|
21808
|
+
"storage_units": {
|
|
21809
|
+
"tag": "storage_units",
|
|
21810
|
+
"value": "mm"
|
|
20978
21811
|
}
|
|
20979
21812
|
},
|
|
20980
21813
|
"description": "The average of all seasonal precipitation values known, or an estimated equivalent value derived by such methods as regional indexes or Isohyetal maps.",
|
|
@@ -21007,6 +21840,10 @@
|
|
|
21007
21840
|
"occurrence": {
|
|
21008
21841
|
"tag": "occurrence",
|
|
21009
21842
|
"value": "1"
|
|
21843
|
+
},
|
|
21844
|
+
"storage_units": {
|
|
21845
|
+
"tag": "storage_units",
|
|
21846
|
+
"value": "Cel"
|
|
21010
21847
|
}
|
|
21011
21848
|
},
|
|
21012
21849
|
"description": "Mean seasonal temperature",
|
|
@@ -21375,6 +22212,10 @@
|
|
|
21375
22212
|
"occurrence": {
|
|
21376
22213
|
"tag": "occurrence",
|
|
21377
22214
|
"value": "1"
|
|
22215
|
+
},
|
|
22216
|
+
"storage_units": {
|
|
22217
|
+
"tag": "storage_units",
|
|
22218
|
+
"value": "umol/L"
|
|
21378
22219
|
}
|
|
21379
22220
|
},
|
|
21380
22221
|
"description": "Concentration of silicate",
|
|
@@ -21432,6 +22273,10 @@
|
|
|
21432
22273
|
"occurrence": {
|
|
21433
22274
|
"tag": "occurrence",
|
|
21434
22275
|
"value": "1"
|
|
22276
|
+
},
|
|
22277
|
+
"storage_units": {
|
|
22278
|
+
"tag": "storage_units",
|
|
22279
|
+
"value": "um"
|
|
21435
22280
|
}
|
|
21436
22281
|
},
|
|
21437
22282
|
"description": "Refers to the mesh/pore size used to pre-filter/pre-sort the sample. Materials larger than the size threshold are excluded from the sample",
|
|
@@ -21464,6 +22309,10 @@
|
|
|
21464
22309
|
"occurrence": {
|
|
21465
22310
|
"tag": "occurrence",
|
|
21466
22311
|
"value": "1"
|
|
22312
|
+
},
|
|
22313
|
+
"storage_units": {
|
|
22314
|
+
"tag": "storage_units",
|
|
22315
|
+
"value": "um"
|
|
21467
22316
|
}
|
|
21468
22317
|
},
|
|
21469
22318
|
"description": "Refers to the mesh/pore size used to retain the sample. Materials smaller than the size threshold are excluded from the sample",
|
|
@@ -21496,6 +22345,10 @@
|
|
|
21496
22345
|
"occurrence": {
|
|
21497
22346
|
"tag": "occurrence",
|
|
21498
22347
|
"value": "1"
|
|
22348
|
+
},
|
|
22349
|
+
"storage_units": {
|
|
22350
|
+
"tag": "storage_units",
|
|
22351
|
+
"value": "deg"
|
|
21499
22352
|
}
|
|
21500
22353
|
},
|
|
21501
22354
|
"description": "The direction a slope faces. While looking down a slope use a compass to record the direction you are facing (direction or degrees); e.g., nw or 315 degrees. This measure provides an indication of sun and wind exposure that will influence soil temperature and evapotranspiration.",
|
|
@@ -21528,6 +22381,10 @@
|
|
|
21528
22381
|
"occurrence": {
|
|
21529
22382
|
"tag": "occurrence",
|
|
21530
22383
|
"value": "1"
|
|
22384
|
+
},
|
|
22385
|
+
"storage_units": {
|
|
22386
|
+
"tag": "storage_units",
|
|
22387
|
+
"value": "%"
|
|
21531
22388
|
}
|
|
21532
22389
|
},
|
|
21533
22390
|
"description": "Commonly called 'slope'. The angle between ground surface and a horizontal line (in percent). This is the direction that overland water would flow. This measure is usually taken with a hand level meter or clinometer",
|
|
@@ -21560,6 +22417,10 @@
|
|
|
21560
22417
|
"occurrence": {
|
|
21561
22418
|
"tag": "occurrence",
|
|
21562
22419
|
"value": "1"
|
|
22420
|
+
},
|
|
22421
|
+
"storage_units": {
|
|
22422
|
+
"tag": "storage_units",
|
|
22423
|
+
"value": "h"
|
|
21563
22424
|
}
|
|
21564
22425
|
},
|
|
21565
22426
|
"description": "The time activated sludge remains in reactor",
|
|
@@ -21592,6 +22453,10 @@
|
|
|
21592
22453
|
"occurrence": {
|
|
21593
22454
|
"tag": "occurrence",
|
|
21594
22455
|
"value": "1"
|
|
22456
|
+
},
|
|
22457
|
+
"storage_units": {
|
|
22458
|
+
"tag": "storage_units",
|
|
22459
|
+
"value": "[ppm]|mg/L"
|
|
21595
22460
|
}
|
|
21596
22461
|
},
|
|
21597
22462
|
"description": "Sodium concentration in the sample",
|
|
@@ -21648,6 +22513,10 @@
|
|
|
21648
22513
|
"occurrence": {
|
|
21649
22514
|
"tag": "occurrence",
|
|
21650
22515
|
"value": "1"
|
|
22516
|
+
},
|
|
22517
|
+
"units_alignment_excuse": {
|
|
22518
|
+
"tag": "units_alignment_excuse",
|
|
22519
|
+
"value": "pending_analysis"
|
|
21651
22520
|
}
|
|
21652
22521
|
},
|
|
21653
22522
|
"description": "The relative proportion of different grain sizes of mineral particles in a soil, as described using a standard system; express as % sand (50 um to 2 mm), silt (2 um to 50 um), and clay (<2 um) with textural name (e.g., silty clay loam) optional.",
|
|
@@ -21767,6 +22636,10 @@
|
|
|
21767
22636
|
"occurrence": {
|
|
21768
22637
|
"tag": "occurrence",
|
|
21769
22638
|
"value": "1"
|
|
22639
|
+
},
|
|
22640
|
+
"storage_units": {
|
|
22641
|
+
"tag": "storage_units",
|
|
22642
|
+
"value": "kW/m2/d|erg/cm2/s"
|
|
21770
22643
|
}
|
|
21771
22644
|
},
|
|
21772
22645
|
"description": "The amount of solar energy that arrives at a specific area of a surface during a specific time interval",
|
|
@@ -21867,6 +22740,10 @@
|
|
|
21867
22740
|
"occurrence": {
|
|
21868
22741
|
"tag": "occurrence",
|
|
21869
22742
|
"value": "1"
|
|
22743
|
+
},
|
|
22744
|
+
"storage_units": {
|
|
22745
|
+
"tag": "storage_units",
|
|
22746
|
+
"value": "[ppm]|mg/L|umol/L|ug/L"
|
|
21870
22747
|
}
|
|
21871
22748
|
},
|
|
21872
22749
|
"description": "Concentration of soluble reactive phosphorus",
|
|
@@ -21981,6 +22858,10 @@
|
|
|
21981
22858
|
"occurrence": {
|
|
21982
22859
|
"tag": "occurrence",
|
|
21983
22860
|
"value": "1"
|
|
22861
|
+
},
|
|
22862
|
+
"units_alignment_excuse": {
|
|
22863
|
+
"tag": "units_alignment_excuse",
|
|
22864
|
+
"value": "mixs_inconsistent"
|
|
21984
22865
|
}
|
|
21985
22866
|
},
|
|
21986
22867
|
"description": "The mass of water vapour in a unit mass of moist air, usually expressed as grams of vapour per kilogram of air, or, in air conditioning, as grains per pound.",
|
|
@@ -22212,6 +23093,10 @@
|
|
|
22212
23093
|
"occurrence": {
|
|
22213
23094
|
"tag": "occurrence",
|
|
22214
23095
|
"value": "1"
|
|
23096
|
+
},
|
|
23097
|
+
"storage_units": {
|
|
23098
|
+
"tag": "storage_units",
|
|
23099
|
+
"value": "[ppm]|mg/L|umol/L"
|
|
22215
23100
|
}
|
|
22216
23101
|
},
|
|
22217
23102
|
"description": "Concentration of sulfate in the sample",
|
|
@@ -22244,6 +23129,10 @@
|
|
|
22244
23129
|
"occurrence": {
|
|
22245
23130
|
"tag": "occurrence",
|
|
22246
23131
|
"value": "1"
|
|
23132
|
+
},
|
|
23133
|
+
"storage_units": {
|
|
23134
|
+
"tag": "storage_units",
|
|
23135
|
+
"value": "mg/L"
|
|
22247
23136
|
}
|
|
22248
23137
|
},
|
|
22249
23138
|
"description": "Original sulfate concentration in the hydrocarbon resource",
|
|
@@ -22276,6 +23165,10 @@
|
|
|
22276
23165
|
"occurrence": {
|
|
22277
23166
|
"tag": "occurrence",
|
|
22278
23167
|
"value": "1"
|
|
23168
|
+
},
|
|
23169
|
+
"storage_units": {
|
|
23170
|
+
"tag": "storage_units",
|
|
23171
|
+
"value": "[ppm]|mg/L|umol/L"
|
|
22279
23172
|
}
|
|
22280
23173
|
},
|
|
22281
23174
|
"description": "Concentration of sulfide in the sample",
|
|
@@ -22336,6 +23229,10 @@
|
|
|
22336
23229
|
"occurrence": {
|
|
22337
23230
|
"tag": "occurrence",
|
|
22338
23231
|
"value": "1"
|
|
23232
|
+
},
|
|
23233
|
+
"storage_units": {
|
|
23234
|
+
"tag": "storage_units",
|
|
23235
|
+
"value": "%"
|
|
22339
23236
|
}
|
|
22340
23237
|
},
|
|
22341
23238
|
"description": "Surfaces: water activity as a function of air and material moisture",
|
|
@@ -22396,6 +23293,10 @@
|
|
|
22396
23293
|
"occurrence": {
|
|
22397
23294
|
"tag": "occurrence",
|
|
22398
23295
|
"value": "1"
|
|
23296
|
+
},
|
|
23297
|
+
"storage_units": {
|
|
23298
|
+
"tag": "storage_units",
|
|
23299
|
+
"value": "[ppm]|g/m2|g/m3"
|
|
22399
23300
|
}
|
|
22400
23301
|
},
|
|
22401
23302
|
"description": "Water held on a surface",
|
|
@@ -22456,6 +23357,10 @@
|
|
|
22456
23357
|
"occurrence": {
|
|
22457
23358
|
"tag": "occurrence",
|
|
22458
23359
|
"value": "1"
|
|
23360
|
+
},
|
|
23361
|
+
"storage_units": {
|
|
23362
|
+
"tag": "storage_units",
|
|
23363
|
+
"value": "Cel"
|
|
22459
23364
|
}
|
|
22460
23365
|
},
|
|
22461
23366
|
"description": "Temperature of the surface at the time of sampling",
|
|
@@ -22488,6 +23393,10 @@
|
|
|
22488
23393
|
"occurrence": {
|
|
22489
23394
|
"tag": "occurrence",
|
|
22490
23395
|
"value": "1"
|
|
23396
|
+
},
|
|
23397
|
+
"storage_units": {
|
|
23398
|
+
"tag": "storage_units",
|
|
23399
|
+
"value": "mg/L"
|
|
22491
23400
|
}
|
|
22492
23401
|
},
|
|
22493
23402
|
"description": "Concentration of suspended particulate matter",
|
|
@@ -22554,6 +23463,10 @@
|
|
|
22554
23463
|
"occurrence": {
|
|
22555
23464
|
"tag": "occurrence",
|
|
22556
23465
|
"value": "1"
|
|
23466
|
+
},
|
|
23467
|
+
"storage_units": {
|
|
23468
|
+
"tag": "storage_units",
|
|
23469
|
+
"value": "mg/L"
|
|
22557
23470
|
}
|
|
22558
23471
|
},
|
|
22559
23472
|
"description": "Total Acid Number (TAN) is a measurement of acidity that is determined by the amount of potassium hydroxide in milligrams that is needed to neutralize the acids in one gram of oil. It is an important quality measurement of crude oil. (source: https://en.wikipedia.org/wiki/Total_acid_number)",
|
|
@@ -22632,6 +23545,10 @@
|
|
|
22632
23545
|
"preferred_unit": {
|
|
22633
23546
|
"tag": "preferred_unit",
|
|
22634
23547
|
"value": "degree Celsius"
|
|
23548
|
+
},
|
|
23549
|
+
"storage_units": {
|
|
23550
|
+
"tag": "storage_units",
|
|
23551
|
+
"value": "Cel"
|
|
22635
23552
|
}
|
|
22636
23553
|
},
|
|
22637
23554
|
"description": "Temperature of the sample at the time of sampling.",
|
|
@@ -22664,6 +23581,10 @@
|
|
|
22664
23581
|
"occurrence": {
|
|
22665
23582
|
"tag": "occurrence",
|
|
22666
23583
|
"value": "1"
|
|
23584
|
+
},
|
|
23585
|
+
"storage_units": {
|
|
23586
|
+
"tag": "storage_units",
|
|
23587
|
+
"value": "Cel"
|
|
22667
23588
|
}
|
|
22668
23589
|
},
|
|
22669
23590
|
"description": "The recorded temperature value at sampling time outside",
|
|
@@ -22810,6 +23731,10 @@
|
|
|
22810
23731
|
"occurrence": {
|
|
22811
23732
|
"tag": "occurrence",
|
|
22812
23733
|
"value": "1"
|
|
23734
|
+
},
|
|
23735
|
+
"storage_units": {
|
|
23736
|
+
"tag": "storage_units",
|
|
23737
|
+
"value": "[ppm]|mg/L"
|
|
22813
23738
|
}
|
|
22814
23739
|
},
|
|
22815
23740
|
"description": "Concentration of toluene in the sample",
|
|
@@ -22842,6 +23767,10 @@
|
|
|
22842
23767
|
"occurrence": {
|
|
22843
23768
|
"tag": "occurrence",
|
|
22844
23769
|
"value": "1"
|
|
23770
|
+
},
|
|
23771
|
+
"storage_units": {
|
|
23772
|
+
"tag": "storage_units",
|
|
23773
|
+
"value": "ug/L|%"
|
|
22845
23774
|
}
|
|
22846
23775
|
},
|
|
22847
23776
|
"description": "Total carbon content",
|
|
@@ -22874,6 +23803,10 @@
|
|
|
22874
23803
|
"occurrence": {
|
|
22875
23804
|
"tag": "occurrence",
|
|
22876
23805
|
"value": "1"
|
|
23806
|
+
},
|
|
23807
|
+
"storage_units": {
|
|
23808
|
+
"tag": "storage_units",
|
|
23809
|
+
"value": "m"
|
|
22877
23810
|
}
|
|
22878
23811
|
},
|
|
22879
23812
|
"description": "Measurement of total depth of water column",
|
|
@@ -22906,6 +23839,10 @@
|
|
|
22906
23839
|
"occurrence": {
|
|
22907
23840
|
"tag": "occurrence",
|
|
22908
23841
|
"value": "1"
|
|
23842
|
+
},
|
|
23843
|
+
"storage_units": {
|
|
23844
|
+
"tag": "storage_units",
|
|
23845
|
+
"value": "ug/L|umol/L"
|
|
22909
23846
|
}
|
|
22910
23847
|
},
|
|
22911
23848
|
"description": "Total dissolved nitrogen concentration, reported as nitrogen, measured by: total dissolved nitrogen = NH4 + NO3NO2 + dissolved organic nitrogen",
|
|
@@ -22938,6 +23875,10 @@
|
|
|
22938
23875
|
"occurrence": {
|
|
22939
23876
|
"tag": "occurrence",
|
|
22940
23877
|
"value": "1"
|
|
23878
|
+
},
|
|
23879
|
+
"storage_units": {
|
|
23880
|
+
"tag": "storage_units",
|
|
23881
|
+
"value": "ug/L"
|
|
22941
23882
|
}
|
|
22942
23883
|
},
|
|
22943
23884
|
"description": "Total inorganic nitrogen content",
|
|
@@ -22970,6 +23911,10 @@
|
|
|
22970
23911
|
"occurrence": {
|
|
22971
23912
|
"tag": "occurrence",
|
|
22972
23913
|
"value": "1"
|
|
23914
|
+
},
|
|
23915
|
+
"storage_units": {
|
|
23916
|
+
"tag": "storage_units",
|
|
23917
|
+
"value": "mg/L|mg/kg"
|
|
22973
23918
|
}
|
|
22974
23919
|
},
|
|
22975
23920
|
"description": "Concentration of total iron in the sample",
|
|
@@ -23002,6 +23947,10 @@
|
|
|
23002
23947
|
"occurrence": {
|
|
23003
23948
|
"tag": "occurrence",
|
|
23004
23949
|
"value": "1"
|
|
23950
|
+
},
|
|
23951
|
+
"storage_units": {
|
|
23952
|
+
"tag": "storage_units",
|
|
23953
|
+
"value": "mg/L|ug/L|umol/L|%"
|
|
23005
23954
|
}
|
|
23006
23955
|
},
|
|
23007
23956
|
"description": "Total nitrogen concentration of water samples, calculated by: total nitrogen = total dissolved nitrogen + particulate nitrogen. Can also be measured without filtering, reported as nitrogen",
|
|
@@ -23063,6 +24012,10 @@
|
|
|
23063
24012
|
"occurrence": {
|
|
23064
24013
|
"tag": "occurrence",
|
|
23065
24014
|
"value": "1"
|
|
24015
|
+
},
|
|
24016
|
+
"storage_units": {
|
|
24017
|
+
"tag": "storage_units",
|
|
24018
|
+
"value": "mg/L|ug/L|umol/L|%"
|
|
23066
24019
|
}
|
|
23067
24020
|
},
|
|
23068
24021
|
"description": "Total nitrogen content of the sample",
|
|
@@ -23124,6 +24077,10 @@
|
|
|
23124
24077
|
"occurrence": {
|
|
23125
24078
|
"tag": "occurrence",
|
|
23126
24079
|
"value": "1"
|
|
24080
|
+
},
|
|
24081
|
+
"storage_units": {
|
|
24082
|
+
"tag": "storage_units",
|
|
24083
|
+
"value": "mg/L"
|
|
23127
24084
|
}
|
|
23128
24085
|
},
|
|
23129
24086
|
"description": "Definition for soil: total organic carbon content of the soil, definition otherwise: total organic carbon content",
|
|
@@ -23156,6 +24113,10 @@
|
|
|
23156
24113
|
"occurrence": {
|
|
23157
24114
|
"tag": "occurrence",
|
|
23158
24115
|
"value": "1"
|
|
24116
|
+
},
|
|
24117
|
+
"storage_units": {
|
|
24118
|
+
"tag": "storage_units",
|
|
24119
|
+
"value": "ug/L|umol/L"
|
|
23159
24120
|
}
|
|
23160
24121
|
},
|
|
23161
24122
|
"description": "Total particulate carbon content",
|
|
@@ -23188,6 +24149,10 @@
|
|
|
23188
24149
|
"occurrence": {
|
|
23189
24150
|
"tag": "occurrence",
|
|
23190
24151
|
"value": "1"
|
|
24152
|
+
},
|
|
24153
|
+
"storage_units": {
|
|
24154
|
+
"tag": "storage_units",
|
|
24155
|
+
"value": "[ppm]|mg/L|umol/L"
|
|
23191
24156
|
}
|
|
23192
24157
|
},
|
|
23193
24158
|
"description": "Total phosphorus concentration in the sample, calculated by: total phosphorus = total dissolved phosphorus + particulate phosphorus",
|
|
@@ -23220,6 +24185,10 @@
|
|
|
23220
24185
|
"occurrence": {
|
|
23221
24186
|
"tag": "occurrence",
|
|
23222
24187
|
"value": "1"
|
|
24188
|
+
},
|
|
24189
|
+
"storage_units": {
|
|
24190
|
+
"tag": "storage_units",
|
|
24191
|
+
"value": "ug/L|umol/L"
|
|
23223
24192
|
}
|
|
23224
24193
|
},
|
|
23225
24194
|
"description": "Total amount or concentration of phosphate",
|
|
@@ -23252,6 +24221,10 @@
|
|
|
23252
24221
|
"occurrence": {
|
|
23253
24222
|
"tag": "occurrence",
|
|
23254
24223
|
"value": "1"
|
|
24224
|
+
},
|
|
24225
|
+
"storage_units": {
|
|
24226
|
+
"tag": "storage_units",
|
|
24227
|
+
"value": "[ppm]|mg/L"
|
|
23255
24228
|
}
|
|
23256
24229
|
},
|
|
23257
24230
|
"description": "Concentration of total sulfur in the sample",
|
|
@@ -23368,6 +24341,10 @@
|
|
|
23368
24341
|
"occurrence": {
|
|
23369
24342
|
"tag": "occurrence",
|
|
23370
24343
|
"value": "1"
|
|
24344
|
+
},
|
|
24345
|
+
"storage_units": {
|
|
24346
|
+
"tag": "storage_units",
|
|
24347
|
+
"value": "[NTU]|[FNU]"
|
|
23371
24348
|
}
|
|
23372
24349
|
},
|
|
23373
24350
|
"description": "Measure of the amount of cloudiness or haziness in water caused by individual particles",
|
|
@@ -23400,6 +24377,10 @@
|
|
|
23400
24377
|
"occurrence": {
|
|
23401
24378
|
"tag": "occurrence",
|
|
23402
24379
|
"value": "1"
|
|
24380
|
+
},
|
|
24381
|
+
"storage_units": {
|
|
24382
|
+
"tag": "storage_units",
|
|
24383
|
+
"value": "m"
|
|
23403
24384
|
}
|
|
23404
24385
|
},
|
|
23405
24386
|
"description": "True vertical depth subsea (TVDSS) of the hydrocarbon resource where the original pressure was measured (e.g. 1578 m).",
|
|
@@ -23432,6 +24413,10 @@
|
|
|
23432
24413
|
"occurrence": {
|
|
23433
24414
|
"tag": "occurrence",
|
|
23434
24415
|
"value": "1"
|
|
24416
|
+
},
|
|
24417
|
+
"units_alignment_excuse": {
|
|
24418
|
+
"tag": "units_alignment_excuse",
|
|
24419
|
+
"value": "complex_unit"
|
|
23435
24420
|
}
|
|
23436
24421
|
},
|
|
23437
24422
|
"description": "True vertical depth subsea (TVDSS) of the hydrocarbon resource where the original temperature was measured (e.g. 1345 m).",
|
|
@@ -23492,6 +24477,10 @@
|
|
|
23492
24477
|
"occurrence": {
|
|
23493
24478
|
"tag": "occurrence",
|
|
23494
24479
|
"value": "1"
|
|
24480
|
+
},
|
|
24481
|
+
"storage_units": {
|
|
24482
|
+
"tag": "storage_units",
|
|
24483
|
+
"value": "L/s|m3/min"
|
|
23495
24484
|
}
|
|
23496
24485
|
},
|
|
23497
24486
|
"description": "Ventilation rate of the system in the sampled premises",
|
|
@@ -23553,6 +24542,10 @@
|
|
|
23553
24542
|
"occurrence": {
|
|
23554
24543
|
"tag": "occurrence",
|
|
23555
24544
|
"value": "1"
|
|
24545
|
+
},
|
|
24546
|
+
"storage_units": {
|
|
24547
|
+
"tag": "storage_units",
|
|
24548
|
+
"value": "[ppm]|mg/L"
|
|
23556
24549
|
}
|
|
23557
24550
|
},
|
|
23558
24551
|
"description": "Concentration of Volatile Fatty Acids in the sample",
|
|
@@ -23585,6 +24578,10 @@
|
|
|
23585
24578
|
"occurrence": {
|
|
23586
24579
|
"tag": "occurrence",
|
|
23587
24580
|
"value": "1"
|
|
24581
|
+
},
|
|
24582
|
+
"storage_units": {
|
|
24583
|
+
"tag": "storage_units",
|
|
24584
|
+
"value": "mg/L"
|
|
23588
24585
|
}
|
|
23589
24586
|
},
|
|
23590
24587
|
"description": "Original volatile fatty acid concentration in the hydrocarbon resource",
|
|
@@ -23712,6 +24709,10 @@
|
|
|
23712
24709
|
"occurrence": {
|
|
23713
24710
|
"tag": "occurrence",
|
|
23714
24711
|
"value": "1"
|
|
24712
|
+
},
|
|
24713
|
+
"storage_units": {
|
|
24714
|
+
"tag": "storage_units",
|
|
24715
|
+
"value": "m2"
|
|
23715
24716
|
}
|
|
23716
24717
|
},
|
|
23717
24718
|
"description": "The total area of the sampled room's walls",
|
|
@@ -23800,6 +24801,10 @@
|
|
|
23800
24801
|
"occurrence": {
|
|
23801
24802
|
"tag": "occurrence",
|
|
23802
24803
|
"value": "1"
|
|
24804
|
+
},
|
|
24805
|
+
"storage_units": {
|
|
24806
|
+
"tag": "storage_units",
|
|
24807
|
+
"value": "cm"
|
|
23803
24808
|
}
|
|
23804
24809
|
},
|
|
23805
24810
|
"description": "The average height of the walls in the sampled room",
|
|
@@ -23916,6 +24921,10 @@
|
|
|
23916
24921
|
"occurrence": {
|
|
23917
24922
|
"tag": "occurrence",
|
|
23918
24923
|
"value": "1"
|
|
24924
|
+
},
|
|
24925
|
+
"storage_units": {
|
|
24926
|
+
"tag": "storage_units",
|
|
24927
|
+
"value": "J/K"
|
|
23919
24928
|
}
|
|
23920
24929
|
},
|
|
23921
24930
|
"description": "The ability of the wall to provide inertia against temperature fluctuations. Generally this means concrete or concrete block that is either exposed or covered only with paint",
|
|
@@ -24067,6 +25076,10 @@
|
|
|
24067
25076
|
"occurrence": {
|
|
24068
25077
|
"tag": "occurrence",
|
|
24069
25078
|
"value": "1"
|
|
25079
|
+
},
|
|
25080
|
+
"storage_units": {
|
|
25081
|
+
"tag": "storage_units",
|
|
25082
|
+
"value": "[kn_i]|m3/s"
|
|
24070
25083
|
}
|
|
24071
25084
|
},
|
|
24072
25085
|
"description": "Measurement of magnitude and direction of flow within a fluid",
|
|
@@ -24099,6 +25112,10 @@
|
|
|
24099
25112
|
"occurrence": {
|
|
24100
25113
|
"tag": "occurrence",
|
|
24101
25114
|
"value": "1"
|
|
25115
|
+
},
|
|
25116
|
+
"storage_units": {
|
|
25117
|
+
"tag": "storage_units",
|
|
25118
|
+
"value": "%"
|
|
24102
25119
|
}
|
|
24103
25120
|
},
|
|
24104
25121
|
"description": "Current amount of water (%) in a produced fluid stream; or the average of the combined streams",
|
|
@@ -24131,6 +25148,10 @@
|
|
|
24131
25148
|
"occurrence": {
|
|
24132
25149
|
"tag": "occurrence",
|
|
24133
25150
|
"value": "1"
|
|
25151
|
+
},
|
|
25152
|
+
"storage_units": {
|
|
25153
|
+
"tag": "storage_units",
|
|
25154
|
+
"value": "m2"
|
|
24134
25155
|
}
|
|
24135
25156
|
},
|
|
24136
25157
|
"description": "The size of the water feature",
|
|
@@ -24191,6 +25212,10 @@
|
|
|
24191
25212
|
"occurrence": {
|
|
24192
25213
|
"tag": "occurrence",
|
|
24193
25214
|
"value": "1"
|
|
25215
|
+
},
|
|
25216
|
+
"storage_units": {
|
|
25217
|
+
"tag": "storage_units",
|
|
25218
|
+
"value": "m3/d"
|
|
24194
25219
|
}
|
|
24195
25220
|
},
|
|
24196
25221
|
"description": "Water production rates per well (e.g. 987 m3 / day)",
|
|
@@ -24377,6 +25402,10 @@
|
|
|
24377
25402
|
"occurrence": {
|
|
24378
25403
|
"tag": "occurrence",
|
|
24379
25404
|
"value": "1"
|
|
25405
|
+
},
|
|
25406
|
+
"storage_units": {
|
|
25407
|
+
"tag": "storage_units",
|
|
25408
|
+
"value": "km/h|m/s"
|
|
24380
25409
|
}
|
|
24381
25410
|
},
|
|
24382
25411
|
"description": "Speed of wind measured at the time of sampling",
|
|
@@ -24724,6 +25753,10 @@
|
|
|
24724
25753
|
"occurrence": {
|
|
24725
25754
|
"tag": "occurrence",
|
|
24726
25755
|
"value": "1"
|
|
25756
|
+
},
|
|
25757
|
+
"storage_units": {
|
|
25758
|
+
"tag": "storage_units",
|
|
25759
|
+
"value": "[ppm]|mg/L"
|
|
24727
25760
|
}
|
|
24728
25761
|
},
|
|
24729
25762
|
"description": "Concentration of xylene in the sample",
|