-
Notifications
You must be signed in to change notification settings - Fork 0
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
request for new P01 term: bodyPart #25
Comments
Hi @sformel-usgs, As you have pointed out, there are two ways to handle this within the Darwin Core format:
If I understand correctly there's 2-3 stable isotope measurements per body part which is only ~9 P01 terms if we went with option 1. Option 2 could result in a more complicated event table. Could you let me know which option you would prefer? Many thanks, |
@sformel-usgs Option 2 is indeed attractive and it saves us from creating many combinations for various body parts however we discussed this ticket at the OBIS vocab group meeting today and we were wondering how would the appropriate body part be linked to their respective stable isotope measurement value if they sit under the same occurrence ID? I understand that it is not currently possible to do this. Could you explain how you would see this working? |
I found the parentMeasurementID thread we were wondering about yesterday (tdwg/dwc#362) and based on that, I wonder if such data could be formatted like: Occurrence table
eMoF Table
But I am not sure if parentMeasurementID is implemented in the IPT, or if there is an issue in having multiple measurementType: body part linked to the same occurenceID.. |
Thank you for the good conversation yesterday at the OBIS vocab meeting. @gwemon , you are correct that the nested MoF won't work in the current eMOF/MOF extension. Even with The Plot ThickensIt turns out that we originally misinterpreted how the data was collected. Now there are three subsamples of each body part that were each measured for four isotopes, resulting in 36 structured measurements per organism. So, the data looks like this: graph TD
Organism -->bp["Body Part x 3"]
bp -->ss["subsample x 3"]
ss --> N_iso["N Isotope"] & C_iso["C Isotope"] & O_iso["O Isotope"] & S_iso["S Isotope"]
Yesterday we explored what @EliLawrence suggested above and toyed with abusing DwC event core, there were moments where it seemed like we were nearing solutions. But after thinking about it for another day, I'm not satisfied with anything we came up with. Here are some challenges we encountered:
Practical Solution@kylieh10 and I are going to publish the occurrences (i.e. collected organisms), since that should remain stable. Then we can devote time to finding a good solution for the subsampling and chemistry. |
Thank you @EliLawrence and @sformel-usgs - I think that the values/results obtained from replication should ideally be handled in the data model rather than in the parameter code. What I understand the P01 codes created in nvs-vocabs/P01#207 allow OBIS users to do is identify the replicate but I have insufficient knowledge of the OBIS schema structure to see how it could provide a pointer to the results of individual replicate. I might need time to sit down with a knowledgeable OBIS schema expert to show me how this could be done. One question I had: please could you confirm the units of these values please? and also double check whether the results are expressed relative to dry/wet weight or something else? |
Hi Gwen, |
Thanks @JoBeja - Maybe the outcome of the discussion could be summarised here? I'll check the notes. |
Problem:
We need to describe stable isotope measurements from various body parts of the same sampled organism. There are 2-3 measurements per body part (e.g. gill, muscle, shell) per organism. The S12 terms could completely meet our needs for
MeasurementValue
but I couldn't find a good way to indicate a MeasurmentType ofbodyPart
. I don't think it's useful to incorporate it into many terms as a subcomponent because (1) it would be useful to be able to group this data by body part value and (2) it will result in taxon x body part # of terms, which feels excessive.Request
Create a new P01 term,
bodyPart
. This term would be used in eMOFMeasurementType
and allow the specification of terms from S12 asMeasurementValue
.Suggested Definition
any part of an organism, such as an organ or extremity defined in vocabulary S12.
The text was updated successfully, but these errors were encountered: