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

Visualization of individuals' object and data properties #666

Closed iesnaola closed 1 year ago

iesnaola commented 1 year ago

Hi,

When visualizing ontology individuals in the OLS, we cannot see their data and object property values. Only the annotation properties are displayed in the OLS. For example, from the triples below, only 'rdfs:comment' would be displayed in the OLS.

:ind1 rdfs:comment "individual 1"; :ind1 myonto:myDataProperty "value1".

I was wondering if there is any way to visualize individuals' data and object properties and, if not, if there are any plans to develop this functionality in the future.

Thanks in advance.

henrietteharmse commented 1 year ago

This was actually one of our testcases. See: object property assertion test case.

It shows the individual John is linked to Mary via the object property hasWife.

image

To the best of our knowledge this is working. If you can supply example from OLS where this is not working, please let us know.

henrietteharmse commented 1 year ago

Ah! I did not realize. This is OLS3. This working OLS4. Hence, I strongly encourage you to use OLS4. Closing this issue.