Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 374 update extreme events #545

Merged
merged 8 commits into from
Dec 16, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions src/schema/nmdc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -452,15 +452,13 @@ classes:
tag: display_hint
value: >-
Provide the GOLD biosample IDs associated with this biosample.

alternative_identifiers:
description: Unique identifier for a biosample submitted to additional resources. Matches the entity that has been submitted to NMDC
required: false
id:
description: An NMDC assigned unique identifier for a biosample submitted to NMDC.
required: true
pattern: '^nmdc:'

lat_lon:
required: false
description: This is currently a required field but it's not clear if this
Expand All @@ -476,6 +474,24 @@ classes:
required: false
part_of:
required: true
extreme_event:
turbomam marked this conversation as resolved.
Show resolved Hide resolved
name: extreme_event
title: history/extreme events
aliases:
- mixs:0000320
description: Unusual physical events that may have affected microbial populations
examples:
- 1980-05-18, volcanic eruption
annotations:
expected_value:
tag: expected_value
value: date, text
occurrence:
tag: occurrence
value: '1'
is_a: attribute
multivalued: false
range: text

id_prefixes:
- GOLD
Expand Down