ols4
ols4 copied to clipboard
Links in descriptions
For example
https://www.ebi.ac.uk/ols4/ontologies/ro/properties/http%253A%252F%252Fpurl.obolibrary.org%252Fobo%252FRO_0002204
The description has CURIEs in it. It would be quite simple to turn these into links. The same goes for URLs in text (which I believe OLS3 handles).
Couldn't resist implementing this one as it was a very minor change with a visible impact on core OBO ontologies.
OLS3:
OLS4:
IRIs in text are also now handled by the frontend, but only if they are present in linkedEntities, which currently means if they are otherwise linked from the entity (e.g. the value of an annotation property referenced in the description would become an entity link). I haven't yet implemented a text scan for IRIs in the linker.
That is a pretty cool idea