nmdc-schema 11.12.0rc1__py3-none-any.whl → 11.12.0rc2__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 +113 -117
- nmdc_schema/nmdc.py +5 -8
- nmdc_schema/nmdc.schema.json +2 -1
- nmdc_schema/nmdc_materialized_patterns.json +113 -143
- nmdc_schema/nmdc_materialized_patterns.schema.json +2 -1
- nmdc_schema/nmdc_materialized_patterns.yaml +113 -124
- {nmdc_schema-11.12.0rc1.dist-info → nmdc_schema-11.12.0rc2.dist-info}/METADATA +1 -1
- {nmdc_schema-11.12.0rc1.dist-info → nmdc_schema-11.12.0rc2.dist-info}/RECORD +11 -11
- {nmdc_schema-11.12.0rc1.dist-info → nmdc_schema-11.12.0rc2.dist-info}/WHEEL +0 -0
- {nmdc_schema-11.12.0rc1.dist-info → nmdc_schema-11.12.0rc2.dist-info}/entry_points.txt +0 -0
- {nmdc_schema-11.12.0rc1.dist-info → nmdc_schema-11.12.0rc2.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.12.
|
|
9
|
+
"version": "11.12.0rc2",
|
|
10
10
|
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
|
|
11
11
|
"prefixes": {
|
|
12
12
|
"BFO": {
|
|
@@ -1814,6 +1814,10 @@
|
|
|
1814
1814
|
"text": "atm",
|
|
1815
1815
|
"description": "The Unified Code for Units of Measure (UCUM) representation of atmosphere."
|
|
1816
1816
|
},
|
|
1817
|
+
"V": {
|
|
1818
|
+
"text": "V",
|
|
1819
|
+
"description": "The Unified Code for Units of Measure (UCUM) representation of volt."
|
|
1820
|
+
},
|
|
1817
1821
|
"mV": {
|
|
1818
1822
|
"text": "mV",
|
|
1819
1823
|
"description": "The Unified Code for Units of Measure (UCUM) representation of millivolt."
|
|
@@ -8593,7 +8597,7 @@
|
|
|
8593
8597
|
],
|
|
8594
8598
|
"examples": [
|
|
8595
8599
|
{
|
|
8596
|
-
"value": "543
|
|
8600
|
+
"value": "543 [ppm]"
|
|
8597
8601
|
}
|
|
8598
8602
|
],
|
|
8599
8603
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -8634,7 +8638,7 @@
|
|
|
8634
8638
|
],
|
|
8635
8639
|
"examples": [
|
|
8636
8640
|
{
|
|
8637
|
-
"value": "1575
|
|
8641
|
+
"value": "1575 [ppm]"
|
|
8638
8642
|
}
|
|
8639
8643
|
],
|
|
8640
8644
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -10446,7 +10450,7 @@
|
|
|
10446
10450
|
"title": "absolute air humidity",
|
|
10447
10451
|
"examples": [
|
|
10448
10452
|
{
|
|
10449
|
-
"value": "9
|
|
10453
|
+
"value": "9 g/g"
|
|
10450
10454
|
}
|
|
10451
10455
|
],
|
|
10452
10456
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -10694,7 +10698,7 @@
|
|
|
10694
10698
|
"title": "air temperature",
|
|
10695
10699
|
"examples": [
|
|
10696
10700
|
{
|
|
10697
|
-
"value": "20
|
|
10701
|
+
"value": "20 Cel"
|
|
10698
10702
|
}
|
|
10699
10703
|
],
|
|
10700
10704
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -10829,7 +10833,7 @@
|
|
|
10829
10833
|
"title": "alkalinity",
|
|
10830
10834
|
"examples": [
|
|
10831
10835
|
{
|
|
10832
|
-
"value": "50
|
|
10836
|
+
"value": "50 mg/L"
|
|
10833
10837
|
}
|
|
10834
10838
|
],
|
|
10835
10839
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -10894,7 +10898,7 @@
|
|
|
10894
10898
|
"title": "alkyl diethers",
|
|
10895
10899
|
"examples": [
|
|
10896
10900
|
{
|
|
10897
|
-
"value": "0.005
|
|
10901
|
+
"value": "0.005 mol/L"
|
|
10898
10902
|
}
|
|
10899
10903
|
],
|
|
10900
10904
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -10922,7 +10926,7 @@
|
|
|
10922
10926
|
"title": "altitude",
|
|
10923
10927
|
"examples": [
|
|
10924
10928
|
{
|
|
10925
|
-
"value": "100
|
|
10929
|
+
"value": "100 m"
|
|
10926
10930
|
}
|
|
10927
10931
|
],
|
|
10928
10932
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -10958,7 +10962,7 @@
|
|
|
10958
10962
|
"title": "aminopeptidase activity",
|
|
10959
10963
|
"examples": [
|
|
10960
10964
|
{
|
|
10961
|
-
"value": "0.269
|
|
10965
|
+
"value": "0.269 mol/L/h"
|
|
10962
10966
|
}
|
|
10963
10967
|
],
|
|
10964
10968
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -10994,7 +10998,7 @@
|
|
|
10994
10998
|
"title": "ammonium",
|
|
10995
10999
|
"examples": [
|
|
10996
11000
|
{
|
|
10997
|
-
"value": "1.5
|
|
11001
|
+
"value": "1.5 mg/L"
|
|
10998
11002
|
}
|
|
10999
11003
|
],
|
|
11000
11004
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -11095,7 +11099,7 @@
|
|
|
11095
11099
|
"title": "mean annual precipitation",
|
|
11096
11100
|
"examples": [
|
|
11097
11101
|
{
|
|
11098
|
-
"value": ""
|
|
11102
|
+
"value": "225 mm"
|
|
11099
11103
|
}
|
|
11100
11104
|
],
|
|
11101
11105
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -11131,7 +11135,7 @@
|
|
|
11131
11135
|
"title": "mean annual temperature",
|
|
11132
11136
|
"examples": [
|
|
11133
11137
|
{
|
|
11134
|
-
"value": "12.5
|
|
11138
|
+
"value": "12.5 Cel"
|
|
11135
11139
|
}
|
|
11136
11140
|
],
|
|
11137
11141
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -11361,7 +11365,7 @@
|
|
|
11361
11365
|
"title": "average dew point",
|
|
11362
11366
|
"examples": [
|
|
11363
11367
|
{
|
|
11364
|
-
"value": "25.5
|
|
11368
|
+
"value": "25.5 Cel"
|
|
11365
11369
|
}
|
|
11366
11370
|
],
|
|
11367
11371
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -11425,7 +11429,7 @@
|
|
|
11425
11429
|
"title": "average temperature",
|
|
11426
11430
|
"examples": [
|
|
11427
11431
|
{
|
|
11428
|
-
"value": "12.5
|
|
11432
|
+
"value": "12.5 Cel"
|
|
11429
11433
|
}
|
|
11430
11434
|
],
|
|
11431
11435
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -11461,7 +11465,7 @@
|
|
|
11461
11465
|
"title": "bacterial production",
|
|
11462
11466
|
"examples": [
|
|
11463
11467
|
{
|
|
11464
|
-
"value": "5
|
|
11468
|
+
"value": "5 mg/m3/d"
|
|
11465
11469
|
}
|
|
11466
11470
|
],
|
|
11467
11471
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -11497,7 +11501,7 @@
|
|
|
11497
11501
|
"title": "bacterial respiration",
|
|
11498
11502
|
"examples": [
|
|
11499
11503
|
{
|
|
11500
|
-
"value": "300
|
|
11504
|
+
"value": "300 umol/L/h"
|
|
11501
11505
|
}
|
|
11502
11506
|
],
|
|
11503
11507
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -11533,7 +11537,7 @@
|
|
|
11533
11537
|
"title": "bacterial carbon production",
|
|
11534
11538
|
"examples": [
|
|
11535
11539
|
{
|
|
11536
|
-
"value": "
|
|
11540
|
+
"value": "50 ng/h"
|
|
11537
11541
|
}
|
|
11538
11542
|
],
|
|
11539
11543
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -11569,7 +11573,7 @@
|
|
|
11569
11573
|
"title": "barometric pressure",
|
|
11570
11574
|
"examples": [
|
|
11571
11575
|
{
|
|
11572
|
-
"value": "
|
|
11576
|
+
"value": "1013 mbar"
|
|
11573
11577
|
}
|
|
11574
11578
|
],
|
|
11575
11579
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -11939,7 +11943,7 @@
|
|
|
11939
11943
|
"title": "bishomohopanol",
|
|
11940
11944
|
"examples": [
|
|
11941
11945
|
{
|
|
11942
|
-
"value": "14
|
|
11946
|
+
"value": "14 ug/L"
|
|
11943
11947
|
}
|
|
11944
11948
|
],
|
|
11945
11949
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -12047,7 +12051,7 @@
|
|
|
12047
12051
|
"title": "bromide",
|
|
12048
12052
|
"examples": [
|
|
12049
12053
|
{
|
|
12050
|
-
"value": "0.05
|
|
12054
|
+
"value": "0.05 [ppm]"
|
|
12051
12055
|
}
|
|
12052
12056
|
],
|
|
12053
12057
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -12167,7 +12171,7 @@
|
|
|
12167
12171
|
"title": "built structure age",
|
|
12168
12172
|
"examples": [
|
|
12169
12173
|
{
|
|
12170
|
-
"value": "15"
|
|
12174
|
+
"value": "15 a"
|
|
12171
12175
|
}
|
|
12172
12176
|
],
|
|
12173
12177
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -12261,7 +12265,7 @@
|
|
|
12261
12265
|
"title": "calcium",
|
|
12262
12266
|
"examples": [
|
|
12263
12267
|
{
|
|
12264
|
-
"value": "0.2
|
|
12268
|
+
"value": "0.2 umol/L"
|
|
12265
12269
|
}
|
|
12266
12270
|
],
|
|
12267
12271
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -12297,7 +12301,7 @@
|
|
|
12297
12301
|
"title": "carbon dioxide",
|
|
12298
12302
|
"examples": [
|
|
12299
12303
|
{
|
|
12300
|
-
"value": "410
|
|
12304
|
+
"value": "410 [ppm]"
|
|
12301
12305
|
}
|
|
12302
12306
|
],
|
|
12303
12307
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -12333,7 +12337,7 @@
|
|
|
12333
12337
|
"title": "carbon monoxide",
|
|
12334
12338
|
"examples": [
|
|
12335
12339
|
{
|
|
12336
|
-
"value": "0.1
|
|
12340
|
+
"value": "0.1 [ppm]"
|
|
12337
12341
|
}
|
|
12338
12342
|
],
|
|
12339
12343
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -12401,7 +12405,7 @@
|
|
|
12401
12405
|
"title": "ceiling area",
|
|
12402
12406
|
"examples": [
|
|
12403
12407
|
{
|
|
12404
|
-
"value": "25
|
|
12408
|
+
"value": "25 m2"
|
|
12405
12409
|
}
|
|
12406
12410
|
],
|
|
12407
12411
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -12830,7 +12834,7 @@
|
|
|
12830
12834
|
"title": "chloride",
|
|
12831
12835
|
"examples": [
|
|
12832
12836
|
{
|
|
12833
|
-
"value": "5000
|
|
12837
|
+
"value": "5000 mg/L"
|
|
12834
12838
|
}
|
|
12835
12839
|
],
|
|
12836
12840
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -12866,7 +12870,7 @@
|
|
|
12866
12870
|
"title": "chlorophyll",
|
|
12867
12871
|
"examples": [
|
|
12868
12872
|
{
|
|
12869
|
-
"value": "5
|
|
12873
|
+
"value": "5 mg/m3"
|
|
12870
12874
|
}
|
|
12871
12875
|
],
|
|
12872
12876
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -12956,7 +12960,7 @@
|
|
|
12956
12960
|
"title": "conductivity",
|
|
12957
12961
|
"examples": [
|
|
12958
12962
|
{
|
|
12959
|
-
"value": "10
|
|
12963
|
+
"value": "10 uS/cm"
|
|
12960
12964
|
}
|
|
12961
12965
|
],
|
|
12962
12966
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -13192,7 +13196,7 @@
|
|
|
13192
13196
|
"title": "density",
|
|
13193
13197
|
"examples": [
|
|
13194
13198
|
{
|
|
13195
|
-
"value": "1000
|
|
13199
|
+
"value": "1000 kg/m3"
|
|
13196
13200
|
}
|
|
13197
13201
|
],
|
|
13198
13202
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -13248,7 +13252,7 @@
|
|
|
13248
13252
|
"title": "depth",
|
|
13249
13253
|
"examples": [
|
|
13250
13254
|
{
|
|
13251
|
-
"value": "10
|
|
13255
|
+
"value": "10 m"
|
|
13252
13256
|
}
|
|
13253
13257
|
],
|
|
13254
13258
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -13284,7 +13288,7 @@
|
|
|
13284
13288
|
"title": "dew point",
|
|
13285
13289
|
"examples": [
|
|
13286
13290
|
{
|
|
13287
|
-
"value": "22
|
|
13291
|
+
"value": "22 Cel"
|
|
13288
13292
|
}
|
|
13289
13293
|
],
|
|
13290
13294
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -13354,7 +13358,7 @@
|
|
|
13354
13358
|
"title": "dissolved carbon dioxide",
|
|
13355
13359
|
"examples": [
|
|
13356
13360
|
{
|
|
13357
|
-
"value": "5
|
|
13361
|
+
"value": "5 mg/L"
|
|
13358
13362
|
}
|
|
13359
13363
|
],
|
|
13360
13364
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -13390,7 +13394,7 @@
|
|
|
13390
13394
|
"title": "dissolved hydrogen",
|
|
13391
13395
|
"examples": [
|
|
13392
13396
|
{
|
|
13393
|
-
"value": "0.3
|
|
13397
|
+
"value": "0.3 umol/L"
|
|
13394
13398
|
}
|
|
13395
13399
|
],
|
|
13396
13400
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -13419,14 +13423,14 @@
|
|
|
13419
13423
|
},
|
|
13420
13424
|
"storage_units": {
|
|
13421
13425
|
"tag": "storage_units",
|
|
13422
|
-
"value": "[ppm]|mg/L|ug/L"
|
|
13426
|
+
"value": "[ppm]|mg/L|ug/L|umol/kg"
|
|
13423
13427
|
}
|
|
13424
13428
|
},
|
|
13425
13429
|
"description": "Dissolved inorganic carbon concentration in the sample, typically measured after filtering the sample using a 0.45 micrometer filter",
|
|
13426
13430
|
"title": "dissolved inorganic carbon",
|
|
13427
13431
|
"examples": [
|
|
13428
13432
|
{
|
|
13429
|
-
"value": "2059
|
|
13433
|
+
"value": "2059 umol/kg"
|
|
13430
13434
|
}
|
|
13431
13435
|
],
|
|
13432
13436
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -13462,7 +13466,7 @@
|
|
|
13462
13466
|
"title": "dissolved inorganic nitrogen",
|
|
13463
13467
|
"examples": [
|
|
13464
13468
|
{
|
|
13465
|
-
"value": "761
|
|
13469
|
+
"value": "761 umol/L"
|
|
13466
13470
|
}
|
|
13467
13471
|
],
|
|
13468
13472
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -13491,14 +13495,14 @@
|
|
|
13491
13495
|
},
|
|
13492
13496
|
"storage_units": {
|
|
13493
13497
|
"tag": "storage_units",
|
|
13494
|
-
"value": "[ppm]|mg/L|ug/L"
|
|
13498
|
+
"value": "[ppm]|mg/L|ug/L|umol/L"
|
|
13495
13499
|
}
|
|
13496
13500
|
},
|
|
13497
13501
|
"description": "Concentration of dissolved inorganic phosphorus in the sample",
|
|
13498
13502
|
"title": "dissolved inorganic phosphorus",
|
|
13499
13503
|
"examples": [
|
|
13500
13504
|
{
|
|
13501
|
-
"value": "56.5
|
|
13505
|
+
"value": "56.5 umol/L"
|
|
13502
13506
|
}
|
|
13503
13507
|
],
|
|
13504
13508
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -13570,7 +13574,7 @@
|
|
|
13570
13574
|
"title": "dissolved organic carbon",
|
|
13571
13575
|
"examples": [
|
|
13572
13576
|
{
|
|
13573
|
-
"value": "197
|
|
13577
|
+
"value": "197 umol/L"
|
|
13574
13578
|
}
|
|
13575
13579
|
],
|
|
13576
13580
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -13606,7 +13610,7 @@
|
|
|
13606
13610
|
"title": "dissolved organic nitrogen",
|
|
13607
13611
|
"examples": [
|
|
13608
13612
|
{
|
|
13609
|
-
"value": "0.05
|
|
13613
|
+
"value": "0.05 mg/L"
|
|
13610
13614
|
}
|
|
13611
13615
|
],
|
|
13612
13616
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -13642,7 +13646,7 @@
|
|
|
13642
13646
|
"title": "dissolved oxygen",
|
|
13643
13647
|
"examples": [
|
|
13644
13648
|
{
|
|
13645
|
-
"value": "175
|
|
13649
|
+
"value": "175 umol/L"
|
|
13646
13650
|
}
|
|
13647
13651
|
],
|
|
13648
13652
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -13882,7 +13886,7 @@
|
|
|
13882
13886
|
"title": "door area or size",
|
|
13883
13887
|
"examples": [
|
|
13884
13888
|
{
|
|
13885
|
-
"value": "2.5
|
|
13889
|
+
"value": "2.5 m2"
|
|
13886
13890
|
}
|
|
13887
13891
|
],
|
|
13888
13892
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -14031,7 +14035,7 @@
|
|
|
14031
14035
|
"title": "downward PAR",
|
|
14032
14036
|
"examples": [
|
|
14033
14037
|
{
|
|
14034
|
-
"value": "28.71
|
|
14038
|
+
"value": "28.71 umol/m2/s"
|
|
14035
14039
|
}
|
|
14036
14040
|
],
|
|
14037
14041
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -15046,14 +15050,14 @@
|
|
|
15046
15050
|
},
|
|
15047
15051
|
"storage_units": {
|
|
15048
15052
|
"tag": "storage_units",
|
|
15049
|
-
"value": "mg/m3"
|
|
15053
|
+
"value": "mg/m3|V"
|
|
15050
15054
|
}
|
|
15051
15055
|
},
|
|
15052
15056
|
"description": "Raw or converted fluorescence of water",
|
|
15053
15057
|
"title": "fluorescence",
|
|
15054
15058
|
"examples": [
|
|
15055
15059
|
{
|
|
15056
|
-
"value": "2.5
|
|
15060
|
+
"value": "2.5 V"
|
|
15057
15061
|
}
|
|
15058
15062
|
],
|
|
15059
15063
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -15365,7 +15369,7 @@
|
|
|
15365
15369
|
"title": "glucosidase activity",
|
|
15366
15370
|
"examples": [
|
|
15367
15371
|
{
|
|
15368
|
-
"value": "5 mol
|
|
15372
|
+
"value": "5 mol/L/h"
|
|
15369
15373
|
}
|
|
15370
15374
|
],
|
|
15371
15375
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -16073,7 +16077,7 @@
|
|
|
16073
16077
|
"title": "host age",
|
|
16074
16078
|
"examples": [
|
|
16075
16079
|
{
|
|
16076
|
-
"value": "10
|
|
16080
|
+
"value": "10 d"
|
|
16077
16081
|
}
|
|
16078
16082
|
],
|
|
16079
16083
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -16196,7 +16200,7 @@
|
|
|
16196
16200
|
"title": "host body temperature",
|
|
16197
16201
|
"examples": [
|
|
16198
16202
|
{
|
|
16199
|
-
"value": "15
|
|
16203
|
+
"value": "15 Cel"
|
|
16200
16204
|
}
|
|
16201
16205
|
],
|
|
16202
16206
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -16345,7 +16349,7 @@
|
|
|
16345
16349
|
"title": "host dry mass",
|
|
16346
16350
|
"examples": [
|
|
16347
16351
|
{
|
|
16348
|
-
"value": "500
|
|
16352
|
+
"value": "500 g"
|
|
16349
16353
|
}
|
|
16350
16354
|
],
|
|
16351
16355
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -16468,7 +16472,7 @@
|
|
|
16468
16472
|
"title": "host height",
|
|
16469
16473
|
"examples": [
|
|
16470
16474
|
{
|
|
16471
|
-
"value": "0.1
|
|
16475
|
+
"value": "0.1 m"
|
|
16472
16476
|
}
|
|
16473
16477
|
],
|
|
16474
16478
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -16534,7 +16538,7 @@
|
|
|
16534
16538
|
"title": "host length",
|
|
16535
16539
|
"examples": [
|
|
16536
16540
|
{
|
|
16537
|
-
"value": "1
|
|
16541
|
+
"value": "1 m"
|
|
16538
16542
|
}
|
|
16539
16543
|
],
|
|
16540
16544
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -16827,7 +16831,7 @@
|
|
|
16827
16831
|
"title": "host total mass",
|
|
16828
16832
|
"examples": [
|
|
16829
16833
|
{
|
|
16830
|
-
"value": "2500
|
|
16834
|
+
"value": "2500 g"
|
|
16831
16835
|
}
|
|
16832
16836
|
],
|
|
16833
16837
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -16863,7 +16867,7 @@
|
|
|
16863
16867
|
"title": "host wet mass",
|
|
16864
16868
|
"examples": [
|
|
16865
16869
|
{
|
|
16866
|
-
"value": "1500
|
|
16870
|
+
"value": "1500 g"
|
|
16867
16871
|
}
|
|
16868
16872
|
],
|
|
16869
16873
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -16899,7 +16903,7 @@
|
|
|
16899
16903
|
"title": "humidity",
|
|
16900
16904
|
"examples": [
|
|
16901
16905
|
{
|
|
16902
|
-
"value": "25
|
|
16906
|
+
"value": "25 g/m3"
|
|
16903
16907
|
}
|
|
16904
16908
|
],
|
|
16905
16909
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -17276,7 +17280,7 @@
|
|
|
17276
17280
|
"title": "light intensity",
|
|
17277
17281
|
"examples": [
|
|
17278
17282
|
{
|
|
17279
|
-
"value": "0.3
|
|
17283
|
+
"value": "0.3 lx"
|
|
17280
17284
|
}
|
|
17281
17285
|
],
|
|
17282
17286
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -17546,7 +17550,7 @@
|
|
|
17546
17550
|
"title": "magnesium",
|
|
17547
17551
|
"examples": [
|
|
17548
17552
|
{
|
|
17549
|
-
"value": "52.8
|
|
17553
|
+
"value": "52.8 umol/kg"
|
|
17550
17554
|
}
|
|
17551
17555
|
],
|
|
17552
17556
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -17614,7 +17618,7 @@
|
|
|
17614
17618
|
"title": "mean friction velocity",
|
|
17615
17619
|
"examples": [
|
|
17616
17620
|
{
|
|
17617
|
-
"value": "0.5
|
|
17621
|
+
"value": "0.5 m/s"
|
|
17618
17622
|
}
|
|
17619
17623
|
],
|
|
17620
17624
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -17650,7 +17654,7 @@
|
|
|
17650
17654
|
"title": "mean peak friction velocity",
|
|
17651
17655
|
"examples": [
|
|
17652
17656
|
{
|
|
17653
|
-
"value": "1
|
|
17657
|
+
"value": "1 m/s"
|
|
17654
17658
|
}
|
|
17655
17659
|
],
|
|
17656
17660
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -17744,7 +17748,7 @@
|
|
|
17744
17748
|
"title": "methane",
|
|
17745
17749
|
"examples": [
|
|
17746
17750
|
{
|
|
17747
|
-
"value": "1800
|
|
17751
|
+
"value": "1800 [ppb]"
|
|
17748
17752
|
}
|
|
17749
17753
|
],
|
|
17750
17754
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -17943,7 +17947,7 @@
|
|
|
17943
17947
|
"title": "nitrate",
|
|
17944
17948
|
"examples": [
|
|
17945
17949
|
{
|
|
17946
|
-
"value": "65
|
|
17950
|
+
"value": "65 umol/L"
|
|
17947
17951
|
}
|
|
17948
17952
|
],
|
|
17949
17953
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -17979,7 +17983,7 @@
|
|
|
17979
17983
|
"title": "nitrite",
|
|
17980
17984
|
"examples": [
|
|
17981
17985
|
{
|
|
17982
|
-
"value": "0.5
|
|
17986
|
+
"value": "0.5 umol/L"
|
|
17983
17987
|
}
|
|
17984
17988
|
],
|
|
17985
17989
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -18015,7 +18019,7 @@
|
|
|
18015
18019
|
"title": "nitrogen",
|
|
18016
18020
|
"examples": [
|
|
18017
18021
|
{
|
|
18018
|
-
"value": "4.2
|
|
18022
|
+
"value": "4.2 umol/L"
|
|
18019
18023
|
}
|
|
18020
18024
|
],
|
|
18021
18025
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -18315,14 +18319,14 @@
|
|
|
18315
18319
|
},
|
|
18316
18320
|
"storage_units": {
|
|
18317
18321
|
"tag": "storage_units",
|
|
18318
|
-
"value": "umol/L
|
|
18322
|
+
"value": "umol/L|%|mg/L"
|
|
18319
18323
|
}
|
|
18320
18324
|
},
|
|
18321
18325
|
"description": "Concentration of organic carbon",
|
|
18322
18326
|
"title": "organic carbon",
|
|
18323
18327
|
"examples": [
|
|
18324
18328
|
{
|
|
18325
|
-
"value": "
|
|
18329
|
+
"value": "0.015 mg/L"
|
|
18326
18330
|
}
|
|
18327
18331
|
],
|
|
18328
18332
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -18391,7 +18395,7 @@
|
|
|
18391
18395
|
"title": "organic matter",
|
|
18392
18396
|
"examples": [
|
|
18393
18397
|
{
|
|
18394
|
-
"value": "
|
|
18398
|
+
"value": "200 ug/L"
|
|
18395
18399
|
}
|
|
18396
18400
|
],
|
|
18397
18401
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -18427,7 +18431,7 @@
|
|
|
18427
18431
|
"title": "organic nitrogen",
|
|
18428
18432
|
"examples": [
|
|
18429
18433
|
{
|
|
18430
|
-
"value": "4
|
|
18434
|
+
"value": "4 ug/L"
|
|
18431
18435
|
}
|
|
18432
18436
|
],
|
|
18433
18437
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -18598,7 +18602,7 @@
|
|
|
18598
18602
|
"title": "oxygen",
|
|
18599
18603
|
"examples": [
|
|
18600
18604
|
{
|
|
18601
|
-
"value": "600
|
|
18605
|
+
"value": "600 [ppm]"
|
|
18602
18606
|
}
|
|
18603
18607
|
],
|
|
18604
18608
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -18634,7 +18638,7 @@
|
|
|
18634
18638
|
"title": "particulate organic carbon",
|
|
18635
18639
|
"examples": [
|
|
18636
18640
|
{
|
|
18637
|
-
"value": "
|
|
18641
|
+
"value": "0.02 mg/L"
|
|
18638
18642
|
}
|
|
18639
18643
|
],
|
|
18640
18644
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -18670,7 +18674,7 @@
|
|
|
18670
18674
|
"title": "particulate organic nitrogen",
|
|
18671
18675
|
"examples": [
|
|
18672
18676
|
{
|
|
18673
|
-
"value": "0.3
|
|
18677
|
+
"value": "0.3 umol/L"
|
|
18674
18678
|
}
|
|
18675
18679
|
],
|
|
18676
18680
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -18887,7 +18891,7 @@
|
|
|
18887
18891
|
"title": "petroleum hydrocarbon",
|
|
18888
18892
|
"examples": [
|
|
18889
18893
|
{
|
|
18890
|
-
"value": "0.05
|
|
18894
|
+
"value": "0.05 umol/L"
|
|
18891
18895
|
}
|
|
18892
18896
|
],
|
|
18893
18897
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -19044,7 +19048,7 @@
|
|
|
19044
19048
|
"title": "phosphate",
|
|
19045
19049
|
"examples": [
|
|
19046
19050
|
{
|
|
19047
|
-
"value": "0.7
|
|
19051
|
+
"value": "0.7 umol/L"
|
|
19048
19052
|
}
|
|
19049
19053
|
],
|
|
19050
19054
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -19114,7 +19118,7 @@
|
|
|
19114
19118
|
"title": "photon flux",
|
|
19115
19119
|
"examples": [
|
|
19116
19120
|
{
|
|
19117
|
-
"value": "3.926
|
|
19121
|
+
"value": "3.926 umol/m2/s"
|
|
19118
19122
|
}
|
|
19119
19123
|
],
|
|
19120
19124
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -19360,7 +19364,7 @@
|
|
|
19360
19364
|
"title": "potassium",
|
|
19361
19365
|
"examples": [
|
|
19362
19366
|
{
|
|
19363
|
-
"value": "463
|
|
19367
|
+
"value": "463 mg/L"
|
|
19364
19368
|
}
|
|
19365
19369
|
],
|
|
19366
19370
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -19490,7 +19494,7 @@
|
|
|
19490
19494
|
"title": "pressure",
|
|
19491
19495
|
"examples": [
|
|
19492
19496
|
{
|
|
19493
|
-
"value": "50
|
|
19497
|
+
"value": "50 atm"
|
|
19494
19498
|
}
|
|
19495
19499
|
],
|
|
19496
19500
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -19584,7 +19588,7 @@
|
|
|
19584
19588
|
"title": "primary production",
|
|
19585
19589
|
"examples": [
|
|
19586
19590
|
{
|
|
19587
|
-
"value": "100
|
|
19591
|
+
"value": "100 mg/m3/d"
|
|
19588
19592
|
}
|
|
19589
19593
|
],
|
|
19590
19594
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -19866,7 +19870,7 @@
|
|
|
19866
19870
|
"title": "redox potential",
|
|
19867
19871
|
"examples": [
|
|
19868
19872
|
{
|
|
19869
|
-
"value": "300
|
|
19873
|
+
"value": "300 mV"
|
|
19870
19874
|
}
|
|
19871
19875
|
],
|
|
19872
19876
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -20859,7 +20863,7 @@
|
|
|
20859
20863
|
"title": "salinity",
|
|
20860
20864
|
"examples": [
|
|
20861
20865
|
{
|
|
20862
|
-
"value": "
|
|
20866
|
+
"value": "70 mg/L"
|
|
20863
20867
|
}
|
|
20864
20868
|
],
|
|
20865
20869
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -21178,7 +21182,7 @@
|
|
|
21178
21182
|
"title": "sample measured depth",
|
|
21179
21183
|
"examples": [
|
|
21180
21184
|
{
|
|
21181
|
-
"value": "1534
|
|
21185
|
+
"value": "1534 m"
|
|
21182
21186
|
}
|
|
21183
21187
|
],
|
|
21184
21188
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -21296,7 +21300,7 @@
|
|
|
21296
21300
|
"title": "amount or size of sample collected",
|
|
21297
21301
|
"examples": [
|
|
21298
21302
|
{
|
|
21299
|
-
"value": "5
|
|
21303
|
+
"value": "5 L"
|
|
21300
21304
|
}
|
|
21301
21305
|
],
|
|
21302
21306
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -21420,7 +21424,7 @@
|
|
|
21420
21424
|
"title": "sample storage temperature",
|
|
21421
21425
|
"examples": [
|
|
21422
21426
|
{
|
|
21423
|
-
"value": "-80
|
|
21427
|
+
"value": "-80 Cel"
|
|
21424
21428
|
}
|
|
21425
21429
|
],
|
|
21426
21430
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -21629,7 +21633,7 @@
|
|
|
21629
21633
|
"title": "sample volume or weight for DNA extraction",
|
|
21630
21634
|
"examples": [
|
|
21631
21635
|
{
|
|
21632
|
-
"value": "1500
|
|
21636
|
+
"value": "1500 mL"
|
|
21633
21637
|
}
|
|
21634
21638
|
],
|
|
21635
21639
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -21814,7 +21818,7 @@
|
|
|
21814
21818
|
"title": "mean seasonal precipitation",
|
|
21815
21819
|
"examples": [
|
|
21816
21820
|
{
|
|
21817
|
-
"value": ""
|
|
21821
|
+
"value": "10 mm"
|
|
21818
21822
|
}
|
|
21819
21823
|
],
|
|
21820
21824
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -21850,7 +21854,7 @@
|
|
|
21850
21854
|
"title": "mean seasonal temperature",
|
|
21851
21855
|
"examples": [
|
|
21852
21856
|
{
|
|
21853
|
-
"value": "18
|
|
21857
|
+
"value": "18 Cel"
|
|
21854
21858
|
}
|
|
21855
21859
|
],
|
|
21856
21860
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -22222,7 +22226,7 @@
|
|
|
22222
22226
|
"title": "silicate",
|
|
22223
22227
|
"examples": [
|
|
22224
22228
|
{
|
|
22225
|
-
"value": "0.05
|
|
22229
|
+
"value": "0.05 umol/L"
|
|
22226
22230
|
}
|
|
22227
22231
|
],
|
|
22228
22232
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -22283,7 +22287,7 @@
|
|
|
22283
22287
|
"title": "size-fraction lower threshold",
|
|
22284
22288
|
"examples": [
|
|
22285
22289
|
{
|
|
22286
|
-
"value": "0.2
|
|
22290
|
+
"value": "0.2 um"
|
|
22287
22291
|
}
|
|
22288
22292
|
],
|
|
22289
22293
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -22319,7 +22323,7 @@
|
|
|
22319
22323
|
"title": "size-fraction upper threshold",
|
|
22320
22324
|
"examples": [
|
|
22321
22325
|
{
|
|
22322
|
-
"value": "20
|
|
22326
|
+
"value": "20 um"
|
|
22323
22327
|
}
|
|
22324
22328
|
],
|
|
22325
22329
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -22355,7 +22359,7 @@
|
|
|
22355
22359
|
"title": "slope aspect",
|
|
22356
22360
|
"examples": [
|
|
22357
22361
|
{
|
|
22358
|
-
"value": ""
|
|
22362
|
+
"value": "35 deg"
|
|
22359
22363
|
}
|
|
22360
22364
|
],
|
|
22361
22365
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -22463,7 +22467,7 @@
|
|
|
22463
22467
|
"title": "sodium",
|
|
22464
22468
|
"examples": [
|
|
22465
22469
|
{
|
|
22466
|
-
"value": "10.5
|
|
22470
|
+
"value": "10.5 mg/L"
|
|
22467
22471
|
}
|
|
22468
22472
|
],
|
|
22469
22473
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -22646,7 +22650,7 @@
|
|
|
22646
22650
|
"title": "solar irradiance",
|
|
22647
22651
|
"examples": [
|
|
22648
22652
|
{
|
|
22649
|
-
"value": "1.36
|
|
22653
|
+
"value": "1.36 kW/m2/d"
|
|
22650
22654
|
}
|
|
22651
22655
|
],
|
|
22652
22656
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -22750,7 +22754,7 @@
|
|
|
22750
22754
|
"title": "soluble reactive phosphorus",
|
|
22751
22755
|
"examples": [
|
|
22752
22756
|
{
|
|
22753
|
-
"value": "0.1
|
|
22757
|
+
"value": "0.1 mg/L"
|
|
22754
22758
|
}
|
|
22755
22759
|
],
|
|
22756
22760
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -23103,7 +23107,7 @@
|
|
|
23103
23107
|
"title": "sulfate",
|
|
23104
23108
|
"examples": [
|
|
23105
23109
|
{
|
|
23106
|
-
"value": "5
|
|
23110
|
+
"value": "5 umol/L"
|
|
23107
23111
|
}
|
|
23108
23112
|
],
|
|
23109
23113
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -23175,7 +23179,7 @@
|
|
|
23175
23179
|
"title": "sulfide",
|
|
23176
23180
|
"examples": [
|
|
23177
23181
|
{
|
|
23178
|
-
"value": "2
|
|
23182
|
+
"value": "2 umol/L"
|
|
23179
23183
|
}
|
|
23180
23184
|
],
|
|
23181
23185
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -23303,7 +23307,7 @@
|
|
|
23303
23307
|
"title": "surface moisture",
|
|
23304
23308
|
"examples": [
|
|
23305
23309
|
{
|
|
23306
|
-
"value": "0.01
|
|
23310
|
+
"value": "0.01 g/m2"
|
|
23307
23311
|
}
|
|
23308
23312
|
],
|
|
23309
23313
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -23367,7 +23371,7 @@
|
|
|
23367
23371
|
"title": "surface temperature",
|
|
23368
23372
|
"examples": [
|
|
23369
23373
|
{
|
|
23370
|
-
"value": "15
|
|
23374
|
+
"value": "15 Cel"
|
|
23371
23375
|
}
|
|
23372
23376
|
],
|
|
23373
23377
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -23403,7 +23407,7 @@
|
|
|
23403
23407
|
"title": "suspended particulate matter",
|
|
23404
23408
|
"examples": [
|
|
23405
23409
|
{
|
|
23406
|
-
"value": "0.5
|
|
23410
|
+
"value": "0.5 mg/L"
|
|
23407
23411
|
}
|
|
23408
23412
|
],
|
|
23409
23413
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -23555,7 +23559,7 @@
|
|
|
23555
23559
|
"title": "temperature",
|
|
23556
23560
|
"examples": [
|
|
23557
23561
|
{
|
|
23558
|
-
"value": "25
|
|
23562
|
+
"value": "25 Cel"
|
|
23559
23563
|
}
|
|
23560
23564
|
],
|
|
23561
23565
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -23591,7 +23595,7 @@
|
|
|
23591
23595
|
"title": "temperature outside house",
|
|
23592
23596
|
"examples": [
|
|
23593
23597
|
{
|
|
23594
|
-
"value": "5
|
|
23598
|
+
"value": "5 Cel"
|
|
23595
23599
|
}
|
|
23596
23600
|
],
|
|
23597
23601
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -23813,7 +23817,7 @@
|
|
|
23813
23817
|
"title": "total depth of water column",
|
|
23814
23818
|
"examples": [
|
|
23815
23819
|
{
|
|
23816
|
-
"value": "500
|
|
23820
|
+
"value": "500 m"
|
|
23817
23821
|
}
|
|
23818
23822
|
],
|
|
23819
23823
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -23849,7 +23853,7 @@
|
|
|
23849
23853
|
"title": "total dissolved nitrogen",
|
|
23850
23854
|
"examples": [
|
|
23851
23855
|
{
|
|
23852
|
-
"value": "40
|
|
23856
|
+
"value": "40 ug/L"
|
|
23853
23857
|
}
|
|
23854
23858
|
],
|
|
23855
23859
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -23885,7 +23889,7 @@
|
|
|
23885
23889
|
"title": "total inorganic nitrogen",
|
|
23886
23890
|
"examples": [
|
|
23887
23891
|
{
|
|
23888
|
-
"value": "40
|
|
23892
|
+
"value": "40 ug/L"
|
|
23889
23893
|
}
|
|
23890
23894
|
],
|
|
23891
23895
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -23957,7 +23961,7 @@
|
|
|
23957
23961
|
"title": "total nitrogen concentration",
|
|
23958
23962
|
"examples": [
|
|
23959
23963
|
{
|
|
23960
|
-
"value": "50
|
|
23964
|
+
"value": "50 umol/L"
|
|
23961
23965
|
}
|
|
23962
23966
|
],
|
|
23963
23967
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -24022,7 +24026,7 @@
|
|
|
24022
24026
|
"title": "total nitrogen content",
|
|
24023
24027
|
"examples": [
|
|
24024
24028
|
{
|
|
24025
|
-
"value": ""
|
|
24029
|
+
"value": "5 mg/L"
|
|
24026
24030
|
}
|
|
24027
24031
|
],
|
|
24028
24032
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -24087,7 +24091,7 @@
|
|
|
24087
24091
|
"title": "total organic carbon",
|
|
24088
24092
|
"examples": [
|
|
24089
24093
|
{
|
|
24090
|
-
"value": ""
|
|
24094
|
+
"value": "5 mg/L"
|
|
24091
24095
|
}
|
|
24092
24096
|
],
|
|
24093
24097
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -24123,7 +24127,7 @@
|
|
|
24123
24127
|
"title": "total particulate carbon",
|
|
24124
24128
|
"examples": [
|
|
24125
24129
|
{
|
|
24126
|
-
"value": "35
|
|
24130
|
+
"value": "35 umol/L"
|
|
24127
24131
|
}
|
|
24128
24132
|
],
|
|
24129
24133
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -24159,7 +24163,7 @@
|
|
|
24159
24163
|
"title": "total phosphorus",
|
|
24160
24164
|
"examples": [
|
|
24161
24165
|
{
|
|
24162
|
-
"value": "0.03
|
|
24166
|
+
"value": "0.03 mg/L"
|
|
24163
24167
|
}
|
|
24164
24168
|
],
|
|
24165
24169
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -24351,7 +24355,7 @@
|
|
|
24351
24355
|
"title": "turbidity",
|
|
24352
24356
|
"examples": [
|
|
24353
24357
|
{
|
|
24354
|
-
"value": "0.3
|
|
24358
|
+
"value": "0.3 [NTU]"
|
|
24355
24359
|
}
|
|
24356
24360
|
],
|
|
24357
24361
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -24487,7 +24491,7 @@
|
|
|
24487
24491
|
"title": "ventilation rate",
|
|
24488
24492
|
"examples": [
|
|
24489
24493
|
{
|
|
24490
|
-
"value": "750
|
|
24494
|
+
"value": "750 m3/min"
|
|
24491
24495
|
}
|
|
24492
24496
|
],
|
|
24493
24497
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -25086,7 +25090,7 @@
|
|
|
25086
25090
|
"title": "water current",
|
|
25087
25091
|
"examples": [
|
|
25088
25092
|
{
|
|
25089
|
-
"value": "10
|
|
25093
|
+
"value": "10 m3/s"
|
|
25090
25094
|
}
|
|
25091
25095
|
],
|
|
25092
25096
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -25412,7 +25416,7 @@
|
|
|
25412
25416
|
"title": "wind speed",
|
|
25413
25417
|
"examples": [
|
|
25414
25418
|
{
|
|
25415
|
-
"value": "21
|
|
25419
|
+
"value": "21 km/h"
|
|
25416
25420
|
}
|
|
25417
25421
|
],
|
|
25418
25422
|
"from_schema": "https://w3id.org/nmdc/nmdc",
|
|
@@ -28799,11 +28803,6 @@
|
|
|
28799
28803
|
"description": "The direction a slope faces. While looking down a slope use a compass to record the direction you are facing (direction or degrees). This measure provides an indication of sun and wind exposure that will influence soil temperature and evapotranspiration.",
|
|
28800
28804
|
"comments": [
|
|
28801
28805
|
"Aspect is the orientation of slope, measured clockwise in degrees from 0 to 360, where 0 is north-facing, 90 is east-facing, 180 is south-facing, and 270 is west-facing."
|
|
28802
|
-
],
|
|
28803
|
-
"examples": [
|
|
28804
|
-
{
|
|
28805
|
-
"value": "35"
|
|
28806
|
-
}
|
|
28807
28806
|
]
|
|
28808
28807
|
},
|
|
28809
28808
|
"slope_gradient": {
|
|
@@ -28856,14 +28855,6 @@
|
|
|
28856
28855
|
}
|
|
28857
28856
|
]
|
|
28858
28857
|
},
|
|
28859
|
-
"annual_precpt": {
|
|
28860
|
-
"name": "annual_precpt",
|
|
28861
|
-
"examples": [
|
|
28862
|
-
{
|
|
28863
|
-
"value": "8.94 inch"
|
|
28864
|
-
}
|
|
28865
|
-
]
|
|
28866
|
-
},
|
|
28867
28858
|
"cur_vegetation": {
|
|
28868
28859
|
"name": "cur_vegetation",
|
|
28869
28860
|
"description": "Vegetation classification from one or more standard classification systems, or agricultural crop",
|
|
@@ -28948,14 +28939,6 @@
|
|
|
28948
28939
|
],
|
|
28949
28940
|
"comments": [
|
|
28950
28941
|
"Seasons are defined as spring (March, April, May), summer (June, July, August), autumn (September, October, November) and winter (December, January, February)."
|
|
28951
|
-
],
|
|
28952
|
-
"examples": [
|
|
28953
|
-
{
|
|
28954
|
-
"value": "0.4 inch"
|
|
28955
|
-
},
|
|
28956
|
-
{
|
|
28957
|
-
"value": "10.16 mm"
|
|
28958
|
-
}
|
|
28959
28942
|
]
|
|
28960
28943
|
},
|
|
28961
28944
|
"water_cont_soil_meth": {
|
|
@@ -29048,14 +29031,6 @@
|
|
|
29048
29031
|
}
|
|
29049
29032
|
]
|
|
29050
29033
|
},
|
|
29051
|
-
"tot_nitro_content": {
|
|
29052
|
-
"name": "tot_nitro_content",
|
|
29053
|
-
"examples": [
|
|
29054
|
-
{
|
|
29055
|
-
"value": "5 mg N/ L"
|
|
29056
|
-
}
|
|
29057
|
-
]
|
|
29058
|
-
},
|
|
29059
29034
|
"tot_org_c_meth": {
|
|
29060
29035
|
"name": "tot_org_c_meth",
|
|
29061
29036
|
"examples": [
|
|
@@ -29068,11 +29043,6 @@
|
|
|
29068
29043
|
"name": "tot_org_carb",
|
|
29069
29044
|
"todos": [
|
|
29070
29045
|
"check description. How are they different?"
|
|
29071
|
-
],
|
|
29072
|
-
"examples": [
|
|
29073
|
-
{
|
|
29074
|
-
"value": "5 mg N/ L"
|
|
29075
|
-
}
|
|
29076
29046
|
]
|
|
29077
29047
|
},
|
|
29078
29048
|
"salinity_meth": {
|