-
Notifications
You must be signed in to change notification settings - Fork 82
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
How to integrate abundance data with sosa with additional living organism data #1446
Comments
Interesting use-case. First I would recommend taking advantage of some of the enhancements to SSN that were introduced in the SSN Extensions, in particular the distinction between Proximate and Ultimate feature-of-interest. This has been rolled into the updated SSN/SOSA ontology, which nearing completion. This will allow you to acknowledge the agricultural field as the ultimate FoI, while still being more precise about the details of the observation. (You will find that the Latest editor's draft link at the top of the Recommendation will lead you there.) Then I would suggest that the proximate FoI is something like 'abundance of taxon X' which is characterized through two observations:
If Taxon X is specified in advance, then the second observation is not needed. |
I gues "LivingOrganism" refers to "LivingOrganismX" along that line, we have use cases here where
|
The Ultimate feature-of-interest property is actually very convenient, it indeed answers the issue concerning the sample and the field, many thanks. i also just fund ObservationCollection adn SampleCollection which could just fit for other parts of my data integration. Bit it seems I'll have no choice but to set the abundances of taxon X/Y/Z as ObservableProperties ? Meanwhile, I realized I'll have other issues with taxa : some observed taxa will have abundances, some only an absence/presence. Proceed with two observations as suggested (organism abundance in the 1st case, only organism name in the 2d case) would manage that I believe ? Finally, I just realized that my field samples can be associated to differents parts of the fields : crop roots, crop leaves, soil ... Is it possible to add a second ObservedProperty or FeatureOfInterest to a sample / observation? |
No. An Execution has one (proximate) FoI, and an Observation has one ObservedProperty. You can group observations about the same OP, or a group of FoIs, using |
Hello,
I am currently working on the data integration of a research project I'm working on, and I'm facing issues on how to integrate data such as the abundance of a living organism in a sample.
For example, for integrating the value of the abundance of a living organism in a metagenomic sample representative of an agricultural field, I would have an instance of sosa:Observation with linked properties to:
I draw a summary figure for visual help ; is it a good start or am I doing this completely wrong ? Does anyone has ideas ?
The text was updated successfully, but these errors were encountered: