Skip to content

Conversation

@mslarae13
Copy link
Contributor

No description provided.

@mslarae13 mslarae13 linked an issue Sep 15, 2025 that may be closed by this pull request
@mslarae13
Copy link
Contributor Author

@mslarae13 mslarae13 changed the title add non monet example add an EMSL data example that's not part of monet Sep 15, 2025
@mslarae13 mslarae13 requested a review from cmungall September 16, 2025 18:13
@mslarae13
Copy link
Contributor Author

@jeff-cohere this is the emsl example I have that I would liek to see example data for the new structure cuz I'm having a hard time understanding the proposed changes

@jeff-cohere
Copy link
Collaborator

jeff-cohere commented Sep 16, 2025

Here are some examples I'm fumbling with, taken from this PR and expressed in this language (adding them one at a time, @ialarmedalien , please check me if I've misunderstood something...)

  {
    "attribute": "oxygenation status of sample",
    "attribute_cv_id": "MIXS:0000753",
    "raw_value": "aerobic",
    "value_cv_label": "aerobic"
  },
  {
    "attribute": "sample storage temperature",
    "attribute_cv_id": "MIXS:0000110",
    "raw_value": "-80 degree Celsius",
    "numeric_value":  -80,
    "value_cv_id": <some CV identifier for temperature>,
    "unit_cv_id": <UCUM unit for Celsius>
  },
  {
    "attribute": "collection date",
    "attribute_cv_id": "MIXS:0000011",
    "raw_value": "2021-07-12",
    "datetime": "2021-07-12T00:00:00" # or whatever!
   },
  ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add a non-MONet EMSL example

4 participants