-
Notifications
You must be signed in to change notification settings - Fork 8
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
GeoLocationNameValue
with examples
#2308
base: main
Are you sure you want to change the base?
GeoLocationNameValue
with examples
#2308
Conversation
|
I wanted to use
|
This is acceptable to me but needs coordination with code that generate biosample records @sujaypatil96 @pkalita-lbl @corilo |
description: A geo-political description of a region that is a direct, unambiguous subdivision of a paired country_or_sea value, | ||
OR an unambiguous region or feature within an ocean or "sea". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @turbomam, it's not clear to me what the two operands of the OR
are here.
Interpretation 1 (I added EITHER to mark the first operand):
...a region that is "EITHER" a [...] subdivision [...] OR an unambiguous...
Interpretation 2 (I added "EITHER" to mark the first operand):
...a region that is a [...] subdivision of EITHER a [...] value, OR an unambiguous...
description: A geo-political description of a region that is a direct, unambiguous subdivision of a paired country_or_sea value, | ||
OR an unambiguous region or feature within an ocean or "sea". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few lines above this, we have the word sea
without quotes.
MIxS states that country or sea names...
I don't know why it is enclosed in quotes here.
...within an ocean or "sea".
@@ -15,11 +15,31 @@ classes: | |||
class_uri: 'nmdc:AttributeValue' | |||
description: >- | |||
The value for any value of a attribute for a sample. This object can hold both the un-normalized atomic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated to this PR (I'm commenting on it while it's in my attention): I don't understand this sentence.
The value for any value of a attribute for a sample.
Thanks for the heads up. In this PR, so far, I am not seeing any schema changes that would make existing data invalid. Maybe those schema changes are coming soon (or I'm overlooking them here). |
also need input from kitware folks since this would impact nmdc-server code. @jeffbaumes @naglepuff @marySalvi |
Co-authored-by: eecavanna <[email protected]>
Co-authored-by: eecavanna <[email protected]>
@eecavanna the need for the migration is based on the fact that the range of |
Thanks, @turbomam. That makes sense to me. I assume that changing the range of |
I sneaked in a few white-space auto-reformats