Eric Prud'hommeaux
Eric Prud'hommeaux
I'm puzzled by the error report. Can you help me reproduce it?
I feel like it might be a cousin of `owl:imports`, i.e. that there could some generic import directive that then gets type-specific overloads. The OWL spec doesn't really talk about...
@nutmix , did you work this out? anything to share?
> Ouch, that's a bit too slow indeed. > > I suspect that it will caused by one of the following: > > * The subquery with limit might not...
Can you think of some horrible hack I can try in order to get through a demo on the 10th? I'm currently using ``` js ``` but could build locally...
Many thanks for spending cycles on this. I'll see if I can push the magic into Java in time. Barring that, some hand-waving and slide-ware...
I picked a shorter (~5s) query: ``` sparql PREFIX fhir: PREFIX rdf: PREFIX xsd: SELECT ?obsId ?patient ?birthDate ?smokingAssessmentDate ?packYears # ?smokingYears # ?packsPerDay ?dateQuit ?patientAge { { SELECT ?obsId...
I got all obsessive and chased down all those rolled-up lines above (you'll want ~280 columns or more to see this; observing a wide screen from low earth orbit should...
I believe that the w3.org/ns is now updated by PR. I can create one to place [interop.shex](https://github.com/solid/data-interoperability-panel/blob/main/proposals/specification/interop.shex) in ns without waiting for it to be final.
There might be a temptation to use this redundant info as a local cache to 1. enable some "airplane mode" use cases, 2. make the UI snappier. I suspect both...