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

Display Crop Ontology following TDv5 format allowing to distinguish the compsoition of a variable. #501

Open
jonquet opened this issue Mar 13, 2024 · 4 comments

Comments

@jonquet
Copy link
Contributor

jonquet commented Mar 13, 2024

Crop Ontology has adopted the TDv5 format for years that represent Variable as a composition of a Trait, a Method and a Scale.
When browsing/searching the ontologies users need to be able to the related variables of a given trait, method or scale ... and the other way arround, they need to see, when browsing a variable, the 3 component of that variable.

If we take C0_356 as an example
For some reason, we have an issue related to OWL parsing that "prevent" the OWL restriction statments to be flatten. So inour case the relation is lost: #499

Assuming this is fixed (i.e., the flatten relation appears), this issue is about improving and customizing the UI for the Crop Ontology (more than 30 resources in AgroPortal and another 10 waiting).

For variable https://agroportal.lirmm.fr/ontologies/CO_356?p=classes&conceptid=https%3A%2F%2Fcropontology.org%2Frdf%2FCO_356%3A1000013

This is how Protégé does
Capture d’écran 2024-03-13 à 17 36 48
(this assume issue 499 above is completly fixed and we have the RDF restriction)

And the Variable somehow appear under the Trait (or Method or Scale) in the tree:
Capture d’écran 2024-03-13 à 17 38 11

The desired UI is the one from URGI browser: https://urgi.versailles.inra.fr/ephesis/ephesis/ontologyportal.do
Capture d’écran 2024-03-13 à 17 38 57

Where for a given Variable (discovered thru the Trait only) one cleary see the Trait, Method and Scale involved.

@jonquet
Copy link
Contributor Author

jonquet commented Mar 13, 2024

To address this FR we need to :

To be refine

@jonquet
Copy link
Contributor Author

jonquet commented Mar 13, 2024

For information, this is how it looks on Cropontology.org:
https://cropontology.org/term/CO_356:3000142
Capture d’écran 2024-03-13 à 18 04 03

@syphax-bouazzouni
Copy link
Contributor

is this not specific to AgroPortal how to make it generic for ontoportal? @jonquet

@jonquet
Copy link
Contributor Author

jonquet commented Jul 4, 2024

This issue and the TDv5 format is speciifc to AgroPortal.
I would suggest we start answering this need , then connect that activity to the intern work related to scientific variables. Ultimaly OntoPortal shall be able to handle multiple scientific variable formats:
https://docs.google.com/document/d/e/2PACX-1vR9xHLwDmL_bz13huU-cuudYixMnS1y8QDIz-m_tO3_jMct9nv8hqJZ8fJrUXtk3umUUulxk9zhN6Zm/pub

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

No branches or pull requests

2 participants