nmdc-schema 11.12.0rc1__py3-none-any.whl → 11.12.1__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.
@@ -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.0rc1",
9
+ "version": "11.12.1",
10
10
  "license": "https://creativecommons.org/publicdomain/zero/1.0/",
11
11
  "prefixes": {
12
12
  "BFO": {
@@ -417,47 +417,6 @@
417
417
  "default_prefix": "nmdc",
418
418
  "default_range": "string",
419
419
  "types": {
420
- "external_identifier": {
421
- "name": "external_identifier",
422
- "description": "A CURIE representing an external identifier",
423
- "from_schema": "https://w3id.org/nmdc/nmdc",
424
- "see_also": [
425
- "https://microbiomedata.github.io/nmdc-schema/identifiers/"
426
- ],
427
- "typeof": "uriorcurie",
428
- "uri": "xsd:anyURI",
429
- "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\.]+:[a-zA-Z0-9_][a-zA-Z0-9_\\-\\/\\.,]*$"
430
- },
431
- "bytes": {
432
- "name": "bytes",
433
- "description": "An integer value that corresponds to a size in bytes",
434
- "from_schema": "https://w3id.org/nmdc/nmdc",
435
- "see_also": [
436
- "UO:0000233"
437
- ],
438
- "base": "int",
439
- "uri": "xsd:long"
440
- },
441
- "decimal_degree": {
442
- "name": "decimal_degree",
443
- "description": "A decimal degree expresses latitude or longitude as decimal fractions.",
444
- "from_schema": "https://w3id.org/nmdc/nmdc",
445
- "see_also": [
446
- "https://en.wikipedia.org/wiki/Decimal_degrees"
447
- ],
448
- "base": "float",
449
- "uri": "xsd:decimal"
450
- },
451
- "language_code": {
452
- "name": "language_code",
453
- "description": "A language code conforming to ISO_639-1",
454
- "from_schema": "https://w3id.org/nmdc/nmdc",
455
- "see_also": [
456
- "https://en.wikipedia.org/wiki/ISO_639-1"
457
- ],
458
- "base": "str",
459
- "uri": "xsd:language"
460
- },
461
420
  "string": {
462
421
  "name": "string",
463
422
  "description": "A character string",
@@ -708,6 +667,47 @@
708
667
  "base": "str",
709
668
  "uri": "xsd:string",
710
669
  "repr": "str"
670
+ },
671
+ "external_identifier": {
672
+ "name": "external_identifier",
673
+ "description": "A CURIE representing an external identifier",
674
+ "from_schema": "https://w3id.org/nmdc/nmdc",
675
+ "see_also": [
676
+ "https://microbiomedata.github.io/nmdc-schema/identifiers/"
677
+ ],
678
+ "typeof": "uriorcurie",
679
+ "uri": "xsd:anyURI",
680
+ "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\.]+:[a-zA-Z0-9_][a-zA-Z0-9_\\-\\/\\.,]*$"
681
+ },
682
+ "bytes": {
683
+ "name": "bytes",
684
+ "description": "An integer value that corresponds to a size in bytes",
685
+ "from_schema": "https://w3id.org/nmdc/nmdc",
686
+ "see_also": [
687
+ "UO:0000233"
688
+ ],
689
+ "base": "int",
690
+ "uri": "xsd:long"
691
+ },
692
+ "decimal_degree": {
693
+ "name": "decimal_degree",
694
+ "description": "A decimal degree expresses latitude or longitude as decimal fractions.",
695
+ "from_schema": "https://w3id.org/nmdc/nmdc",
696
+ "see_also": [
697
+ "https://en.wikipedia.org/wiki/Decimal_degrees"
698
+ ],
699
+ "base": "float",
700
+ "uri": "xsd:decimal"
701
+ },
702
+ "language_code": {
703
+ "name": "language_code",
704
+ "description": "A language code conforming to ISO_639-1",
705
+ "from_schema": "https://w3id.org/nmdc/nmdc",
706
+ "see_also": [
707
+ "https://en.wikipedia.org/wiki/ISO_639-1"
708
+ ],
709
+ "base": "str",
710
+ "uri": "xsd:language"
711
711
  }
712
712
  },
713
713
  "enums": {
@@ -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."
@@ -7498,6 +7502,106 @@
7498
7502
  }
7499
7503
  }
7500
7504
  },
7505
+ "ProtocolForEnum": {
7506
+ "name": "ProtocolForEnum",
7507
+ "description": "The permitted values for describing the type of planned process that a protocol describes.",
7508
+ "comments": [
7509
+ "These are the non-abstract class descendants of PlannedProcess."
7510
+ ],
7511
+ "from_schema": "https://w3id.org/nmdc/nmdc",
7512
+ "permissible_values": {
7513
+ "AnnotatingWorkflow": {
7514
+ "text": "AnnotatingWorkflow"
7515
+ },
7516
+ "ChemicalConversionProcess": {
7517
+ "text": "ChemicalConversionProcess"
7518
+ },
7519
+ "ChromatographicSeparationProcess": {
7520
+ "text": "ChromatographicSeparationProcess"
7521
+ },
7522
+ "CollectingBiosamplesFromSite": {
7523
+ "text": "CollectingBiosamplesFromSite"
7524
+ },
7525
+ "DataEmitterProcess": {
7526
+ "text": "DataEmitterProcess"
7527
+ },
7528
+ "DataGeneration": {
7529
+ "text": "DataGeneration"
7530
+ },
7531
+ "DissolvingProcess": {
7532
+ "text": "DissolvingProcess"
7533
+ },
7534
+ "Extraction": {
7535
+ "text": "Extraction"
7536
+ },
7537
+ "FiltrationProcess": {
7538
+ "text": "FiltrationProcess"
7539
+ },
7540
+ "LibraryPreparation": {
7541
+ "text": "LibraryPreparation"
7542
+ },
7543
+ "MagsAnalysis": {
7544
+ "text": "MagsAnalysis"
7545
+ },
7546
+ "MassSpectrometry": {
7547
+ "text": "MassSpectrometry"
7548
+ },
7549
+ "MaterialProcessing": {
7550
+ "text": "MaterialProcessing"
7551
+ },
7552
+ "MetabolomicsAnalysis": {
7553
+ "text": "MetabolomicsAnalysis"
7554
+ },
7555
+ "MetagenomeAnnotation": {
7556
+ "text": "MetagenomeAnnotation"
7557
+ },
7558
+ "MetagenomeAssembly": {
7559
+ "text": "MetagenomeAssembly"
7560
+ },
7561
+ "MetaproteomicsAnalysis": {
7562
+ "text": "MetaproteomicsAnalysis"
7563
+ },
7564
+ "MetatranscriptomeAnnotation": {
7565
+ "text": "MetatranscriptomeAnnotation"
7566
+ },
7567
+ "MetatranscriptomeAssembly": {
7568
+ "text": "MetatranscriptomeAssembly"
7569
+ },
7570
+ "MetatranscriptomeExpressionAnalysis": {
7571
+ "text": "MetatranscriptomeExpressionAnalysis"
7572
+ },
7573
+ "MixingProcess": {
7574
+ "text": "MixingProcess"
7575
+ },
7576
+ "NomAnalysis": {
7577
+ "text": "NomAnalysis"
7578
+ },
7579
+ "NucleotideSequencing": {
7580
+ "text": "NucleotideSequencing"
7581
+ },
7582
+ "PlannedProcess": {
7583
+ "text": "PlannedProcess"
7584
+ },
7585
+ "Pooling": {
7586
+ "text": "Pooling"
7587
+ },
7588
+ "ReadBasedTaxonomyAnalysis": {
7589
+ "text": "ReadBasedTaxonomyAnalysis"
7590
+ },
7591
+ "ReadQcAnalysis": {
7592
+ "text": "ReadQcAnalysis"
7593
+ },
7594
+ "StorageProcess": {
7595
+ "text": "StorageProcess"
7596
+ },
7597
+ "SubSamplingProcess": {
7598
+ "text": "SubSamplingProcess"
7599
+ },
7600
+ "WorkflowExecution": {
7601
+ "text": "WorkflowExecution"
7602
+ }
7603
+ }
7604
+ },
7501
7605
  "SampleTypeEnum": {
7502
7606
  "name": "SampleTypeEnum",
7503
7607
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -8593,7 +8697,7 @@
8593
8697
  ],
8594
8698
  "examples": [
8595
8699
  {
8596
- "value": "543 mg/kg"
8700
+ "value": "543 [ppm]"
8597
8701
  }
8598
8702
  ],
8599
8703
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -8634,7 +8738,7 @@
8634
8738
  ],
8635
8739
  "examples": [
8636
8740
  {
8637
- "value": "1575 mg/kg"
8741
+ "value": "1575 [ppm]"
8638
8742
  }
8639
8743
  ],
8640
8744
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -8743,7 +8847,7 @@
8743
8847
  "annotations": {
8744
8848
  "storage_units": {
8745
8849
  "tag": "storage_units",
8746
- "value": "%|mmol/L|umol/L"
8850
+ "value": "%|mmol/L|umol/L|mg/L|g/L"
8747
8851
  }
8748
8852
  },
8749
8853
  "description": "When solutions A (containing substance X) and B are combined together, this slot captures the concentration of X in the combination",
@@ -9204,8 +9308,7 @@
9204
9308
  "qud:unit",
9205
9309
  "schema:unitCode"
9206
9310
  ],
9207
- "range": "UnitEnum",
9208
- "required": true
9311
+ "range": "string"
9209
9312
  },
9210
9313
  "type": {
9211
9314
  "name": "type",
@@ -9331,6 +9434,53 @@
9331
9434
  "multivalued": true,
9332
9435
  "pattern": "^[Hh][Tt][Tt][Pp][Ss]?:\\/\\/(?!.*[Dd][Oo][Ii]\\.[Oo][Rr][Gg]).*$"
9333
9436
  },
9437
+ "has_attribute_label": {
9438
+ "name": "has_attribute_label",
9439
+ "description": "Human-readable label for the property (e.g., MIxS label, ENVO term label).",
9440
+ "comments": [
9441
+ "This provides a human-friendly name for the asserted property. For example, \"bicarbonate ion concentration\" or \"total phosphorus\". The label helps with readability and data discovery."
9442
+ ],
9443
+ "from_schema": "https://w3id.org/nmdc/nmdc",
9444
+ "range": "string"
9445
+ },
9446
+ "has_attribute_id": {
9447
+ "name": "has_attribute_id",
9448
+ "description": "CURIE or IRI for the property (MIxS slot, NMDC slot, ENVO/OBI term, etc.).",
9449
+ "comments": [
9450
+ "This provides a resolvable identifier for the property being asserted. Examples include MIXS:0000117 for total phosphorus, or ENVO:01001357 for bicarbonate ion concentration.",
9451
+ "Prefer using standard ontology terms (ENVO, PATO, OBI, etc.) or MIxS identifiers when available to enhance interoperability."
9452
+ ],
9453
+ "from_schema": "https://w3id.org/nmdc/nmdc",
9454
+ "range": "uriorcurie"
9455
+ },
9456
+ "has_quantity_kind_id": {
9457
+ "name": "has_quantity_kind_id",
9458
+ "description": "Optional CURIE or IRI for the physical quantity kind (e.g., qudt:QuantityKind).",
9459
+ "comments": [
9460
+ "This slot enables precise semantic description of what physical quantity is being measured, independent of the specific units used. For example, qudt:MassConcentration or qudt:Temperature.",
9461
+ "Using quantity kind identifiers from QUDT or similar vocabularies improves data integration and enables automated unit conversion."
9462
+ ],
9463
+ "from_schema": "https://w3id.org/nmdc/nmdc",
9464
+ "range": "uriorcurie"
9465
+ },
9466
+ "has_value_term_id": {
9467
+ "name": "has_value_term_id",
9468
+ "description": "CURIE or IRI for categorical values (ENVO, PATO, METPO, etc.).",
9469
+ "comments": [
9470
+ "Use this slot when the value of the property is a controlled vocabulary term rather than a numeric or free-text value. For example, ENVO:00002297 for \"desert ecosystem\" or PATO:0001199 for \"dry\"."
9471
+ ],
9472
+ "from_schema": "https://w3id.org/nmdc/nmdc",
9473
+ "range": "uriorcurie"
9474
+ },
9475
+ "has_datetime_value": {
9476
+ "name": "has_datetime_value",
9477
+ "description": "Date-time value for the property in ISO-8601 format.",
9478
+ "comments": [
9479
+ "Use this slot for temporal properties. The value should follow ISO-8601 format (e.g., \"2025-06-12T14:30:00Z\")."
9480
+ ],
9481
+ "from_schema": "https://w3id.org/nmdc/nmdc",
9482
+ "range": "string"
9483
+ },
9334
9484
  "processing_institution_workflow_metadata": {
9335
9485
  "name": "processing_institution_workflow_metadata",
9336
9486
  "description": "Information about how workflow results were generated when the processing is done by an external organziation (e.g., JGI) such as software tool name and version or pipeline name and version.",
@@ -10446,7 +10596,7 @@
10446
10596
  "title": "absolute air humidity",
10447
10597
  "examples": [
10448
10598
  {
10449
- "value": "9 gram per gram"
10599
+ "value": "9 g/g"
10450
10600
  }
10451
10601
  ],
10452
10602
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -10694,7 +10844,7 @@
10694
10844
  "title": "air temperature",
10695
10845
  "examples": [
10696
10846
  {
10697
- "value": "20 degree Celsius"
10847
+ "value": "20 Cel"
10698
10848
  }
10699
10849
  ],
10700
10850
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -10829,7 +10979,7 @@
10829
10979
  "title": "alkalinity",
10830
10980
  "examples": [
10831
10981
  {
10832
- "value": "50 milligram per liter"
10982
+ "value": "50 mg/L"
10833
10983
  }
10834
10984
  ],
10835
10985
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -10894,7 +11044,7 @@
10894
11044
  "title": "alkyl diethers",
10895
11045
  "examples": [
10896
11046
  {
10897
- "value": "0.005 mole per liter"
11047
+ "value": "0.005 mol/L"
10898
11048
  }
10899
11049
  ],
10900
11050
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -10922,7 +11072,7 @@
10922
11072
  "title": "altitude",
10923
11073
  "examples": [
10924
11074
  {
10925
- "value": "100 meter"
11075
+ "value": "100 m"
10926
11076
  }
10927
11077
  ],
10928
11078
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -10958,7 +11108,7 @@
10958
11108
  "title": "aminopeptidase activity",
10959
11109
  "examples": [
10960
11110
  {
10961
- "value": "0.269 mole per liter per hour"
11111
+ "value": "0.269 mol/L/h"
10962
11112
  }
10963
11113
  ],
10964
11114
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -10994,7 +11144,7 @@
10994
11144
  "title": "ammonium",
10995
11145
  "examples": [
10996
11146
  {
10997
- "value": "1.5 milligram per liter"
11147
+ "value": "1.5 mg/L"
10998
11148
  }
10999
11149
  ],
11000
11150
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -11095,7 +11245,7 @@
11095
11245
  "title": "mean annual precipitation",
11096
11246
  "examples": [
11097
11247
  {
11098
- "value": ""
11248
+ "value": "225 mm"
11099
11249
  }
11100
11250
  ],
11101
11251
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -11131,7 +11281,7 @@
11131
11281
  "title": "mean annual temperature",
11132
11282
  "examples": [
11133
11283
  {
11134
- "value": "12.5 degree Celsius"
11284
+ "value": "12.5 Cel"
11135
11285
  }
11136
11286
  ],
11137
11287
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -11361,7 +11511,7 @@
11361
11511
  "title": "average dew point",
11362
11512
  "examples": [
11363
11513
  {
11364
- "value": "25.5 degree Celsius"
11514
+ "value": "25.5 Cel"
11365
11515
  }
11366
11516
  ],
11367
11517
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -11425,7 +11575,7 @@
11425
11575
  "title": "average temperature",
11426
11576
  "examples": [
11427
11577
  {
11428
- "value": "12.5 degree Celsius"
11578
+ "value": "12.5 Cel"
11429
11579
  }
11430
11580
  ],
11431
11581
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -11461,7 +11611,7 @@
11461
11611
  "title": "bacterial production",
11462
11612
  "examples": [
11463
11613
  {
11464
- "value": "5 milligram per cubic meter per day"
11614
+ "value": "5 mg/m3/d"
11465
11615
  }
11466
11616
  ],
11467
11617
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -11497,7 +11647,7 @@
11497
11647
  "title": "bacterial respiration",
11498
11648
  "examples": [
11499
11649
  {
11500
- "value": "300 micromole oxygen per liter per hour"
11650
+ "value": "300 umol/L/h"
11501
11651
  }
11502
11652
  ],
11503
11653
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -11533,7 +11683,7 @@
11533
11683
  "title": "bacterial carbon production",
11534
11684
  "examples": [
11535
11685
  {
11536
- "value": "2.53 microgram per liter per hour"
11686
+ "value": "50 ng/h"
11537
11687
  }
11538
11688
  ],
11539
11689
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -11569,7 +11719,7 @@
11569
11719
  "title": "barometric pressure",
11570
11720
  "examples": [
11571
11721
  {
11572
- "value": "5 millibar"
11722
+ "value": "1013 mbar"
11573
11723
  }
11574
11724
  ],
11575
11725
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -11939,7 +12089,7 @@
11939
12089
  "title": "bishomohopanol",
11940
12090
  "examples": [
11941
12091
  {
11942
- "value": "14 microgram per liter"
12092
+ "value": "14 ug/L"
11943
12093
  }
11944
12094
  ],
11945
12095
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -12047,7 +12197,7 @@
12047
12197
  "title": "bromide",
12048
12198
  "examples": [
12049
12199
  {
12050
- "value": "0.05 parts per million"
12200
+ "value": "0.05 [ppm]"
12051
12201
  }
12052
12202
  ],
12053
12203
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -12167,7 +12317,7 @@
12167
12317
  "title": "built structure age",
12168
12318
  "examples": [
12169
12319
  {
12170
- "value": "15"
12320
+ "value": "15 a"
12171
12321
  }
12172
12322
  ],
12173
12323
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -12261,7 +12411,7 @@
12261
12411
  "title": "calcium",
12262
12412
  "examples": [
12263
12413
  {
12264
- "value": "0.2 micromole per liter"
12414
+ "value": "0.2 umol/L"
12265
12415
  }
12266
12416
  ],
12267
12417
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -12297,7 +12447,7 @@
12297
12447
  "title": "carbon dioxide",
12298
12448
  "examples": [
12299
12449
  {
12300
- "value": "410 parts per million"
12450
+ "value": "410 [ppm]"
12301
12451
  }
12302
12452
  ],
12303
12453
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -12333,7 +12483,7 @@
12333
12483
  "title": "carbon monoxide",
12334
12484
  "examples": [
12335
12485
  {
12336
- "value": "0.1 parts per million"
12486
+ "value": "0.1 [ppm]"
12337
12487
  }
12338
12488
  ],
12339
12489
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -12401,7 +12551,7 @@
12401
12551
  "title": "ceiling area",
12402
12552
  "examples": [
12403
12553
  {
12404
- "value": "25 square meter"
12554
+ "value": "25 m2"
12405
12555
  }
12406
12556
  ],
12407
12557
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -12830,7 +12980,7 @@
12830
12980
  "title": "chloride",
12831
12981
  "examples": [
12832
12982
  {
12833
- "value": "5000 milligram per liter"
12983
+ "value": "5000 mg/L"
12834
12984
  }
12835
12985
  ],
12836
12986
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -12866,7 +13016,7 @@
12866
13016
  "title": "chlorophyll",
12867
13017
  "examples": [
12868
13018
  {
12869
- "value": "5 milligram per cubic meter"
13019
+ "value": "5 mg/m3"
12870
13020
  }
12871
13021
  ],
12872
13022
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -12956,7 +13106,7 @@
12956
13106
  "title": "conductivity",
12957
13107
  "examples": [
12958
13108
  {
12959
- "value": "10 milliSiemens per centimeter"
13109
+ "value": "10 uS/cm"
12960
13110
  }
12961
13111
  ],
12962
13112
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -13192,7 +13342,7 @@
13192
13342
  "title": "density",
13193
13343
  "examples": [
13194
13344
  {
13195
- "value": "1000 kilogram per cubic meter"
13345
+ "value": "1000 kg/m3"
13196
13346
  }
13197
13347
  ],
13198
13348
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -13248,7 +13398,7 @@
13248
13398
  "title": "depth",
13249
13399
  "examples": [
13250
13400
  {
13251
- "value": "10 meter"
13401
+ "value": "10 m"
13252
13402
  }
13253
13403
  ],
13254
13404
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -13284,7 +13434,7 @@
13284
13434
  "title": "dew point",
13285
13435
  "examples": [
13286
13436
  {
13287
- "value": "22 degree Celsius"
13437
+ "value": "22 Cel"
13288
13438
  }
13289
13439
  ],
13290
13440
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -13354,7 +13504,7 @@
13354
13504
  "title": "dissolved carbon dioxide",
13355
13505
  "examples": [
13356
13506
  {
13357
- "value": "5 milligram per liter"
13507
+ "value": "5 mg/L"
13358
13508
  }
13359
13509
  ],
13360
13510
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -13390,7 +13540,7 @@
13390
13540
  "title": "dissolved hydrogen",
13391
13541
  "examples": [
13392
13542
  {
13393
- "value": "0.3 micromole per liter"
13543
+ "value": "0.3 umol/L"
13394
13544
  }
13395
13545
  ],
13396
13546
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -13419,14 +13569,14 @@
13419
13569
  },
13420
13570
  "storage_units": {
13421
13571
  "tag": "storage_units",
13422
- "value": "[ppm]|mg/L|ug/L"
13572
+ "value": "[ppm]|mg/L|ug/L|umol/kg"
13423
13573
  }
13424
13574
  },
13425
13575
  "description": "Dissolved inorganic carbon concentration in the sample, typically measured after filtering the sample using a 0.45 micrometer filter",
13426
13576
  "title": "dissolved inorganic carbon",
13427
13577
  "examples": [
13428
13578
  {
13429
- "value": "2059 micromole per kilogram"
13579
+ "value": "2059 umol/kg"
13430
13580
  }
13431
13581
  ],
13432
13582
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -13462,7 +13612,7 @@
13462
13612
  "title": "dissolved inorganic nitrogen",
13463
13613
  "examples": [
13464
13614
  {
13465
- "value": "761 micromole per liter"
13615
+ "value": "761 umol/L"
13466
13616
  }
13467
13617
  ],
13468
13618
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -13491,14 +13641,14 @@
13491
13641
  },
13492
13642
  "storage_units": {
13493
13643
  "tag": "storage_units",
13494
- "value": "[ppm]|mg/L|ug/L"
13644
+ "value": "[ppm]|mg/L|ug/L|umol/L"
13495
13645
  }
13496
13646
  },
13497
13647
  "description": "Concentration of dissolved inorganic phosphorus in the sample",
13498
13648
  "title": "dissolved inorganic phosphorus",
13499
13649
  "examples": [
13500
13650
  {
13501
- "value": "56.5 micromole per liter"
13651
+ "value": "56.5 umol/L"
13502
13652
  }
13503
13653
  ],
13504
13654
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -13570,7 +13720,7 @@
13570
13720
  "title": "dissolved organic carbon",
13571
13721
  "examples": [
13572
13722
  {
13573
- "value": "197 micromole per liter"
13723
+ "value": "197 umol/L"
13574
13724
  }
13575
13725
  ],
13576
13726
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -13606,7 +13756,7 @@
13606
13756
  "title": "dissolved organic nitrogen",
13607
13757
  "examples": [
13608
13758
  {
13609
- "value": "0.05 micromole per liter"
13759
+ "value": "0.05 mg/L"
13610
13760
  }
13611
13761
  ],
13612
13762
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -13642,7 +13792,7 @@
13642
13792
  "title": "dissolved oxygen",
13643
13793
  "examples": [
13644
13794
  {
13645
- "value": "175 micromole per kilogram"
13795
+ "value": "175 umol/L"
13646
13796
  }
13647
13797
  ],
13648
13798
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -13882,7 +14032,7 @@
13882
14032
  "title": "door area or size",
13883
14033
  "examples": [
13884
14034
  {
13885
- "value": "2.5 square meter"
14035
+ "value": "2.5 m2"
13886
14036
  }
13887
14037
  ],
13888
14038
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -14031,7 +14181,7 @@
14031
14181
  "title": "downward PAR",
14032
14182
  "examples": [
14033
14183
  {
14034
- "value": "28.71 microEinstein per square meter per second"
14184
+ "value": "28.71 umol/m2/s"
14035
14185
  }
14036
14186
  ],
14037
14187
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -15046,14 +15196,14 @@
15046
15196
  },
15047
15197
  "storage_units": {
15048
15198
  "tag": "storage_units",
15049
- "value": "mg/m3"
15199
+ "value": "mg/m3|V"
15050
15200
  }
15051
15201
  },
15052
15202
  "description": "Raw or converted fluorescence of water",
15053
15203
  "title": "fluorescence",
15054
15204
  "examples": [
15055
15205
  {
15056
- "value": "2.5 volts"
15206
+ "value": "2.5 V"
15057
15207
  }
15058
15208
  ],
15059
15209
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -15365,7 +15515,7 @@
15365
15515
  "title": "glucosidase activity",
15366
15516
  "examples": [
15367
15517
  {
15368
- "value": "5 mol per liter per hour"
15518
+ "value": "5 mol/L/h"
15369
15519
  }
15370
15520
  ],
15371
15521
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -16073,7 +16223,7 @@
16073
16223
  "title": "host age",
16074
16224
  "examples": [
16075
16225
  {
16076
- "value": "10 days"
16226
+ "value": "10 d"
16077
16227
  }
16078
16228
  ],
16079
16229
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -16196,7 +16346,7 @@
16196
16346
  "title": "host body temperature",
16197
16347
  "examples": [
16198
16348
  {
16199
- "value": "15 degree Celsius"
16349
+ "value": "15 Cel"
16200
16350
  }
16201
16351
  ],
16202
16352
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -16345,7 +16495,7 @@
16345
16495
  "title": "host dry mass",
16346
16496
  "examples": [
16347
16497
  {
16348
- "value": "500 gram"
16498
+ "value": "500 g"
16349
16499
  }
16350
16500
  ],
16351
16501
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -16468,7 +16618,7 @@
16468
16618
  "title": "host height",
16469
16619
  "examples": [
16470
16620
  {
16471
- "value": "0.1 meter"
16621
+ "value": "0.1 m"
16472
16622
  }
16473
16623
  ],
16474
16624
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -16534,7 +16684,7 @@
16534
16684
  "title": "host length",
16535
16685
  "examples": [
16536
16686
  {
16537
- "value": "1 meter"
16687
+ "value": "1 m"
16538
16688
  }
16539
16689
  ],
16540
16690
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -16827,7 +16977,7 @@
16827
16977
  "title": "host total mass",
16828
16978
  "examples": [
16829
16979
  {
16830
- "value": "2500 gram"
16980
+ "value": "2500 g"
16831
16981
  }
16832
16982
  ],
16833
16983
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -16863,7 +17013,7 @@
16863
17013
  "title": "host wet mass",
16864
17014
  "examples": [
16865
17015
  {
16866
- "value": "1500 gram"
17016
+ "value": "1500 g"
16867
17017
  }
16868
17018
  ],
16869
17019
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -16899,7 +17049,7 @@
16899
17049
  "title": "humidity",
16900
17050
  "examples": [
16901
17051
  {
16902
- "value": "25 gram per cubic meter"
17052
+ "value": "25 g/m3"
16903
17053
  }
16904
17054
  ],
16905
17055
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -17276,7 +17426,7 @@
17276
17426
  "title": "light intensity",
17277
17427
  "examples": [
17278
17428
  {
17279
- "value": "0.3 lux"
17429
+ "value": "0.3 lx"
17280
17430
  }
17281
17431
  ],
17282
17432
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -17546,7 +17696,7 @@
17546
17696
  "title": "magnesium",
17547
17697
  "examples": [
17548
17698
  {
17549
- "value": "52.8 micromole per kilogram"
17699
+ "value": "52.8 umol/kg"
17550
17700
  }
17551
17701
  ],
17552
17702
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -17614,7 +17764,7 @@
17614
17764
  "title": "mean friction velocity",
17615
17765
  "examples": [
17616
17766
  {
17617
- "value": "0.5 meter per second"
17767
+ "value": "0.5 m/s"
17618
17768
  }
17619
17769
  ],
17620
17770
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -17650,7 +17800,7 @@
17650
17800
  "title": "mean peak friction velocity",
17651
17801
  "examples": [
17652
17802
  {
17653
- "value": "1 meter per second"
17803
+ "value": "1 m/s"
17654
17804
  }
17655
17805
  ],
17656
17806
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -17744,7 +17894,7 @@
17744
17894
  "title": "methane",
17745
17895
  "examples": [
17746
17896
  {
17747
- "value": "1800 parts per billion"
17897
+ "value": "1800 [ppb]"
17748
17898
  }
17749
17899
  ],
17750
17900
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -17867,8 +18017,11 @@
17867
18017
  "value": "m"
17868
18018
  }
17869
18019
  },
17870
- "description": "Any other measurement performed or parameter collected, that is not listed here",
18020
+ "description": "Structured miscellaneous property assertions for this Biosample. Use when a value cannot cleanly fit an existing, policy-governed slot.",
17871
18021
  "title": "miscellaneous parameter",
18022
+ "todos": [
18023
+ "This slot should not be available in the submission portal."
18024
+ ],
17872
18025
  "examples": [
17873
18026
  {
17874
18027
  "value": "Bicarbonate ion concentration;2075 micromole per kilogram"
@@ -17881,7 +18034,7 @@
17881
18034
  "is_a": "core field",
17882
18035
  "string_serialization": "{text};{float} {unit}",
17883
18036
  "slot_uri": "MIXS:0000752",
17884
- "range": "TextValue",
18037
+ "range": "PropertyAssertion",
17885
18038
  "multivalued": true,
17886
18039
  "inlined_as_list": true
17887
18040
  },
@@ -17943,7 +18096,7 @@
17943
18096
  "title": "nitrate",
17944
18097
  "examples": [
17945
18098
  {
17946
- "value": "65 micromole per liter"
18099
+ "value": "65 umol/L"
17947
18100
  }
17948
18101
  ],
17949
18102
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -17979,7 +18132,7 @@
17979
18132
  "title": "nitrite",
17980
18133
  "examples": [
17981
18134
  {
17982
- "value": "0.5 micromole per liter"
18135
+ "value": "0.5 umol/L"
17983
18136
  }
17984
18137
  ],
17985
18138
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -18015,7 +18168,7 @@
18015
18168
  "title": "nitrogen",
18016
18169
  "examples": [
18017
18170
  {
18018
- "value": "4.2 micromole per liter"
18171
+ "value": "4.2 umol/L"
18019
18172
  }
18020
18173
  ],
18021
18174
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -18315,14 +18468,14 @@
18315
18468
  },
18316
18469
  "storage_units": {
18317
18470
  "tag": "storage_units",
18318
- "value": "umol/L|%"
18471
+ "value": "umol/L|%|mg/L"
18319
18472
  }
18320
18473
  },
18321
18474
  "description": "Concentration of organic carbon",
18322
18475
  "title": "organic carbon",
18323
18476
  "examples": [
18324
18477
  {
18325
- "value": "1.5 microgram per liter"
18478
+ "value": "0.015 mg/L"
18326
18479
  }
18327
18480
  ],
18328
18481
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -18391,7 +18544,7 @@
18391
18544
  "title": "organic matter",
18392
18545
  "examples": [
18393
18546
  {
18394
- "value": "1.75 milligram per cubic meter"
18547
+ "value": "200 ug/L"
18395
18548
  }
18396
18549
  ],
18397
18550
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -18427,7 +18580,7 @@
18427
18580
  "title": "organic nitrogen",
18428
18581
  "examples": [
18429
18582
  {
18430
- "value": "4 micromole per liter"
18583
+ "value": "4 ug/L"
18431
18584
  }
18432
18585
  ],
18433
18586
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -18598,7 +18751,7 @@
18598
18751
  "title": "oxygen",
18599
18752
  "examples": [
18600
18753
  {
18601
- "value": "600 parts per million"
18754
+ "value": "600 [ppm]"
18602
18755
  }
18603
18756
  ],
18604
18757
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -18634,7 +18787,7 @@
18634
18787
  "title": "particulate organic carbon",
18635
18788
  "examples": [
18636
18789
  {
18637
- "value": "1.92 micromole per liter"
18790
+ "value": "0.02 mg/L"
18638
18791
  }
18639
18792
  ],
18640
18793
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -18670,7 +18823,7 @@
18670
18823
  "title": "particulate organic nitrogen",
18671
18824
  "examples": [
18672
18825
  {
18673
- "value": "0.3 micromole per liter"
18826
+ "value": "0.3 umol/L"
18674
18827
  }
18675
18828
  ],
18676
18829
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -18887,7 +19040,7 @@
18887
19040
  "title": "petroleum hydrocarbon",
18888
19041
  "examples": [
18889
19042
  {
18890
- "value": "0.05 micromole per liter"
19043
+ "value": "0.05 umol/L"
18891
19044
  }
18892
19045
  ],
18893
19046
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -19044,7 +19197,7 @@
19044
19197
  "title": "phosphate",
19045
19198
  "examples": [
19046
19199
  {
19047
- "value": "0.7 micromole per liter"
19200
+ "value": "0.7 umol/L"
19048
19201
  }
19049
19202
  ],
19050
19203
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -19114,7 +19267,7 @@
19114
19267
  "title": "photon flux",
19115
19268
  "examples": [
19116
19269
  {
19117
- "value": "3.926 micromole photons per second per square meter"
19270
+ "value": "3.926 umol/m2/s"
19118
19271
  }
19119
19272
  ],
19120
19273
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -19360,7 +19513,7 @@
19360
19513
  "title": "potassium",
19361
19514
  "examples": [
19362
19515
  {
19363
- "value": "463 milligram per liter"
19516
+ "value": "463 mg/L"
19364
19517
  }
19365
19518
  ],
19366
19519
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -19490,7 +19643,7 @@
19490
19643
  "title": "pressure",
19491
19644
  "examples": [
19492
19645
  {
19493
- "value": "50 atmosphere"
19646
+ "value": "50 atm"
19494
19647
  }
19495
19648
  ],
19496
19649
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -19584,7 +19737,7 @@
19584
19737
  "title": "primary production",
19585
19738
  "examples": [
19586
19739
  {
19587
- "value": "100 milligram per cubic meter per day"
19740
+ "value": "100 mg/m3/d"
19588
19741
  }
19589
19742
  ],
19590
19743
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -19866,7 +20019,7 @@
19866
20019
  "title": "redox potential",
19867
20020
  "examples": [
19868
20021
  {
19869
- "value": "300 millivolt"
20022
+ "value": "300 mV"
19870
20023
  }
19871
20024
  ],
19872
20025
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -20859,7 +21012,7 @@
20859
21012
  "title": "salinity",
20860
21013
  "examples": [
20861
21014
  {
20862
- "value": "25 practical salinity unit"
21015
+ "value": "70 mg/L"
20863
21016
  }
20864
21017
  ],
20865
21018
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -21178,7 +21331,7 @@
21178
21331
  "title": "sample measured depth",
21179
21332
  "examples": [
21180
21333
  {
21181
- "value": "1534 meter;MSL"
21334
+ "value": "1534 m"
21182
21335
  }
21183
21336
  ],
21184
21337
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -21296,7 +21449,7 @@
21296
21449
  "title": "amount or size of sample collected",
21297
21450
  "examples": [
21298
21451
  {
21299
- "value": "5 liter"
21452
+ "value": "5 L"
21300
21453
  }
21301
21454
  ],
21302
21455
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -21420,7 +21573,7 @@
21420
21573
  "title": "sample storage temperature",
21421
21574
  "examples": [
21422
21575
  {
21423
- "value": "-80 degree Celsius"
21576
+ "value": "-80 Cel"
21424
21577
  }
21425
21578
  ],
21426
21579
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -21629,7 +21782,7 @@
21629
21782
  "title": "sample volume or weight for DNA extraction",
21630
21783
  "examples": [
21631
21784
  {
21632
- "value": "1500 milliliter"
21785
+ "value": "1500 mL"
21633
21786
  }
21634
21787
  ],
21635
21788
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -21814,7 +21967,7 @@
21814
21967
  "title": "mean seasonal precipitation",
21815
21968
  "examples": [
21816
21969
  {
21817
- "value": ""
21970
+ "value": "10 mm"
21818
21971
  }
21819
21972
  ],
21820
21973
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -21850,7 +22003,7 @@
21850
22003
  "title": "mean seasonal temperature",
21851
22004
  "examples": [
21852
22005
  {
21853
- "value": "18 degree Celsius"
22006
+ "value": "18 Cel"
21854
22007
  }
21855
22008
  ],
21856
22009
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -22222,7 +22375,7 @@
22222
22375
  "title": "silicate",
22223
22376
  "examples": [
22224
22377
  {
22225
- "value": "0.05 micromole per liter"
22378
+ "value": "0.05 umol/L"
22226
22379
  }
22227
22380
  ],
22228
22381
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -22283,7 +22436,7 @@
22283
22436
  "title": "size-fraction lower threshold",
22284
22437
  "examples": [
22285
22438
  {
22286
- "value": "0.2 micrometer"
22439
+ "value": "0.2 um"
22287
22440
  }
22288
22441
  ],
22289
22442
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -22319,7 +22472,7 @@
22319
22472
  "title": "size-fraction upper threshold",
22320
22473
  "examples": [
22321
22474
  {
22322
- "value": "20 micrometer"
22475
+ "value": "20 um"
22323
22476
  }
22324
22477
  ],
22325
22478
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -22355,7 +22508,7 @@
22355
22508
  "title": "slope aspect",
22356
22509
  "examples": [
22357
22510
  {
22358
- "value": ""
22511
+ "value": "35 deg"
22359
22512
  }
22360
22513
  ],
22361
22514
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -22463,7 +22616,7 @@
22463
22616
  "title": "sodium",
22464
22617
  "examples": [
22465
22618
  {
22466
- "value": "10.5 milligram per liter"
22619
+ "value": "10.5 mg/L"
22467
22620
  }
22468
22621
  ],
22469
22622
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -22646,7 +22799,7 @@
22646
22799
  "title": "solar irradiance",
22647
22800
  "examples": [
22648
22801
  {
22649
- "value": "1.36 kilowatts per square meter per day"
22802
+ "value": "1.36 kW/m2/d"
22650
22803
  }
22651
22804
  ],
22652
22805
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -22750,7 +22903,7 @@
22750
22903
  "title": "soluble reactive phosphorus",
22751
22904
  "examples": [
22752
22905
  {
22753
- "value": "0.1 milligram per liter"
22906
+ "value": "0.1 mg/L"
22754
22907
  }
22755
22908
  ],
22756
22909
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -23103,7 +23256,7 @@
23103
23256
  "title": "sulfate",
23104
23257
  "examples": [
23105
23258
  {
23106
- "value": "5 micromole per liter"
23259
+ "value": "5 umol/L"
23107
23260
  }
23108
23261
  ],
23109
23262
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -23175,7 +23328,7 @@
23175
23328
  "title": "sulfide",
23176
23329
  "examples": [
23177
23330
  {
23178
- "value": "2 micromole per liter"
23331
+ "value": "2 umol/L"
23179
23332
  }
23180
23333
  ],
23181
23334
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -23303,7 +23456,7 @@
23303
23456
  "title": "surface moisture",
23304
23457
  "examples": [
23305
23458
  {
23306
- "value": "0.01 gram per square meter"
23459
+ "value": "0.01 g/m2"
23307
23460
  }
23308
23461
  ],
23309
23462
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -23367,7 +23520,7 @@
23367
23520
  "title": "surface temperature",
23368
23521
  "examples": [
23369
23522
  {
23370
- "value": "15 degree Celsius"
23523
+ "value": "15 Cel"
23371
23524
  }
23372
23525
  ],
23373
23526
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -23403,7 +23556,7 @@
23403
23556
  "title": "suspended particulate matter",
23404
23557
  "examples": [
23405
23558
  {
23406
- "value": "0.5 milligram per liter"
23559
+ "value": "0.5 mg/L"
23407
23560
  }
23408
23561
  ],
23409
23562
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -23555,7 +23708,7 @@
23555
23708
  "title": "temperature",
23556
23709
  "examples": [
23557
23710
  {
23558
- "value": "25 degree Celsius"
23711
+ "value": "25 Cel"
23559
23712
  }
23560
23713
  ],
23561
23714
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -23591,7 +23744,7 @@
23591
23744
  "title": "temperature outside house",
23592
23745
  "examples": [
23593
23746
  {
23594
- "value": "5 degree Celsius"
23747
+ "value": "5 Cel"
23595
23748
  }
23596
23749
  ],
23597
23750
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -23813,7 +23966,7 @@
23813
23966
  "title": "total depth of water column",
23814
23967
  "examples": [
23815
23968
  {
23816
- "value": "500 meter"
23969
+ "value": "500 m"
23817
23970
  }
23818
23971
  ],
23819
23972
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -23849,7 +24002,7 @@
23849
24002
  "title": "total dissolved nitrogen",
23850
24003
  "examples": [
23851
24004
  {
23852
- "value": "40 microgram per liter"
24005
+ "value": "40 ug/L"
23853
24006
  }
23854
24007
  ],
23855
24008
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -23885,7 +24038,7 @@
23885
24038
  "title": "total inorganic nitrogen",
23886
24039
  "examples": [
23887
24040
  {
23888
- "value": "40 microgram per liter"
24041
+ "value": "40 ug/L"
23889
24042
  }
23890
24043
  ],
23891
24044
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -23957,7 +24110,7 @@
23957
24110
  "title": "total nitrogen concentration",
23958
24111
  "examples": [
23959
24112
  {
23960
- "value": "50 micromole per liter"
24113
+ "value": "50 umol/L"
23961
24114
  }
23962
24115
  ],
23963
24116
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -24022,7 +24175,7 @@
24022
24175
  "title": "total nitrogen content",
24023
24176
  "examples": [
24024
24177
  {
24025
- "value": ""
24178
+ "value": "5 mg/L"
24026
24179
  }
24027
24180
  ],
24028
24181
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -24087,7 +24240,7 @@
24087
24240
  "title": "total organic carbon",
24088
24241
  "examples": [
24089
24242
  {
24090
- "value": ""
24243
+ "value": "5 mg/L"
24091
24244
  }
24092
24245
  ],
24093
24246
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -24123,7 +24276,7 @@
24123
24276
  "title": "total particulate carbon",
24124
24277
  "examples": [
24125
24278
  {
24126
- "value": "35 micromole per liter"
24279
+ "value": "35 umol/L"
24127
24280
  }
24128
24281
  ],
24129
24282
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -24159,7 +24312,7 @@
24159
24312
  "title": "total phosphorus",
24160
24313
  "examples": [
24161
24314
  {
24162
- "value": "0.03 milligram per liter"
24315
+ "value": "0.03 mg/L"
24163
24316
  }
24164
24317
  ],
24165
24318
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -24351,7 +24504,7 @@
24351
24504
  "title": "turbidity",
24352
24505
  "examples": [
24353
24506
  {
24354
- "value": "0.3 nephelometric turbidity units"
24507
+ "value": "0.3 [NTU]"
24355
24508
  }
24356
24509
  ],
24357
24510
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -24487,7 +24640,7 @@
24487
24640
  "title": "ventilation rate",
24488
24641
  "examples": [
24489
24642
  {
24490
- "value": "750 cubic meter per minute"
24643
+ "value": "750 m3/min"
24491
24644
  }
24492
24645
  ],
24493
24646
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -25086,7 +25239,7 @@
25086
25239
  "title": "water current",
25087
25240
  "examples": [
25088
25241
  {
25089
- "value": "10 cubic meter per second"
25242
+ "value": "10 m3/s"
25090
25243
  }
25091
25244
  ],
25092
25245
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -25412,7 +25565,7 @@
25412
25565
  "title": "wind speed",
25413
25566
  "examples": [
25414
25567
  {
25415
- "value": "21 kilometer per hour"
25568
+ "value": "21 km/h"
25416
25569
  }
25417
25570
  ],
25418
25571
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -26080,6 +26233,12 @@
26080
26233
  "from_schema": "https://w3id.org/nmdc/nmdc",
26081
26234
  "range": "FailureWhatEnum"
26082
26235
  },
26236
+ "protocol_for": {
26237
+ "name": "protocol_for",
26238
+ "description": "The type of planned process that the protocol describes.",
26239
+ "from_schema": "https://w3id.org/nmdc/nmdc",
26240
+ "range": "ProtocolForEnum"
26241
+ },
26083
26242
  "emsl_store_temp": {
26084
26243
  "name": "emsl_store_temp",
26085
26244
  "description": "The temperature at which the sample should be stored upon delivery to EMSL",
@@ -28799,11 +28958,6 @@
28799
28958
  "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
28959
  "comments": [
28801
28960
  "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
28961
  ]
28808
28962
  },
28809
28963
  "slope_gradient": {
@@ -28856,14 +29010,6 @@
28856
29010
  }
28857
29011
  ]
28858
29012
  },
28859
- "annual_precpt": {
28860
- "name": "annual_precpt",
28861
- "examples": [
28862
- {
28863
- "value": "8.94 inch"
28864
- }
28865
- ]
28866
- },
28867
29013
  "cur_vegetation": {
28868
29014
  "name": "cur_vegetation",
28869
29015
  "description": "Vegetation classification from one or more standard classification systems, or agricultural crop",
@@ -28948,14 +29094,6 @@
28948
29094
  ],
28949
29095
  "comments": [
28950
29096
  "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
29097
  ]
28960
29098
  },
28961
29099
  "water_cont_soil_meth": {
@@ -29048,14 +29186,6 @@
29048
29186
  }
29049
29187
  ]
29050
29188
  },
29051
- "tot_nitro_content": {
29052
- "name": "tot_nitro_content",
29053
- "examples": [
29054
- {
29055
- "value": "5 mg N/ L"
29056
- }
29057
- ]
29058
- },
29059
29189
  "tot_org_c_meth": {
29060
29190
  "name": "tot_org_c_meth",
29061
29191
  "examples": [
@@ -29068,11 +29198,6 @@
29068
29198
  "name": "tot_org_carb",
29069
29199
  "todos": [
29070
29200
  "check description. How are they different?"
29071
- ],
29072
- "examples": [
29073
- {
29074
- "value": "5 mg N/ L"
29075
- }
29076
29201
  ]
29077
29202
  },
29078
29203
  "salinity_meth": {
@@ -29545,7 +29670,9 @@
29545
29670
  },
29546
29671
  "has_unit": {
29547
29672
  "name": "has_unit",
29548
- "description": "The unit of the quantity"
29673
+ "description": "The unit of the quantity",
29674
+ "range": "UnitEnum",
29675
+ "required": true
29549
29676
  },
29550
29677
  "has_numeric_value": {
29551
29678
  "name": "has_numeric_value",
@@ -29692,6 +29819,77 @@
29692
29819
  },
29693
29820
  "class_uri": "nmdc:GeolocationValue"
29694
29821
  },
29822
+ "PropertyAssertion": {
29823
+ "name": "PropertyAssertion",
29824
+ "description": "A structured record of data that doesn't fit nicely within the constraints of other NMDC AttributeValues. Uses primitive ranges only.",
29825
+ "comments": [
29826
+ "This class enables flexible metadata capture for properties that don't align with existing, policy-governed slots in NMDC schema.",
29827
+ "Interoperability note: This approach is aligned with the BERtron schema's 'properties' slot pattern (see https://github.com/ber-data/bertron-schema), which uses any_of to support both TextValue and QuantityValue ranges. NMDC's PropertyAssertion provides a more granular approach by using primitive types with optional semantic annotations, enabling better validation while maintaining flexibility for diverse metadata types.",
29828
+ "PropertyAssertion supports both categorical values (via has_value_term_id) and numeric values (via has_numeric_value with optional min/max ranges), along with temporal (has_datetime_value) and boolean (has_boolean_value) data types."
29829
+ ],
29830
+ "examples": [
29831
+ {
29832
+ "description": "Data provided from submission that doesn't conform to required abs_air_humidity units",
29833
+ "object": {
29834
+ "type": "nmdc:PropertyAssertion",
29835
+ "has_raw_value": "50 kPa",
29836
+ "has_attribute_id": "MIXS:0000122",
29837
+ "has_attribute_label": "absolute air humidity",
29838
+ "has_numeric_value": 50,
29839
+ "has_unit": "kPa"
29840
+ }
29841
+ },
29842
+ {
29843
+ "description": "Data provided from submission that doesn't conform to required UCUM unit",
29844
+ "object": {
29845
+ "type": "nmdc:PropertyAssertion",
29846
+ "has_raw_value": "5.5 mL/L",
29847
+ "has_attribute_id": "MIXS:0000119",
29848
+ "has_attribute_label": "dissolved oxygen",
29849
+ "has_numeric_value": 5.5,
29850
+ "has_unit": "mL/L"
29851
+ }
29852
+ },
29853
+ {
29854
+ "description": "Unit provided is invalid for UCUM and standard",
29855
+ "object": {
29856
+ "type": "nmdc:PropertyAssertion",
29857
+ "has_raw_value": "250 W/m2",
29858
+ "has_attribute_id": "MIXS:0000112",
29859
+ "has_attribute_label": "solar irradiance",
29860
+ "has_numeric_value": 250,
29861
+ "has_unit": "W/m2"
29862
+ }
29863
+ }
29864
+ ],
29865
+ "from_schema": "https://w3id.org/nmdc/nmdc",
29866
+ "is_a": "AttributeValue",
29867
+ "slots": [
29868
+ "has_attribute_label",
29869
+ "has_attribute_id",
29870
+ "has_quantity_kind_id",
29871
+ "has_value_term_id",
29872
+ "has_boolean_value",
29873
+ "has_datetime_value",
29874
+ "has_numeric_value",
29875
+ "has_minimum_numeric_value",
29876
+ "has_maximum_numeric_value",
29877
+ "has_unit"
29878
+ ],
29879
+ "slot_usage": {
29880
+ "has_raw_value": {
29881
+ "name": "has_raw_value",
29882
+ "description": "Original contributor string representation (unparsed)",
29883
+ "required": true
29884
+ },
29885
+ "has_unit": {
29886
+ "name": "has_unit",
29887
+ "description": "UCUM unit code (required only when numeric value is present)",
29888
+ "required": false
29889
+ }
29890
+ },
29891
+ "class_uri": "nmdc:PropertyAssertion"
29892
+ },
29695
29893
  "NamedThing": {
29696
29894
  "name": "NamedThing",
29697
29895
  "description": "a databased entity or concept/class",
@@ -29793,7 +29991,7 @@
29793
29991
  },
29794
29992
  "Instrument": {
29795
29993
  "name": "Instrument",
29796
- "description": "A material entity that is designed to perform a function in a scientific investigation, but is not a reagent.",
29994
+ "description": "A material entity that is designed to perform a function in a scientific investigation, but is not a reagent. This class models the make and model of the instrument, not the specific instance of the instrument.",
29797
29995
  "from_schema": "https://w3id.org/nmdc/nmdc",
29798
29996
  "aliases": [
29799
29997
  "device"
@@ -29816,7 +30014,17 @@
29816
30014
  }
29817
30015
  }
29818
30016
  },
29819
- "class_uri": "nmdc:Instrument"
30017
+ "class_uri": "nmdc:Instrument",
30018
+ "unique_keys": {
30019
+ "main": {
30020
+ "unique_key_name": "main",
30021
+ "unique_key_slots": [
30022
+ "vendor",
30023
+ "model"
30024
+ ],
30025
+ "description": "A unique instrument is defined by its vendor and model."
30026
+ }
30027
+ }
29820
30028
  },
29821
30029
  "PlannedProcess": {
29822
30030
  "name": "PlannedProcess",
@@ -29844,7 +30052,9 @@
29844
30052
  "url",
29845
30053
  "name",
29846
30054
  "type",
29847
- "description"
30055
+ "description",
30056
+ "protocol_for",
30057
+ "analysis_type"
29848
30058
  ],
29849
30059
  "class_uri": "nmdc:Protocol"
29850
30060
  },