Skip to content

Commit

Permalink
v9.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomam committed Dec 15, 2023
1 parent 7a8b423 commit 12b833a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
name = "nmdc_schema"
readme = "README.md"
repository = "https://github.com/microbiomedata/nmdc-schema"
version = "9.2.0" # nmdc.yaml and GH say v9.2.0
version = "9.3.1" # nmdc.yaml and GH say v9.3.1
authors = [
"Bill Duncan <wdduncan@gmail.com>",
"Chris Mungall <cjmungall@lbl.gov>",
Expand Down
22 changes: 11 additions & 11 deletions src/schema/nmdc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: >-
* the NMDC schema itself, into which the other modules are imported
license: https://creativecommons.org/publicdomain/zero/1.0/
version: v9.2.0 # GH uses same version string # pyproject.toml says "9.2.0"
version: v9.3.1 # GH uses same version string # pyproject.toml says "9.2.0"

imports:
- annotation
Expand Down Expand Up @@ -2417,7 +2417,7 @@ slots:
title: zinc
examples:
- value: 2.5 mg/kg
# is_a: attribute
# is_a: attribute
range: QuantityValue
see_also:
- https://www.ornl.gov/content/bio-scales-0
Expand All @@ -2434,7 +2434,7 @@ slots:
- value: 24.7 mg/kg
see_also:
- https://www.ornl.gov/content/bio-scales-0
# is_a: attribute
# is_a: attribute
range: QuantityValue

ammonium_nitrogen:
Expand All @@ -2451,7 +2451,7 @@ slots:
- value: 2.3 mg/kg
see_also:
- https://www.ornl.gov/content/bio-scales-0
# is_a: attribute
# is_a: attribute
range: QuantityValue

nitrate_nitrogen:
Expand All @@ -2470,7 +2470,7 @@ slots:
- value: 0.29 mg/kg
see_also:
- https://www.ornl.gov/content/bio-scales-0
# is_a: attribute
# is_a: attribute
range: QuantityValue

nitrite_nitrogen:
Expand All @@ -2487,7 +2487,7 @@ slots:
- value: 1.2 mg/kg
see_also:
- https://www.ornl.gov/content/bio-scales-0
# is_a: attribute
# is_a: attribute
range: QuantityValue

lbc_thirty:
Expand All @@ -2508,7 +2508,7 @@ slots:
see_also:
- https://www.ornl.gov/content/bio-scales-0
- https://secure.caes.uga.edu/extension/publications/files/pdf/C%20874_5.PDF
# is_a: attribute
# is_a: attribute
range: QuantityValue

lbceq:
Expand All @@ -2527,7 +2527,7 @@ slots:
- value: 1575 mg/kg
see_also:
- https://www.ornl.gov/content/bio-scales-0
# is_a: attribute
# is_a: attribute
range: QuantityValue

env_package:
Expand All @@ -2543,7 +2543,7 @@ slots:
subtables and can be reported
in_subset:
- mixs extension
# is_a: attribute
# is_a: attribute
range: TextValue
# pattern: '[air|built environment|host\-associated|human\-associated|human\-skin|human\-oral|human\-gut|human\-vaginal|hydrocarbon
# resources\-cores|hydrocarbon resources\-fluids\/swabs|microbial mat\/biofilm|misc
Expand Down Expand Up @@ -2827,7 +2827,7 @@ slots:

## GOLD PATHS
gold_path_field:
# is_a: attribute
# is_a: attribute
range: string
abstract: true
description: >-
Expand Down Expand Up @@ -2897,7 +2897,7 @@ slots:
principal_investigator:
aliases:
- PI
# is_a: attribute
# is_a: attribute
range: PersonValue
description: Principal Investigator who led the study and/or generated the dataset.

Expand Down

0 comments on commit 12b833a

Please sign in to comment.