EBISPOT / OLS

Ontology Lookup Service from SPOT at EBI
http://www.ebi.ac.uk/ols
Apache License 2.0
96 stars 40 forks source link

add has ontology root term to docs #502

Open cmungall opened 2 years ago

cmungall commented 2 years ago

https://www.ebi.ac.uk/ols/docs/installation-guide

Also add docs on http://purl.obolibrary.org/obo/IAO_0000700 which is a really awesome feature

henrietteharmse commented 2 years ago

Good idea!

cmungall commented 2 years ago

I think I have a broader question - how do I as an ontology provider override these defaults? e.g. if I want to indicate that a property is hierarchy, what OWL annotation do I provide?

cmungall commented 2 years ago

Just a ping on the Q above: is there a way I can state in my ontology which OPs are hierarchical?

jamesamcl commented 2 years ago

I don't think it's possible from OWL at the moment, I think it has to be done from the OLS config. We can look into implementing loading from the OWL though, it's done for lots of the other properties.

henrietteharmse commented 2 years ago

Definitely not possible currently.

henrietteharmse commented 2 years ago

@cmungall Do you have any thoughts on how to configure this from an ontology? Do you have any specific AP(s?) in mind for configuring this? It would seem that a has hierarchical object property in IAO will be ideal.

cmungall commented 2 years ago

I made the issue here https://github.com/information-artifact-ontology/ontology-metadata/issues/84

let's see if someone has time to make a PR