jamesamcl
jamesamcl
I REALLY hate the way this works in OLS3. You can resolve TopObjectProperty at https://www.ebi.ac.uk/ols/api/ontologies/efo/properties/http%253A%252F%252Fwww.w3.org%252F2002%252F07%252Fowl%2523TopObjectProperty. It has `is_root` true BUT **`has_children` false**! Yet you CAN retrieve its children (even though...
This needs to be implemented in two places off the top of my head (but needs checking): 1. `OlsNeo4jClient` 2. `V1GraphRepository` (the only place we perform direct queries without using...
I'm concerned about doing this while the frontend is under heavy development. I think we should focus on the dataload and API testing until we're 100% happy with those, which...
I think your Docker Compose is old. I have: docker-compose version 1.29.2, build 5becea4c The latest version actually [seems to be 2.12.2](https://docs.docker.com/compose/release-notes/) so maybe I need to update too!
Neither necessary nor accidental, just contemporary :D It looks like v2 only came out a few months ago, which is long after our Compose file was written. I'll give v2...
Oh sorry I read your comment wrong. I see you mean that we use both. When I started out I was using `docker compose` and then we changed it to...
> The other side of this issue is that property might point to something that is punned. Does it refer to the Class or the Individual? Presumably we can look...
From discussion with @dosumis : If you have a punned Class/Individual and there is a triple using an object property/data property (rather than an annotation), this would be legal on...
We can't rely on the `domain` for this because the type of the object can actually be inferred by the domain (as it is in some of the owl2 primer...
We can also use the OLS3 diff tool to test live OLS4 instances against OLS3 instances, but this will come later; currently just looking for something we can set up...