-
Notifications
You must be signed in to change notification settings - Fork 2
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
New widget: Hierarchy + GraphView Widget #167
Comments
@jusa3 Basically something like Metadata widget but for ontologies |
@Pooya-Oladazimi Is it possible to add a feature to the graph view widget to use it without an IRI? To show the first or first few layers at the ontology page/ontology info widget as an overview, same as with the hierarchy? |
@jusa3 on Tib ts is like: https://terminology.tib.eu/ts/ontologies/chebi |
You're right, only showing the root nodes is lame. I had some fancy overview graph view for ontologies in mind but no idea how to create it. |
@jusa3 |
Could be nice for small terminologies but very chaotic for large ontologies. Question is, what is the added value of a graph view compared to a hierarchy view? At the moment I don't see any, so I wouldn't pursue this idea any further and make the Graph view optional in this new widget. |
Create a widget that combines the HierarchyWidget and GraphViewWidget into one widget. It should reuse both widgets so that we don't get code duplication!
Add a tab feature (optional) to show classes, properties and individuals for the hierarchy as shown here:
Do a query beforehand to get the classes/properties/individual amounts.
The text was updated successfully, but these errors were encountered: